From 914e48265b5658273798291a6c42dbb46b45a03f Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 16 Jul 2024 11:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=88=87=E5=AD=90=E5=8D=B7=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.styl | 8 ++ pages.json | 8 ++ pages/ProductManage/ZjOutStore.vue | 2 +- pages/SecondPhase/slitting/ZjOutStore.vue | 2 +- pages/SecondPhase/slitting/ZjSave.vue | 158 ++++++++++++++++++++++ utils/getData3.js | 15 ++ utils/mork2.js | 5 +- 7 files changed, 194 insertions(+), 4 deletions(-) create mode 100644 pages/SecondPhase/slitting/ZjSave.vue diff --git a/common/style/layout.styl b/common/style/layout.styl index f391051..2c0a7e8 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -455,4 +455,12 @@ uni-button[disabled]:not([type]) { .layout-t tr.checked td .sin_input { color: #8a8a8a; border: 1px solid #ffffff; +} + +.msg_item { + font-size: 28rpx; + line-height: 30rpx; + font-weight: 700; + color: #ff6a00; + margin-top: 30rpx; } \ No newline at end of file diff --git a/pages.json b/pages.json index 66c7012..8ca8f6d 100644 --- a/pages.json +++ b/pages.json @@ -463,6 +463,14 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/ZjSave", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/ProductManage/ZjOutStore.vue b/pages/ProductManage/ZjOutStore.vue index 59049b9..a3a500d 100644 --- a/pages/ProductManage/ZjOutStore.vue +++ b/pages/ProductManage/ZjOutStore.vue @@ -161,7 +161,7 @@ }, /** 选择器 */ selectChange1(e) { - this.index = e + this.index1 = e }, selectChange2(e) { this.index2 = e diff --git a/pages/SecondPhase/slitting/ZjOutStore.vue b/pages/SecondPhase/slitting/ZjOutStore.vue index 6118301..7cbb5e7 100644 --- a/pages/SecondPhase/slitting/ZjOutStore.vue +++ b/pages/SecondPhase/slitting/ZjOutStore.vue @@ -168,7 +168,7 @@ }, /** 选择器 */ selectChange1(e) { - this.index = e + this.index1 = e }, selectChange2(e) { this.index2 = e diff --git a/pages/SecondPhase/slitting/ZjSave.vue b/pages/SecondPhase/slitting/ZjSave.vue new file mode 100644 index 0000000..a95cdd8 --- /dev/null +++ b/pages/SecondPhase/slitting/ZjSave.vue @@ -0,0 +1,158 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index a7fcf4c..9882366 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -202,4 +202,19 @@ export const saveBoxInfo = (code, weight) => request({ export const shaftMaintenanceInventory = (code, type) => request({ url:'api/pda/slitter/shaftMaintenanceInventory', data: {point_code: code, type: type} +}) +/** + * 分切子卷维护 + */ +export const querySlitterSubVolumeInfo = (code, name) => request({ + url:'api/pda/slitter/querySlitterSubVolumeInfo', + data: {point_code: code, container_name: name} +}) +export const unBindSlitterSubVolumeInfo = (code) => request({ + url:'api/pda/slitter/unBindSlitterSubVolumeInfo', + data: {point_code: code} +}) +export const bindSlitterSubVolumeInfo = (code, name) => request({ + url:'api/pda/slitter/bindSlitterSubVolumeInfo', + data: {point_code: code, container_name: name} }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 93fe1e3..8efbc3a 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -84,7 +84,8 @@ export const allAuthority = () => { {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/ShaftSave'} + {menu_id: '8', title: '气胀轴库维护', path: '/pages/SecondPhase/slitting/ShaftSave'}, + {menu_id: '8', title: '分切子卷维护', path: '/pages/SecondPhase/slitting/ZjSave'} ]}, {menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'}, @@ -124,7 +125,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: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}]}, {title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'}]}, {title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]} ]