From 3a3ee611fc7db368b30da59ff02cd9ad3cbe8c1b Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Tue, 31 Mar 2026 09:35:43 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 7 ++
pages/SecondPhase/EmptyBoxInStore.vue | 2 +-
pages/SecondPhase/production/PointMove.vue | 84 ++++++++++++++++++++++
utils/getData3.js | 8 +++
utils/mork2.js | 3 +-
5 files changed, 102 insertions(+), 2 deletions(-)
create mode 100644 pages/SecondPhase/production/PointMove.vue
diff --git a/pages.json b/pages.json
index 393bea9..1d1baa3 100644
--- a/pages.json
+++ b/pages.json
@@ -763,6 +763,13 @@
{
"navigationStyle": "custom"
}
+ },
+ {
+ "path" : "pages/SecondPhase/production/PointMove",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
}
],
"globalStyle": {
diff --git a/pages/SecondPhase/EmptyBoxInStore.vue b/pages/SecondPhase/EmptyBoxInStore.vue
index 4edb2e7..c778841 100644
--- a/pages/SecondPhase/EmptyBoxInStore.vue
+++ b/pages/SecondPhase/EmptyBoxInStore.vue
@@ -51,7 +51,7 @@
title: '',
val2: '',
val3: '',
- options: [{value: '1', text: '1'}, {value: '2', text: '2'}, {value: '3', text: '3'}],
+ options: [{value: '1', text: '1'}, {value: '2', text: '2'}],
index: '',
disabled: false
};
diff --git a/pages/SecondPhase/production/PointMove.vue b/pages/SecondPhase/production/PointMove.vue
new file mode 100644
index 0000000..fff812f
--- /dev/null
+++ b/pages/SecondPhase/production/PointMove.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+ 状态
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 1545371..b74070d 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -674,3 +674,11 @@ export const checkCode = (ncode, gcode, bcode, ccode) => request({
url:'api/pdmBiSubpackagerelation/checkCode',
data: {nb_code: ncode, gb_code: gcode, box_code: bcode, customer_code: ccode}
})
+
+/**
+ * ACS点位变更
+ */
+export const changePointMove = (code, move) => request({
+ url:'api/pda/raw/changePointMove',
+ data: {deviceCode: code, move: move}
+})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index fa64818..2a4e86f 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -82,7 +82,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '子卷装箱', path: '/pages/SecondPhase/production/ZjContainer'},
{menu_id: '8', title: '木箱库存', path: '/pages/SecondPhase/production/BoxStock'},
{menu_id: '8', title: '子卷入库', path: '/pages/SecondPhase/production/ZjInStore'},
- {menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'}
+ {menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'},
+ {menu_id: '8', title: 'ACS点位变更', path: '/pages/SecondPhase/production/PointMove'}
]},
{menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [
{menu_id: '1', title: '分切上料', path: '/pages/SecondPhase/slitting/SlittingFeeding'},