Browse Source

检验单打印页面不显示问题 2024/8/7

hella_vue3
王志国 4 weeks ago
parent
commit
f3a7deb83e
  1. 4
      src/pages/pointPutawayJob/index.vue

4
src/pages/pointPutawayJob/index.vue

@ -280,13 +280,16 @@ export default {
}, },
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,7 @@ export default {
} }
this.getTableInspectDTOList() this.getTableInspectDTOList()
}) })
}
this.getPointPutawayJobHtml() this.getPointPutawayJobHtml()
this.getPurchaseReceiptJobHtml() this.getPurchaseReceiptJobHtml()
}, },

Loading…
Cancel
Save