From 9e94621f115c2ce234eacfe34b2e71f81a3854e8 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Mon, 1 Jul 2024 09:06:54 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9C=A8=E7=AE=B1=E7=A7=B0=E9=87=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 ++
pages/SecondPhase/finished/BoxWeight.vue | 93 ++++++++++++++++++++++++
utils/getData3.js | 11 +++
utils/mork2.js | 3 +-
4 files changed, 114 insertions(+), 1 deletion(-)
create mode 100644 pages/SecondPhase/finished/BoxWeight.vue
diff --git a/pages.json b/pages.json
index 236a866..c425bb6 100644
--- a/pages.json
+++ b/pages.json
@@ -447,6 +447,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/finished/BoxWeight",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/finished/BoxWeight.vue b/pages/SecondPhase/finished/BoxWeight.vue
new file mode 100644
index 0000000..bbe6983
--- /dev/null
+++ b/pages/SecondPhase/finished/BoxWeight.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+ 木箱
+
+
+
+
+
+
+ 重量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utils/getData3.js b/utils/getData3.js
index 50d4bed..32d5c91 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -175,4 +175,15 @@ export const sendSubVolumeToNBJ = (code) => request({
export const toCleanCutCacheInventory = (code) => request({
url:'api/pda/slitter/toCleanCutCacheInventory',
data: {point_code: code}
+})
+/**
+ * 木箱称重
+ */
+export const boxinfogetBoxInfo = (code) => request({
+ url:'api/boxinfogetBoxInfo',
+ data: {box_no: code}
+})
+export const saveBoxInfo = (code, weight) => request({
+ url:'api/boxinfo/saveBoxInfo',
+ data: {box_no: code, box_weight: weight}
})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index f4e511f..be11d2a 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -91,7 +91,8 @@ export const authority = () => {
]},
{menu_id: '7', path: 'RF06', title: '成品入库', sonTree: [
{menu_id: '1', title: '退货入库', path: '/pages/SecondPhase/finished/ReturnToStore'},
- {menu_id: '2', title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'}
+ {menu_id: '2', title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'},
+ {menu_id: '2', title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'}
]}
]
}