diff --git a/src/api/request2.js b/src/api/request2.js index bc72fb82..24d9af7e 100644 --- a/src/api/request2.js +++ b/src/api/request2.js @@ -859,6 +859,19 @@ export function purchaseReceiptJobSubmit(params) { } +/** + * 采购收货 指引单列表 + * @param {*} 任务id + * + */ +export function queryInspectionFreeFlag(params) { + return request({ + url: baseApi + "/wms/purchasereceipt-job-main/queryInspectionFreeFlag", + method: "get", + data: params, + }); +} + /** * 采购退货 diff --git a/src/hybrid/html/purchaseReceiptJob.html b/src/hybrid/html/purchaseReceiptJob.html new file mode 100644 index 00000000..95e9a975 --- /dev/null +++ b/src/hybrid/html/purchaseReceiptJob.html @@ -0,0 +1,57 @@ + + + + + + + + + + + + + mainBody + + \ No newline at end of file diff --git a/src/pages/pointPutawayJob/index.vue b/src/pages/pointPutawayJob/index.vue index 72dd3d63..4d75c1a3 100644 --- a/src/pages/pointPutawayJob/index.vue +++ b/src/pages/pointPutawayJob/index.vue @@ -1,53 +1,66 @@