From 36a14b5aa38b35bcb960e4e327df098e6f3b164a Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 26 Mar 2025 15:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=A5=97=E8=BD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++ pages/ProductManage/RequestShaft.vue | 185 +++++++++++++++++++++++++++ utils/getData3.js | 16 +++ utils/mork2.js | 3 +- 4 files changed, 211 insertions(+), 1 deletion(-) create mode 100644 pages/ProductManage/RequestShaft.vue diff --git a/pages.json b/pages.json index 1b54045..19bdc13 100644 --- a/pages.json +++ b/pages.json @@ -647,6 +647,14 @@ } } + ,{ + "path" : "pages/ProductManage/RequestShaft", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/ProductManage/RequestShaft.vue b/pages/ProductManage/RequestShaft.vue new file mode 100644 index 0000000..1d3a7ea --- /dev/null +++ b/pages/ProductManage/RequestShaft.vue @@ -0,0 +1,185 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index e08c9c7..e12d3ad 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -487,4 +487,20 @@ export const rollCacheManage = (code, flag) => request({ point_code: code, flag: flag } +}) +/** + * 请求套轴(一期) + */ +export const startIntoTube = (area, location, ulk, ulv, urk, urv, size, qzz) => request({ + url:'api/pda/paper/startIntoTube', + data: { + area: area, + location: location, + up_left_size_k: ulk, + up_left_size_v: ulv, + up_right_size_k: urk, + up_right_size_v: urv, + qzz_size: size, + qzz_generation: qzz + } }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index d6936bc..ba64030 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -24,7 +24,8 @@ export const allAuthority = () => { {menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'}, {menu_id: '8', title: '呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'}, {menu_id: '9', title: '分切上轴', path: '/pages/ProductManage/UpperShaftCut'}, - {menu_id: '10', title: '余轴退回', path: '/pages/ProductManage/RemainShaftBack'} + {menu_id: '10', title: '余轴退回', path: '/pages/ProductManage/RemainShaftBack'}, + {menu_id: '11', title: '请求套轴', path: '/pages/ProductManage/RequestShaft'} ]}, {menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},