huangyw 2 年前
父节点
当前提交
891234d37e

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_fortyThree.vue 查看文件

@@ -333,7 +333,7 @@
333 333
                         <td width="60" style="height:20px;line-height:20px">超滤量<br />ml</td>
334 334
 <!--                        <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换率<br /><br />ml/h</td>-->
335 335
 <!--                        <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换量<br /><br />ml</td>-->
336
-                        <!-- <td width="60" style="height:20px;line-height:20px">血容量<br />ml</td> -->
336
+                        <td width="60" style="height:20px;line-height:20px">血容量<br />L</td>
337 337
                         <td width="">病情变化及处理</td>
338 338
                     </tr>
339 339
 
@@ -357,7 +357,7 @@
357 357
                         <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
358 358
 <!--                        <td v-if="record.prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>-->
359 359
 <!--                        <td v-if="record.prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>-->
360
-                        <!-- <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td> -->
360
+                        <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td>
361 361
                         <td style="text-align:left;padding-left:10px;">
362 362
                             <div style="line-height:20px;text-align: left;display: inline-block;">
363 363
                                 &nbsp;{{ monitor.symptom }}{{ monitor.dispose }}{{ monitor.result }}

+ 21 - 2
src/xt_pages/dialysis/dialysisPrintOrder.vue 查看文件

@@ -107,7 +107,8 @@
107 107
         v-if="
108 108
           org_template_info.template_id == 6 ||
109 109
           org_template_info.template_id == 10 ||
110
-          org_template_info.template_id == 11
110
+          org_template_info.template_id == 11 ||
111
+          org_template_info.template_id == 50
111 112
         "
112 113
       >
113 114
         <el-button
@@ -664,6 +665,16 @@
664 665
           >打印</el-button
665 666
         >
666 667
       </template>
668
+      <template v-if="org_template_info.template_id == 51">
669
+        <el-button
670
+          :loading="loading"
671
+          size="small"
672
+          icon="el-icon-printer"
673
+          @click="printThisPage"
674
+          type="primary"
675
+          >打印</el-button
676
+        >
677
+      </template>
667 678
     </div>
668 679
     <div class="app-container" style="min-height: 0">
669 680
       <!--<div class="order-print-btn"-->
@@ -1042,6 +1053,11 @@
1042 1053
             v-if="org_template_info.template_id == 50"
1043 1054
           >
1044 1055
           </DialysisPrintOrderFifty>
1056
+          <DialysisPrintOrderFiftyOne
1057
+            v-bind:childResponse="childResponse"
1058
+            v-if="org_template_info.template_id == 51"
1059
+          >
1060
+          </DialysisPrintOrderFiftyOne>
1045 1061
         </div>
1046 1062
       </el-container>
1047 1063
     </div>
@@ -1110,9 +1126,11 @@ import DialysisPrintOrderFortySeven from "./template/DialysisPrintOrderFortySeve
1110 1126
 import DialysisPrintOrderFortyEight from "./template/DialysisPrintOrderFortyEight";
1111 1127
 import DialysisPrintOrderFortyNine from "./template/DialysisPrintOrderFortyNine";
1112 1128
 import DialysisPrintOrderFifty from "./template/DialysisPrintOrderFifty";
1129
+import DialysisPrintOrderFiftyOne from "./template/DialysisPrintOrderFiftyOne";
1113 1130
 export default {
1114 1131
   name: "dialysisPrintOrder",
1115 1132
   components: {
1133
+    DialysisPrintOrderFiftyOne,
1116 1134
     DialysisPrintOrderFifty,
1117 1135
     DialysisPrintOrderFortyNine,
1118 1136
     DialysisPrintOrderFortyEight,
@@ -1390,7 +1408,8 @@ export default {
1390 1408
         this.org_template_info.template_id == 10 ||
1391 1409
         this.org_template_info.template_id == 11 ||
1392 1410
         this.org_template_info.template_id == 49 ||
1393
-        this.org_template_info.template_id == 50
1411
+        this.org_template_info.template_id == 50 ||
1412
+        this.org_template_info.template_id == 51
1394 1413
       ) {
1395 1414
         printJS({
1396 1415
           printable: "dialysis-print-box-1",

文件差异内容过多而无法显示
+ 2273 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyOne.vue


+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFortyThree.vue 查看文件

@@ -310,7 +310,7 @@
310 310
                   <td width="60" style="height:20px;line-height:20px">超滤量<br />ml</td>
311 311
 <!--                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率<br /><br />ml/h</td>-->
312 312
 <!--                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量<br /><br />ml</td>-->
313
-                  <!-- <td width="60" style="height:20px;line-height:20px">血容量<br />ml</td> -->
313
+                  <td width="60" style="height:20px;line-height:20px">血容量<br />L</td>
314 314
                   <td width="">病情变化及处理</td>
315 315
               </tr>
316 316
 
@@ -334,7 +334,7 @@
334 334
                   <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
335 335
 <!--                  <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>-->
336 336
 <!--                  <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>-->
337
-                  <!-- <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td> -->
337
+                  <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td>
338 338
                   <td style="text-align:left;padding-left:10px;">
339 339
                       <div style="line-height:20px;text-align: left;display: inline-block;">
340 340
                           &nbsp;{{ monitor.symptom }}{{ monitor.dispose }}{{ monitor.result }}

+ 1 - 1
src/xt_pages/hospitalStation/recordTemplate/printTwo.vue 查看文件

@@ -63,7 +63,7 @@
63 63
         </div>
64 64
       </div>
65 65
 
66
-      <div class="otherInfo" style="min-height: 200px;">
66
+      <div class="otherInfo" style="min-height: 180px;">
67 67
         <div class="otherName">现病史:</div>
68 68
         <div style="flex: 1">
69 69
           {{

+ 1 - 1
src/xt_pages/outpatientDoctorStation/recordTemplate/printTwo.vue 查看文件

@@ -63,7 +63,7 @@
63 63
         </div>
64 64
       </div>
65 65
 
66
-      <div class="otherInfo" style="min-height: 200px;">
66
+      <div class="otherInfo" style="min-height: 180px;">
67 67
         <div class="otherName">现病史:</div>
68 68
         <div style="flex: 1">
69 69
           {{