Browse Source

修改自提价格计算不对

fix_bug_pro20231227
caoyizhong 1 year ago
parent
commit
9d01695fe9
  1. 1
      src/views/distribution/inventory/distrilbutionBillLading.vue

1
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -1386,7 +1386,6 @@ export default {
// console.log(">>>>>>>",value );
if(value.length < 1){
this.costList = [];
this.costListName = [];
}
this.clientType.forEach(i =>{

Loading…
Cancel
Save