浏览代码

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

陈少旭 1年前
父节点
当前提交
d4dd7f54ad

+ 19 - 15
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue 查看文件

@@ -230,13 +230,6 @@
230 230
                       </div>
231 231
                     </div>
232 232
                     <div class="row" style="padding: 2px 0; line-height: 23px;display: flex;">
233
-                      <div class="inline_block" style="flex: 1;">
234
-                        透析间期:
235
-                        <div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
236
-                          {{ record.assessment_before_dislysis.last_post_dialysis ? 
237
-                          record.assessment_before_dislysis.last_post_dialysis : "/" }}
238
-                        </div>
239
-                      </div>
240 233
                       <div class="inline_block" style=" flex: 1">
241 234
                         透前症状:
242 235
                         <div class="under_line" style="width: 50%; text-align: left">
@@ -263,12 +256,18 @@
263 256
                           </span>
264 257
                         </div>
265 258
                       </div>
259
+                      <div class="inline_block" style=" flex: 1">
260
+                        跌倒评估:
261
+                        <div class="under_line" style="width: 50%; text-align: left">
262
+                         {{ record.receive_assessment.score ? record.receive_assessment.score : '/' }}
263
+                        </div>
264
+                      </div>
266 265
                     </div>
267 266
 
268 267
                     <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
269 268
                       <div class="inline_block" style="flex: 1">
270 269
                         内瘘:
271
-                        <div class="under_line" style="width: 70%; text-align: center">
270
+                        <div class="under_line" style="width: 70%; text-align: left;white-space: normal;">
272 271
                           {{
273 272
                             record.assessment_before_dislysis &&
274 273
                             record.assessment_before_dislysis.internal_fistula
@@ -280,8 +279,8 @@
280 279
                       </div>
281 280
                       <div class="inline_block" style="flex: 1">
282 281
                         导管:
283
-                        <div
284
-                          style="width: 70%; text-align: left;display: inline-block;border-bottom: 1px solid #999;"
282
+                        <div class="under_line"
283
+                          style="width: 70%; text-align: left;white-space: normal;"
285 284
                         >
286 285
                           {{
287 286
                             record.assessment_before_dislysis &&
@@ -299,9 +298,9 @@
299 298
                           {{ record.assessment_before_dislysis.complication ? record.assessment_before_dislysis.complication : "/" }}                        </div>
300 299
                       </div>
301 300
                       <div class="inline_block" style=" flex: 1">
302
-                        跌倒评估
303
-                        <div class="under_line" style="width: 50%; text-align: left">
304
-                         {{ record.receive_assessment.score ? record.receive_assessment.score : '/' }}
301
+                        备注
302
+                        <div class="under_line" style="width: 70%; text-align: left;white-space: normal;">
303
+                         {{ record.assessment_before_dislysis.remark ? record.assessment_before_dislysis.remark : '/' }}
305 304
                         </div>
306 305
                       </div>
307 306
                     </div>
@@ -332,8 +331,10 @@
332 331
                       <div class="inline_block" style="flex: 1;">
333 332
                         体重增加:
334 333
                         <div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
335
-                          {{ record.assessment_before_dislysis.weight_before > 0 && record.lastafterweight.weight_after > 0 ? 
336
-                          parseFloat(record.assessment_before_dislysis.weight_before - record.lastafterweight.weight_after).toFixed(2): "/" 
334
+                          {{ record.assessment_before_dislysis.weight_before > 0 && 
335
+                          record.assessment_before_dislysis.additional_weight > 0 && 
336
+                          record.assessment_before_dislysis.dry_weight >0 ? 
337
+                          parseFloat(record.assessment_before_dislysis.weight_before - record.assessment_before_dislysis.additional_weight - record.assessment_before_dislysis.dry_weight).toFixed(2): "/" 
337 338
                           }}
338 339
                         </div>kg
339 340
                       </div>
@@ -2154,6 +2155,9 @@ export default {
2154 2155
           case 2:
2155 2156
             return "ml";
2156 2157
             break;
2158
+          case 3:
2159
+            return 'kg'
2160
+            break
2157 2161
         }
2158 2162
       }
2159 2163
     },

+ 43 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue 查看文件

@@ -1197,6 +1197,18 @@
1197 1197
                               : "/"
1198 1198
                           }}
1199 1199
                         </div>
1200
+                        <span v-if="record.prescription.anticoagulant == 5"
1201
+                          >iu</span
1202
+                        >
1203
+                        <span v-if="record.prescription.anticoagulant == 6"
1204
+                          >iu</span
1205
+                        >
1206
+                        <span v-if="record.prescription.anticoagulant == 7"
1207
+                          >iu</span
1208
+                        >
1209
+                        <span v-if="record.prescription.anticoagulant == 8"
1210
+                          >iu</span
1211
+                        >
1200 1212
                         <span v-if="record.prescription.anticoagulant == 4"
1201 1213
                           >mg</span
1202 1214
                         >
@@ -1242,6 +1254,16 @@
1242 1254
                               : 0
1243 1255
                           }}
1244 1256
                         </div>
1257
+                       
1258
+                        <span v-if="record.prescription.anticoagulant == 6"
1259
+                          >iu</span
1260
+                        >
1261
+                        <span v-if="record.prescription.anticoagulant == 7"
1262
+                          >iu</span
1263
+                        >
1264
+                        <span v-if="record.prescription.anticoagulant == 8"
1265
+                          >iu</span
1266
+                        >
1245 1267
                         <span v-if="record.prescription.anticoagulant == 5"
1246 1268
                           >ml/h</span
1247 1269
                         >
@@ -1271,6 +1293,18 @@
1271 1293
                               : "/"
1272 1294
                           }}
1273 1295
                         </div>
1296
+                        <span v-if="record.prescription.anticoagulant == 5"
1297
+                          >iu</span
1298
+                        >
1299
+                        <span v-if="record.prescription.anticoagulant == 6"
1300
+                          >iu</span
1301
+                        >
1302
+                        <span v-if="record.prescription.anticoagulant == 7"
1303
+                          >iu</span
1304
+                        >
1305
+                        <span v-if="record.prescription.anticoagulant == 8"
1306
+                          >iu</span
1307
+                        >
1274 1308
                         <span v-if="record.prescription.anticoagulant == 4"
1275 1309
                           >mg</span
1276 1310
                         >
@@ -1459,7 +1493,7 @@
1459 1493
                             v-if="
1460 1494
                              (record.prescription.mode_id == 2 ||
1461 1495
                               record.prescription.mode_id == 5 ||
1462
-                              record.prescription.mode_id == 12 || org_id == 0)&&org_id!=10478 && org_id!=10206
1496
+                              record.prescription.mode_id == 12 || org_id == 0)&&org_id!=10478 && org_id!=10206 && org_id!=10598
1463 1497
                             "
1464 1498
                             width="50"
1465 1499
                           >
@@ -1681,7 +1715,7 @@
1681 1715
                               (record.prescription.mode_id == 2 ||
1682 1716
                               record.prescription.mode_id == 5 ||
1683 1717
                               record.prescription.mode_id == 12 || org_id == 0)
1684
-                              && org_id!=10478 && org_id!=10206
1718
+                              && org_id!=10478 && org_id!=10206 && org_id!=10598
1685 1719
                             "
1686 1720
                             style="width: 50px"
1687 1721
                           >
@@ -3587,9 +3621,9 @@ export default {
3587 3621
             var dlegh = 0;
3588 3622
             if (
3589 3623
               this.records[recordIndex].monitor_records &&
3590
-              this.records[recordIndex].monitor_records.length < 6
3624
+              this.records[recordIndex].monitor_records.length < 8
3591 3625
             ) {
3592
-              dlegh = 6 - this.records[recordIndex].monitor_records.length;
3626
+              dlegh = 8 - this.records[recordIndex].monitor_records.length;
3593 3627
             } else {
3594 3628
               dlegh = 0;
3595 3629
             }
@@ -3625,9 +3659,9 @@ export default {
3625 3659
             var delghTwo = 0;
3626 3660
             if (
3627 3661
               this.records[recordIndex].advices &&
3628
-              this.records[recordIndex].advices.length < 12
3662
+              this.records[recordIndex].advices.length < 14
3629 3663
             ) {
3630
-              delghTwo = 12 - this.records[recordIndex].advices.length;
3664
+              delghTwo = 14 - this.records[recordIndex].advices.length;
3631 3665
             } else {
3632 3666
               delghTwo = 0;
3633 3667
             }
@@ -3728,12 +3762,12 @@ export default {
3728 3762
                 rightIndex in advices ? advices[i + halfLen] : []
3729 3763
               );
3730 3764
             }
3731
-            if (halfLen < 6) {
3732
-              var nl = 6 - leftAdvice.length;
3765
+            if (halfLen < 8) {
3766
+              var nl = 8 - leftAdvice.length;
3733 3767
               for (let index = 0; index < nl; index++) {
3734 3768
                 leftAdvice.push([]);
3735 3769
               }
3736
-              var nl = 6 - rightAdvice.length;
3770
+              var nl = 8 - rightAdvice.length;
3737 3771
               for (let index = 0; index < nl; index++) {
3738 3772
                 rightAdvice.push([]);
3739 3773
               }

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

@@ -267,7 +267,7 @@
267 267
                 org_id == 10597 ||
268 268
                 org_id == 10599 || 
269 269
                 org_id == 10612 ||
270
-                org_id ==10580) &&
270
+                org_id ==10580 || org_id ==10629) &&
271 271
                 org_id!=10387
272 272
             "
273 273
           >
@@ -338,7 +338,7 @@
338 338
               && org_id!=10432 && org_id!=10445
339 339
               && org_id!=10410 && org_id!=10495 &&
340 340
                org_id!=10485 && org_id!=10395 && org_id!=10375
341
-               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10580)
341
+               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10580 && org_id!=10629)
342 342
               || org_id == 10387
343 343
             "
344 344
           >
@@ -394,7 +394,7 @@
394 394
                 org_id == 10410 ||
395 395
                 org_id == 10495  ||
396 396
                 org_id == 10395
397
-                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580)
397
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629)
398 398
                 && org_id!=10387
399 399
             "
400 400
           >
@@ -447,7 +447,7 @@
447 447
               org_id!=10432 &&
448 448
               org_id!=10445 &&
449 449
               org_id!=10410 && org_id!=10495
450
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10580) ||
450
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10580 && org_id!=10629) ||
451 451
               org_id == 10387
452 452
             "
453 453
           >
@@ -511,7 +511,7 @@
511 511
                 org_id ==10410 ||
512 512
                 org_id == 10395
513 513
 
514
-               )
514
+               )&& org_id!=10598
515 515
             "
516 516
           >
517 517
             <template slot-scope="scope">
@@ -526,7 +526,7 @@
526 526
             width="120"
527 527
             v-if="
528 528
               isShow('置换率') &&
529
-              template_id != 6 &&
529
+              (template_id != 6 &&
530 530
               template_id != 10 &&
531 531
               template_id != 11 &&
532 532
               template_id != 20 &&
@@ -539,7 +539,7 @@
539 539
               org_id !=10432 &&
540 540
               org_id !=10445 &&
541 541
               org_id!=10395 &&
542
-              org_id !=10410
542
+              org_id !=10410)|| org_id==10598
543 543
             "
544 544
           >
545 545
             <template slot-scope="scope">
@@ -576,7 +576,8 @@
576 576
                 template_id != 43 &&
577 577
                 template_id != 47 &&
578 578
                 org_id!=10558 &&
579
-                org_id!=10517) ||
579
+                org_id!=10517 && 
580
+                org_id!=10598) ||
580 581
                 org_id == 9779 ||
581 582
                 template_id == 11 ||
582 583
                 template_id == 20 ||
@@ -608,7 +609,7 @@
608 609
             width="100"
609 610
             v-if="
610 611
               isShow('置换量') &&
611
-              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id == 10551 || org_id ==10558 || org_id ==10517) &&
612
+              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id == 10551 || org_id ==10558 || org_id ==10517 || org_id ==10598) &&
612 613
               template_id != 9779 &&
613 614
               template_id != 11 &&
614 615
               template_id != 20 &&
@@ -1291,7 +1292,7 @@
1291 1292
                 org_id == 10597||
1292 1293
                 org_id == 10599 ||
1293 1294
                 org_id ==10612 || 
1294
-                org_id==10580)
1295
+                org_id==10580 || org_id ==10629)
1295 1296
                 && org_id!=10387
1296 1297
             "
1297 1298
           >
@@ -1356,7 +1357,8 @@
1356 1357
               org_id!=10597 &&
1357 1358
               org_id!=10599 &&
1358 1359
               org_id!=10612 &&
1359
-              org_id!=10580
1360
+              org_id!=10580 &&
1361
+              org_id!=10629
1360 1362
               )
1361 1363
               || org_id == 10387
1362 1364
             "
@@ -1401,7 +1403,7 @@
1401 1403
               org_id!=10445 &&
1402 1404
               org_id!=10410 &&
1403 1405
               org_id!=10395)
1404
-              || org_id ==10558
1406
+              || org_id ==10558 || org_id==10598
1405 1407
             "
1406 1408
           >
1407 1409
             <el-form-item label="置换率(L/h):" :prop="isName('置换率')"
@@ -1427,7 +1429,7 @@
1427 1429
                 org_id==10432 ||
1428 1430
                 org_id!=10445 ||
1429 1431
                 org_id!=10410 ||
1430
-                org_id!=10395) && org_id !=10558
1432
+                org_id!=10395) && org_id !=10558 && org_id!=10598
1431 1433
             "
1432 1434
           >
1433 1435
             <el-form-item label="置换率(ml/min):" :prop="isName('置换率')"
@@ -1445,7 +1447,7 @@
1445 1447
             :span="8"
1446 1448
             v-if="
1447 1449
               isShow('置换量') &&
1448
-              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id ==10551 || org_id ==10558 || org_id ==10346) &&
1450
+              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id ==10551 || org_id ==10558 || org_id ==10346 || org_id ==10598) &&
1449 1451
               org_id != 9779 &&
1450 1452
               template_id != 11 &&
1451 1453
               template_id != 20 &&
@@ -1476,7 +1478,7 @@
1476 1478
                 org_id != 9919 &&
1477 1479
                 org_id != 10191 &&
1478 1480
                 org_id != 10551 &&
1479
-                template_id != 43 && org_id!=10558 && org_id!=10346) ||
1481
+                template_id != 43 && org_id!=10558 && org_id!=10346 && org_id!=10598) ||
1480 1482
                 org_id == 9779 ||
1481 1483
                 template_id == 11 ||
1482 1484
                 template_id == 20 ||

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

@@ -15,17 +15,17 @@
15 15
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
16 16
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
17 17
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</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 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || 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 == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10580) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
19
-          <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 && template_id != 65 && 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!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10580) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
20
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || 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 == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10580) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
21
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && 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!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10580 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </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 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || 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 == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
19
+          <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 && template_id != 65 && 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!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
20
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || 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 == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
21
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && 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!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
22 22
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
23 23
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
24
-          <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 || org_id == 10410) && org_id!=10558" width="92px" > 置换率(ml/min) </th>
25
-          <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 && org_id!=10410) || org_id == 10558" width="92px" > 置换率(L/h)  </th>
24
+          <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 || org_id == 10410) && org_id!=10558 && org_id!=10598" width="92px" > 置换率(ml/min) </th>
25
+          <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 && org_id!=10410) || org_id == 10558 || org_id ==10598" width="92px" > 置换率(L/h)  </th>
26 26
           <th v-if=" isShow('置换量') && (template_id == 43)" width="92px"> 置换量(ml/h)  </th>
27
-          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191 && org_id!=10478 && org_id!=10346 && org_id!=10517) || org_id == 9779 || 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 || 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 ) && org_id!=10558" width="92px"  > 置换量(ml)  </th>
28
-          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id ==10346 || org_id ==10517) && org_id != 9779 && 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 && 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) || org_id == 10558" width="92px" > 置换量(L) </th>
27
+          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191 && org_id!=10478 && org_id!=10346 && org_id!=10517) || org_id == 9779 || 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 || 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 ) && org_id!=10558 && org_id!=10598" width="92px"  > 置换量(ml)  </th>
28
+          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id ==10346 || org_id ==10517) && org_id != 9779 && 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 && 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) || org_id == 10558 || org_id ==10598" width="92px" > 置换量(L) </th>
29 29
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
30 30
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
31 31
           <th v-if="isShow('置换液流量') && template_id != 27 && template_id != 60" width="92px">置换液流量(ml/h)</th>

+ 17 - 15
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue 查看文件

@@ -218,12 +218,6 @@
218 218
                   <div class="row"
219 219
                     style="padding: 2px 0; line-height: 23px; display: flex"
220 220
                   >
221
-                    <div class="inline_block" style="flex: 1;">
222
-                      透析间期:
223
-                      <div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
224
-                        {{ predialysis.last_post_dialysis ? predialysis.last_post_dialysis : "/" }}
225
-                      </div>
226
-                    </div>
227 221
                     <div class="inline_block" style=" flex: 1">
228 222
                       透前症状:
229 223
                       <div
@@ -242,6 +236,14 @@
242 236
                         <span v-if="predialysis&&predialysis.symptom_before_dialysis==''&&predialysis.symptom_before_dialysis_other==''">/</span>
243 237
                       </div>
244 238
                     </div>
239
+                    <div class="inline_block" style=" flex: 1">
240
+                      跌倒评估:
241
+                      <div
242
+                        style="width: 50%; text-align: left;display: inline-block;border-bottom: 1px solid #999;"
243
+                      >
244
+                        {{ receiverTreatmentAccess.score ? receiverTreatmentAccess.score : '/' }}
245
+                      </div>
246
+                    </div>
245 247
                   </div>
246 248
 
247 249
                   <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
@@ -279,11 +281,11 @@
279 281
                       </div>
280 282
                     </div>
281 283
                     <div class="inline_block" style=" flex: 1">
282
-                      跌倒评估
284
+                      备注
283 285
                       <div
284
-                        style="width: 50%; text-align: left;display: inline-block;border-bottom: 1px solid #999;"
286
+                        style="width: 70%; text-align: left;display: inline-block;border-bottom: 1px solid #999;"
285 287
                       >
286
-                        {{ receiverTreatmentAccess.score ? receiverTreatmentAccess.score : '/' }}
288
+                        {{ predialysis.remark }}
287 289
                       </div>
288 290
                     </div>
289 291
                   </div>
@@ -314,9 +316,8 @@
314 316
                         class="under_line"
315 317
                         style=" width: 50%;text-align: center;white-space: normal;"
316 318
                       >
317
-                      {{ predialysis.weight_before > 0 && predialysis.weight_after > 0
318
-                        ? parseFloat(predialysis.weight_before - predialysis.weight_after).toFixed(2): "/"
319
-                      }}
319
+                      {{ predialysis.weight_before > 0 && predialysis.dry_weight > 0 ? 
320
+                      parseFloat(predialysis.weight_before - predialysis.dry_weight - predialysis.additional_weight).toFixed(2): "/" }}
320 321
                       </div>kg
321 322
                     </div>
322 323
                     <div class="inline_block" style=" flex: 1">
@@ -508,9 +509,7 @@
508 509
                         "
509 510
                       >
510 511
                         {{
511
-                          afterdialysis.weight_loss
512
-                            ? afterdialysis.weight_loss
513
-                            : "/"
512
+                          afterdialysis.weight_loss ? afterdialysis.weight_loss : "/"
514 513
                         }}
515 514
                       </div>kg
516 515
                     </div>
@@ -2378,6 +2377,9 @@ export default {
2378 2377
         case 2:
2379 2378
           return "ml";
2380 2379
           break;
2380
+        case 3:
2381
+          return 'kg'
2382
+          break
2381 2383
       }
2382 2384
     },
2383 2385
     printThisPage() {

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

@@ -1237,6 +1237,14 @@
1237 1237
                       </div>
1238 1238
 
1239 1239
                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1240
+                      <span v-if="prescription.anticoagulant == 5">ml</span>
1241
+                      <span v-if="prescription.anticoagulant == 6">iu</span>
1242
+                     <span v-if="prescription.anticoagulant == 7">iu</span>
1243
+                     <span v-if="prescription.anticoagulant == 8">iu</span>
1244
+                     <span v-if="prescription.anticoagulant == 9">iu</span>
1245
+                     <span v-if="prescription.anticoagulant == 10">iu</span>
1246
+                     <span v-if="prescription.anticoagulant == 11">iu</span>
1247
+                     <span v-if="prescription.anticoagulant == 13">iu</span>
1240 1248
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1241 1249
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1242 1250
                       <span v-if="prescription.anticoagulant == 2">mg</span>
@@ -1283,7 +1291,13 @@
1283 1291
                         }}
1284 1292
                       </div>
1285 1293
                       <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1286
-
1294
+                        <span v-if="prescription.anticoagulant == 6">iu/h</span>
1295
+                        <span v-if="prescription.anticoagulant == 7">iu/h</span>
1296
+                        <span v-if="prescription.anticoagulant == 8">iu/h</span>
1297
+                        <span v-if="prescription.anticoagulant == 9">iu/h</span>
1298
+                        <span v-if="prescription.anticoagulant == 10">iu/h</span>
1299
+                        <span v-if="prescription.anticoagulant == 11">iu/h</span>
1300
+                        <span v-if="prescription.anticoagulant == 13">iu/h</span>
1287 1301
                         <span v-if="prescription.anticoagulant == 5">ml/h</span>
1288 1302
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1289 1303
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
@@ -1356,6 +1370,14 @@
1356 1370
                         }}
1357 1371
                       </div>
1358 1372
                       <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1373
+                        <span v-if="prescription.anticoagulant == 5">ml</span>
1374
+                       <span v-if="prescription.anticoagulant == 6">iu</span>
1375
+                       <span v-if="prescription.anticoagulant == 7">iu</span>
1376
+                       <span v-if="prescription.anticoagulant == 8">iu</span>
1377
+                       <span v-if="prescription.anticoagulant == 9">iu</span>
1378
+                       <span v-if="prescription.anticoagulant == 10">iu</span>
1379
+                      <span v-if="prescription.anticoagulant == 11">iu</span>
1380
+                      <span v-if="prescription.anticoagulant == 13">iu</span>
1359 1381
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1360 1382
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1361 1383
                       <span v-if="prescription.anticoagulant == 2">mg</span>
@@ -1581,7 +1603,9 @@
1581 1603
                         <td width="50" v-if="org_id == 10600 || org_id ==10598">超滤率<br/>(ml/h)</td>
1582 1604
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1583 1605
                         <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0 && org_id!=10206" width="50">
1584
-                          置换量<br />(ml)
1606
+                          置换量<br />
1607
+                          <span v-if="org_id!=10598">(ml)</span> 
1608
+                          <span v-if="org_id==10598">(L)</span> 
1585 1609
                         </td>
1586 1610
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
1587 1611
                         <td width="50" v-if="org_id == 9538 || org_id ==10600 || org_id ==10629">KT/V</td>

+ 5 - 5
src/xt_pages/outpatientCharges/invoicePrint.vue 查看文件

@@ -12,14 +12,14 @@
12 12
       <el-button
13 13
       v-if="org_id==10088 || org_id == 0"
14 14
       style="position:fixed;right:115px;z-index:999"
15
-      size="small" type="success" 
16
-      @click="showclick = !showclick">{{ showclick==false ? '白纸' : '发票' }}</el-button>  
15
+      size="small" type="success"
16
+      @click="showclick = !showclick">{{ showclick==false ? '白纸' : '发票' }}</el-button>
17 17
     </template>
18
-    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 "><!--&& org_id != 10188 && org_id != 0-->
18
+    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 && org_id != 0"><!--&& org_id != 10188 && org_id != 0-->
19 19
         <div class='dialysisPage'>
20 20
           <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 " >
21 21
             <printOne v-if="org_id != 10088 && org_id != 10510 && org_id != 0" :paramsObj="invoiceParams"></printOne>
22
-            <printThree v-if="org_id == 10088 || org_id == 0" :paramsObj="invoiceParams" :show="showclick"></printThree>
22
+            <printThree v-if="org_id == 10088 " :paramsObj="invoiceParams" :show="showclick"></printThree>
23 23
             <printfifteen v-if="org_id == 10510  " :paramsObj="invoiceParams"></printfifteen>
24 24
           </div>
25 25
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
@@ -45,7 +45,7 @@
45 45
         <printSix :paramsObj="invoiceParams"></printSix>
46 46
       </div>
47 47
     </div>
48
-    <div class="app-container" style="padding-top:40px;" v-if="org_id == 10375">
48
+    <div class="app-container" style="padding-top:40px;" v-if="org_id == 10375 || org_id == 0">
49 49
       <div class='dialysisPage'>
50 50
         <print-ten :paramsObj="invoiceParams"></print-ten>
51 51
       </div>

+ 4 - 4
src/xt_pages/outpatientCharges/invoiceTemplate/printTen.vue 查看文件

@@ -26,7 +26,7 @@
26 26
         </div>
27 27
         <div style=" width: 608px;min-height: 200px;">
28 28
           <div style="display:flex;justify-content: space-around;">
29
-            
29
+
30 30
             <div style="">西药费</div>
31 31
             <div style="">{{ list.westernMedicineCostTotal ? list.westernMedicineCostTotal.toFixed(2) : '' }}</div>
32 32
             <div style="">检查费</div>
@@ -36,7 +36,7 @@
36 36
           </div>
37 37
 
38 38
           <div style="display:flex;justify-content: space-around;">
39
-           
39
+
40 40
             <div style="">床位费</div>
41 41
             <div style="">{{ list.bedCostTotal ? list.bedCostTotal.toFixed(2) : '' }}</div>
42 42
             <div style="position:  relative;left: -15px;">中成药</div>
@@ -62,7 +62,7 @@
62 62
           </div>
63 63
         </div>
64 64
         <div style="border-top:1px solid black;width: 608px;">
65
-          
65
+
66 66
           <div style="border-right: 1px solid black;display: inline-block;width: 360px;padding: 5px;">
67 67
             <span>合计(大写):</span>
68 68
             <span>
@@ -135,7 +135,7 @@
135 135
           <div style="width:140px">收款人:{{list.admin_user_name}}</div>
136 136
         </div>
137 137
       </div>
138
-      
138
+
139 139
   </div>
140 140
 </template>
141 141
 <script>

+ 2 - 2
src/xt_pages/role/admin.vue 查看文件

@@ -25,12 +25,12 @@
25 25
         >医药师登记</el-button>
26 26
 
27 27
 
28
-        <!-- <el-button
28
+        <el-button
29 29
           type="primary"
30 30
           size="small"
31 31
           icon="el-icon-circle-plus-outline"
32 32
           style="float:left"
33
-          @click="toJiaBan">首拼</el-button>  -->
33
+          @click="toJiaBan">首拼</el-button> 
34 34
 
35 35
           
36 36