From 9c68e861aecfad1087cff0e8aed42647e1399839 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 3 Sep 2025 17:55:22 +0800
Subject: [PATCH] =?UTF-8?q?add=E4=BA=BA=E5=B7=A5=E5=91=BC=E5=8F=AB?=
=?UTF-8?q?=E7=A9=BA=E8=BD=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 +
pages/SecondPhase/slitting/ManEmptyAxle.vue | 204 ++++++++++++++++++++
utils/getData3.js | 7 +
utils/mork2.js | 3 +-
4 files changed, 221 insertions(+), 1 deletion(-)
create mode 100644 pages/SecondPhase/slitting/ManEmptyAxle.vue
diff --git a/pages.json b/pages.json
index 5b57e0a..3cb3dfd 100644
--- a/pages.json
+++ b/pages.json
@@ -718,6 +718,14 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/SecondPhase/slitting/ManEmptyAxle",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/slitting/ManEmptyAxle.vue b/pages/SecondPhase/slitting/ManEmptyAxle.vue
new file mode 100644
index 0000000..28c4e8c
--- /dev/null
+++ b/pages/SecondPhase/slitting/ManEmptyAxle.vue
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+
+ 区域
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+ 气胀轴尺寸
+
+
+
+
+
+
+
+ 气胀轴代数
+
+
+
+
+
+
+
+
+
+
+
+
+ | 尺寸 |
+ 代数 |
+ 操作 |
+
+
+
+
+ | {{e.size}} |
+ {{e.generation}} |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 5f7eb05..d46bb36 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -608,3 +608,10 @@ export const conCombination = (rows) => request({
url:'api/pda/slitter/conCombination',
data: {rows: rows}
})
+/**
+ * 人工呼叫空轴(二期-分切管理)
+ */
+export const applyCallShaft = (area, code, row) => request({
+ url:'api/wms/apply/callShaft',
+ data: {area: area, point_code: code, row: row}
+})
diff --git a/utils/mork2.js b/utils/mork2.js
index b144d46..8ef980c 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -111,7 +111,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'},
{menu_id: '8', title: '分切暂存维护', path: '/pages/SecondPhase/slitting/CacheSave'},
{menu_id: '8', title: '呼叫套轴', path: '/pages/SecondPhase/slitting/CallAxis'},
- {menu_id: '8', title: '子卷拼单', path: '/pages/SecondPhase/slitting/Zjpindan'}
+ {menu_id: '8', title: '子卷拼单', path: '/pages/SecondPhase/slitting/Zjpindan'},
+ {menu_id: '8', title: '人工呼叫空轴', path: '/pages/SecondPhase/slitting/ManEmptyAxle'}
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},