Browse Source

检验单打印页面不显示问题

lijuncheng0816
zhang_li 3 months ago
parent
commit
c534b06d4c
  1. 5
      src/pages/pointPutawayJob/index.vue

5
src/pages/pointPutawayJob/index.vue

@ -280,13 +280,16 @@
}, },
async onShow() { async onShow() {
// //
if(this.data.ids){
await getJimuPutawayJobDetail({ await getJimuPutawayJobDetail({
masterIds: this.data.ids masterIds: this.data.ids
}).then(res => { }).then(res => {
this.data.sublist = res.data this.data.sublist = res.data
this.getTableSubList() this.getTableSubList()
}) })
}
// //
if(this.number){
await queryInspectionFreeFlag({ await queryInspectionFreeFlag({
number: this.number number: this.number
}).then(async res1 => { }).then(async res1 => {
@ -298,6 +301,8 @@
} }
this.getTableInspectDTOList() this.getTableInspectDTOList()
}) })
}
this.getPointPutawayJobHtml() this.getPointPutawayJobHtml()
this.getPurchaseReceiptJobHtml() this.getPurchaseReceiptJobHtml()
}, },

Loading…
Cancel
Save