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