Browse Source

业务员端-修改业务员修改"待确认收款tab"改成"待收款"文案

master
liutong 1 year ago
parent
commit
f7150998ea
  1. 2
      page_salesman_index/index/beconfirmed.vue
  2. 2
      page_salesman_index/index/bereceived.vue
  3. 2
      page_salesman_index/index/received.vue
  4. 2
      page_salesman_index/index/reviewed.vue
  5. 2
      page_salesman_index/index/shipped.vue
  6. 4
      page_salesman_order/Order_details/Order_details.vue
  7. 3
      page_salesman_order/index/index.vue
  8. 2
      page_salesman_order/undgbm/undgbm.vue

2
page_salesman_index/index/beconfirmed.vue

@ -253,7 +253,7 @@
.list { .list {
margin: 42rpx 24rpx 0 24rpx; margin: 42rpx 24rpx 0 24rpx;
width: 702rpx; width: 702rpx;
height: 424rpx; //height: 424rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
// padding: 32rpx; // padding: 32rpx;

2
page_salesman_index/index/bereceived.vue

@ -256,7 +256,7 @@
.list { .list {
margin: 42rpx 24rpx 0 24rpx; margin: 42rpx 24rpx 0 24rpx;
width: 702rpx; width: 702rpx;
height: 424rpx; //height: 424rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
// padding: 32rpx; // padding: 32rpx;

2
page_salesman_index/index/received.vue

@ -262,7 +262,7 @@
.list { .list {
margin: 42rpx 24rpx 0 24rpx; margin: 42rpx 24rpx 0 24rpx;
width: 702rpx; width: 702rpx;
height: 424rpx; //height: 424rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
// padding: 32rpx; // padding: 32rpx;

2
page_salesman_index/index/reviewed.vue

@ -344,7 +344,7 @@
.list { .list {
margin: 42rpx 24rpx 0 24rpx; margin: 42rpx 24rpx 0 24rpx;
width: 702rpx; width: 702rpx;
height: 424rpx; //height: 424rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
// padding: 32rpx; // padding: 32rpx;

2
page_salesman_index/index/shipped.vue

@ -298,7 +298,7 @@
.list { .list {
margin: 42rpx 24rpx 0 24rpx; margin: 42rpx 24rpx 0 24rpx;
width: 702rpx; width: 702rpx;
height: 424rpx; //height: 424rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
// padding: 32rpx; // padding: 32rpx;

4
page_salesman_order/Order_details/Order_details.vue

@ -437,7 +437,7 @@
}, },
{ {
id: 2, id: 2,
name: '驳回' name: '反审核'
} }
], ],
isRadio: 0, isRadio: 0,
@ -1203,7 +1203,7 @@
} }
}) })
} else if (this.itemid == 2) { } else if (this.itemid == 2) {
// //()
if (this.cause.length == 0) { if (this.cause.length == 0) {
this.$util.showToast({ this.$util.showToast({
title: '请填写驳回原因' title: '请填写驳回原因'

3
page_salesman_order/index/index.vue

@ -134,7 +134,8 @@
name: '已收货' name: '已收货'
}, },
{ {
name: '待确认收款' //name: ''
name: '待收款'
}, },
{ {
name: '已关闭' name: '已关闭'

2
page_salesman_order/undgbm/undgbm.vue

@ -302,7 +302,7 @@
.list { .list {
margin: 42rpx 24rpx 0 24rpx; margin: 42rpx 24rpx 0 24rpx;
width: 702rpx; width: 702rpx;
height: 424rpx; //height: 424rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
// padding: 32rpx; // padding: 32rpx;

Loading…
Cancel
Save