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 c930c23..5fb7ad6 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'},