From 7100156c36c1d19998556e9bfa8729b807868015 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 5 Mar 2025 15:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E8=BD=B4=E9=80=80=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/ProductManage/PlusShaftReturn.vue | 72 ------------------- pages/ProductManage/RemainShaftBack.vue | 93 +++++++++++++++++++++++++ utils/getData3.js | 12 ++++ utils/mork2.js | 2 +- 5 files changed, 107 insertions(+), 74 deletions(-) delete mode 100644 pages/ProductManage/PlusShaftReturn.vue create mode 100644 pages/ProductManage/RemainShaftBack.vue diff --git a/pages.json b/pages.json index fc1d013..fe0aedb 100644 --- a/pages.json +++ b/pages.json @@ -616,7 +616,7 @@ } ,{ - "path" : "pages/ProductManage/PlusShaftReturn", + "path" : "pages/ProductManage/RemainShaftBack", "style" : { "navigationStyle": "custom" diff --git a/pages/ProductManage/PlusShaftReturn.vue b/pages/ProductManage/PlusShaftReturn.vue deleted file mode 100644 index 1df67de..0000000 --- a/pages/ProductManage/PlusShaftReturn.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/ProductManage/RemainShaftBack.vue b/pages/ProductManage/RemainShaftBack.vue new file mode 100644 index 0000000..0d2ea93 --- /dev/null +++ b/pages/ProductManage/RemainShaftBack.vue @@ -0,0 +1,93 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index b7bc78f..b6ae662 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -450,3 +450,15 @@ export const toEndSub = (code) => request({ container_name: code } }) +/** + * 余轴退回(一期分切管理) + */ +export const remainShaftBack = (code, size, ge, flag) => request({ + url:'api/pda/paper/remainShaftBack', + data: { + point_code: code, + qzz_size: size, + qzz_generation: ge, + flag: flag + } +}) diff --git a/utils/mork2.js b/utils/mork2.js index 17ab0b2..5172648 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -24,7 +24,7 @@ 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/PlusShaftReturn'} + {menu_id: '10', title: '余轴退回', path: '/pages/ProductManage/RemainShaftBack'} ]}, {menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},