Bläddra i källkod

移除病案质控按钮

lighter 2 år sedan
förälder
incheckning
3f31d628bf
1 ändrade filer med 0 tillägg och 8 borttagningar
  1. 0 8
      src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

+ 0 - 8
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -16,7 +16,6 @@
       <el-button type="primary" icon="Upload" @click="saveVerify(1)">保存首页</el-button>
       <el-button type="success" icon="Printer" @click="beforePrint(1)">打印正面</el-button>
       <el-button type="success" icon="Printer" @click="beforePrint(2)">打印反面</el-button>
-      <el-button type="primary" icon="PieChart" @click="caseQualityCheck">病案质控</el-button>
       <el-button type="primary" icon="PieChart" @click="setlUplaodClick" v-if="inOutStatus === 2">结算清单质控</el-button>
     </template>
     <template #aside>
@@ -1469,13 +1468,6 @@ const setlUplaodClick = () => {
   })
 }
 
-const caseQualityCheck = () => {
-  if (nullPatient()) return
-  frontsheetQualityCheck(patient.value).then(res => {
-    window.open(res, '_blank')
-  })
-}
-
 const saveVerify = (opType) => {
   if (nullPatient()) return
   beforePrintSet.value = false