From 5afcef3d0b74b976d19992bc624ae13139f6aa6f Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 20 Jun 2025 10:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=88=87=E4=B8=8B=E8=BD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 -- pages/SecondPhase/slitting/Cutaxis.vue | 18 +-- pages/SecondPhase/slitting/ZjSave.vue | 161 ------------------------- utils/mork2.js | 2 +- 4 files changed, 4 insertions(+), 185 deletions(-) delete mode 100644 pages/SecondPhase/slitting/ZjSave.vue diff --git a/pages.json b/pages.json index 944a5a2..e4a21da 100644 --- a/pages.json +++ b/pages.json @@ -208,14 +208,6 @@ "navigationStyle": "custom" } - } - ,{ - "path" : "pages/SecondPhase/slitting/ZjSave", - "style" : - { - "navigationStyle": "custom" - } - } ,{ "path" : "pages/SecondPhase/slitting/StockingArea", diff --git a/pages/SecondPhase/slitting/Cutaxis.vue b/pages/SecondPhase/slitting/Cutaxis.vue index 3c8aa02..112195a 100644 --- a/pages/SecondPhase/slitting/Cutaxis.vue +++ b/pages/SecondPhase/slitting/Cutaxis.vue @@ -47,14 +47,12 @@ - - - + + - @@ -91,7 +89,6 @@ options1: [{value: '1', text: this.$t('select.uppershaft')}, {value: '2', text: this.$t('select.lowershaft')}], index1: '1', current: 0, - val1: '', dataList: [], disabled: false }; @@ -127,15 +124,7 @@ this.index1 = e.detail.value }, handleAdd () { - if (!this.val1.trim()) { - return - } - const index = this.dataList.findIndex(item => item === this.val1) - if (index !== -1) { - this.dataList.splice(index, 1) - } - this.dataList.push({container_name: this.val1, site: this.index1}) - this.val1 = '' + this.dataList.push({site: this.index1}) }, handleDelete (index) { this.dataList.splice(index, 1) @@ -164,7 +153,6 @@ this.index = '' this.index2 = '' this.options = [] - this.val1 = '' this.dataList = [] } } diff --git a/pages/SecondPhase/slitting/ZjSave.vue b/pages/SecondPhase/slitting/ZjSave.vue deleted file mode 100644 index d531502..0000000 --- a/pages/SecondPhase/slitting/ZjSave.vue +++ /dev/null @@ -1,161 +0,0 @@ - - - \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index d882fa3..dc6ed29 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -37,7 +37,7 @@ 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: '8', title: 'AGV放行', path: '/pages/SecondPhase/slitting/AGVPass'}, {menu_id: '8', title: '子卷管重维护', path: '/pages/SecondPhase/slitting/SubRollWeight'},
{{$t('grid.sub-roll-number')}}{{$t('grid.axisposition')}}{{$t('grid.operate')}}{{$t('grid.axisposition')}}{{$t('grid.operate')}}
{{e.container_name}} {{ options1 | findByValue(e.site)}}