From 16812a1e7feee8059943688e6d28588ccb7656b1 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Tue, 22 Apr 2025 17:13:10 +0800
Subject: [PATCH] =?UTF-8?q?add=E8=A3=85=E7=AE=B1=E5=8F=A3=E6=9C=A8?=
=?UTF-8?q?=E7=AE=B1=E5=9B=9E=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 ++++
pages/SecondPhase/BoxReturn.vue | 83 +++++++++++++++++++++++++++++++++
utils/getData3.js | 10 ++++
utils/mork2.js | 3 +-
4 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 pages/SecondPhase/BoxReturn.vue
diff --git a/pages.json b/pages.json
index ac8bc64..8a86183 100644
--- a/pages.json
+++ b/pages.json
@@ -663,6 +663,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/BoxReturn",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/BoxReturn.vue b/pages/SecondPhase/BoxReturn.vue
new file mode 100644
index 0000000..5eb8d44
--- /dev/null
+++ b/pages/SecondPhase/BoxReturn.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+ 装箱点
+
+
+
+
+
+
+
+ 木箱码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 9de4af5..f58dc57 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -517,4 +517,14 @@ export const pdaDownRoll = (code, arr) => request({
point_code: code,
container: arr
}
+})
+/**
+ * 装箱口木箱回库
+ */
+export const boxReturn = (code, box) => request({
+ url:'api/pdmBiSubpackagerelation/boxReturn',
+ data: {
+ device_code: code,
+ box: box
+ }
})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 385be3d..e16a243 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -108,7 +108,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '母卷暂存管理', path: '/pages/SecondPhase/slitting/RollCacheManage'}
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
- {menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'}
+ {menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},
+ {menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},