|
@@ -126,12 +126,6 @@
|
|
|
<YiZhuTuiFei :initYiZhu="initYiZhu" @closeYiZhuTuiFei="openYiZhuTuiFei = false" />
|
|
|
</el-dialog>
|
|
|
<el-dialog v-model="showSearchSpecialDiag" title="医保入院诊断录入" width="80%" :close-on-click-modal="false">
|
|
|
- <div v-if="patient.medType === '2102'" style="margin-top: -30px; margin-bottom: 12px">
|
|
|
- <el-radio-group v-model="singleDiseaseType" @change="singleDiseaseTypeChanged">
|
|
|
- <el-radio label="2102">职工单病种</el-radio>
|
|
|
- <el-radio label="2102-residents">居民单病种</el-radio>
|
|
|
- </el-radio-group>
|
|
|
- </div>
|
|
|
<el-row :gutter="5">
|
|
|
<el-col :span="18">
|
|
|
<el-tag>可选诊断</el-tag>
|
|
@@ -159,7 +153,6 @@
|
|
|
<el-table-column prop="limitWay" label="限额方式"></el-table-column>
|
|
|
<el-table-column prop="limitAmountCalculateWay" label="限额额度计算方式"></el-table-column>
|
|
|
<el-table-column prop="limitAmount" label="疾病限额"></el-table-column>
|
|
|
- <el-table-column prop="insulevel" label="险种类别"></el-table-column>
|
|
|
<el-table-column>
|
|
|
<template #default="scope">
|
|
|
<el-button type="primary" @click="addSpecialDiag(scope.row)">{{ addDiagButtonText }}</el-button>
|
|
@@ -320,7 +313,6 @@ export default {
|
|
|
const showSearchSpecialDiag = ref(false)
|
|
|
const insuinfo = ref([])
|
|
|
const zyInYbDiags = ref([])
|
|
|
- const singleDiseaseType = ref('2102')
|
|
|
const addDiagButtonText = computed(() => {
|
|
|
return zyInYbDiags.value.length === 0 ? '添加为主诊断' : '添加为副诊断'
|
|
|
})
|
|
@@ -839,7 +831,6 @@ export default {
|
|
|
openYiZhuTuiFei,
|
|
|
initYiZhu,
|
|
|
specialDiags,
|
|
|
- singleDiseaseType,
|
|
|
singleDiseaseTypeChanged,
|
|
|
addDiagButtonText,
|
|
|
addSpecialDiag,
|