|
|
@@ -1427,8 +1427,6 @@
|
|
|
/>
|
|
|
(3)护理费:
|
|
|
<input v-model="patient.careFee" style="width: 50px" readonly />
|
|
|
- </div>
|
|
|
- <div>
|
|
|
(4)其他费用:
|
|
|
<input v-model="patient.elseFee" style="width: 70px" readonly />
|
|
|
</div>
|
|
|
@@ -1447,8 +1445,6 @@
|
|
|
/>
|
|
|
(7)影像学诊断费:
|
|
|
<input v-model="patient.ctDiagFee" style="width: 70px" readonly />
|
|
|
- </div>
|
|
|
- <div>
|
|
|
(8)临床诊断项目费:
|
|
|
<input
|
|
|
v-model="patient.clinicalDiagFee"
|
|
|
@@ -1485,30 +1481,20 @@
|
|
|
<div>
|
|
|
4.康复类: (11)康复费:
|
|
|
<input v-model="patient.recoverFee" style="width: 70px" readonly />
|
|
|
- </div>
|
|
|
- <div>
|
|
|
5.中医类: (12)中医治疗费:
|
|
|
<input
|
|
|
v-model="patient.tcmTreatmentFee"
|
|
|
style="width: 70px"
|
|
|
readonly
|
|
|
/>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
6.西药类: (13)西药费:
|
|
|
<input
|
|
|
v-model="patient.westMedicineFee"
|
|
|
style="width: 70px"
|
|
|
readonly
|
|
|
/>
|
|
|
- <!-- (抗菌药物费用:
|
|
|
- <input
|
|
|
- v-model="patient.kjywFee"
|
|
|
- style="width: 70px;padding-left: 5px"
|
|
|
- readonly
|
|
|
- />
|
|
|
- ) -->
|
|
|
</div>
|
|
|
+
|
|
|
<div>
|
|
|
7.中药类: (14)中成药费:
|
|
|
<input
|
|
|
@@ -2946,8 +2932,8 @@ const handleSelectSearch = item => {
|
|
|
);
|
|
|
}
|
|
|
} else if (searchTargetCode.value === "clinicDiagCode") {
|
|
|
- patientTransformData.value.clinicDiagCode = item.code;
|
|
|
- patientTransformData.value.clinicDiagStr = item.name;
|
|
|
+ patient.value.clinicDiagCode = item.code;
|
|
|
+ patient.value.clinicDiagStr = item.name;
|
|
|
} else if (searchTargetCode.value === "admDiagCode") {
|
|
|
patientTransformData.value.supplement.admDiagCode = item.code;
|
|
|
patientTransformData.value.supplement.admDiagName = item.name;
|