瀏覽代碼

病案首页手术增加

‘chenzhilei’ 2 月之前
父節點
當前提交
eadb0f4157

+ 5 - 6
src/components/inpatient/frontsheet-printpage/FullPage.vue

@@ -1092,9 +1092,7 @@
               border-bottom: 1px solid black;
               width: 50px;
             ">{{ patient.careFee }}</span>
-        </div>
-        <div style="margin: 8px 8px 8px 0">
-          (4)其他费:
+            (4)其他费:
           <span style="
               margin-right: 8px;
               padding: 0 4px;
@@ -1127,15 +1125,16 @@
               border-bottom: 1px solid black;
               width: 70px;
             ">{{ patient.ctDiagFee }}</span>
-        </div>
-        <div style="margin: 8px 8px 8px 0">
-          (8)临床诊断项目费:
+            (8)临床诊断项目费:
           <span style="
               margin-right: 8px;
               padding: 0 4px;
               border-bottom: 1px solid black;
               width: 70px;
             ">{{ patient.clinicalDiagFee }}</span>
+        </div>
+        <div style="margin: 8px 8px 8px 0">
+          
         </div>
         <div style="margin: 8px 8px 8px 0">
           3.治疗类: (9)非手术治疗项目费:

+ 3 - 17
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

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