Browse Source

提货单提交bug修复

fix_bug_pro20231227
big-y 1 year ago
parent
commit
82b5993dce
  1. 2
      src/views/distribution/inventory/distrilbutionBillLading.vue

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

@ -1477,7 +1477,7 @@ export default {
let fei = new Map();
await this.bianLier(this.costListName,this.clientType,this.costList,fei);
this.form.fei = Object.fromEntries(fei);
this.form.stockArticleId = !this.$route.query.id ? null : this.$route.query.id; //ID
this.form.stockArticleId = !this.$route.query.id ? null : this.$route.query.id+','; //ID
this.form.stockDTOList = this.data;
let o = [];
if(this.fileListClerk.length > 0){

Loading…
Cancel
Save