Browse Source

提交代码

陈少旭 1 year ago
parent
commit
7ef421983c

+ 2 - 1
src/store/modules/globalConfig.js View File

@@ -1976,7 +1976,8 @@ const global_config = {
1976 1976
     }
1977 1977
     ],
1978 1978
 
1979
-    good_unit: [{
1979
+    good_unit: [
1980
+      {
1980 1981
       id: 1,
1981 1982
       name: '支'
1982 1983
     },

+ 14 - 13
src/xt_pages/data/components/drugs.vue View File

@@ -530,7 +530,7 @@
530 530
 
531 531
           val.min_number =  parseInt(val.min_number)
532 532
           console.log("Val323323232",val)
533
-          
533
+
534 534
           editBaseDrugLib(val,untit).then(response => {
535 535
             if (response.data.state == 0) {
536 536
               this.$message.error(response.data.msg);
@@ -721,7 +721,7 @@
721 721
               if(this.formValue.drug_classify == 0){
722 722
                  this.formValue.drug_classify = ""
723 723
               }
724
-             
724
+
725 725
 
726 726
 
727 727
               this.$refs.addDrugs.show(id, this.formValue)
@@ -1451,18 +1451,19 @@
1451 1451
         };
1452 1452
         console.log("params222222222",params)
1453 1453
 
1454
-        postDrugInformation(params).then(response=>{
1455
-           if(response.data.state == 1){
1456
-             var msg =  response.data.data.msg;
1457
-             this.getList();
1458
-             this.getAllManufacturer();
1459
-             this.GetAllConfig();
1460
-             this.$message.success("导入成功!")
1461 1454
 
1462
-           }else{
1463
-             this.$message.error("导入失败,请下载日志查看")
1464
-           }
1465
-        })
1455
+        // postDrugInformation(params).then(response=>{
1456
+        //    if(response.data.state == 1){
1457
+        //      var msg =  response.data.data.msg;
1458
+        //      this.getList();
1459
+        //      this.getAllManufacturer();
1460
+        //      this.GetAllConfig();
1461
+        //      this.$message.success("导入成功!")
1462
+        //
1463
+        //    }else{
1464
+        //      this.$message.error("导入失败,请下载日志查看")
1465
+        //    }
1466
+        // })
1466 1467
       },
1467 1468
       generateTxt: function(log) {
1468 1469
         var content = '';

+ 24 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -822,7 +822,7 @@
822 822
                     <el-col :span="8">
823 823
                         <el-form-item
824 824
                                 label="置换液:"
825
-                                v-if="isShows('置换液')"
825
+                                v-if="isShows('置换液')&&this.$store.getters.xt_user.org.id != 10206"
826 826
                                 v-show="huShow"
827 827
                                 prop="displace_liqui_part"
828 828
                                 :rules="isCheckmust('置换液')"
@@ -840,6 +840,27 @@
840 840
                                 ></el-option>
841 841
                             </el-select>
842 842
                         </el-form-item>
843
+                      <el-form-item
844
+                        label="置换液:"
845
+                        v-if="isShows('置换方式')&&this.$store.getters.xt_user.org.id == 10206"
846
+                        v-show="huShow"
847
+                        prop="displace_liqui_part"
848
+                        :rules="isCheckmust('置换方式')"
849
+                      >
850
+                        <el-select
851
+                          v-model="dialysisPrescription.displace_liqui_part"
852
+                          placeholder="请选择"
853
+                        >
854
+                          <el-option :key="0" label="请选择" :value="0"></el-option>
855
+                          <el-option
856
+                            v-for="(option, index) in displace_liqui_part_option"
857
+                            :key="index + 'u'"
858
+                            :label="option.name"
859
+                            :value="option.id"
860
+                          ></el-option>
861
+                        </el-select>
862
+                      </el-form-item>
863
+
843 864
                     </el-col>
844 865
 
845 866
                     <el-col :span="8"
@@ -2772,7 +2793,7 @@ mu
2772 2793
         if(moment().weekday() == 0){
2773 2794
            total_day ="周日"
2774 2795
         }
2775
-       
2796
+
2776 2797
         if(this.targetAdvices!=null && this.targetAdvices.length >0){
2777 2798
             for (let i = 0; i < this.targetAdvices.length; i++) {
2778 2799
               if(this.targetAdvices[i].week_day.indexOf(total_day)!=-1){
@@ -3449,7 +3470,7 @@ mu
3449 3470
                   ParamsQuery['patient'] = this.patient.id
3450 3471
                   ParamsQuery['record_date'] = this.record_date
3451 3472
                   ParamsQuery['mode'] = '1'
3452
-               
3473
+
3453 3474
                   postSoulution(ParamsQuery).then(response => {
3454 3475
                     if (response.data.state == 0) {
3455 3476
                       this.$message.error(response.data.msg)

+ 82 - 82
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -2,7 +2,7 @@
2 2
   <div>
3 3
     <el-button type="primary" @click="checkData">一键核对</el-button>
4 4
     <el-button type="primary" @click="toUpload">一键上传</el-button>
5
-    
5
+
6 6
     <div id="dialysis-print-box-1"  ref="pdfContent">
7 7
       <div
8 8
         id="dialysis-print-box-1-1"
@@ -753,7 +753,7 @@
753 753
                       </div>
754 754
                     </div>
755 755
                     <div
756
-                     
756
+
757 757
                       class="inline_block"
758 758
                       style="margin-left: 10px; flex: 1"
759 759
                     >
@@ -993,7 +993,7 @@
993 993
                       kg
994 994
                     </div>
995 995
                     <div class="inline_block" style="flex: 1" v-if="org_id!=10469 && org_id!=0">
996
-                      计划超滤量: 
996
+                      计划超滤量:
997 997
                       <div
998 998
                         class="under_line"
999 999
                         style="width: 100px; text-align: center"
@@ -1004,13 +1004,13 @@
1004 1004
                             : "/"
1005 1005
                         }}
1006 1006
                       </div>
1007
-                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">ml</span> 
1007
+                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">ml</span>
1008 1008
                       <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">L</span>
1009 1009
                     </div>
1010 1010
 
1011 1011
 
1012 1012
                     <div class="inline_block" style="flex: 1" v-if="org_id == 10469 || org_id == 0">
1013
-                      处方脱水量: 
1013
+                      处方脱水量:
1014 1014
                       <div
1015 1015
                         class="under_line"
1016 1016
                         style="width: 100px; text-align: center"
@@ -1127,7 +1127,7 @@
1127 1127
                             : "/"
1128 1128
                         }}
1129 1129
                       </div>
1130
-                     
1130
+
1131 1131
                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1132 1132
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1133 1133
                       <span v-if="prescription.anticoagulant == 3">iu</span>
@@ -1147,7 +1147,7 @@
1147 1147
                      <span v-if="prescription.anticoagulant == 10">iu</span>
1148 1148
                      <span v-if="prescription.anticoagulant == 11">iu</span>
1149 1149
                      <span v-if="prescription.anticoagulant == 13">iu</span>
1150
-                    
1150
+
1151 1151
                     </span>
1152 1152
                     </div>
1153 1153
                     <div class="inline_block" style="margin-left: 20px">
@@ -1303,8 +1303,8 @@
1303 1303
                         }}
1304 1304
                       </div>
1305 1305
                       <span>ml/h</span>
1306
-                   
1307
-                  
1306
+
1307
+
1308 1308
                     </div>
1309 1309
                     <div
1310 1310
                       class="inline_block"
@@ -1323,8 +1323,8 @@
1323 1323
                         }}
1324 1324
                       </div>
1325 1325
                       <span>ml/h</span>
1326
-                   
1327
-                  
1326
+
1327
+
1328 1328
                     </div>
1329 1329
                     <div class="inline_block" style="margin-left: 20px">
1330 1330
                       碳酸氢钠流速:
@@ -1338,13 +1338,13 @@
1338 1338
                             : ""
1339 1339
                         }}
1340 1340
                       </div>
1341
-                     
1342
-                     
1341
+
1342
+
1343 1343
                     </div>
1344 1344
                     <span>ml/h</span>
1345
-                   
1346
-              
1347
-                  
1345
+
1346
+
1347
+
1348 1348
                   </div>
1349 1349
 
1350 1350
                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id ==10469 || org_id == 9671">
@@ -1359,7 +1359,7 @@
1359 1359
                       >
1360 1360
                        {{predialysis.machine_type ? predialysis.machine_type : ""}}
1361 1361
                       </div>
1362
-                    
1362
+
1363 1363
                     </div>
1364 1364
                     <div
1365 1365
                       class="inline_block"
@@ -1458,15 +1458,15 @@
1458 1458
                               : "mmHg"
1459 1459
                           }})
1460 1460
                         </td>
1461
-                        
1461
+
1462 1462
                         <td width="60" v-if="org_id == 9836">体温(°C)</td>
1463 1463
                         <td width="60" v-if="org_id == 9919">血温(°C)</td>
1464 1464
                         <td width="60" v-if="org_id == 9671">血温(°C)</td>
1465 1465
                         <td width="60" v-if="org_id!=9836&&org_id!=9919&&org_id!=9671">透析液温度(°C)</td>
1466 1466
                         <td width="50" v-if="org_id != 10121">
1467
-                          <span v-if="org_id != 0 && org_id !=10469 && org_id!=10490"> 电导度<br />(ms/cm)</span> 
1468
-                          <span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span> 
1469
-                          <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span> 
1467
+                          <span v-if="org_id != 0 && org_id !=10469 && org_id!=10490"> 电导度<br />(ms/cm)</span>
1468
+                          <span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span>
1469
+                          <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span>
1470 1470
                         </td>
1471 1471
                         <td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
1472 1472
                         <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
@@ -1477,8 +1477,8 @@
1477 1477
                         </td>
1478 1478
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
1479 1479
                         <td width="50" v-if="org_id == 9538">KT/V</td>
1480
-                        <td width="50" v-if="org_id == 9919">在线尿素监测</td>  
1481
-                        <td width="50" v-if="org_id == 9671">在线尿素监测</td>  
1480
+                        <td width="50" v-if="org_id == 9919">在线尿素监测</td>
1481
+                        <td width="50" v-if="org_id == 9671">在线尿素监测</td>
1482 1482
                         <td width="50" v-if="org_id == 9538 || org_id == 9919 || org_id== 9671">血容量<br />(L)</td>
1483 1483
                         <td width="50" v-if="org_id == 10490 || org_id == 0">碳酸氢钠<br />(ml)</td>
1484 1484
                         <td width="200">病情变化及处理</td>
@@ -1513,7 +1513,7 @@
1513 1513
                               : ""
1514 1514
                             }}
1515 1515
                           </span>
1516
-                          
1516
+
1517 1517
                         </td>
1518 1518
                         <td>
1519 1519
                           <span
@@ -1577,7 +1577,7 @@
1577 1577
                           <span v-if="org_id==0||org_id==10490"> {{ monitor.replacement_speed ? monitor.replacement_speed : "" }}</span>
1578 1578
                         </td>
1579 1579
 
1580
-                      
1580
+
1581 1581
                         <td v-if="org_id == 10375 || org_id == 0"><br />
1582 1582
                           {{ monitor.replacement_rate? monitor.replacement_rate: ""}}
1583 1583
                         </td>
@@ -1648,7 +1648,7 @@
1648 1648
                                 "
1649 1649
                                 >【开始透析】
1650 1650
                                 </template>
1651
-                              
1651
+
1652 1652
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
1653 1653
                                 monitor.dispose
1654 1654
                               }}
@@ -1888,7 +1888,7 @@
1888 1888
               <span v-if="prescription.mode_id!=13">血液净化治疗记录单</span>
1889 1889
               <span v-if="prescription.mode_id==13">连续性肾脏替代治疗(CRRT)记录单</span>
1890 1890
              </span>
1891
-            
1891
+
1892 1892
             </div>
1893 1893
           </div>
1894 1894
           <div class="row">
@@ -2410,7 +2410,7 @@
2410 2410
                             : "未称重"
2411 2411
                         }}
2412 2412
                       </span>
2413
-                       
2413
+
2414 2414
                       </div>
2415 2415
                       kg
2416 2416
                     </div>
@@ -2723,7 +2723,7 @@
2723 2723
                       >
2724 2724
                         {{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "/" }}
2725 2725
                       </div>ml
2726
-                      
2726
+
2727 2727
                     </div>
2728 2728
                   </div>
2729 2729
                 </td>
@@ -2735,8 +2735,8 @@
2735 2735
                     style="padding: 2px 0; line-height: 23px; display: flex"
2736 2736
                   >
2737 2737
                    <div v-if="org_id == 0 || org_id == 10440">
2738
-                    
2739
-                  
2738
+
2739
+
2740 2740
 
2741 2741
                     <div class="inline_block" style="flex: 1">
2742 2742
                       上机护士:
@@ -2777,8 +2777,8 @@
2777 2777
                         />
2778 2778
                       </div>
2779 2779
                     </div>
2780
-                  
2781
-                  
2780
+
2781
+
2782 2782
                   </div>
2783 2783
                   <div v-if="org_id!=0 && org_id!=10440">
2784 2784
                     <div class="inline_block" style="flex: 1">
@@ -2821,18 +2821,18 @@
2821 2821
                       </div>
2822 2822
                     </div>
2823 2823
                   </div>
2824
-                   
2824
+
2825 2825
                   <div v-if="org_id==0||org_id==10440">
2826
-                    
2827
-                    <div class="inline_block" style="flex: 1">                 
2826
+
2827
+                    <div class="inline_block" style="flex: 1">
2828 2828
                      <div>
2829
-                      <span>责任护士:</span> 
2829
+                      <span>责任护士:</span>
2830 2830
                       <div
2831 2831
                         class="under_line"
2832 2832
                         style="width: 80px; text-align: center"
2833
-                       
2833
+
2834 2834
                       >
2835
-                    
2835
+
2836 2836
                         <span
2837 2837
                           style="height: 35px; display: inline-block"
2838 2838
                           v-if="
@@ -2873,9 +2873,9 @@
2873 2873
 
2874 2874
                   <div v-if="org_id!=0&&org_id!=10440">
2875 2875
                     <div class="inline_block" style="flex: 1">
2876
-                      <span v-if="org_id==10414">责任护士:</span> 
2877
-                      <span v-else>治疗护士:</span> 
2878
-                      
2876
+                      <span v-if="org_id==10414">责任护士:</span>
2877
+                      <span v-else>治疗护士:</span>
2878
+
2879 2879
                       <div
2880 2880
                         class="under_line"
2881 2881
                         style="width: 80px; text-align: center"
@@ -2914,12 +2914,12 @@
2914 2914
                       </div>
2915 2915
                     </div>
2916 2916
                   </div>
2917
-                  
2917
+
2918 2918
 
2919 2919
 
2920 2920
                     <div class="inline_block" style="flex: 1">
2921
-                      <span v-if="org_id==10387" >核对护士:</span> 
2922
-                      <span v-else >核对人员:</span> 
2921
+                      <span v-if="org_id==10387" >核对护士:</span>
2922
+                      <span v-else >核对人员:</span>
2923 2923
                       <div
2924 2924
                         class="under_line"
2925 2925
                         style="width: 80px; text-align: center"
@@ -3198,7 +3198,7 @@
3198 3198
                           核对护士
3199 3199
                         </td>
3200 3200
                       </tr>
3201
-                     
3201
+
3202 3202
 
3203 3203
                       <tr
3204 3204
                         v-for="(advice, advice_index) in doctor_advices"
@@ -3208,7 +3208,7 @@
3208 3208
                           <span v-if="advice.start_time">
3209 3209
                             {{ getTime(advice.start_time, "{h}:{i}") }}
3210 3210
                           </span>
3211
-                          
3211
+
3212 3212
                         </td>
3213 3213
                         <td
3214 3214
                           height="32px"
@@ -3243,7 +3243,7 @@
3243 3243
                             >({{ advice.remark }})</span
3244 3244
                           >
3245 3245
                         </td>
3246
-                    
3246
+
3247 3247
                         <td height="32px">
3248 3248
                           <span
3249 3249
                             v-if="setAdminUserES(advice.advice_doctor) == ''"
@@ -3257,7 +3257,7 @@
3257 3257
                             v-else
3258 3258
                           />
3259 3259
                         </td>
3260
-                      
3260
+
3261 3261
                         <td height="32px">
3262 3262
                           <span
3263 3263
                             v-if="setAdminUserES(advice.execution_staff) == ''"
@@ -3289,15 +3289,15 @@
3289 3289
                           />
3290 3290
                         </td>
3291 3291
                       </tr>
3292
-                     
3292
+
3293 3293
                     </tbody>
3294 3294
      </table>
3295 3295
 
3296 3296
 
3297
-    
3298
-     
3299 3297
 
3300
-     
3298
+
3299
+
3300
+
3301 3301
     </div>
3302 3302
   </div>
3303 3303
 </template>
@@ -3444,7 +3444,7 @@ export default {
3444 3444
   },
3445 3445
   methods: {
3446 3446
     toUpload() {
3447
-         
3447
+
3448 3448
          let dom = document.getElementById("dialysis-print-box-1")
3449 3449
          //调用方法下载
3450 3450
          html2canvas(dom, {
@@ -3458,14 +3458,14 @@ export default {
3458 3458
          }).then((canvas) => {
3459 3459
            //返回图片dataURL,参数:图片格式和清晰度(0-1)
3460 3460
            var pageData = canvas.toDataURL('image/jpeg', 1.0);
3461
- 
3461
+
3462 3462
            //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
3463 3463
            var pdf = new jsPDF('', 'pt', 'a4');
3464
- 
3464
+
3465 3465
            //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
3466 3466
            //  pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
3467 3467
            pdf.addImage(pageData, 'JPEG', 0, 0, 555.28, 592.28 / canvas.width * canvas.height);
3468
-           
3468
+
3469 3469
            console.log("pdf222222222222222222",pdf)
3470 3470
 
3471 3471
            var newBase64Data =  pdf.output("dataurlstring").split("base64,")[1]
@@ -3473,7 +3473,7 @@ export default {
3473 3473
            const blob = this.base64ToBlob(newBase64Data, 'application/pdf');
3474 3474
            console.log("blobwoowowowwo",blob)
3475 3475
            this.openPdf(blob);
3476
-           
3476
+
3477 3477
            // var data = {
3478 3478
            //   name:newBase64Data,
3479 3479
            // }
@@ -3488,14 +3488,14 @@ export default {
3488 3488
            //     this.openPdf(blob);
3489 3489
            //   }
3490 3490
            // })
3491
-           
3491
+
3492 3492
            // this.viewPdf(newBase64Data)
3493 3493
            //保存到pdf,名字是stone
3494 3494
            // pdf.save('stone.pdf');
3495
-          
3495
+
3496 3496
          });
3497 3497
        },
3498
-    
3498
+
3499 3499
      viewPdf(content) {
3500 3500
        console.log("content",content);
3501 3501
        const blob = this.base64ToBlob(content);
@@ -3514,7 +3514,7 @@ export default {
3514 3514
            return value1 - value2
3515 3515
        }
3516 3516
      },
3517
- 
3517
+
3518 3518
      openPdf(blob) {
3519 3519
        const objectUrl = URL.createObjectURL(blob);
3520 3520
        const a = document.createElement('a');
@@ -3530,23 +3530,23 @@ export default {
3530 3530
        const bytesLength = byteCharacters.length;
3531 3531
        const slicesCount = Math.ceil(bytesLength / sliceSize);
3532 3532
        const byteArrays = new Array(slicesCount);
3533
- 
3533
+
3534 3534
        for (let sliceIndex = 0; sliceIndex < slicesCount; ++sliceIndex) {
3535 3535
          const begin = sliceIndex * sliceSize;
3536 3536
          const end = Math.min(begin + sliceSize, bytesLength);
3537
- 
3537
+
3538 3538
          const bytes = new Array(end - begin);
3539 3539
          for (let offset = begin, i = 0; offset < end; ++i, ++offset) {
3540 3540
            bytes[i] = byteCharacters[offset].charCodeAt(0);
3541 3541
          }
3542 3542
          byteArrays[sliceIndex] = new Uint8Array(bytes);
3543 3543
        }
3544
- 
3544
+
3545 3545
        return new Blob(byteArrays, {
3546 3546
          type: contentType
3547 3547
        });
3548 3548
      },
3549
-    
3549
+
3550 3550
      UploadPdf(res) {
3551 3551
        let pdfBase64Str = res;
3552 3552
        let title = "上传给后端的个人报告";
@@ -4184,7 +4184,7 @@ export default {
4184 4184
         for (let index = 0; index < this.doctor_advices.length; index++) {
4185 4185
           this.doctor_advices[index]["isShow"] = 2;
4186 4186
         }
4187
-   
4187
+
4188 4188
         // if (this.doctor_advices.length > 0) {
4189 4189
         //   var group = this.newAdviceGroupObject()
4190 4190
         //   var initGroupBlock = function(group, advice) {
@@ -4265,7 +4265,7 @@ export default {
4265 4265
         // }
4266 4266
 
4267 4267
 
4268
-        
4268
+
4269 4269
 
4270 4270
         console.log("RESWOOWOWWOOW",response.data.data.doctorAdevieInfo)
4271 4271
         if(this.org_id ==10515 || this.org_id == 0){
@@ -4285,15 +4285,15 @@ export default {
4285 4285
         });
4286 4286
         this.projects = projects;
4287 4287
 
4288
-      
4288
+
4289 4289
         console.log("this.projects", this.projects);
4290 4290
 
4291 4291
         // var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
4292
-      
4292
+
4293 4293
         if(this.projects!=null && this.projects.length >0){
4294 4294
            for(let i=0;i<this.projects.length;i++){
4295 4295
              if(this.projects[i].type== 2){
4296
-            
4296
+
4297 4297
               this.projects[i].project_team_name = ""
4298 4298
               this.projects[i].project_team_id = 0
4299 4299
               console.log("this.projects[i].project.team",this.projects[i].project.team)
@@ -4304,11 +4304,11 @@ export default {
4304 4304
                 this.projects[i].single_dose = this.projects[i].single_dose
4305 4305
                 this.projects[i].single_dose_unit = this.projects[i].unit
4306 4306
                 this.projects[i].execution_time = this.projects[i].execution_time
4307
-                this.projects[i].execution_staff= this.projects[i].execution_staff 
4307
+                this.projects[i].execution_staff= this.projects[i].execution_staff
4308 4308
                 this.projects[i].advice_name =  this.projects[i].team.project_team
4309 4309
                 this.projects[i].advice_doctor = this.projects[i].doctor
4310
-              
4311
-               
4310
+
4311
+
4312 4312
                 this.doctor_advices.push(this.projects[i])
4313 4313
                 // this.doctor_advices_2.push(this.project[i])
4314 4314
               }else{
@@ -4318,19 +4318,19 @@ export default {
4318 4318
                 this.projects[i].single_dose = this.projects[i].single_dose
4319 4319
                 this.projects[i].single_dose_unit = this.projects[i].unit
4320 4320
                 this.projects[i].execution_time = this.projects[i].execution_time
4321
-                this.projects[i].execution_staff= this.projects[i].execution_staff 
4321
+                this.projects[i].execution_staff= this.projects[i].execution_staff
4322 4322
                 this.projects[i].advice_doctor = this.projects[i].doctor
4323 4323
                 this.doctor_advices.push(this.projects[i])
4324 4324
                 // this.doctor_advices_2.push(this.projects[i])
4325 4325
               }
4326
-             
4326
+
4327 4327
              }
4328
-             
4328
+
4329 4329
            }
4330 4330
         }
4331
-         
4331
+
4332 4332
         }
4333
-      
4333
+
4334 4334
         console.log("时间我我我哦我我",this.doctor_advices)
4335 4335
         if (this.doctor_advices.length <= 6) {
4336 4336
           var nl = 6;
@@ -4367,7 +4367,7 @@ export default {
4367 4367
         }
4368 4368
         // console.log(this.advice_groups);
4369 4369
 
4370
-       
4370
+
4371 4371
       } else {
4372 4372
         this.loading = false;
4373 4373
         this.$message.error("请求数据失败");
@@ -4403,7 +4403,7 @@ export default {
4403 4403
     //   }
4404 4404
     // },
4405 4405
     getAge: function(val) {
4406
-     
4406
+
4407 4407
       if (val.id_card_no) {
4408 4408
         var thisLen = val.id_card_no.length
4409 4409
 
@@ -4513,7 +4513,7 @@ export default {
4513 4513
       "vascular_access_desc"
4514 4514
     );
4515 4515
     this.org_id = this.$store.getters.xt_user.org.id;
4516
-   
4516
+
4517 4517
     // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
4518 4518
 
4519 4519
     var bloodAccessParOpera = getDataConfig(

+ 11 - 0
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -2948,6 +2948,17 @@ export default {
2948 2948
             org_id: this.$store.getters.xt_user.org_id
2949 2949
 
2950 2950
           }
2951
+          if (this.activeName == 'first') {
2952
+            obj['settle_accounts_type'] = 1
2953
+          } else if (this.activeName == 'second') {
2954
+            obj['start_time'] = this.other_start_time
2955
+            obj['end_time'] = this.other_end_time
2956
+            obj['settle_accounts_type'] = 2
2957
+          } else {
2958
+            obj['start_time'] = this.other_start_time_two
2959
+            obj['end_time'] = this.other_end_time_two
2960
+            obj['settle_accounts_type'] = 2
2961
+          }
2951 2962
           axios.get("http://127.0.0.1:9532" + '/nmg/coordinate/settleAccount', {
2952 2963
             params: obj
2953 2964
           })