Browse Source

客户编码 2022-07-04 sxm

master
[li_she] 4 years ago
parent
commit
c189216ecc
  1. 1
      src/views/modules/common/com-roll-label.vue

1
src/views/modules/common/com-roll-label.vue

@ -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: '卷标签'

Loading…
Cancel
Save