diff --git a/pages.json b/pages.json index 5b57e0a..3cb3dfd 100644 --- a/pages.json +++ b/pages.json @@ -718,6 +718,14 @@ "navigationStyle": "custom" } } + ,{ + "path" : "pages/SecondPhase/slitting/ManEmptyAxle", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/slitting/ManEmptyAxle.vue b/pages/SecondPhase/slitting/ManEmptyAxle.vue new file mode 100644 index 0000000..28c4e8c --- /dev/null +++ b/pages/SecondPhase/slitting/ManEmptyAxle.vue @@ -0,0 +1,204 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 5f7eb05..d46bb36 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -608,3 +608,10 @@ export const conCombination = (rows) => request({ url:'api/pda/slitter/conCombination', data: {rows: rows} }) +/** + * 人工呼叫空轴(二期-分切管理) + */ +export const applyCallShaft = (area, code, row) => request({ + url:'api/wms/apply/callShaft', + data: {area: area, point_code: code, row: row} +}) diff --git a/utils/mork2.js b/utils/mork2.js index b144d46..8ef980c 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -111,7 +111,8 @@ export const allAuthority = () => { {menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'}, {menu_id: '8', title: '分切暂存维护', path: '/pages/SecondPhase/slitting/CacheSave'}, {menu_id: '8', title: '呼叫套轴', path: '/pages/SecondPhase/slitting/CallAxis'}, - {menu_id: '8', title: '子卷拼单', path: '/pages/SecondPhase/slitting/Zjpindan'} + {menu_id: '8', title: '子卷拼单', path: '/pages/SecondPhase/slitting/Zjpindan'}, + {menu_id: '8', title: '人工呼叫空轴', path: '/pages/SecondPhase/slitting/ManEmptyAxle'} ]}, {menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [ {menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},