Browse Source

新分支

28169 1 year ago
parent
commit
aa4f3df4a5

+ 10 - 19
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue View File

@@ -853,7 +853,7 @@
853 853
                       style="padding: 2px 0; line-height: 23px; display: flex"
854 854
                     >
855 855
                       <div class="inline_block" style="flex: 1"
856
-                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495 && org_id!=10510 && org_id!=10460">
856
+                        v-if="org_id!=10440 && org_id!=0  && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495 && org_id!=10510 && org_id!=10460&&org_id!=10551">
857 857
                         上次透后体重:
858 858
                         <div
859 859
                           class="under_line"
@@ -863,23 +863,14 @@
863 863
                             record.lastafterweight.weight_after
864 864
                           }}</span>
865 865
                           <span v-else>{{
866
-                            record.assessment_before_dislysis &&
867
-                            record.assessment_before_dislysis
868
-                              .weight_after_last_transparency
869
-                              ? parseFloat(
870
-                                  record.assessment_before_dislysis
871
-                                    .weight_after_last_transparency -
872
-                                    record.assessment_before_dislysis
873
-                                      .additional_weight
874
-                                ).toFixed(1)
875
-                              : "未称重"
866
+                             record.lastafterweight.weight_after
876 867
                           }}</span>
877 868
                         </div>
878 869
                         kg
879 870
                       </div>
880 871
 
881 872
                       <div class="inline_block" style="flex: 1"
882
-                        v-if="(org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495 || org_id == 10460)&& org_id!=10510">
873
+                        v-if="(org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495 || org_id == 10460 || org_id ==10551)&& org_id!=10510">
883 874
                         上次透后体重:
884 875
                         <div
885 876
                           class="under_line"
@@ -1232,7 +1223,7 @@
1232 1223
                           style="width: 50px; text-align: center"
1233 1224
                         >
1234 1225
                         {{
1235
-                           record.prescription.warsh_count
1226
+                           record.prescription.warsh_count? record.prescription.warsh_count:"/"
1236 1227
                           }}
1237 1228
                         </div>
1238 1229
                         ml
@@ -1245,7 +1236,7 @@
1245 1236
                           style="width: 50px; text-align: center"
1246 1237
                         >
1247 1238
                           {{
1248
-                           record.prescription.washing_time
1239
+                           record.prescription.washing_time? record.prescription.washing_time:"/"
1249 1240
                           }}
1250 1241
                         </div>
1251 1242
                         h
@@ -1326,7 +1317,7 @@
1326 1317
                           <td width="50" v-if="org_id == 10375">置换率<br />(ml/h)</td>
1327 1318
                           <td width="50" v-if="org_id != 3877 && org_id != 10449">超滤量<br />(ml)</td>
1328 1319
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1329
-                          <td
1320
+                          <!-- <td
1330 1321
                             v-if="
1331 1322
                              (
1332 1323
                               record.prescription.mode_id == 5 ||
@@ -1335,7 +1326,7 @@
1335 1326
                             width="50"
1336 1327
                           >
1337 1328
                             置换量<br />(L)
1338
-                          </td>
1329
+                          </td> -->
1339 1330
                           <td v-if="org_id == 3877  || org_id == 10449" width="50">滤前压(mmHg)</td>
1340 1331
                           <td
1341 1332
                             width="50"
@@ -1387,7 +1378,7 @@
1387 1378
                             {{
1388 1379
                               monitor_record.diastolic_blood_pressure
1389 1380
                                 ? monitor_record.diastolic_blood_pressure
1390
-                                : ""
1381
+                                : "拒测"
1391 1382
                             }}
1392 1383
                           </td>
1393 1384
                           <td>
@@ -1527,7 +1518,7 @@
1527 1518
                             </span>
1528 1519
                           </td>
1529 1520
 
1530
-                          <td
1521
+                          <!-- <td
1531 1522
                             v-if="
1532 1523
                               (record.prescription.mode_id == 2 ||
1533 1524
                               record.prescription.mode_id == 5 ||
@@ -1541,7 +1532,7 @@
1541 1532
                                 ? monitor_record.displacement_quantity
1542 1533
                                 : ""
1543 1534
                             }}
1544
-                          </td>
1535
+                          </td> -->
1545 1536
                           <td v-if="org_id == 3877  || org_id == 10449">
1546 1537
                             {{
1547 1538
                               monitor_record.filter_pressure

+ 9 - 10
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue View File

@@ -856,9 +856,7 @@
856 856
                         style="width: 100px; text-align: center"
857 857
                       >
858 858
                         <span>{{
859
-                          predialysis.weight_after_last_transparency
860
-                            ? predialysis.weight_after_last_transparency
861
-                            : "未称重"
859
+                          lastafterdialysis.weight_after
862 860
                         }}</span>
863 861
                         <!-- {{ predialysis.weight_after_last_transparency ? parseFloat(lastafterdialysis.weight_after - lastafterdialysis.additional_weight).toFixed(1) : "未称重" }} -->
864 862
                       </div>
@@ -1137,7 +1135,7 @@
1137 1135
                         class="under_line"
1138 1136
                         style="width: 50px; text-align: center"
1139 1137
                       >
1140
-                        {{prescription.warsh_count?prescription.warsh_count:""}}
1138
+                        {{prescription.warsh_count?prescription.warsh_count:"/"}}
1141 1139
                       </div>
1142 1140
                       <span>ml</span>
1143 1141
                     </div>
@@ -1150,7 +1148,7 @@
1150 1148
                         {{
1151 1149
                           prescription.washing_time
1152 1150
                             ? prescription.washing_time
1153
-                            : ""
1151
+                            : "/"
1154 1152
                         }}
1155 1153
                       </div>
1156 1154
                       <span>h</span>
@@ -1232,9 +1230,9 @@
1232 1230
                         <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
1233 1231
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1234 1232
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1235
-                        <td v-if="(prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
1233
+                        <!-- <td v-if="(prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
1236 1234
                           置换量<br />(L)
1237
-                        </td>
1235
+                        </td> -->
1238 1236
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
1239 1237
                         <td width="50" v-if="org_id == 9538">KT/V</td>
1240 1238
                         <td width="50" v-if="org_id == 9919">在线尿素监测</td>  
@@ -1247,7 +1245,7 @@
1247 1245
                       <tr v-for="(monitor, monindex) in monitors" :key="monindex">
1248 1246
                         <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
1249 1247
                         <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
1250
-                          {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}</td>
1248
+                          {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: "拒测"}}</td>
1251 1249
                         <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
1252 1250
                         <td v-if="org_id!=10489">{{monitor.breathing_rate ? monitor.breathing_rate : ""}}</td>
1253 1251
                         <td>{{monitor.blood_flow_volume? monitor.blood_flow_volume: ""}}</td>
@@ -1343,7 +1341,7 @@
1343 1341
                             {{ monitor.displacement_quantity ? monitor.displacement_quantity : "" }}
1344 1342
                           </span>
1345 1343
                         </td> -->
1346
-                        <td
1344
+                        <!-- <td
1347 1345
                           v-if="
1348 1346
                             (prescription.mode_id == 2 ||
1349 1347
                             prescription.mode_id == 5 ||
@@ -1359,7 +1357,7 @@
1359 1357
                                 : ""
1360 1358
                             }}
1361 1359
                           </span>
1362
-                        </td>
1360
+                        </td> -->
1363 1361
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">{{ monitor.filter_pressure?monitor.filter_pressure:""}}</td>
1364 1362
                         <td width="50" v-if="org_id == 9919 || org_id == 9538 || org_id == 9671">
1365 1363
                           {{ monitor.ktv?monitor.ktv:"" }}
@@ -2812,6 +2810,7 @@ export default {
2812 2810
       patientInfo_gender_1: false,
2813 2811
       patientInfo_gender_2: false,
2814 2812
       patientInfo_source_2: false,
2813
+      patientInfo_source_3:false,
2815 2814
       patientInfo_source_1: false,
2816 2815
       modeOptions: {},
2817 2816
       replacementWays: [],

+ 1 - 1
src/xt_pages/stock/drugs/newDrugInventory.vue View File

@@ -809,7 +809,7 @@ export default {
809 809
                 list[i].last_stock_min_number = ""
810 810
                 list[i].min_number = list[i].XtBaseDrug.min_number
811 811
                 list[i].manufacturer_name  = ""
812
-                list[i].type = 4
812
+                // list[i].type = 4
813 813
                 list[i].last_stock_max_number = list[i].stock_max_number
814 814
                 list[i].last_stock_min_number = list[i].stock_min_number
815 815
                 for(let j=0;j<this.manufacturerList.length;j++){

+ 1 - 1
src/xt_pages/stock/newInventory.vue View File

@@ -446,7 +446,7 @@ export default {
446 446
           this.manufacturerList = response.data.data.manufacturerList
447 447
           loading.close()
448 448
           for(let i=0;i<list.length;i++){
449
-              list[i].type = 4
449
+              // list[i].type = 4
450 450
               list[i].good_name = list[i].GoodInfo.good_name
451 451
               list[i].specification_name = list[i].GoodInfo.specification_name
452 452
               list[i].manufacturer_name = ""

+ 1 - 1
src/xt_pages/user/coursePrint.vue View File

@@ -61,7 +61,7 @@
61 61
               </div>
62 62
             </div>
63 63
 
64
-            <div class="row" style="padding: 2px 0;line-height:24px;margin-top:10px;float:right" v-if="org_id == 0||org_id ==9671 || org_id == 10440 || org_id == 10131">
64
+            <div class="row" style="padding: 2px 0;line-height:24px;margin-top:10px;float:right" v-if="org_id == 0||org_id ==9671 || org_id == 10440 || org_id == 10131 || org_id==9970">
65 65
              医生签名:
66 66
              <span v-if="setAdminUserES(item.recorder?item.recorder:item.recorder) == ''">
67 67
                   {{getName(item.recorder)}}