Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
pref_mail@163.com 2 years ago
parent
commit
511868d27c
  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