Browse Source

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

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

5
src/pages/pointPutawayJob/index.vue

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

Loading…
Cancel
Save