From fdc54a9e3152a94105940305cd852fc8f3f1a038 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 16 Aug 2024 10:56:06 +0800 Subject: [PATCH] =?UTF-8?q?add=E5=AD=90=E5=8D=B7=E9=87=8D=E9=87=8F?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++ pages/SecondPhase/slitting/SubRollWeight.vue | 87 ++++++++++++++++++++ utils/getData3.js | 7 ++ utils/mork2.js | 5 +- 4 files changed, 105 insertions(+), 2 deletions(-) create mode 100644 pages/SecondPhase/slitting/SubRollWeight.vue diff --git a/pages.json b/pages.json index 2e29773..2862ce2 100644 --- a/pages.json +++ b/pages.json @@ -519,6 +519,14 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/SubRollWeight", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/slitting/SubRollWeight.vue b/pages/SecondPhase/slitting/SubRollWeight.vue new file mode 100644 index 0000000..66e33cd --- /dev/null +++ b/pages/SecondPhase/slitting/SubRollWeight.vue @@ -0,0 +1,87 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 1ecee07..03a58cd 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -292,3 +292,10 @@ export const printTable = (pcsn, code, type) => request({ url:'api/twoPrintTable/printTable', data: {pcsn: pcsn, print_code: code, type: type} }) +/** + * 子卷重量维护 + */ +export const doSubRollWeightBinding = (cn, pw, rw) => request({ + url:'api/pda/slitter/doSubRollWeightBinding', + data: {container_name: cn, paper_weight: pw, roll_weight: rw} +}) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index df07a09..102b69e 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -89,7 +89,8 @@ export const allAuthority = () => { {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/StockingArea'}, - {menu_id: '8', title: 'AGV放行', path: '/pages/SecondPhase/slitting/AGVPass'} + {menu_id: '8', title: 'AGV放行', path: '/pages/SecondPhase/slitting/AGVPass'}, + {menu_id: '8', title: '子卷重量维护', path: '/pages/SecondPhase/slitting/SubRollWeight'} ]}, {menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'}, @@ -133,7 +134,7 @@ export const authority = () => { {title: '空木箱入库',sonTree: [{title: '空木箱入库'}]}, {title: '发货区',sonTree: [{title: '发货区解绑'}]}, {title: '生产管理',sonTree: [{title: '生箔生产进度'},{title: '生箔工序'},{title: '烘烤工序'},{title: '表处工序'},{title: '人工烘烤'},{title: '子卷质检'}, {title: '子卷装箱'}, {title: '标签打印'}]}, - {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}, {title: '备货区管理'}, {title: 'AGV放行'}]}, + {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}, {title: '备货区管理'}, {title: 'AGV放行'}, {title: '子卷重量维护'}]}, {title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'},{title: '人工放行'}]}, {title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]}, {title: '立库库存', sonTree: [{title: '空木箱库存'}]}