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 @@