Bladeren bron

新分支

28169 1 jaar geleden
bovenliggende
commit
aa4f3df4a5

+ 10 - 19
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue Bestand weergeven

853
                       style="padding: 2px 0; line-height: 23px; display: flex"
853
                       style="padding: 2px 0; line-height: 23px; display: flex"
854
                     >
854
                     >
855
                       <div class="inline_block" style="flex: 1"
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
                         <div
858
                         <div
859
                           class="under_line"
859
                           class="under_line"
863
                             record.lastafterweight.weight_after
863
                             record.lastafterweight.weight_after
864
                           }}</span>
864
                           }}</span>
865
                           <span v-else>{{
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
                           }}</span>
867
                           }}</span>
877
                         </div>
868
                         </div>
878
                         kg
869
                         kg
879
                       </div>
870
                       </div>
880
 
871
 
881
                       <div class="inline_block" style="flex: 1"
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
                         <div
875
                         <div
885
                           class="under_line"
876
                           class="under_line"
1232
                           style="width: 50px; text-align: center"
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
                         </div>
1228
                         </div>
1238
                         ml
1229
                         ml
1245
                           style="width: 50px; text-align: center"
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
                         </div>
1241
                         </div>
1251
                         h
1242
                         h
1326
                           <td width="50" v-if="org_id == 10375">置换率<br />(ml/h)</td>
1317
                           <td width="50" v-if="org_id == 10375">置换率<br />(ml/h)</td>
1327
                           <td width="50" v-if="org_id != 3877 && org_id != 10449">超滤量<br />(ml)</td>
1318
                           <td width="50" v-if="org_id != 3877 && org_id != 10449">超滤量<br />(ml)</td>
1328
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1319
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1329
-                          <td
1320
+                          <!-- <td
1330
                             v-if="
1321
                             v-if="
1331
                              (
1322
                              (
1332
                               record.prescription.mode_id == 5 ||
1323
                               record.prescription.mode_id == 5 ||
1335
                             width="50"
1326
                             width="50"
1336
                           >
1327
                           >
1337
                             置换量<br />(L)
1328
                             置换量<br />(L)
1338
-                          </td>
1329
+                          </td> -->
1339
                           <td v-if="org_id == 3877  || org_id == 10449" width="50">滤前压(mmHg)</td>
1330
                           <td v-if="org_id == 3877  || org_id == 10449" width="50">滤前压(mmHg)</td>
1340
                           <td
1331
                           <td
1341
                             width="50"
1332
                             width="50"
1387
                             {{
1378
                             {{
1388
                               monitor_record.diastolic_blood_pressure
1379
                               monitor_record.diastolic_blood_pressure
1389
                                 ? monitor_record.diastolic_blood_pressure
1380
                                 ? monitor_record.diastolic_blood_pressure
1390
-                                : ""
1381
+                                : "拒测"
1391
                             }}
1382
                             }}
1392
                           </td>
1383
                           </td>
1393
                           <td>
1384
                           <td>
1527
                             </span>
1518
                             </span>
1528
                           </td>
1519
                           </td>
1529
 
1520
 
1530
-                          <td
1521
+                          <!-- <td
1531
                             v-if="
1522
                             v-if="
1532
                               (record.prescription.mode_id == 2 ||
1523
                               (record.prescription.mode_id == 2 ||
1533
                               record.prescription.mode_id == 5 ||
1524
                               record.prescription.mode_id == 5 ||
1541
                                 ? monitor_record.displacement_quantity
1532
                                 ? monitor_record.displacement_quantity
1542
                                 : ""
1533
                                 : ""
1543
                             }}
1534
                             }}
1544
-                          </td>
1535
+                          </td> -->
1545
                           <td v-if="org_id == 3877  || org_id == 10449">
1536
                           <td v-if="org_id == 3877  || org_id == 10449">
1546
                             {{
1537
                             {{
1547
                               monitor_record.filter_pressure
1538
                               monitor_record.filter_pressure

+ 9 - 10
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue Bestand weergeven

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

+ 1 - 1
src/xt_pages/stock/drugs/newDrugInventory.vue Bestand weergeven

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

+ 1 - 1
src/xt_pages/stock/newInventory.vue Bestand weergeven

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

+ 1 - 1
src/xt_pages/user/coursePrint.vue Bestand weergeven

61
               </div>
61
               </div>
62
             </div>
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
              <span v-if="setAdminUserES(item.recorder?item.recorder:item.recorder) == ''">
66
              <span v-if="setAdminUserES(item.recorder?item.recorder:item.recorder) == ''">
67
                   {{getName(item.recorder)}}
67
                   {{getName(item.recorder)}}