|
|
|
@ -481,6 +481,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: '卷标签' |
|
|
|
|