Browse Source

修复批量修改客户信息带指问题

dev-xx
qb 1 year ago
parent
commit
21d946990a
  1. 2
      src/views/distribution/inventory/delivery/distributionStockArticle.vue
  2. 2
      src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
  3. 2
      src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
  4. 2
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
  5. 10
      src/views/distribution/inventory/distrilbutionBillLadingList.vue

2
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -1003,9 +1003,11 @@ export default {
break; break;
case '2': case '2':
this.dialogFormService = true; this.dialogFormService = true;
this.formService = {};
break; break;
case '3': case '3':
this.dialogFormCustomer = true; this.dialogFormCustomer = true;
this.formCustomer = {};
break; break;
} }
}, },

2
src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue

@ -911,9 +911,11 @@ export default {
break; break;
case '2': case '2':
this.dialogFormService = true; this.dialogFormService = true;
this.formService = {};
break; break;
case '3': case '3':
this.dialogFormCustomer = true; this.dialogFormCustomer = true;
this.formCustomer = {};
break; break;
} }
}, },

2
src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue

@ -936,9 +936,11 @@ export default {
break; break;
case '2': case '2':
this.dialogFormService = true; this.dialogFormService = true;
this.formService = {};
break; break;
case '3': case '3':
this.dialogFormCustomer = true; this.dialogFormCustomer = true;
this.formCustomer = {};
break; break;
} }
}, },

2
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -1245,9 +1245,11 @@ export default {
break; break;
case '2': case '2':
this.dialogFormService = true; this.dialogFormService = true;
this.formService = {};
break; break;
case '3': case '3':
this.dialogFormCustomer = true; this.dialogFormCustomer = true;
this.formCustomer = {};
break; break;
} }
}, },

10
src/views/distribution/inventory/distrilbutionBillLadingList.vue

@ -497,6 +497,16 @@ export default {
fixed: false, fixed: false,
sortable: false, sortable: false,
}, },
{
prop: 'pickUpTime',
label: '提货时间',
type: 2,
values: '',
width: '140',
checkarr: [],
fixed: false,
sortable: false,
},
{ {
prop: 'deliveryDocument', prop: 'deliveryDocument',
label: '提货证件', label: '提货证件',

Loading…
Cancel
Save