Przeglądaj źródła

结算单上传优化

lihong 10 miesięcy temu
rodzic
commit
cd9875a900

+ 10 - 0
src/components/si-sheet-upload/jie-suan-dan-xiu-gai/JieSuanDanXiangQing.vue

@@ -852,6 +852,16 @@ const bingAnShouYeXiaoYan = (flag) => {
       forceVerifies.value = res.force
       adviceVerifies.value = res.advice
       showMessageDrawer.value = true
+      ElMessageBox.confirm('病案首页质控不通过,请先完善病案首页,是否强制继续操作', '提示', {
+        type: 'warning',
+        confirmButtonText: '确认继续',
+        cancelButtonText: '取消',
+      }).then(() => {
+        showMessageDrawer.value = false
+        qualityTest(flag)
+          })
+          .catch(() => {
+          })
     } else {
       qualityTest(flag)
     }