From a4ea019417d596bee00501f2525bb76754151df7 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 26 Feb 2025 11:21:55 +0800
Subject: [PATCH] =?UTF-8?q?add=20=E5=88=86=E5=88=87=E4=B8=8A=E8=BD=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 ++
pages/ProductManage/UpperShaftCut.vue | 184 ++++++++++++++++++++++++++
utils/getData3.js | 13 ++
utils/mork2.js | 9 +-
4 files changed, 213 insertions(+), 1 deletion(-)
create mode 100644 pages/ProductManage/UpperShaftCut.vue
diff --git a/pages.json b/pages.json
index 54ed8b1..1d30b63 100644
--- a/pages.json
+++ b/pages.json
@@ -591,6 +591,14 @@
}
}
+ ,{
+ "path" : "pages/ProductManage/UpperShaftCut",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/ProductManage/UpperShaftCut.vue b/pages/ProductManage/UpperShaftCut.vue
new file mode 100644
index 0000000..0a77e95
--- /dev/null
+++ b/pages/ProductManage/UpperShaftCut.vue
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+ 区域
+
+
+
+
+
+
+ 设备
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+ 管芯左
+
+
+
+
+
+ 管芯右
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 9114347..9590bd8 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -391,4 +391,17 @@ export const callPaperShaft = (area, location, ulk, ulv, urk, urv, size, qzz, nu
qzz_generation: qzz,
qqz_num: num
}
+})
+/**
+ * 分切上轴(一期分切管理)
+ */
+export const cutUpShaft = (area, device, point, lk, rk) => request({
+ url:'api/pda/in/cutUpShaft',
+ data: {
+ area: area,
+ device_code: device,
+ point_code: point,
+ left_spec: lk,
+ right_spec: rk
+ }
})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 4d582a4..42d4a3b 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -22,7 +22,8 @@ export const allAuthority = () => {
{menu_id: '5', title: '子卷出站', path: '/pages/ProductManage/ZjOutStore'},
{menu_id: '6', title: '套轴申请', path: '/pages/ProductManage/AxisApply'},
{menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'},
- {menu_id: '8', title: '分切呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'}
+ {menu_id: '8', title: '分切呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'},
+ {menu_id: '8', title: '分切上轴', path: '/pages/ProductManage/UpperShaftCut'}
]},
{menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},
@@ -251,6 +252,12 @@ export const queryDeviceByarea = () => {
}
return res
}
+export const devicePointQuery = () => {
+ let res = {
+ data: [{value: '0aa', text: 'aa'}, {value: '0bb', text: 'bb'}]
+ }
+ return res
+}
export const zjInBound = () => {
let res = {
content: [{package_box_sn: '01'}, {package_box_sn: '02'}]