From 3db4c309b7e71c4ef5d910da1b75573aa87e951b Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 11 Jul 2024 15:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=94=E8=83=80=E8=BD=B4=E5=BA=93=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++ pages/SecondPhase/slitting/ShaftSave.vue | 61 ++++++++++++++++++++++++ pages/home/home.vue | 2 +- utils/getData3.js | 7 +++ utils/mork2.js | 5 +- 5 files changed, 80 insertions(+), 3 deletions(-) create mode 100644 pages/SecondPhase/slitting/ShaftSave.vue diff --git a/pages.json b/pages.json index c425bb6..66c7012 100644 --- a/pages.json +++ b/pages.json @@ -455,6 +455,14 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/ShaftSave", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/slitting/ShaftSave.vue b/pages/SecondPhase/slitting/ShaftSave.vue new file mode 100644 index 0000000..16dff6d --- /dev/null +++ b/pages/SecondPhase/slitting/ShaftSave.vue @@ -0,0 +1,61 @@ + + + \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index 2dee8b7..fd0334d 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -255,7 +255,7 @@ padding 20rpx 0 overflow hidden border-bottom 1px solid #c5c6c7 -.bgc_1, .bgc_6 +.bgc_1, .bgc_6, .bgc_11 background linear-gradient(to right, rgba(73,102,255,0.8) 0%, rgba(117,142,255,0.8) 100%) .bgc_2, .bgc_7 background linear-gradient(to right, rgba(254, 168, 20,0.8) 0%, rgba(255, 177, 1,0.8) 100%) diff --git a/utils/getData3.js b/utils/getData3.js index 1b61d31..84ff937 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -191,4 +191,11 @@ export const getBoxInfo = (code) => request({ export const saveBoxInfo = (code, weight) => request({ url:'api/boxinfo/saveBoxInfo', data: {box_no: code, box_weight: weight} +}) +/** + * 气胀轴库维护 + */ +export const shaftMaintenanceInventory = (code, type) => request({ + url:'api/pda/slitter/shaftMaintenanceInventory', + data: {point_code: code, type: type} }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 02e6194..93fe1e3 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -83,7 +83,8 @@ export const allAuthority = () => { {menu_id: '7', title: '穿拔轴初始化', path: '/pages/SecondPhase/slitting/DoInitShaft'}, {menu_id: '8', title: '纸管绑定', path: '/pages/SecondPhase/slitting/PaperBind'}, {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/CacheClean'}, + {menu_id: '8', title: '气胀轴库维护', path: '/pages/SecondPhase/slitting/ShaftSave'} ]}, {menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'}, @@ -123,7 +124,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: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}]}, {title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'}]}, {title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]} ]