diff --git a/pages/SecondPhase/EmptyVehicleInStore.vue b/pages/SecondPhase/EmptyVehicleInStore.vue index 448fd39..49e6abf 100644 --- a/pages/SecondPhase/EmptyVehicleInStore.vue +++ b/pages/SecondPhase/EmptyVehicleInStore.vue @@ -73,6 +73,7 @@ title: res.message, icon: 'none' }) + this.clearUp() this.disabled = false } catch (e) { this.disabled = false diff --git a/pages/SecondPhase/finished/ReturnToStore.vue b/pages/SecondPhase/finished/ReturnToStore.vue index ebdfcbe..77e4846 100644 --- a/pages/SecondPhase/finished/ReturnToStore.vue +++ b/pages/SecondPhase/finished/ReturnToStore.vue @@ -75,6 +75,7 @@ }) this.val1 = '' this.disabled = false + this.clearUp() } catch (e) { this.disabled = false } diff --git a/pages/SecondPhase/finished/abnorToStore.vue b/pages/SecondPhase/finished/abnorToStore.vue index ecb888b..f987fc3 100644 --- a/pages/SecondPhase/finished/abnorToStore.vue +++ b/pages/SecondPhase/finished/abnorToStore.vue @@ -82,6 +82,7 @@ title: res.message, icon: 'none' }) + this.clearUp() this.disabled = false } catch (e) { this.disabled = false diff --git a/pages/SecondPhase/lvt/EmptyBox.vue b/pages/SecondPhase/lvt/EmptyBox.vue index 5e0423a..c76b35d 100644 --- a/pages/SecondPhase/lvt/EmptyBox.vue +++ b/pages/SecondPhase/lvt/EmptyBox.vue @@ -100,6 +100,7 @@ this.index = e }, async _queryBoxIvt () { + this.dataList = [] try { let res = await queryBoxIvt(this.val1, this.val2, this.val3) this.dataList = [...res.data] diff --git a/pages/SecondPhase/point/ErrorOutUnlock.vue b/pages/SecondPhase/point/ErrorOutUnlock.vue index 48000e4..5080539 100644 --- a/pages/SecondPhase/point/ErrorOutUnlock.vue +++ b/pages/SecondPhase/point/ErrorOutUnlock.vue @@ -65,6 +65,8 @@ } try { let res = await abnormalOut(this.val1, this.val2) + this.val1 = '' + this.val2 = '' this.disabled1 = false uni.showToast({ title: res.message, diff --git a/pages/SecondPhase/point/ManPass.vue b/pages/SecondPhase/point/ManPass.vue index fe8f47b..0ab060f 100644 --- a/pages/SecondPhase/point/ManPass.vue +++ b/pages/SecondPhase/point/ManPass.vue @@ -65,6 +65,7 @@ title: res.message, icon: 'none' }) + this.clearUp() this.disabled = false } catch (e) { this.disabled = false @@ -81,6 +82,7 @@ title: res.message, icon: 'none' }) + this.clearUp() this.disabled = false this.btn_active = false } catch (e) { diff --git a/pages/SecondPhase/production/BakeProcess.vue b/pages/SecondPhase/production/BakeProcess.vue index daf8c4c..b807104 100644 --- a/pages/SecondPhase/production/BakeProcess.vue +++ b/pages/SecondPhase/production/BakeProcess.vue @@ -23,13 +23,24 @@ {{$t('filter.temperature')}} - + + {{$t('filter.time')}}({{$t('unit.minute')}}) - + + @@ -52,11 +63,13 @@