diff --git a/pages.json b/pages.json index f071d90..3b8579a 100644 --- a/pages.json +++ b/pages.json @@ -399,6 +399,14 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/SlittingCutting", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/slitting/SlittingCutting.vue b/pages/SecondPhase/slitting/SlittingCutting.vue new file mode 100644 index 0000000..3aaba5d --- /dev/null +++ b/pages/SecondPhase/slitting/SlittingCutting.vue @@ -0,0 +1,67 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 25658ed..8bfefb0 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -120,4 +120,17 @@ export const twoPdaReback = (type, no, code, pcode) => request({ vehicle_code: code, point_code: pcode } +}) +/** + * 分切下料 + */ +// 获取分切设备 +export const slitterDevices = () => request({ + url:'api/pda/slitter/slitterDevices', + data: {} +}) +// 确定 +export const downRolls = (code) => request({ + url:'api/pda/slitter/downRolls', + data: {device_code: code} }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 44bda79..8e326d5 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -74,6 +74,7 @@ export const authority = () => { ]}, {menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [ {menu_id: '1', title: '分切上料', path: '/pages/SecondPhase/slitting/SlittingFeeding'}, + {menu_id: '6', title: '分切下料', path: '/pages/SecondPhase/slitting/SlittingCutting'}, {menu_id: '2', title: '空轴套管', path: '/pages/SecondPhase/slitting/ZjCasing'}, {menu_id: '3', title: '空轴配送', path: '/pages/SecondPhase/slitting/ZjDelivery'}, {menu_id: '4', title: '空轴进站', path: '/pages/SecondPhase/slitting/ZjInStore'},