|
|
@ -1477,7 +1477,7 @@ export default { |
|
|
|
let fei = new Map(); |
|
|
|
let fei = new Map(); |
|
|
|
await this.bianLier(this.costListName,this.clientType,this.costList,fei); |
|
|
|
await this.bianLier(this.costListName,this.clientType,this.costList,fei); |
|
|
|
this.form.fei = Object.fromEntries(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; |
|
|
|
this.form.stockDTOList = this.data; |
|
|
|
let o = []; |
|
|
|
let o = []; |
|
|
|
if(this.fileListClerk.length > 0){ |
|
|
|
if(this.fileListClerk.length > 0){ |
|
|
|