From 9fb1a423872846355bd6e87e6506a006e6528055 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 17 Jun 2025 13:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=83=98=E7=83=A4=E5=B7=A5=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SecondPhase/production/BakeProcess.vue | 6 +++--- utils/mork2.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/SecondPhase/production/BakeProcess.vue b/pages/SecondPhase/production/BakeProcess.vue index dba22cf..daf8c4c 100644 --- a/pages/SecondPhase/production/BakeProcess.vue +++ b/pages/SecondPhase/production/BakeProcess.vue @@ -42,7 +42,7 @@ - + @@ -110,12 +110,12 @@ }, async _ovenInAndOut2 (type) { this.disabled = true - if (!this.val1 || !this.val2) { + if (!this.val1) { this.disabled = false return } try { - let res = await ovenInAndOut(this.val1, this.val2,'', '', type) + let res = await ovenInAndOut(this.val1, '','', '', type) uni.showToast({ title: res.message, icon: 'none' diff --git a/utils/mork2.js b/utils/mork2.js index 4d2c1d6..b24c399 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -18,7 +18,7 @@ export const allAuthority = () => { {menu_id: '1', title: '生箔生产进度', path: '/pages/SecondPhase/production/SboProdProgress'}, {menu_id: '2', title: '生箔工序', path: '/pages/SecondPhase/production/SboProcess'}, {menu_id: '3', title: '烘烤工序', path: '/pages/SecondPhase/production/BakeProcess'}, - {menu_id: '4', title: '表处工序', path: '/pages/SecondPhase/production/SurfaceProcess'}, + // {menu_id: '4', title: '表处工序', path: '/pages/SecondPhase/production/SurfaceProcess'}, {menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'}, {menu_id: '6', title: '子卷质检', path: '/pages/SecondPhase/production/ZjCheck'}, {menu_id: '8', title: '子卷装箱', path: '/pages/SecondPhase/production/ZjContainer'},