Sfoglia il codice sorgente

修改结单未匹配到提示

HD_wangm 2 mesi fa
parent
commit
ed274bf4f3

+ 1 - 1
ygtx-ui/src/views/gxt/gxtOrder/index.vue

@@ -2345,7 +2345,7 @@ function handleFinish(row) {
           }
 
         } else if (misInfo.length == 0) {
-          ElMessageBox.confirm('未找到匹配的MIS工单,请确认风机停复机时间是否已录入工效通系统或请进入工作票录入方式。', '提示', {
+          ElMessageBox.confirm('未找到匹配的MIS工单,请确认开始时间是否早于停机时间且与停机时间相差不超过60分钟,并且结束时间晚于恢复运行时间。', '提示', {
             confirmButtonText: '确定',
             showCancelButton: false,
             type: 'warning'

+ 2 - 2
ygtx-ui/src/views/gxt/orderMyTodo/index.vue

@@ -2913,7 +2913,7 @@ function handleRepairOrderFinalize(row) {
         }
 
       } else if (misInfo.length == 0) {
-        ElMessageBox.confirm('未找到匹配的MIS工单,请确认风机停复机时间是否已录入工效通系统或请进入工作票录入方式。', '提示', {
+        ElMessageBox.confirm('未找到匹配的MIS工单,请确认开始时间是否介于停机时间与恢复运行时间之间,并且结束时间晚于恢复运行时间。', '提示', {
           confirmButtonText: '确定',
           showCancelButton: false,
           type: 'warning'
@@ -3083,7 +3083,7 @@ function handleFinish(row) {
         }
 
       } else if (misInfo.length == 0) {
-        ElMessageBox.confirm('未找到匹配的MIS工单,请确认风机停复机时间是否已录入工效通系统或请进入工作票录入方式。', '提示', {
+        ElMessageBox.confirm('未找到匹配的MIS工单,请确认开始时间是否早于停机时间且与停机时间相差不超过60分钟,并且结束时间晚于恢复运行时间。', '提示', {
           confirmButtonText: '确定',
           showCancelButton: false,
           type: 'warning'

+ 1 - 1
ygtx-ui/src/views/gxt/repairOrder/index.vue

@@ -3578,7 +3578,7 @@ function handleFinalize(row, method) {
         }
 
       } else if (misInfo.length == 0) {
-        ElMessageBox.confirm('未找到匹配的MIS工单,请确认风机停复机时间是否已录入工效通系统或请进入工作票录入方式。', '提示', {
+        ElMessageBox.confirm('未找到匹配的MIS工单,请确认开始时间是否介于停机时间与恢复运行时间之间,并且结束时间晚于恢复运行时间。', '提示', {
           confirmButtonText: '确定',
           showCancelButton: false,
           type: 'warning'