From ba77ea34ba2552b45850f781f6e77a0514397478 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Tue, 24 Jun 2025 16:39:10 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=B8=85=E7=A9=BA?=
=?UTF-8?q?=E3=80=81=E5=8F=96=E5=80=BC=E8=8C=83=E5=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/SecondPhase/EmptyVehicleInStore.vue | 1 +
pages/SecondPhase/finished/ReturnToStore.vue | 1 +
pages/SecondPhase/finished/abnorToStore.vue | 1 +
pages/SecondPhase/lvt/EmptyBox.vue | 1 +
pages/SecondPhase/point/ErrorOutUnlock.vue | 2 ++
pages/SecondPhase/point/ManPass.vue | 2 ++
pages/SecondPhase/production/BakeProcess.vue | 27 ++++++++++++++++---
pages/SecondPhase/production/BoxStock.vue | 2 +-
pages/SecondPhase/production/ManmadeBake.vue | 19 ++++++++++---
.../SecondPhase/production/SurfaceProcess.vue | 2 ++
pages/SecondPhase/slitting/CacheCut.vue | 1 +
pages/SecondPhase/slitting/CallShaft.vue | 1 +
pages/SecondPhase/slitting/DoInitShaft.vue | 1 +
.../SecondPhase/slitting/EmptyAxisReturn.vue | 1 +
pages/SecondPhase/slitting/PaperBind.vue | 1 +
pages/SecondPhase/slitting/ShaftSave.vue | 1 +
pages/SecondPhase/slitting/StockingArea.vue | 2 ++
pages/SecondPhase/slitting/SubRollWeight.vue | 20 +++++++++++---
pages/SecondPhase/slitting/UpperShaftCut.vue | 1 +
19 files changed, 77 insertions(+), 10 deletions(-)
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 @@