委托及销售列表以及部分界面优化

This commit is contained in:
jia 2023-09-06 17:44:22 +08:00
parent f5a0cab1eb
commit 70697b98eb
15 changed files with 122 additions and 51 deletions

View File

@ -396,9 +396,16 @@
display: flex;
justify-content: center;
align-items: center;
margin-top: -40rpx;
margin-top: -50rpx;
// box-shadow: 0px 5px 10px 1px rgba(32, 161, 98, 0.3);
}
.custom_style-txt{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 5rpx;
}
}
.bg-color-red {

View File

@ -9,7 +9,7 @@
</view>
<view class="iconclose" @click="close">
X
<image src="@/static/images/wt_close.png" mode="aspectFit"></image>
</view>
</view>
<view class="main">
@ -395,13 +395,18 @@
width: 44rpx;
height: 44rpx;
line-height: 44rpx;
border: 2rpx solid #fff;
border-radius: 50%;
text-align: center;
color: #fff;
position: absolute;
top: -150rpx;
right: 30rpx;
image {
width: 100%;
height: 100%;
}
}
.search {

View File

@ -9,7 +9,7 @@
</view>
<view class="iconclose" @click="close">
X
<image src="@/static/images/wt_close.png" mode="aspectFit"></image>
</view>
</view>
<view class="main">
@ -352,8 +352,6 @@
</script>
<style lang="scss" scoped>
.containers {
background: #ffffff;
border-radius: 16rpx 16rpx 0 0;
@ -397,13 +395,18 @@
width: 44rpx;
height: 44rpx;
line-height: 44rpx;
border: 2rpx solid #fff;
border-radius: 50%;
text-align: center;
color: #fff;
position: absolute;
top: -150rpx;
right: 30rpx;
image {
width: 100%;
height: 100%;
}
}
.search {

View File

@ -114,6 +114,7 @@
return;
}
this.inputValue = newValue / scale;
this.$emit('increment',this.inputValue)
},
_getDecimalScale() {
let scale = 1;

View File

@ -1529,11 +1529,13 @@
"selectedColor": "#E93323",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar_icon/a.png",
"selectedIconPath": "static/tabbar_icon/a-a.png",
"text": "泸州"
},
{
"pagePath": "pages/gather/gather",

View File

@ -1,12 +1,9 @@
<template>
<!-- #ifdef APP || H5 -->
<view>
<!-- #endif -->
<view class="content">
<form @submit="formSubmit" report-submit='true'>
<view class="release_content">
<view class="release_item">
<view class="release_item-one">
<view class="item-one">
@ -38,7 +35,7 @@
</view>
</view>
</view>
<view class="content_center-one" v-for="(item,i) in productList" :key="i">
<view class="content_center-one" v-for="(item,i) in productList" :key="i">
<view class="center-one">
<view class="center-one-img">
<image :src="item.image" mode=""></image>
@ -60,22 +57,17 @@
</view>
</view>
<button class="release_btn button" form-type="submit">发布</button>
</view>
</form>
<button class="release_btn button" form-type="submit">提交</button>
<uni-calendar ref="calendar" :date="info.date" :insert="info.insert" :lunar="info.lunar"
:startDate="info.startDate" :endDate="info.endDate" :range="info.range" @confirm="confirm"
:showMonth="info.showMonth" @close="close" />
<!-- 提到的宝贝弹窗 -->
<uni-popup ref="associated" type="bottom">
<associated @close="close" @getProduct="getProduct" :checkedObj="productList"></associated>
</uni-popup>
</view>
</template>
@ -132,7 +124,7 @@
//
confirm(e) {
let self = this
if (e.range.after && e.range.before) {
let star = new Date(e.range.after).getTime()
@ -140,8 +132,8 @@
let arr = stop - star
this.date = Math.floor(arr / (24 * 3600 * 1000));
// console.log(days)
if(this.date<0){
this.date=this.date*-1
if (this.date < 0) {
this.date = this.date * -1
}
}
},
@ -158,12 +150,16 @@
},
//
getProduct(data) {
console.log(data)
this.$refs.associated.close()
},
//
formSubmit(e) {
console.log(e)
this.$util.Tips({
title: res.message,
icon: 'success'
})
}
}
}
@ -174,6 +170,10 @@
background: #F5F5F5;
}
.content {
height: 100vh;
position: relative;
}
.release_content {
@ -418,6 +418,10 @@
}
.release_btn {
margin-top: 100rpx;
position: absolute;
bottom: 150rpx;
left: 50%;
margin-left: -347rpx;
}
</style>

View File

@ -117,7 +117,7 @@
<view class="center-twoa">
拒绝原因:
</view>
<view class="center-twob">
<view class="center-twob" style="text-align: left;">
通滩镇镇街店铺通滩镇镇街店铺通滩镇镇街店铺通滩镇镇街店铺通滩镇镇街店铺通滩镇镇街店铺
</view>
</view>
@ -272,7 +272,7 @@
.center-twob {
width: 360rpx;
text-align: right;
border: 1px solid;
word-wrap: break-word;
font-size: 32rpx;
font-family: PingFang SC;

View File

@ -317,6 +317,10 @@
// url: '/pages/commissionedSales/delegation_details/index'
// })
},
//
commislist(){
},
//
tabClick(e) { //
@ -808,7 +812,7 @@
.entrust_bg-content {
position: absolute;
top: 404rpx;
top: 304rpx;
.bg-content-a {
margin-left: 242rpx;
@ -854,7 +858,7 @@
.bg-content_textarea {
width: 624rpx;
height: 152rpx;
height: 242rpx;
padding: 25rpx 18rpx;
background: #F5F5F5;

View File

@ -738,7 +738,7 @@
.entrust_bg-content {
position: absolute;
top: 404rpx;
top: 304rpx;
.bg-content-a {
margin-left: 242rpx;
@ -784,7 +784,7 @@
.bg-content_textarea {
width: 624rpx;
height: 152rpx;
height: 242rpx;
padding: 25rpx 18rpx;
background: #F5F5F5;

View File

@ -74,6 +74,9 @@
<template v-slot:tabbar_index_2>
<view class="custom_style">
<view class="custom_style_icon"></view>
<view class="custom_style-txt" style="color: #282828;">
发布
</view>
</view>
</template>
</m-tabbar> -->
@ -357,7 +360,6 @@
},
confirm(e) {
this.street = e.value[1].name
this.$nextTick(() => {
this.$bus.$emit('value-updated', e.value[1].name + ',' + e.value[1].code);
})
@ -383,7 +385,6 @@
this.$nextTick(() => {
this.$bus.$emit('value-updated', this.street + ',' +
street_id);
})
}).catch(err => {

View File

@ -42,10 +42,13 @@
<u-loadmore :status="status" v-if="cateGoods.length >= where.limit" />
<!-- <view class="bg_color"></view> -->
<!-- <m-tabbar native>
<!--<m-tabbar native>
<template v-slot:tabbar_index_2>
<view class="custom_style">
<view class="custom_style_icon"></view>
<view class="custom_style-txt" style="color: #282828;">
发布
</view>
</view>
</template>
</m-tabbar> -->
@ -197,13 +200,13 @@
// #endif
},
onTabItemTap(e) {
uni.pageScrollTo({
selector: ".Circle_friends",
scrollTop: 0
})
uni.pageScrollTo({
selector: ".Circle_friends",
scrollTop: 0
})
},
onReachBottom() {
if (this.status == 'nomore') return;
@ -249,7 +252,7 @@
this.backColor = 'rgba(252, 252, 252, 1.0)'
this.isFshow = true
this.show = false
this.$nextTick(()=>{
this.$nextTick(() => {
uni.setTabBarItem({
index: 0,
text: '返回顶部',

View File

@ -124,7 +124,7 @@
</image>
<text class="text">商户设置</text>
</view>
<view class="examine"
<!-- <view class="examine"
@click="navigator(`/pages/users/trading_hall/index?mer_id=${mer_id}`)">
<image class="icon_img" src="@/static/images/diaohuo.png" mode="aspectFill">
</image>
@ -140,7 +140,7 @@
<image class="icon_img" src="@/static/images/fabu.png" mode="aspectFill">
</image>
<text class="text">发布管理</text>
</view>
</view> -->
<!-- <view class="examine" @click="navigator(`/pages/users/user_invoice_Finance/index?mer_id=${mer_id}`)">
<image class="icon_img" src="@/static/images/cwgk.png" mode="aspectFill">
</image>

View File

@ -140,11 +140,11 @@
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse">
</authorize>
<!-- <m-tabbar native>
<!-- <m-tabbar native>
<template v-slot:tabbar_index_2>
<view class="custom_style">
<view class="custom_style_icon" style="margin-top: -50rpx;"></view>
<view class="" style="color: red;">
<view class="custom_style_icon"></view>
<view class="custom_style-txt" style="color: red;">
发布
</view>
</view>
@ -680,6 +680,36 @@
page {
background: #F5F5F5;
}
.custom_style {
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 24rpx;
&_icon {
background-image: url('@/static/tabbar_icon/d-a.png');
background-repeat: no-repeat;
background-size: cover;
font-size: 80rpx;
width: 100rpx;
height: 100rpx;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: -50rpx;
// box-shadow: 0px 5px 10px 1px rgba(32, 161, 98, 0.3);
}
.custom_style-txt{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 5rpx;
}
}
.crop_btn {
line-height: 90rpx;

View File

@ -132,11 +132,13 @@
<view class="locationa"> 位置权限使用说明 </view>
<view class="locationb"> 用于向你推荐最近门店 </view>
</view>
<!-- <m-tabbar native>
<!-- <m-tabbar native>
<template v-slot:tabbar_index_2>
<view class="custom_style">
<view class="custom_style_icon"></view>
</view>
<view class="custom_style-txt" style="color: #282828;">
发布
</view> </view>
</template>
</m-tabbar> -->
</view>
@ -237,6 +239,7 @@
},
onLoad() {
this.list()
this.Area()
@ -320,7 +323,9 @@
if (id) {
spuInfo(id, this.where1).then(res => {
this.cateGoods.push(...res.data.list)
})
} else {
getProductHot(this.where.page, this.where.limit).then(res => {
this.cateGoods.push(...res.data.list)
@ -390,7 +395,8 @@
this.street = e.value[1].name
this.street_id = e.value[1].code
this.town = e.value[1].name
this.cateGoods=[]
this.list(this.street_id)
this.$nextTick(() => {
this.$bus.$emit('value-updated', e.value[1].name + ',' + e.value[1].code);
@ -480,6 +486,8 @@
this.street = e.value[1].name
this.street_id = e.value[1].code
this.town = e.value[1].name
this.cateGoods=[]
this.list(this.street_id)
},
selfLocation() {
if (uni.getStorageSync('loction') == true) {

View File

@ -228,6 +228,9 @@
<template v-slot:tabbar_index_2>
<view class="custom_style">
<view class="custom_style_icon"></view>
<view class="custom_style-txt" style="color: #282828;">
发布
</view>
</view>
</template>
</m-tabbar> -->