|
@@ -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)
|
|
|
}
|