diff --git a/pages.json b/pages.json index 8ca8f6d..229214b 100644 --- a/pages.json +++ b/pages.json @@ -471,6 +471,14 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/StockingArea", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/slitting/StockingArea.vue b/pages/SecondPhase/slitting/StockingArea.vue new file mode 100644 index 0000000..833e881 --- /dev/null +++ b/pages/SecondPhase/slitting/StockingArea.vue @@ -0,0 +1,95 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index b115553..6c761d3 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -226,4 +226,15 @@ export const unBindSlitterSubVolumeInfo = (code) => request({ export const bindSlitterSubVolumeInfo = (code, name) => request({ url:'api/pda/slitter/bindSlitterSubVolumeInfo', data: {point_code: code, container_name: name} +}) +/** + * 备货区管理 + */ +export const doStockAreaBinding = (code, vcode) => request({ + url:'api/pda/slitter/doStockAreaBinding', + data: {point_code: code, vehicle_code: vcode} +}) +export const doStockAreaUnbinding = (code) => request({ + url:'api/pda/slitter/doStockAreaUnbinding', + data: {point_code: code} }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 8efbc3a..00fa91b 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -85,7 +85,8 @@ export const allAuthority = () => { {menu_id: '8', title: '分切暂存下料', path: '/pages/SecondPhase/slitting/CacheCut'}, {menu_id: '8', title: '分切暂存清除', path: '/pages/SecondPhase/slitting/CacheClean'}, {menu_id: '8', title: '气胀轴库维护', path: '/pages/SecondPhase/slitting/ShaftSave'}, - {menu_id: '8', title: '分切子卷维护', path: '/pages/SecondPhase/slitting/ZjSave'} + {menu_id: '8', title: '分切子卷维护', path: '/pages/SecondPhase/slitting/ZjSave'}, + {menu_id: '8', title: '备货区管理', path: '/pages/SecondPhase/slitting/StockingArea'} ]}, {menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'}, @@ -125,7 +126,7 @@ export const authority = () => { {title: '空木箱入库',sonTree: [{title: '空木箱入库'}]}, {title: '发货区',sonTree: [{title: '发货区解绑'}]}, {title: '生产管理',sonTree: [{title: '生箔生产进度'},{title: '生箔工序'},{title: '烘烤工序'},{title: '表处工序'},{title: '人工烘烤'},{title: '子卷质检'}]}, - {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}]}, + {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}, {title: '备货区管理'}]}, {title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'}]}, {title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]} ]