瀏覽代碼

新分支

28169 1 年之前
父節點
當前提交
4c6eaafda9

+ 36 - 2
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
                           >

+ 10 - 9
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue 查看文件

@@ -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 &&
@@ -1401,7 +1402,7 @@
1401 1402
               org_id!=10445 &&
1402 1403
               org_id!=10410 &&
1403 1404
               org_id!=10395)
1404
-              || org_id ==10558
1405
+              || org_id ==10558 || org_id==10598
1405 1406
             "
1406 1407
           >
1407 1408
             <el-form-item label="置换率(L/h):" :prop="isName('置换率')"
@@ -1427,7 +1428,7 @@
1427 1428
                 org_id==10432 ||
1428 1429
                 org_id!=10445 ||
1429 1430
                 org_id!=10410 ||
1430
-                org_id!=10395) && org_id !=10558
1431
+                org_id!=10395) && org_id !=10558 && org_id!=10598
1431 1432
             "
1432 1433
           >
1433 1434
             <el-form-item label="置换率(ml/min):" :prop="isName('置换率')"
@@ -1445,7 +1446,7 @@
1445 1446
             :span="8"
1446 1447
             v-if="
1447 1448
               isShow('置换量') &&
1448
-              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id ==10551 || org_id ==10558 || org_id ==10346) &&
1449
+              (template_id != 6 || org_id == 9919 || org_id == 10191 || org_id ==10551 || org_id ==10558 || org_id ==10346 || org_id ==10598) &&
1449 1450
               org_id != 9779 &&
1450 1451
               template_id != 11 &&
1451 1452
               template_id != 20 &&
@@ -1476,7 +1477,7 @@
1476 1477
                 org_id != 9919 &&
1477 1478
                 org_id != 10191 &&
1478 1479
                 org_id != 10551 &&
1479
-                template_id != 43 && org_id!=10558 && org_id!=10346) ||
1480
+                template_id != 43 && org_id!=10558 && org_id!=10346 && org_id!=10598) ||
1480 1481
                 org_id == 9779 ||
1481 1482
                 template_id == 11 ||
1482 1483
                 template_id == 20 ||

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

@@ -21,11 +21,11 @@
21 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>
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>

+ 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>