|
|
|
@ -291,7 +291,7 @@ export default { |
|
|
|
orderInfo: { |
|
|
|
userName: this.$store.state.user.name, |
|
|
|
rollNo: '', |
|
|
|
customerId: '', |
|
|
|
customerId: '0000', |
|
|
|
totalQty: 0, |
|
|
|
perBoxQty: 0, |
|
|
|
boxQty: 0, |
|
|
|
@ -470,6 +470,7 @@ export default { |
|
|
|
if (data.code === 0) { |
|
|
|
getRollCustomer(rollNoList[0]).then(({data}) => { |
|
|
|
if (data.code === 0){ |
|
|
|
this.orderInfo.customerId = data.data.customerId ? data.data.customerId : '*' |
|
|
|
let query = { |
|
|
|
customerId: data.data.customerId ? data.data.customerId : '*', |
|
|
|
reportFamily: '卷标签' |
|
|
|
@ -509,7 +510,7 @@ export default { |
|
|
|
reportId: val.reportid, |
|
|
|
defaultFlag: val.DefaultFlag, |
|
|
|
reportFile: val.Reportfile, |
|
|
|
reportFamily: '外箱标签', |
|
|
|
reportFamily: '卷标签', |
|
|
|
customerId: this.orderInfo.customerId, |
|
|
|
} |
|
|
|
this.selectReportFileList.push(query) |
|
|
|
|