|
@@ -88,7 +88,7 @@
|
|
|
</el-dialog>
|
|
|
<el-dialog :title="dismissBtnText + '申请'" v-model="showSettleApplyForm" width="500px">
|
|
|
<div v-if="settleApply.deathFlag" style="margin-bottom: 20px; color: red">
|
|
|
- 患者已死亡。
|
|
|
+ 患者已停保。
|
|
|
</div>
|
|
|
<div style="margin-bottom: 20px">
|
|
|
{{ dismissBtnText }}时间:
|
|
@@ -162,7 +162,7 @@
|
|
|
<span style="background: orange" class="color-span"></span> 未接收
|
|
|
</el-tag>
|
|
|
<div style="float: right; margin-top: 5px" v-cloak>
|
|
|
- <el-checkbox v-model="patient.deathFlag">患者已死亡</el-checkbox>
|
|
|
+ <el-checkbox v-model="patient.deathFlag">患者已停保</el-checkbox>
|
|
|
<ReadCard :pat-no="patient.inpatientNo" biztype="01301" @success="afterReadCard"/>
|
|
|
<el-button type="primary" icon="DataAnalysis" @click="doCalFee">费用计算</el-button>
|
|
|
<el-button type="success" icon="Timer" @click="excuteDismiss">{{ dismissBtnText }}</el-button>
|
|
@@ -473,8 +473,8 @@ const beforeSettle = (midSetl) => {
|
|
|
patient.value.zjdzDatetime = getDatetime()
|
|
|
ElMessageBox.confirm('请确认患者状态:', '提示', {
|
|
|
type: 'warning',
|
|
|
- confirmButtonText: '患者未死亡',
|
|
|
- cancelButtonText: '患者已死亡',
|
|
|
+ confirmButtonText: '患者未停保',
|
|
|
+ cancelButtonText: '患者已停保',
|
|
|
distinguishCancelAndClose: true,
|
|
|
closeOnClickModal: false,
|
|
|
closeOnPressEscape: false
|
|
@@ -522,8 +522,8 @@ const beforeSettle = (midSetl) => {
|
|
|
patient.value.zjdzDatetime = res.settleDatetime
|
|
|
ElMessageBox.confirm('请确认患者状态:', '提示', {
|
|
|
type: 'warning',
|
|
|
- confirmButtonText: '患者未死亡',
|
|
|
- cancelButtonText: '患者已死亡'
|
|
|
+ confirmButtonText: '患者未停保',
|
|
|
+ cancelButtonText: '患者已停保'
|
|
|
}).then(() => {
|
|
|
patient.value.deathFlag = false
|
|
|
executeDismissCalculate(midSetl, res.settleDatetime, res.sortNo)
|