Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 1 month ago
parent
commit
bd06f02bec

+ 12 - 0
src/xt_pages/dialysis/batch_print/batch_print_order.vue View File

@@ -1052,6 +1052,9 @@
1052 1052
                           <td width="60">置换量<br />L</td>
1053 1053
                           <td width="60">静脉压<br />mmHg</td>
1054 1054
                           <td width="60">跨膜压<br />mmHg</td>
1055
+                          <td width="60" v-if="org_id == 9918 || org_id == 0">血温</td>
1056
+                          <td width="60" v-if="org_id == 9918 || org_id == 0">血容量</td>
1057
+                          <td width="60" v-if="org_id == 9987 || org_id == 9918 || org_id == 0">ktv</td>
1055 1058
                           <td>备注</td>
1056 1059
                         </tr>
1057 1060
                         <!-- </thead>
@@ -1150,6 +1153,15 @@
1150 1153
                                 : ""
1151 1154
                             }}
1152 1155
                           </td>
1156
+                          <td width="60" v-if="org_id == 9918 || org_id == 0">
1157
+                            {{ monitor_record.blood_temperature?monitor_record.blood_temperature:"/" }}
1158
+                          </td>
1159
+                          <td width="60" v-if="org_id == 9918 || org_id == 0">
1160
+                            {{ monitor_record.accumulated_blood_volume?monitor_record.accumulated_blood_volume:"/" }}
1161
+                          </td>
1162
+                          <td v-if="org_id == 9987 || org_id == 9918 || org_id == 0">
1163
+                            &nbsp;{{monitor_record.ktv?monitor_record.ktv:"/"}}
1164
+                          </td>
1153 1165
                           <td>
1154 1166
                             {{ monitor_record.symptom }}
1155 1167
                             &nbsp;{{ monitor_record.dispose }} &nbsp;{{

+ 2 - 2
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -1140,9 +1140,9 @@
1140 1140
           <el-table-column
1141 1141
             prop="heparin"
1142 1142
             align="center"
1143
-            label="血温监测1"
1143
+            label="血温监测"
1144 1144
             width="140"
1145
-            v-if="isShow('血温监测')"
1145
+            v-if="isShow('血温监测1')"
1146 1146
           >
1147 1147
             <template slot-scope="scope">
1148 1148
               {{ scope.row.blood_temperature_one?scope.row.blood_temperature_one:"/" }}

+ 12 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue View File

@@ -601,7 +601,10 @@
601 601
               <td width="60">置换量<br />L</td>
602 602
               <td width="60">静脉压<br />mmHg</td>
603 603
               <td width="60">跨膜压<br />mmHg</td>
604
-              <td width="60" v-if="org_id == 9987">ktv</td>
604
+              <td width="60" v-if="org_id == 9918 || org_id == 0">血温</td>
605
+              <td width="60" v-if="org_id == 9918 || org_id == 0">血容量</td>
606
+              <td width="60" v-if="org_id == 9987 || org_id == 9918 || org_id == 0">ktv</td>
607
+              
605 608
               <!-- <td width="60">钠浓度<br/>mmol/L</td>
606 609
             <td width="80">透析液温度<br/>℃</td>
607 610
             <td width="60">置换率<br/>ml/min</td> -->
@@ -654,8 +657,14 @@
654 657
               <!-- <td>&nbsp;{{monitor.sodium_concentration}}</td>
655 658
             <td>&nbsp;{{monitor.dialysate_temperature}}</td>
656 659
             <td>&nbsp;{{monitor.replacement_rate}}</td> -->
657
-              <td v-if="org_id == 9987">
658
-                &nbsp;{{monitor.ktv?monitor.ktv:""}}
660
+            <td width="60" v-if="org_id == 9918 || org_id == 0">
661
+              {{ monitor.blood_temperature?monitor.blood_temperature:"/" }}
662
+            </td>
663
+            <td width="60" v-if="org_id == 9918 || org_id == 0">
664
+              {{ monitor.accumulated_blood_volume?monitor.accumulated_blood_volume:"/" }}
665
+            </td>
666
+              <td v-if="org_id == 9987 || org_id == 9918 || org_id == 0">
667
+                &nbsp;{{monitor.ktv?monitor.ktv:"/"}}
659 668
               </td>
660 669
               <td>
661 670
                 &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}

+ 5 - 5
src/xt_pages/outpatientCharges/invoicePrint.vue View File

@@ -57,17 +57,17 @@
57 57
       </div>
58 58
     </div>
59 59
 
60
-    <div class="app-container" style="padding-top:20px;" v-if="org_id == 10188 || org_id == 10217">
60
+    <div class="app-container" style="" v-if="org_id == 10188 || org_id == 10217">
61 61
       <div class='dialysisPage'>
62 62
         <printthirteen  :paramsObj="invoiceParams"></printthirteen>
63 63
       </div>
64 64
     </div>
65 65
     <!-- 新发票 -->
66
-    <div class="app-container" style="padding-top:20px;" v-if="org_id == 10188 || org_id ==0 ">
67
-      <div class='dialysisPage'>
66
+    <!-- <div class="app-container" style="padding-top:20px;" v-if="org_id == 10188 || org_id ==0 ">
67
+      <div class='dialysisPage'> -->
68 68
 <!--        <printseventeen :paramsObj="invoiceParams"></printseventeen>-->
69
-      </div>
70
-    </div>
69
+      <!-- </div>
70
+    </div> -->
71 71
 
72 72
     <!-- <div class="app-container" style="" v-if="org_id == 0">
73 73
       <div class='dialysisPage'>

+ 1 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printthirteen.vue View File

@@ -1,7 +1,7 @@
1 1
 
2 2
 <template>
3 3
   <div id='invoice-print'>
4
-    <div v-for='(i,index) in pageArr.length' :key="index" style="width: 90%;margin: 0 auto;font-size: 17px;">
4
+    <div v-for='(i,index) in pageArr.length' :key="index" style="width: 90%;margin: 0 auto;font-size: 17px;page-break-after: always;">
5 5
       <div v-if="org_id==10188" style="text-align: center;width: 100%;font-size: 20px; font-weight: bolder;">盐城响水燕舞血液透析中心收据</div>
6 6
       <div v-if="org_id==10217" style="text-align: center;width: 100%;font-size: 20px; font-weight: bolder;">大丰燕舞血液透析中心</div>
7 7
       <div style="display: flex; margin: 15px 0 5px 0;">