|
@ -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() |
|
|
}, |
|
|
}, |
|
|