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) {