|
|
|
@ -1349,7 +1349,7 @@ |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
columnWidth: 60 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
@ -1439,7 +1439,7 @@ |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 60 |
|
|
|
columnWidth: 50 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
@ -1780,6 +1780,7 @@ |
|
|
|
buNo:this.currentRow.buNo, |
|
|
|
createBy:this.currentRow.createBy, |
|
|
|
delNo:this.currentRow.delNo, |
|
|
|
cmcInvoice:this.currentRow.cmcInvoice, |
|
|
|
notifyStatus:'已下达', |
|
|
|
walMartOrderFlag:this.walMartOrderFlag |
|
|
|
} |
|
|
|
@ -1980,6 +1981,9 @@ |
|
|
|
getBuList(tempData).then(({data}) => { |
|
|
|
if (data.code === 0) { |
|
|
|
this.buList = data.row2 |
|
|
|
if (this.buList.length===1) { |
|
|
|
this.searchData.buNo = this.buList[0].buNo; |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
|