diff --git a/pages.json b/pages.json index 393bea9..1d1baa3 100644 --- a/pages.json +++ b/pages.json @@ -763,6 +763,13 @@ { "navigationStyle": "custom" } + }, + { + "path" : "pages/SecondPhase/production/PointMove", + "style" : + { + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/SecondPhase/EmptyBoxInStore.vue b/pages/SecondPhase/EmptyBoxInStore.vue index 4edb2e7..c778841 100644 --- a/pages/SecondPhase/EmptyBoxInStore.vue +++ b/pages/SecondPhase/EmptyBoxInStore.vue @@ -51,7 +51,7 @@ title: '', val2: '', val3: '', - options: [{value: '1', text: '1'}, {value: '2', text: '2'}, {value: '3', text: '3'}], + options: [{value: '1', text: '1'}, {value: '2', text: '2'}], index: '', disabled: false }; diff --git a/pages/SecondPhase/production/PointMove.vue b/pages/SecondPhase/production/PointMove.vue new file mode 100644 index 0000000..fff812f --- /dev/null +++ b/pages/SecondPhase/production/PointMove.vue @@ -0,0 +1,84 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 1545371..b74070d 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -674,3 +674,11 @@ export const checkCode = (ncode, gcode, bcode, ccode) => request({ url:'api/pdmBiSubpackagerelation/checkCode', data: {nb_code: ncode, gb_code: gcode, box_code: bcode, customer_code: ccode} }) + +/** + * ACS点位变更 + */ +export const changePointMove = (code, move) => request({ + url:'api/pda/raw/changePointMove', + data: {deviceCode: code, move: move} +}) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index fa64818..2a4e86f 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -82,7 +82,8 @@ export const allAuthority = () => { {menu_id: '8', title: '子卷装箱', path: '/pages/SecondPhase/production/ZjContainer'}, {menu_id: '8', title: '木箱库存', path: '/pages/SecondPhase/production/BoxStock'}, {menu_id: '8', title: '子卷入库', path: '/pages/SecondPhase/production/ZjInStore'}, - {menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'} + {menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'}, + {menu_id: '8', title: 'ACS点位变更', path: '/pages/SecondPhase/production/PointMove'} ]}, {menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [ {menu_id: '1', title: '分切上料', path: '/pages/SecondPhase/slitting/SlittingFeeding'},