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}
+})
// 组盘入库
// 物料组盘(带单据)