Browse Source

客户编码获取 2022-07-06 sxm

master
[li_she] 4 years ago
parent
commit
3c21e996b8
  1. 2
      src/views/modules/finishedProductWarehouse/boxingPrint.vue

2
src/views/modules/finishedProductWarehouse/boxingPrint.vue

@ -513,7 +513,7 @@ export default {
let vo = { let vo = {
partNo: partNo partNo: partNo
} }
getCustomerId(vo).then((data) => {
getCustomerId(vo).then(({data}) => {
let reportFileVo = { let reportFileVo = {
customerId: data.customerId, customerId: data.customerId,
reportFamily: '外箱标签' reportFamily: '外箱标签'

Loading…
Cancel
Save