From ebfcbdd82fcce614d758e93b283eef1851387625 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 10 Sep 2025 17:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E4=BD=8D=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/zw/point-attrset.vue | 96 ++++++++++++++++++++++++++++++++++---- utils/getData4.js | 5 ++ 2 files changed, 92 insertions(+), 9 deletions(-) diff --git a/pages/zw/point-attrset.vue b/pages/zw/point-attrset.vue index 8bcea57..a348a6f 100644 --- a/pages/zw/point-attrset.vue +++ b/pages/zw/point-attrset.vue @@ -14,19 +14,43 @@ /> - + + + + + + + + + + + + + + + + + +
点位属性
{{item.point_code}}入库点出库点
+
- - + + + @@ -34,7 +58,7 @@ diff --git a/utils/getData4.js b/utils/getData4.js index 7f0ed90..f440cb9 100644 --- a/utils/getData4.js +++ b/utils/getData4.js @@ -298,6 +298,11 @@ export const updatePointType = (code, type) => request({ url:'api/schBasePoint/updatePointType', data: {point_code: code, point_type: type} }) +// 查询入库点位清单 +export const getInBillPointList = (code) => request({ + url:'api/schBasePoint/getInBillPointList', + data: {point_code: code} +}) // 组盘入库 // 物料组盘(带单据)