From ab2e5f8f54d10c898e4cc08108ec94b3f076b2d7 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Mon, 10 Feb 2025 16:34:31 +0800
Subject: [PATCH] =?UTF-8?q?add=20=E7=A9=BA=E8=BD=B4=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/ProductManage/UnAxisBack.vue | 101 +++++++++++++++++++++++++++++
utils/getData3.js | 11 ++++
utils/mork2.js | 3 +-
4 files changed, 122 insertions(+), 1 deletion(-)
create mode 100644 pages/ProductManage/UnAxisBack.vue
diff --git a/pages.json b/pages.json
index 4973232..388aaaf 100644
--- a/pages.json
+++ b/pages.json
@@ -575,6 +575,14 @@
}
}
+ ,{
+ "path" : "pages/ProductManage/UnAxisBack",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/ProductManage/UnAxisBack.vue b/pages/ProductManage/UnAxisBack.vue
new file mode 100644
index 0000000..844336b
--- /dev/null
+++ b/pages/ProductManage/UnAxisBack.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+ 区域
+
+
+
+
+
+
+ 尺寸
+
+
+
+
+
+
+
+ 代数
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index e1391af..0b6fdc5 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -364,3 +364,14 @@ export const forcedFeedShaft = (area, dname, dcode, ulk, ulv, urk, urv, dlk, dlv
down_right_size_v: drv,
}
})
+/**
+ * 空轴回库(一期分切管理)
+ */
+export const shaftGoBack = (area, size, qzz) => request({
+ url:'api/pda/paper/shaftGoBack',
+ data: {
+ area: area,
+ qzz_size: size,
+ qzz_generation: qzz
+ }
+})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 6aed16a..15a1982 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -20,7 +20,8 @@ export const allAuthority = () => {
{menu_id: '3', title: '空轴配送', path: '/pages/ProductManage/ZjDelivery'},
{menu_id: '4', title: '空轴进站', path: '/pages/ProductManage/ZjInStore'},
{menu_id: '5', title: '子卷出站', path: '/pages/ProductManage/ZjOutStore'},
- {menu_id: '6', title: '套轴申请', path: '/pages/ProductManage/AxisApply'}
+ {menu_id: '6', title: '套轴申请', path: '/pages/ProductManage/AxisApply'},
+ {menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'}
]},
{menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},