From e7a1798804ac99795a4c09cc97a7f72378a19bf7 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 22 Oct 2025 10:25:40 +0800
Subject: [PATCH] =?UTF-8?q?add=E8=BD=BD=E5=85=B7=E8=A7=A3=E7=BB=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 ++++
pages/SecondPhase/VehicleUnbind.vue | 66 +++++++++++++++++++++++++++++
utils/getData3.js | 7 +++
utils/mork2.js | 3 +-
4 files changed, 83 insertions(+), 1 deletion(-)
create mode 100644 pages/SecondPhase/VehicleUnbind.vue
diff --git a/pages.json b/pages.json
index f6327ad..cadbcf1 100644
--- a/pages.json
+++ b/pages.json
@@ -750,6 +750,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/VehicleUnbind",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/VehicleUnbind.vue b/pages/SecondPhase/VehicleUnbind.vue
new file mode 100644
index 0000000..0b00e3c
--- /dev/null
+++ b/pages/SecondPhase/VehicleUnbind.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+ 载具码
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 5fd97d6..79dd0dc 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -651,4 +651,11 @@ export const vehicleRelabel = (code) => request({
export const seeTaskByPoint = (code) => request({
url:'api/pda/slitter/seeTaskByPoint',
data: {data: code}
+})
+/**
+ * 载具解绑(二期)
+ */
+export const vehicleUnbind = (code) => request({
+ url:'api/twoPda/st/vehicleUnbind',
+ data: {vehicle_code: code}
})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 8681f37..b911d4b 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -118,7 +118,8 @@ export const allAuthority = () => {
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},
{menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'},
- {menu_id: '1', title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'}
+ {menu_id: '1', title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'},
+ {menu_id: '1', title: '载具解绑', path: '/pages/SecondPhase/VehicleUnbind'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},