소스 검색

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

XMLWAN 2 년 전
부모
커밋
afcf69920e

+ 129 - 84
src/xt_pages/dialysis/batch_print/batch_print_order_fiftynine.vue 파일 보기

472
                       style="padding: 2px 0; line-height: 23px; display: flex"
472
                       style="padding: 2px 0; line-height: 23px; display: flex"
473
                     >
473
                     >
474
                       <div class="inline_block" style="flex: 1">
474
                       <div class="inline_block" style="flex: 1">
475
-                        <span v-if="org_id == 10138 || org_id == 9675"
476
-                          >治疗模式:</span
477
-                        >
478
-                        <span v-else>透析方式:</span>
475
+                        
476
+                        <span>透析方式:</span>
479
                         <div
477
                         <div
480
                           class="under_line"
478
                           class="under_line"
481
                           style="
479
                           style="
719
                           class="under_line"
717
                           class="under_line"
720
                           style="width: 100px; text-align: center"
718
                           style="width: 100px; text-align: center"
721
                         >
719
                         >
722
-                          /
720
+                          {{
721
+                          getDisplaceLiquiPart(record.prescription.displace_liqui_part)
722
+                        }}
723
                         </div>
723
                         </div>
724
                       </div>
724
                       </div>
725
                       <div
725
                       <div
726
                         class="inline_block"
726
                         class="inline_block"
727
-                        style="margin-left: 10px; flex: 1"
727
+                        style="margin-left: 10px; flex: 0.8"
728
                       >
728
                       >
729
                         置换量:
729
                         置换量:
730
                         <div
730
                         <div
760
                       </div>
760
                       </div>
761
                       <div
761
                       <div
762
                         class="inline_block"
762
                         class="inline_block"
763
-                        style="margin-left: 10px; flex: 1"
763
+                        style="flex: 1"
764
                       >
764
                       >
765
                         透析时间:
765
                         透析时间:
766
                         <div
766
                         <div
1062
                           <span v-if="record.prescription.anticoagulant == 7"
1062
                           <span v-if="record.prescription.anticoagulant == 7"
1063
                             >&nbsp;低分子肝素钠</span
1063
                             >&nbsp;低分子肝素钠</span
1064
                           >
1064
                           >
1065
+                          <span v-if="record.prescription.anticoagulant == 8"
1066
+                            >&nbsp;依诺肝素</span
1067
+                          >
1068
+                           <span v-if="record.prescription.anticoagulant == 9"
1069
+                            >&nbsp;达肝素</span
1070
+                          >
1071
+                           <span v-if="record.prescription.anticoagulant == 10"
1072
+                            >&nbsp;体外抗凝</span
1073
+                          > <span v-if="record.prescription.anticoagulant == 11"
1074
+                            >&nbsp;那屈肝素</span
1075
+                          >
1076
+                           <span v-if="record.prescription.anticoagulant == 12"
1077
+                            >&nbsp;无抗凝剂</span
1078
+                          >
1079
+                           <span v-if="record.prescription.anticoagulant == 13"
1080
+                            >&nbsp;那屈肝素钙</span
1081
+                          >
1065
                         </div>
1082
                         </div>
1066
                       </div>
1083
                       </div>
1067
                       <div class="inline_block" style="margin-left: 20px">
1084
                       <div class="inline_block" style="margin-left: 20px">
1077
                               : "/"
1094
                               : "/"
1078
                           }}
1095
                           }}
1079
                         </div>
1096
                         </div>
1097
+                         <span v-if="record.prescription.anticoagulant == 10 ||record.prescription.anticoagulant == 11||record.prescription.anticoagulant==13"
1098
+                          >mg</span
1099
+                        >
1100
+                        <span v-if="record.prescription.anticoagulant == 8 || record.prescription.anticoagulant == 9"
1101
+                          >iu</span
1102
+                        >
1103
+                        <span v-if="record.prescription.anticoagulant == 6"
1104
+                          >iu</span
1105
+                        >
1106
+                        <span v-if="record.prescription.anticoagulant == 7"
1107
+                          >iu</span
1108
+                        >
1080
                         <span v-if="record.prescription.anticoagulant == 4"
1109
                         <span v-if="record.prescription.anticoagulant == 4"
1081
                           >mg</span
1110
                           >mg</span
1082
                         >
1111
                         >
1122
                               : 0
1151
                               : 0
1123
                           }}
1152
                           }}
1124
                         </div>
1153
                         </div>
1154
+                        <span v-if="record.prescription.anticoagulant == 10 ||record.prescription.anticoagulant == 11||record.prescription.anticoagulant==13"
1155
+                          >mg/h</span
1156
+                        >
1157
+                        <span v-if="record.prescription.anticoagulant == 9"
1158
+                          >iu/h</span
1159
+                        >
1160
+                        <span v-if="record.prescription.anticoagulant == 8"
1161
+                          >iu/h</span
1162
+                        >
1163
+                        <span v-if="record.prescription.anticoagulant == 7"
1164
+                          >iu/h</span
1165
+                        >
1166
+                         <span v-if="record.prescription.anticoagulant == 6"
1167
+                          >iu/h</span
1168
+                        >
1125
                         <span v-if="record.prescription.anticoagulant == 5"
1169
                         <span v-if="record.prescription.anticoagulant == 5"
1126
                           >ml/h</span
1170
                           >ml/h</span
1127
                         >
1171
                         >
1151
                               : "/"
1195
                               : "/"
1152
                           }}
1196
                           }}
1153
                         </div>
1197
                         </div>
1198
+                        <span v-if="record.prescription.anticoagulant == 10 ||record.prescription.anticoagulant == 11||record.prescription.anticoagulant==13"
1199
+                          >mg</span
1200
+                        >
1201
+                         <span v-if="record.prescription.anticoagulant == 9"
1202
+                          >iu</span
1203
+                        >
1204
+                         <span v-if="record.prescription.anticoagulant == 8"
1205
+                          >iu</span
1206
+                        >
1207
+                         <span v-if="record.prescription.anticoagulant == 7"
1208
+                          >iu</span
1209
+                        >
1210
+                         <span v-if="record.prescription.anticoagulant == 6"
1211
+                          >iu</span
1212
+                        >
1213
+                        <span v-if="record.prescription.anticoagulant == 5"
1214
+                          >ml</span
1215
+                        >
1154
                         <span v-if="record.prescription.anticoagulant == 4"
1216
                         <span v-if="record.prescription.anticoagulant == 4"
1155
                           >mg</span
1217
                           >mg</span
1156
                         >
1218
                         >
1181
                         </div>
1243
                         </div>
1182
                       </div>
1244
                       </div>
1183
                     </div>
1245
                     </div>
1246
+                    <div
1247
+                    class="row"
1248
+                    style="padding: 2px 0; line-height: 23px; display: flex"
1249
+                   
1250
+                  >
1251
+                    <div
1252
+                      class="inline_block"
1253
+                      style="flex: 1; display: inline-block"
1254
+                    >
1255
+                      备注:
1256
+                      <div
1257
+                        class="under_line"
1258
+                        style="
1259
+                          width: 860px;
1260
+                          line-height: 25px;
1261
+                          text-align: left;
1262
+                          margin-left: 2px;
1263
+                          display: inline-block;
1264
+                          white-space: normal;
1265
+                        "
1266
+                      >
1267
+                        {{ record.assessment_before_dislysis.remark ? record.assessment_before_dislysis.remark : "/" }}
1268
+                      </div>
1269
+                    </div>
1270
+                  </div>
1184
                   </td>
1271
                   </td>
1185
                 </tr>
1272
                 </tr>
1186
                 <tr>
1273
                 <tr>
1218
                           <td width="60" v-if="org_id == 9836">体温(°C)</td>
1305
                           <td width="60" v-if="org_id == 9836">体温(°C)</td>
1219
                           <td
1306
                           <td
1220
                             width="50"
1307
                             width="50"
1221
-                            v-if="
1222
-                              org_id != 9538 &&
1223
-                              org_id != 10121 &&
1224
-                              org_id != 9675 &&
1225
-                              org_id != 0
1226
-                            "
1227
                           >
1308
                           >
1228
                             电导度<br />(ms/cm)
1309
                             电导度<br />(ms/cm)
1229
                           </td>
1310
                           </td>
1230
-                          <td
1311
+                          <!-- <td
1231
                             width="50"
1312
                             width="50"
1232
                             v-if="
1313
                             v-if="
1233
                               org_id == 10121 || org_id == 9675 || org_id == 0
1314
                               org_id == 10121 || org_id == 9675 || org_id == 0
1234
                             "
1315
                             "
1235
                           >
1316
                           >
1236
                             SpO₂<br />(%)
1317
                             SpO₂<br />(%)
1237
-                          </td>
1318
+                          </td> -->
1238
                           <td width="50">超滤量<br />(ml)</td>
1319
                           <td width="50">超滤量<br />(ml)</td>
1239
                           <td
1320
                           <td
1240
                             v-if="
1321
                             v-if="
1246
                           >
1327
                           >
1247
                             置换量<br />(ml)
1328
                             置换量<br />(ml)
1248
                           </td>
1329
                           </td>
1249
-
1250
-                          <td
1251
-                            width="50"
1252
-                            v-if="
1253
-                              org_id == 9919 ||
1254
-                              org_id == 9538 ||
1255
-                              org_id == 9675 ||
1256
-                              org_id == 9671
1257
-                            "
1258
-                          >
1259
-                            KT/V
1260
-                          </td>
1261
-                          <td
1262
-                            width="50"
1263
-                            v-if="
1264
-                              org_id == 9538 || org_id == 9675 || org_id == 9671
1265
-                            "
1266
-                          >
1267
-                            血容量<br />(L)
1268
-                          </td>
1269
-
1270
                           <td width="200">病情变化及处理</td>
1330
                           <td width="200">病情变化及处理</td>
1271
                         </tr>
1331
                         </tr>
1272
 
1332
 
1353
                             {{monitor_record.conductivity? monitor_record.conductivity : ""}}
1413
                             {{monitor_record.conductivity? monitor_record.conductivity : ""}}
1354
                           </td> -->
1414
                           </td> -->
1355
                           <td
1415
                           <td
1356
-                            v-if="
1357
-                              org_id != 9538 &&
1358
-                              org_id != 10121 &&
1359
-                              org_id != 9675 &&
1360
-                              org_id != 0
1361
-                            "
1362
                           >
1416
                           >
1363
                             {{
1417
                             {{
1364
                               monitor_record.conductivity
1418
                               monitor_record.conductivity
1367
                             }}
1421
                             }}
1368
                           </td>
1422
                           </td>
1369
 
1423
 
1370
-                          <td
1424
+                          <!-- <td
1371
                             v-if="
1425
                             v-if="
1372
                               org_id == 10121 || org_id == 9675 || org_id == 0
1426
                               org_id == 10121 || org_id == 9675 || org_id == 0
1373
                             "
1427
                             "
1377
                                 ? monitor_record.blood_oxygen_saturation
1431
                                 ? monitor_record.blood_oxygen_saturation
1378
                                 : ""
1432
                                 : ""
1379
                             }}
1433
                             }}
1380
-                          </td>
1434
+                          </td> -->
1381
 
1435
 
1382
                           <td v-if="org_id == 9538">
1436
                           <td v-if="org_id == 9538">
1383
                             {{
1437
                             {{
1409
                                 : ""
1463
                                 : ""
1410
                             }}
1464
                             }}
1411
                           </td>
1465
                           </td>
1412
-                          <td
1466
+                          <!-- <td
1413
                             width="50"
1467
                             width="50"
1414
                             v-if="
1468
                             v-if="
1415
                               org_id == 9919 ||
1469
                               org_id == 9919 ||
1427
                             "
1481
                             "
1428
                           >
1482
                           >
1429
                             {{ monitor_record.accumulated_blood_volume }}
1483
                             {{ monitor_record.accumulated_blood_volume }}
1430
-                          </td>
1484
+                          </td> -->
1431
 
1485
 
1432
                           <td style="line-height: 16px; padding: 0px">
1486
                           <td style="line-height: 16px; padding: 0px">
1433
                             <div
1487
                             <div
1488
                           <td></td>
1542
                           <td></td>
1489
                           <td></td>
1543
                           <td></td>
1490
                           <td></td>
1544
                           <td></td>
1491
-                          <td
1492
-                            v-if="
1493
-                              org_id == 9919 || org_id == 9538 || org_id == 9675
1494
-                            "
1495
-                          ></td>
1496
-                          <td v-if="org_id == 9538 || org_id == 9675"></td>
1497
                           <td style="line-height: 16px; padding: 0px">
1545
                           <td style="line-height: 16px; padding: 0px">
1498
                             <div
1546
                             <div
1499
                               style="
1547
                               style="
1561
 
1609
 
1562
                         <template v-if="record.advices">
1610
                         <template v-if="record.advices">
1563
                           <tr
1611
                           <tr
1564
-                            v-for="(advice, advice_index) in record.advices"
1612
+                            v-for="(advice, advice_index) in record.his_advices"
1565
                             :key="advice_index"
1613
                             :key="advice_index"
1566
                           >
1614
                           >
1567
                             <td height="35px">
1615
                             <td height="35px">
1568
-                              <span v-if="advice[0].start_time">
1569
-                                {{ getTime(advice[0].start_time, "{h}:{i}") }}
1616
+                              <span v-if="advice.start_time">
1617
+                                {{ getTime(advice.start_time, "{h}:{i}") }}
1570
                               </span>
1618
                               </span>
1571
                             </td>
1619
                             </td>
1572
 
1620
 
1576
                               class="advice-name"
1624
                               class="advice-name"
1577
                               style="padding-left: 7px"
1625
                               style="padding-left: 7px"
1578
                             >
1626
                             >
1579
-                              <span v-if="advice[0].parent_id > 0">---></span>
1580
-                              <span>{{ advice[0].advice_name }}</span>
1627
+                              <span v-if="advice.parent_id > 0">---></span>
1628
+                              <span>{{ advice.advice_name }}</span>
1581
 
1629
 
1582
                               <span
1630
                               <span
1583
-                                v-if="
1584
-                                  advice[0] &&
1585
-                                  advice[0].advice_desc != undefined
1586
-                                "
1631
+                               v-if="advice && advice.advice_desc"
1587
                               >
1632
                               >
1588
-                                ({{ advice[0].advice_desc
1589
-                                }}{{ advice[0].drug_spec_unit }} )
1633
+                                ({{ advice.advice_desc
1634
+                                }}{{ advice.drug_spec_unit }} )
1590
                               </span>
1635
                               </span>
1591
 
1636
 
1592
-                              <span v-if="advice[0].prescribing_number"
1593
-                                >&nbsp;&nbsp; {{ advice[0].prescribing_number
1594
-                                }}{{ advice[0].prescribing_number_unit }}</span
1637
+                              <span v-if="advice.prescribing_number"
1638
+                                >&nbsp;&nbsp; {{ advice.prescribing_number
1639
+                                }}{{ advice.prescribing_number_unit }}</span
1595
                               >
1640
                               >
1596
-                              <span v-if="advice[0].single_dose != 0">
1597
-                                {{ advice[0].single_dose
1598
-                                }}{{ advice[0].single_dose_unit }}</span
1641
+                              <span v-if="advice.single_dose != 0">
1642
+                                {{ advice.single_dose
1643
+                                }}{{ advice.single_dose_unit }}</span
1599
                               >
1644
                               >
1600
 
1645
 
1601
-                              <span v-if="advice[0].parent_id == 0">{{
1602
-                                advice[0].delivery_way
1646
+                              <span v-if="advice.parent_id == 0">{{
1647
+                                advice.delivery_way
1603
                               }}</span>
1648
                               }}</span>
1604
-                              <span v-if="advice[0].parent_id == 0">{{
1605
-                                advice[0].execution_frequency
1649
+                              <span v-if="advice.parent_id == 0">{{
1650
+                                advice.execution_frequency
1606
                               }}</span>
1651
                               }}</span>
1607
                               <span
1652
                               <span
1608
                                 v-if="
1653
                                 v-if="
1609
-                                  advice[0].parent_id == 0 &&
1610
-                                  advice[0].remark.length > 0
1654
+                                  advice.parent_id == 0 &&
1655
+                                  advice.remark.length > 0
1611
                                 "
1656
                                 "
1612
-                                >({{ advice[0].remark }})</span
1657
+                                >({{ advice.remark }})</span
1613
                               >
1658
                               >
1614
                             </td>
1659
                             </td>
1615
 
1660
 
1616
                             <td height="35px">
1661
                             <td height="35px">
1617
                               <span
1662
                               <span
1618
                                 v-if="
1663
                                 v-if="
1619
-                                  setAdminUserES(advice[0], 'advice_doctor') ==
1664
+                                  setAdminUserES(advice, 'advice_doctor') ==
1620
                                   ''
1665
                                   ''
1621
                                 "
1666
                                 "
1622
                                 >{{
1667
                                 >{{
1623
-                                  getAdminUser(advice[0], "advice_doctor")
1668
+                                  getAdminUser(advice, "advice_doctor")
1624
                                 }}</span
1669
                                 }}</span
1625
                               >
1670
                               >
1626
                               <img
1671
                               <img
1627
                                 class="es-img"
1672
                                 class="es-img"
1628
                                 :src="
1673
                                 :src="
1629
-                                  setAdminUserES(advice[0], 'advice_doctor')
1674
+                                  setAdminUserES(advice, 'advice_doctor')
1630
                                 "
1675
                                 "
1631
                                 alt=""
1676
                                 alt=""
1632
                                 srcset=""
1677
                                 srcset=""
1639
                               <span
1684
                               <span
1640
                                 v-if="
1685
                                 v-if="
1641
                                   setAdminUserES(
1686
                                   setAdminUserES(
1642
-                                    advice[0],
1687
+                                    advice,
1643
                                     'execution_staff'
1688
                                     'execution_staff'
1644
                                   ) == ''
1689
                                   ) == ''
1645
                                 "
1690
                                 "
1646
                                 >{{
1691
                                 >{{
1647
-                                  getAdminUser(advice[0], "execution_staff")
1692
+                                  getAdminUser(advice, "execution_staff")
1648
                                 }}</span
1693
                                 }}</span
1649
                               >
1694
                               >
1650
                               <img
1695
                               <img
1651
                                 class="es-img"
1696
                                 class="es-img"
1652
                                 :src="
1697
                                 :src="
1653
-                                  setAdminUserES(advice[0], 'execution_staff')
1698
+                                  setAdminUserES(advice, 'execution_staff')
1654
                                 "
1699
                                 "
1655
                                 alt=""
1700
                                 alt=""
1656
                                 srcset=""
1701
                                 srcset=""
1659
                               />
1704
                               />
1660
                             </td>
1705
                             </td>
1661
                             <td height="35px">
1706
                             <td height="35px">
1662
-                              <span v-if="advice[0].execution_time">{{
1663
-                                getTime(advice[0].execution_time, " {h}:{i}")
1707
+                              <span v-if="advice.execution_time">{{
1708
+                                getTime(advice.execution_time, " {h}:{i}")
1664
                               }}</span>
1709
                               }}</span>
1665
                             </td>
1710
                             </td>
1666
                           </tr>
1711
                           </tr>

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyOne.vue 파일 보기

407
                       <div class="under_line" style="width: 100px;text-align: center">
407
                       <div class="under_line" style="width: 100px;text-align: center">
408
                         {{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "/" }}
408
                         {{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "/" }}
409
                       </div>
409
                       </div>
410
-                      L
410
+                    ml
411
                     </div>
411
                     </div>
412
                     <div class="inline_block" style="flex:1;">
412
                     <div class="inline_block" style="flex:1;">
413
                       干体重:
413
                       干体重:

+ 4 - 0
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue 파일 보기

1036
   background: #6fb5fa;
1036
   background: #6fb5fa;
1037
 }
1037
 }
1038
 
1038
 
1039
+.el-autocomplete-suggestion{
1040
+    width: 400px !important;
1041
+  }
1042
+
1039
 </style>
1043
 </style>

+ 5 - 0
src/xt_pages/stock/drugs/drugStockOutOrderEdit.vue 파일 보기

1334
   background: #6fb5fa;
1334
   background: #6fb5fa;
1335
 }
1335
 }
1336
 
1336
 
1337
+.el-autocomplete-suggestion{
1338
+    width: 400px !important;
1339
+  }
1340
+
1341
+
1337
 </style>
1342
 </style>

+ 1 - 1
src/xt_pages/stock/stockInOrderAdd.vue 파일 보기

1012
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1012
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1013
     background: #6fb5fa;
1013
     background: #6fb5fa;
1014
   }
1014
   }
1015
-  .el-autocomplete-suggestion{
1015
+.el-autocomplete-suggestion{
1016
     width: 400px !important;
1016
     width: 400px !important;
1017
   }
1017
   }
1018
 
1018
 

+ 2 - 2
src/xt_pages/stock/stockInventory.vue 파일 보기

28
 <script>
28
 <script>
29
 import BreadCrumb from "../components/bread-crumb";
29
 import BreadCrumb from "../components/bread-crumb";
30
 import inventory from './inventory.vue'
30
 import inventory from './inventory.vue'
31
-import newInventory from './newInventory.vue'
31
+// import newInventory from './newInventory.vue'
32
 import inventoryDetails from './inventoryDetails.vue'
32
 import inventoryDetails from './inventoryDetails.vue'
33
 import stockDamaged from "./stockDamaged.vue"
33
 import stockDamaged from "./stockDamaged.vue"
34
 export default {
34
 export default {
38
         inventory,
38
         inventory,
39
         inventoryDetails,
39
         inventoryDetails,
40
         stockDamaged,
40
         stockDamaged,
41
-        newInventory
41
+        // newInventory
42
     },
42
     },
43
     data() {
43
     data() {
44
         return{
44
         return{

+ 2 - 2
src/xt_pages/stock/stockOutOrderAdd.vue 파일 보기

1049
 }
1049
 }
1050
 </style>
1050
 </style>
1051
 
1051
 
1052
-<style>
1052
+<style lang="scss">
1053
 .sign-and-weigh-box .sign-and-weigh-box-patients .cell {
1053
 .sign-and-weigh-box .sign-and-weigh-box-patients .cell {
1054
   font-size: 12px;
1054
   font-size: 12px;
1055
 }
1055
 }
1057
 .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1057
 .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1058
   background: #6fb5fa;
1058
   background: #6fb5fa;
1059
 }
1059
 }
1060
-.el-autocomplete-suggestion{
1060
+s.el-autocomplete-suggestion{
1061
   width: 400px !important;
1061
   width: 400px !important;
1062
 }
1062
 }
1063
 ::-webkit-scrollbar{
1063
 ::-webkit-scrollbar{

+ 4 - 0
src/xt_pages/stock/stockOutOrderEdit.vue 파일 보기

1042
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1042
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1043
     background: #6fb5fa;
1043
     background: #6fb5fa;
1044
   }
1044
   }
1045
+  .el-autocomplete-suggestion{
1046
+    width: 400px !important;
1047
+  }
1048
+
1045
 
1049
 
1046
 </style>
1050
 </style>