zengfanwei пре 1 недеља
родитељ
комит
a34ec19bb6

+ 3 - 3
src/components/inpatient/nurse-module/BottleCard.vue

@@ -60,11 +60,11 @@
           </td> -->
           <td style="text-align: right">
             <div>{{ item.frequCode }}</div>
-            <div>{{ item.startHour }}</div>
+            <!-- <div>{{ item.startHour }}</div> -->
           </td>
           <td style="text-align: center">
-            <!-- {{ item.instruction }} -->
-            {{ drugs[0].instruction }}
+            {{ item.instruction }}
+            <!-- {{ drugs[0].instruction }} -->
           </td>
           <td style="text-align: center">
             {{ item.drugOcc }}

+ 62 - 2
src/components/medical-insurance/settle-detail-list/InpatientSetlList.vue

@@ -51,8 +51,68 @@
         <td colspan="2">基金支付比</td>
         <td colspan="2"></td>
       </tr>
-    </table>
-    <div style="height: 8px"></div> -->
+      <tr>
+        <td colspan="2">医疗救助基金</td>
+        <td colspan="2"></td>
+        <td colspan="4"></td>
+        <td colspan="2">自理(旧版适用)</td>
+        <td colspan="2"></td>
+      </tr>
+      <tr>
+        <td colspan="2">居民大病保险</td>
+        <td colspan="2"></td>
+        <td colspan="4"></td>
+        <td colspan="2">民政支付(旧版适用)</td>
+        <td colspan="2"></td>
+      </tr>
+      <tr>
+        <td colspan="2">大病补充保险</td>
+        <td colspan="2"></td>
+        <td colspan="8"></td>
+      </tr>
+      <tr>
+        <td colspan="2">职工大额救助基金</td>
+        <td colspan="2"></td>
+        <td colspan="2">生育基金</td>
+        <td colspan="2"></td>
+        <td colspan="4"></td>
+      </tr>
+      <tr>
+        <td colspan="2">企业补充保险</td>
+        <td colspan="2"></td>
+        <td colspan="8"></td>
+      </tr>
+      <tr>
+        <td colspan="2">保险公司直付赔付</td>
+        <td colspan="2"></td>
+        <td colspan="8"></td>
+      </tr>
+      <tr>
+        <td colspan="2">其他支付</td>
+        <td colspan="2"></td>
+        <td colspan="2">他人账户代付</td>
+        <td colspan="2"></td>
+        <td colspan="2">报销费用占总费用</td>
+        <td colspan="2"></td>
+      </tr>
+      <tr>
+        <td colspan="2">低收入医院垫付</td>
+        <td colspan="2"></td>
+        <td colspan="2">个人现金支付</td>
+        <td colspan="2"></td>
+        <td colspan="2">自负占比</td>
+        <td colspan="2"></td>
+      </tr>
+      <tr>
+        <td colspan="2">个人自负费用</td>
+        <td colspan="2"></td>
+        <td colspan="2">个人账户支付</td>
+        <td colspan="2"></td>
+        <td colspan="2">个人账户余额</td>
+        <td colspan="2"></td>
+      </tr>
+    </table> -->
+    <div style="height: 8px"></div>
     <table>
       <tr>
         <td>姓名</td>

+ 7 - 5
src/views/hospitalization/nurse-module/PrintInfusionCard.vue

@@ -5,7 +5,8 @@
         <el-option v-for="item in userWards" :value="item.value" :label="item.label"></el-option>
       </el-select>
       <span class="ml12">
-        执行日期:<el-date-picker v-model="queryParams.executeDate" :clearable="false" style="width: 102px" @change="datePickChange"></el-date-picker>
+        执行日期:<el-date-picker v-model="queryParams.executeDate" :clearable="false" style="width: 102px"
+          @change="datePickChange"></el-date-picker>
       </span>
       <span class="ml12">床位范围:
         <el-select v-model="queryParams.bedNoStart" style="width: 70px" value-key="bedNo"
@@ -164,7 +165,7 @@ const handleTypeChange = () => {
 const datePickChange = () => {
   patientInfusionInfos.value = []
   queryParams.executeDate = formatDate(queryParams.executeDate)
-  console.log("patientInfusionInfos",patientInfusionInfos.value)
+  console.log("patientInfusionInfos", patientInfusionInfos.value)
 }
 
 const executeQuery = () => {
@@ -193,9 +194,10 @@ const executeQuery = () => {
         })
         // console.log("patientInfusionInfo  s",patientInfusionInfos.value)
       }
-      for (let i = 0; i < 2; i++) {
-        patientInfusionInfos.value = [...patientInfusionInfos.value, ...res]
-      }
+      // for (let i = 0; i < 2; i++) {
+      //  patientInfusionInfos.value = [...patientInfusionInfos.value, ...res]
+      // }
+
       // printPatientBottleInfos.value = res
       printDate.value = getDatetime()
     })