From a3c2084e80cfcfe1ac816e7b34f2afecd6bed689 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Thu, 31 Jul 2025 15:56:43 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E9=9A=94=E7=A6=BB=E4=BB=BB?=
=?UTF-8?q?=E5=8A=A1=E4=B8=8D=E5=A4=A7=E4=BA=8E=E5=BA=93=E5=AD=98=E4=BD=99?=
=?UTF-8?q?=E9=A2=9D=E7=9A=84=E6=97=B6=E5=80=99=E7=9B=B4=E6=8E=A5=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/inventoryMove/job/inventoryMoveDetail.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/pages/inventoryMove/job/inventoryMoveDetail.vue b/src/pages/inventoryMove/job/inventoryMoveDetail.vue
index e68701c8..d2b143c1 100644
--- a/src/pages/inventoryMove/job/inventoryMoveDetail.vue
+++ b/src/pages/inventoryMove/job/inventoryMoveDetail.vue
@@ -609,13 +609,19 @@
}
}
if (str2) {
- str2 = str2 + '\n是否确认提交'
+ str2 = str2 + '\n是否确认提交?'
this.$refs.comMessage.showQuestionMessage1(str2, 'red', res => {
if (res) {
this.submitJob()
}
});
return;
+ }else{
+ this.$refs.comMessage.showQuestionMessage('是否确认提交?', res => {
+ if (res) {
+ this.submitJob()
+ }
+ });
}
}else{
if (str1) {