From 73ed37bcc4fac3e89e117a07cf379422506f2bb7 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 20 Oct 2025 14:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/po/po.js | 5 ++++- src/views/modules/recv/recv.vue | 17 ++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/api/po/po.js b/src/api/po/po.js index 4d314cb..ac50d8e 100644 --- a/src/api/po/po.js +++ b/src/api/po/po.js @@ -62,4 +62,7 @@ export const confirmQualifiedStorage = data => createAPI(`qualified-storage/conf export const validateLocationForReceiveCase = data => createAPI(`warehouse/validateLocationForReceiveCase`, 'post', data) // 校验库位是否为PICKING类型(检验合格入库用) -export const validateLocationForPicking = data => createAPI(`warehouse/validateLocationForPicking`, 'post', data) \ No newline at end of file +export const validateLocationForPicking = data => createAPI(`warehouse/validateLocationForPicking`, 'post', data) + +// 根据站点和料号查询料件属性详情 +export const getPartAttributeInfo = data => createAPI('/factory/partAttribute/info', 'get', data) diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index 1072747..b48fd27 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -22,7 +22,7 @@
- {{ poDetail.partNo }} @@ -175,7 +175,7 @@