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'},