瀏覽代碼

打印单

XMLWAN 2 年之前
父節點
當前提交
5772795961

+ 47 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue 查看文件

823
                           }}
823
                           }}
824
                         </div>
824
                         </div>
825
                       </div>
825
                       </div>
826
+
827
+                      <div class="inline_block" style="flex: 1" v-if="org_id ==0 || org_id ==10440">
828
+                        衣物重:
829
+                        <div
830
+                          class="under_line"
831
+                          style="width: 70px; text-align: center"
832
+                        >
833
+                          {{
834
+                            record.assessment_before_dislysis &&
835
+                            record.assessment_before_dislysis.additional_weight
836
+                              ? record.assessment_before_dislysis.additional_weight
837
+                              : "/"
838
+                          }}
839
+                        </div>
840
+                      </div>
826
                       <div
841
                       <div
827
                         class="inline_block"
842
                         class="inline_block"
828
                         style="flex: 1"
843
                         style="flex: 1"
874
                     </div>
889
                     </div>
875
 
890
 
876
                     <div
891
                     <div
892
+                    
877
                       class="row"
893
                       class="row"
878
                       style="padding: 2px 0; line-height: 23px; display: flex"
894
                       style="padding: 2px 0; line-height: 23px; display: flex"
879
                     >
895
                     >
880
-                      <div class="inline_block" style="flex: 1">
896
+                      <div class="inline_block" style="flex: 1"
897
+                        v-if="org_id!=10440 && org_id !=0">
881
                         上次透后体重:
898
                         上次透后体重:
882
                         <div
899
                         <div
883
                           class="under_line"
900
                           class="under_line"
2442
                           }}
2459
                           }}
2443
                         </div>
2460
                         </div>
2444
                       </div>
2461
                       </div>
2462
+                    </div>
2463
+                     <div
2464
+                     v-if="org_id ==0 || org_id ==10440"
2465
+                      class="row"
2466
+                      style="padding: 2px 0; line-height: 23px; display: flex"
2467
+                    >
2468
+                      <div
2469
+                        class="inline_block"
2470
+                        style="flex: 1; display: inline-block"
2471
+                      >
2472
+                        衣物重:
2473
+                        <div
2474
+                          class="under_line"
2475
+                          style="
2476
+                            width: 100px;
2477
+                            line-height: 25px;
2478
+                            text-align: left;
2479
+                            margin-left: 2px;
2480
+                            display: inline-block;
2481
+                            white-space: normal;
2482
+                          "
2483
+                        >
2484
+                          {{
2485
+                            record.assessment_after_dislysis && record.assessment_after_dislysis.additional_weight
2486
+                              ? record.assessment_after_dislysis.additional_weight
2487
+                              : "/"
2488
+                          }}
2489
+                        </div>
2490
+                      </div>
2445
                     </div>
2491
                     </div>
2446
                     <div
2492
                     <div
2447
                       class="row"
2493
                       class="row"

+ 21 - 15
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue 查看文件

236
                 template_id == 56 ||
236
                 template_id == 56 ||
237
                 template_id == 60 ||
237
                 template_id == 60 ||
238
                 org_id == 10210 ||
238
                 org_id == 10210 ||
239
-                org_id == 9555 || org_id == 10387
239
+                org_id == 9555 
240
                 || org_id == 10432
240
                 || org_id == 10432
241
                 || org_id == 10445
241
                 || org_id == 10445
242
-                || org_id == 10410)
242
+                || org_id == 10410) &&
243
+                org_id!=10387
243
             "
244
             "
244
           >
245
           >
245
             <template slot-scope="scope">
246
             <template slot-scope="scope">
266
             width="110"
267
             width="110"
267
             v-if="
268
             v-if="
268
               isShow('超滤量') &&
269
               isShow('超滤量') &&
269
-              template_id != 6 &&
270
+              (template_id != 6 &&
270
               template_id != 9 &&
271
               template_id != 9 &&
271
               template_id != 10 &&
272
               template_id != 10 &&
272
               template_id != 11 &&
273
               template_id != 11 &&
304
               template_id != 56 &&
305
               template_id != 56 &&
305
               template_id != 60 &&
306
               template_id != 60 &&
306
               org_id!= 10210 &&
307
               org_id!= 10210 &&
307
-              org_id != 9555 && org_id!=10387
308
+              org_id != 9555 
308
               && org_id!=10432 && org_id!=10445
309
               && org_id!=10432 && org_id!=10445
309
-              && org_id!=10410
310
+              && org_id!=10410)
311
+              || org_id == 10387
310
             "
312
             "
311
           >
313
           >
312
             <template slot-scope="scope">
314
             <template slot-scope="scope">
358
                 org_id == 10432 ||
360
                 org_id == 10432 ||
359
                 org_id == 10445 ||
361
                 org_id == 10445 ||
360
                 org_id == 10410)
362
                 org_id == 10410)
363
+                && org_id!=10387
361
             "
364
             "
362
           >
365
           >
363
             <template slot-scope="scope">
366
             <template slot-scope="scope">
375
             width="100"
378
             width="100"
376
             v-if="
379
             v-if="
377
               isShow('超滤率') &&
380
               isShow('超滤率') &&
378
-              template_id != 6 &&
381
+              (template_id != 6 &&
379
               template_id != 10 &&
382
               template_id != 10 &&
380
               template_id != 11 &&
383
               template_id != 11 &&
381
               template_id != 12 &&
384
               template_id != 12 &&
407
               template_id != 60 &&
410
               template_id != 60 &&
408
               org_id!=10432 &&
411
               org_id!=10432 &&
409
               org_id!=10445 &&
412
               org_id!=10445 &&
410
-              org_id!=10410
413
+              org_id!=10410) || 
414
+              org_id == 10387
411
             "
415
             "
412
           >
416
           >
413
             <template slot-scope="scope">
417
             <template slot-scope="scope">
1098
                 template_id == 60 ||
1102
                 template_id == 60 ||
1099
                 org_id== 10432 || 
1103
                 org_id== 10432 || 
1100
                 org_id== 10445 ||
1104
                 org_id== 10445 ||
1101
-                org_id== 10410)
1105
+                org_id== 10410) &&
1106
+                org_id!=10387
1102
             "
1107
             "
1103
           >
1108
           >
1104
             <el-form-item label="超滤率(ml/h)" :prop="isName('超滤率')"
1109
             <el-form-item label="超滤率(ml/h)" :prop="isName('超滤率')"
1110
             :span="8"
1115
             :span="8"
1111
             v-if="
1116
             v-if="
1112
               isShow('超滤率') &&
1117
               isShow('超滤率') &&
1113
-              template_id != 6 &&
1118
+              (template_id != 6 &&
1114
               template_id != 10 &&
1119
               template_id != 10 &&
1115
               template_id != 11 &&
1120
               template_id != 11 &&
1116
               template_id != 12 &&
1121
               template_id != 12 &&
1142
               template_id != 60 &&
1147
               template_id != 60 &&
1143
               org_id!=10432 && 
1148
               org_id!=10432 && 
1144
               org_id!=10445 &&
1149
               org_id!=10445 &&
1145
-              org_id!=10410
1150
+              org_id!=10410)
1151
+              || org_id == 10387
1146
             "
1152
             "
1147
           >
1153
           >
1148
             <el-form-item label="超滤率(L/h)" :prop="isName('超滤率')"
1154
             <el-form-item label="超滤率(L/h)" :prop="isName('超滤率')"
1193
                 org_id == 10210 ||
1199
                 org_id == 10210 ||
1194
                 org_id == 9555 ||
1200
                 org_id == 9555 ||
1195
                 org_id == 10340 ||
1201
                 org_id == 10340 ||
1196
-                org_id == 10387 ||
1197
                 org_id == 10432 ||
1202
                 org_id == 10432 ||
1198
                 org_id == 10445 ||
1203
                 org_id == 10445 ||
1199
-                org_id == 10410)
1204
+                org_id == 10410) 
1205
+                && org_id!=10387
1200
             "
1206
             "
1201
           >
1207
           >
1202
             <el-form-item label="超滤量(ml):" :prop="isName('超滤量')"
1208
             <el-form-item label="超滤量(ml):" :prop="isName('超滤量')"
1209
             :span="8"
1215
             :span="8"
1210
             v-if="
1216
             v-if="
1211
               isShow('超滤量') &&
1217
               isShow('超滤量') &&
1212
-              template_id != 6 &&
1218
+              (template_id != 6 &&
1213
               template_id != 9 &&
1219
               template_id != 9 &&
1214
               template_id != 10 &&
1220
               template_id != 10 &&
1215
               template_id != 11 &&
1221
               template_id != 11 &&
1247
               org_id !=  10210 &&
1253
               org_id !=  10210 &&
1248
               org_id !=  10340 &&
1254
               org_id !=  10340 &&
1249
               org_id != 9555 &&
1255
               org_id != 9555 &&
1250
-              org_id!=10387&&
1251
               org_id!=10432 && 
1256
               org_id!=10432 && 
1252
               org_id!=10445 && 
1257
               org_id!=10445 && 
1253
-              org_id!=10410
1258
+              org_id!=10410)
1259
+              || org_id == 10387
1254
             "
1260
             "
1255
           >
1261
           >
1256
             <el-form-item label="超滤量(L):" :prop="isName('超滤量')"
1262
             <el-form-item label="超滤量(L):" :prop="isName('超滤量')"

+ 4 - 4
src/xt_pages/dialysis/details/dialysisMonitoring.vue 查看文件

14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
17
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410)" width="76px" > 超滤量(ml)</th>
18
-          <th v-if=" isShow('超滤量') && template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10387 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410"  width="76px"> 超滤量(L) </th>
19
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410)" width="50px"> 超滤率 <br />(ml/h) </th>
20
-          <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410" width="50px"> 超滤率 <br />(L/h) </th>
17
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
18
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
19
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
20
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
21
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
21
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
23
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445) " width="92px" > 置换率(ml/min) </th>
23
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445) " width="92px" > 置换率(ml/min) </th>

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

814
                                   : "mmHg"
814
                                   : "mmHg"
815
                               }})
815
                               }})
816
                             </td>
816
                             </td>
817
-                            <td width="60">透析液温度(°C)</td>
817
+                            <td width="60">动脉压</td>
818
                             <!-- <td width="50">电导度<br />(ms/cm)</td> -->
818
                             <!-- <td width="50">电导度<br />(ms/cm)</td> -->
819
                             <td width="50">超滤率<br />ml/h</td>
819
                             <td width="50">超滤率<br />ml/h</td>
820
                             <td width="50">超滤量<br />(ml)</td>
820
                             <td width="50">超滤量<br />(ml)</td>
884
                             <!-- 透析液温度 -->
884
                             <!-- 透析液温度 -->
885
                             <td>
885
                             <td>
886
                               {{
886
                               {{
887
-                                monitor.dialysate_temperature
888
-                                  ? monitor.dialysate_temperature
887
+                                monitor.arterial_pressure
888
+                                  ? monitor.arterial_pressure
889
                                   : ""
889
                                   : ""
890
                               }}
890
                               }}
891
                             </td>
891
                             </td>

+ 59 - 14
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue 查看文件

832
                         }}
832
                         }}
833
                       </div>
833
                       </div>
834
                     </div>
834
                     </div>
835
+
836
+                     <div class="inline_block" style="flex: 1" v-if="org_id ==0 || org_id ==10440">
837
+                      衣物重:
838
+                      <div
839
+                        class="under_line"
840
+                        style="width: 70px; text-align: center"
841
+                      >
842
+                        {{
843
+                          predialysis.additional_weight
844
+                            ? predialysis.additional_weight
845
+                            : "/"
846
+                        }}
847
+                      </div>
848
+                    </div>
835
                     <div class="inline_block" style="flex: 1" v-if="org_id==10290">
849
                     <div class="inline_block" style="flex: 1" v-if="org_id==10290">
836
                       透析器/灌流器:
850
                       透析器/灌流器:
837
                       <div
851
                       <div
901
                     class="row"
915
                     class="row"
902
                     style="padding: 2px 0; line-height: 23px; display: flex"
916
                     style="padding: 2px 0; line-height: 23px; display: flex"
903
                   >
917
                   >
904
-                    <div class="inline_block" style="flex: 1">
918
+                    <div class="inline_block" style="flex: 1" v-if="org_id!=0 && org_id!=10440">
905
                       上次透后体重:
919
                       上次透后体重:
906
                       <div
920
                       <div
907
                         class="under_line"
921
                         class="under_line"
1493
                       
1507
                       
1494
 
1508
 
1495
                         <td>
1509
                         <td>
1496
-                          <span v-if="org_id!=9671 && org_id!=10440 && org_id!=10471"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1497
-                          <span v-if="org_id==9671 || org_id==10440 || org_id == 10471"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1510
+                          <span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1511
+                          <span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1498
                         </td>
1512
                         </td>
1499
                         <!-- <td style="width:50px">
1513
                         <!-- <td style="width:50px">
1500
                           <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">
1514
                           <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">
2468
                     </div>
2482
                     </div>
2469
                   </div>
2483
                   </div>
2470
 
2484
 
2485
+
2486
+                   <div
2487
+                    v-if="org_id == 10440 || org_id == 0"
2488
+                    class="row"
2489
+                    style="padding: 2px 0; line-height: 23px; display: flex"
2490
+                  >
2491
+                    <div
2492
+                      class="inline_block"
2493
+                      style="flex: 1; display: inline-block"
2494
+                    >
2495
+                      衣物重:
2496
+                      <div
2497
+                        class="under_line"
2498
+                        style="
2499
+                          width: 100px;
2500
+                          line-height: 25px;
2501
+                          text-align: left;
2502
+                          margin-left: 2px;
2503
+                          display: inline-block;
2504
+                          white-space: normal;
2505
+                        "
2506
+                      >
2507
+                        {{
2508
+                          afterdialysis.additional_weight
2509
+                            ? afterdialysis.additional_weight
2510
+                            : "/"
2511
+                        }}
2512
+                      </div>
2513
+                    </div>
2514
+                  </div>
2515
+
2471
                   <div
2516
                   <div
2472
                     class="row"
2517
                     class="row"
2473
                     style="padding: 2px 0; line-height: 23px; display: flex"
2518
                     style="padding: 2px 0; line-height: 23px; display: flex"
2596
                           }}</span
2641
                           }}</span
2597
                         >
2642
                         >
2598
                         <img
2643
                         <img
2599
-                          style="height: 30px"
2644
+                          style="height: 40px"
2600
                           :src="
2645
                           :src="
2601
                             setAdminUserES(
2646
                             setAdminUserES(
2602
                               dialysisOrder == null
2647
                               dialysisOrder == null
2639
                           }}</span
2684
                           }}</span
2640
                         >
2685
                         >
2641
                         <img
2686
                         <img
2642
-                          style="height: 30px"
2687
+                          style="height: 40px"
2643
                           :src="
2688
                           :src="
2644
                             setAdminUserES(
2689
                             setAdminUserES(
2645
                               dialysisOrder == null
2690
                               dialysisOrder == null
2667
                       >
2712
                       >
2668
                     
2713
                     
2669
                         <span
2714
                         <span
2670
-                          style="height: 30px; display: inline-block"
2715
+                          style="height: 40px; display: inline-block"
2671
                           v-if="
2716
                           v-if="
2672
                             setAdminUserES(
2717
                             setAdminUserES(
2673
                               dialysisOrder == null
2718
                               dialysisOrder == null
2685
                           }}</span
2730
                           }}</span
2686
                         >
2731
                         >
2687
                         <img
2732
                         <img
2688
-                          style="height: 30px"
2733
+                          style="height: 40px"
2689
                           :src="
2734
                           :src="
2690
                             setAdminUserES(
2735
                             setAdminUserES(
2691
                               dialysisOrder == null
2736
                               dialysisOrder == null
2732
                           }}</span
2777
                           }}</span
2733
                         >
2778
                         >
2734
                         <img
2779
                         <img
2735
-                          style="height: 30px"
2780
+                          style="height: 40px"
2736
                           :src="
2781
                           :src="
2737
                             setAdminUserES(
2782
                             setAdminUserES(
2738
                               dialysisOrder == null
2783
                               dialysisOrder == null
2768
                           {{ getAdminUser(check == null ? 0 : check.creater) }}
2813
                           {{ getAdminUser(check == null ? 0 : check.creater) }}
2769
                         </span>
2814
                         </span>
2770
                         <img
2815
                         <img
2771
-                          style="height: 30px"
2816
+                          style="height: 40px"
2772
                           :src="
2817
                           :src="
2773
                             setAdminUserES(check == null ? 0 : check.creater)
2818
                             setAdminUserES(check == null ? 0 : check.creater)
2774
                           "
2819
                           "
2795
                           {{ getAdminUser(check == null ? 0 : check.creater) }}
2840
                           {{ getAdminUser(check == null ? 0 : check.creater) }}
2796
                         </span>
2841
                         </span>
2797
                         <img
2842
                         <img
2798
-                          style="height: 30px"
2843
+                          style="height: 40px"
2799
                           :src="
2844
                           :src="
2800
                             setAdminUserES(check == null ? 0 : check.creater)
2845
                             setAdminUserES(check == null ? 0 : check.creater)
2801
                           "
2846
                           "
2823
                           {{ getAdminUser(check == null ? 0 : check.modifier) }}
2868
                           {{ getAdminUser(check == null ? 0 : check.modifier) }}
2824
                         </span>
2869
                         </span>
2825
                         <img
2870
                         <img
2826
-                          style="height: 30px"
2871
+                          style="height: 40px"
2827
                           :src="
2872
                           :src="
2828
                             setAdminUserES(check == null ? 0 : check.modifier)
2873
                             setAdminUserES(check == null ? 0 : check.modifier)
2829
                           "
2874
                           "
2851
                           {{ getAdminUser(check == null ? 0 : check.creater) }}
2896
                           {{ getAdminUser(check == null ? 0 : check.creater) }}
2852
                         </span>
2897
                         </span>
2853
                         <img
2898
                         <img
2854
-                          style="height: 30px"
2899
+                          style="height: 40px"
2855
                           :src="
2900
                           :src="
2856
                             setAdminUserES(check == null ? 0 : check.creater)
2901
                             setAdminUserES(check == null ? 0 : check.creater)
2857
                           "
2902
                           "
2886
                           }}
2931
                           }}
2887
                         </span>
2932
                         </span>
2888
                         <img
2933
                         <img
2889
-                          style="height: 30px"
2934
+                          style="height: 40px"
2890
                           :src="
2935
                           :src="
2891
                             setAdminUserES(
2936
                             setAdminUserES(
2892
                               dialysisOrder == null
2937
                               dialysisOrder == null
2913
                           {{ getAdminUser(prescription.creater) }}
2958
                           {{ getAdminUser(prescription.creater) }}
2914
                         </span>
2959
                         </span>
2915
                         <img
2960
                         <img
2916
-                          style="height: 30px"
2961
+                          style="height: 40px"
2917
                           :src="setAdminUserES(prescription.creater)"
2962
                           :src="setAdminUserES(prescription.creater)"
2918
                           alt=""
2963
                           alt=""
2919
                           srcset=""
2964
                           srcset=""

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

1265
               } else {
1265
               } else {
1266
                 that.pwdFormVisible = false
1266
                 that.pwdFormVisible = false
1267
                 if (that.activeName == 'first') {
1267
                 if (that.activeName == 'first') {
1268
-                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder)
1268
+                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder,that.patientInfo.id)
1269
                 } else {
1269
                 } else {
1270
-                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder)
1270
+                  that.$refs.charge.show(that.getTotalFour(that.other_prescriptions), that.currentOrder,that.patientInfo.id)
1271
                 }
1271
                 }
1272
               }
1272
               }
1273
 
1273
 

+ 5 - 4
src/xt_pages/outpatientCharges/statementTemplate/batchPrint.vue 查看文件

127
                 <td colspan="7">
127
                 <td colspan="7">
128
                   <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
128
                   <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
129
                     <div style="width:33%;">医疗费总额:{{infos.order.medfee_sumamt?infos.order.medfee_sumamt:""}}元</div>
129
                     <div style="width:33%;">医疗费总额:{{infos.order.medfee_sumamt?infos.order.medfee_sumamt:""}}元</div>
130
-                    <div style="width:33%;">基金支付金额:{{infos.order.fund_pay_sumamt?infos.order.fund_pay_sumamt:""}}元</div>
130
+                    <div style="width:33%;">基金支付金额:{{ (infos.order.hifp_pay + infos.order.maf_pay + infos.order.hifmi_pay).toFixed(2)}}元</div>
131
+
131
                     <div style="width:33%;">个人账户支付金额:{{infos.order.acct_pay?infos.order.acct_pay:""}}元</div>
132
                     <div style="width:33%;">个人账户支付金额:{{infos.order.acct_pay?infos.order.acct_pay:""}}元</div>
132
 
133
 
133
                   </div>
134
                   </div>
136
                     <div style="width:33%;">个人支付金额:{{ infos.order.psn_cash_pay}}元</div>
137
                     <div style="width:33%;">个人支付金额:{{ infos.order.psn_cash_pay}}元</div>
137
                     <div style="width:33%;">个人账户金额:{{infos.order.balc}}元</div>
138
                     <div style="width:33%;">个人账户金额:{{infos.order.balc}}元</div>
138
                   </div>
139
                   </div>
139
-                  <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">
140
-                    <div style="width:33%;">基金统筹支付金额:{{infos.order.hifp_pay?infos.order.hifp_pay:""}}元</div>
141
-                  </div>
140
+<!--                  <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">-->
141
+<!--&lt;!&ndash;                    <div style="width:33%;">基金统筹支付金额:{{infos.order.hifp_pay?infos.order.hifp_pay:""}}元</div>&ndash;&gt;-->
142
+<!--                  </div>-->
142
                 </td>
143
                 </td>
143
                 <td style="font-size:16px;">合计:{{infos.order.medfee_sumamt}}元</td>
144
                 <td style="font-size:16px;">合计:{{infos.order.medfee_sumamt}}元</td>
144
               </tr>
145
               </tr>

+ 4 - 4
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue 查看文件

123
                         <td colspan="7">
123
                         <td colspan="7">
124
                             <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
124
                             <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
125
                                 <div style="width:33%;">医疗费总额:{{info.medfee_sumamt?info.medfee_sumamt:info.new_order.medfee_sumamt}}元</div>
125
                                 <div style="width:33%;">医疗费总额:{{info.medfee_sumamt?info.medfee_sumamt:info.new_order.medfee_sumamt}}元</div>
126
-                                <div style="width:33%;">基金支付金额:{{info.fund_pay_sumamt?info.fund_pay_sumamt:info.new_order.fund_pay_sumamt}}元</div>
126
+                                <div style="width:33%;">基金支付金额:{{ (info.new_order.hifp_pay + info.new_order.maf_pay + info.new_order.hifmi_pay).toFixed(2)}}元</div>
127
                                 <div style="width:33%;">个人账户支付金额:{{info.acct_pay?info.acct_pay:info.new_order.acct_pay}}元</div>
127
                                 <div style="width:33%;">个人账户支付金额:{{info.acct_pay?info.acct_pay:info.new_order.acct_pay}}元</div>
128
 
128
 
129
                             </div>
129
                             </div>
132
                                 <div style="width:33%;">个人支付金额:{{ info.new_order.psn_cash_pay}}元</div>
132
                                 <div style="width:33%;">个人支付金额:{{ info.new_order.psn_cash_pay}}元</div>
133
                                 <div style="width:33%;">个人账户金额:{{info.new_order.balc}}元</div>
133
                                 <div style="width:33%;">个人账户金额:{{info.new_order.balc}}元</div>
134
                             </div>
134
                             </div>
135
-                          <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">
136
-                            <div style="width:33%;">基金统筹支付金额:{{info.hifp_pay?info.hifp_pay:info.new_order.hifp_pay}}元</div>
137
-                          </div>
135
+<!--                          <div style="display:flex;flez-wrap:wrap;font-size:16px;margin-top: 10px">-->
136
+<!--&lt;!&ndash;                            <div style="width:33%;">基金统筹支付金额:{{info.hifp_pay?info.hifp_pay:info.new_order.hifp_pay}}元</div>&ndash;&gt;-->
137
+<!--                          </div>-->
138
                         </td>
138
                         </td>
139
                         <td style="font-size:16px;">合计:{{info.new_order.medfee_sumamt}}元</td>
139
                         <td style="font-size:16px;">合计:{{info.new_order.medfee_sumamt}}元</td>
140
                     </tr>
140
                     </tr>

+ 1 - 1
src/xt_pages/user/firstDiseasePrint.vue 查看文件

71
                   {{getDoctor(hosDetail==null?0:(hosDetail.doctor?hosDetail.doctor:hosDetail.doctor))}}
71
                   {{getDoctor(hosDetail==null?0:(hosDetail.doctor?hosDetail.doctor:hosDetail.doctor))}}
72
                   </span>
72
                   </span>
73
                   <span v-else>
73
                   <span v-else>
74
-                    <img style="height:30px;" :src="setAdminUserES(hosDetail==null?0:(hosDetail.doctor?hosDetail.doctor:hosDetail.doctor))" alt="" srcset="">
74
+                    <img style="height:50px;" :src="setAdminUserES(hosDetail==null?0:(hosDetail.doctor?hosDetail.doctor:hosDetail.doctor))" alt="" srcset="">
75
                   </span>
75
                   </span>
76
               </div>
76
               </div>
77
           </div>
77
           </div>

+ 1 - 1
src/xt_pages/user/hospitalSummaryPrint.vue 查看文件

273
                   {{getDoctor(hosDetail.doctor)}} 
273
                   {{getDoctor(hosDetail.doctor)}} 
274
              </span>
274
              </span>
275
               <span v-else>
275
               <span v-else>
276
-                <img style="height:30px;" :src="setAdminUserES(hosDetail.doctor?hosDetail.doctor:hosDetail.doctor)" alt="" srcset="">
276
+                <img style="height:50px;" :src="setAdminUserES(hosDetail.doctor?hosDetail.doctor:hosDetail.doctor)" alt="" srcset="">
277
               </span>
277
               </span>
278
               </span>
278
               </span>
279
             </td>
279
             </td>