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