Bladeren bron

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 6 maanden geleden
bovenliggende
commit
8c0d1223e0

+ 1 - 1
src/xt_pages/dialysis/hisLongSignPrint.vue Bestand weergeven

@@ -16,7 +16,7 @@
16 16
                         
17 17
                         <div>分区/床位号:{{item.device_number.zone.name}}/{{item.device_number.number}}</div>  
18 18
                         <div>姓名:{{item.patient.name}}</div>  
19
-
19
+                        <div v-if="org_id == 0 || org_id==10340">身份证:{{item.patient.id_card_no}}</div>  
20 20
                         <div>
21 21
                             <div>医嘱内容:{{ it.advice_name }} 
22 22
                             </div>  

+ 1 - 1
src/xt_pages/dialysis/longSignPrint.vue Bestand weergeven

@@ -15,7 +15,7 @@
15 15
                        
16 16
                         <div v-if="org_id!=10278">分区/床位号:{{item.device_number.zone.name}}/{{item.device_number.number}}</div>  
17 17
                         <div>姓名:{{item.patient.name}}</div>  
18
-
18
+                        <div v-if="org_id == 0 || org_id==10340">身份证:{{item.patient.id_card_no}}</div>  
19 19
                         <div>
20 20
                             <div>药名:{{ it.advice_name }} 
21 21
                             <span v-if="it.prescribing_number>0 && org_id !=0 && org_id!=10440">

+ 2 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue Bestand weergeven

@@ -1548,11 +1548,11 @@ export default {
1548 1548
           name = ""
1549 1549
        }
1550 1550
 
1551
-       if(this.org_id == 9671 || this.org_id == 10340){
1551
+       if(this.org_id == 9671 || this.org_id == 10340 || this.org_id == 0){
1552 1552
         this.$router.push({ path: "/dialysis/doctorAdvicePrint/one",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way} });
1553 1553
        }
1554 1554
 
1555
-       if(this.org_id != 9671 && this.org_id != 10340){
1555
+       if(this.org_id != 9671 && this.org_id != 10340 && this.org_id!=0){
1556 1556
         this.$router.push({ path: "/dialysis/doctorAdvicePrint",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way} });
1557 1557
        }
1558 1558
 

+ 1 - 1
src/xt_pages/dialysis/signPrint.vue Bestand weergeven

@@ -15,7 +15,7 @@
15 15
                        
16 16
                         <div>分区/床位号:{{item.device_number.zone.name}}/{{item.device_number.number}}</div>  
17 17
                         <div>姓名:{{item.patient.name}}</div>  
18
-
18
+                        <div v-if="org_id == 0 || org_id==10340">身份证:{{item.patient.id_card_no}}</div>  
19 19
                         <div>
20 20
                             <div>药名:{{ it.advice_name }} 
21 21
                             <span v-if="it.prescribing_number>0 && org_id !=0 && org_id!=10440">

+ 49 - 30
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Bestand weergeven

@@ -657,7 +657,7 @@
657 657
                   <div style="">透析器:
658 658
                    <span>{{main_collection.prescription.dialysis_dialyszers }}&nbsp;&nbsp; {{main_collection.prescription.dialysis_irrigation}}&nbsp;&nbsp; {{main_collection.prescription.dialysis_strainer}}</span>
659 659
                   </div>
660
-                 
660
+
661 661
                 </div>
662 662
 
663 663
 
@@ -2109,7 +2109,7 @@ export default {
2109 2109
               if ( this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2110 2110
                 if (prescription.pre_time == 0) {
2111 2111
                   if (this.schedule.schedule_type == 1) {
2112
-                    if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
2112
+                    if (this.org_id == 10028 || this.org_id == 10571  || this.org_id == 10633) {
2113 2113
                       preTime = this.record_date + ' ' + '6:30'
2114 2114
                     } else if(this.org_id == 10206 || this.org_id == 10598){
2115 2115
                       preTime = this.record_date + ' ' + '6:00'
@@ -2130,13 +2130,14 @@ export default {
2130 2130
                     preTime = this.record_date + ' ' + '17:00'
2131 2131
                   }
2132 2132
                   // preTime = nowTime
2133
+                  if(this.org_id == 10510  || this.org_id == 0){
2134
+                    preTime = nowTime
2135
+                  }
2136
+
2133 2137
                 } else {
2134 2138
                   preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
2135 2139
                 }
2136 2140
 
2137
-                if(this.$store.getters.xt_user.org.id == 10510){
2138
-                  preTime = nowTime
2139
-                }
2140 2141
 
2141 2142
               } else {
2142 2143
 
@@ -2145,7 +2146,7 @@ export default {
2145 2146
                   if(nowTime.split(" ")[0] != this.record_date){
2146 2147
                     // preTime = this.record_date
2147 2148
                     if(this.schedule.schedule_type == 1){
2148
-                      if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
2149
+                      if(this.org_id == 10206   || this.org_id == 10598) {
2149 2150
                         preTime = this.record_date+ ' ' + '6:00'
2150 2151
                       }else {
2151 2152
                         preTime = this.record_date + ' ' + '7:00'
@@ -2164,7 +2165,7 @@ export default {
2164 2165
                     }
2165 2166
 
2166 2167
 
2167
-                    if(this.$store.getters.xt_user.org.id == 10510){
2168
+                    if(this.org_id == 10510  || this.org_id == 0){
2168 2169
                       preTime = nowTime
2169 2170
                     }
2170 2171
 
@@ -2317,7 +2318,7 @@ export default {
2317 2318
                 var preTime = nowTime
2318 2319
                 if (this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
2319 2320
                   if (this.schedule.schedule_type == 1) {
2320
-                    if (this.org_id == 10028 ||  this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
2321
+                    if (this.org_id == 10028 ||  this.org_id == 10571 || this.org_id == 10633) {
2321 2322
                       preTime = this.record_date + ' ' + '6:30'
2322 2323
                     } else if(this.org_id == 10206  || this.org_id == 10598) {
2323 2324
                       preTime = this.record_date+ ' ' + '6:00'
@@ -2338,7 +2339,7 @@ export default {
2338 2339
                     preTime = this.record_date + ' ' + '17:00'
2339 2340
                   }
2340 2341
 
2341
-                  if(this.$store.getters.xt_user.org.id == 10510){
2342
+                  if(this.org_id == 10510  || this.org_id == 0){
2342 2343
                     preTime = nowTime
2343 2344
                   }
2344 2345
                 }
@@ -2709,7 +2710,7 @@ export default {
2709 2710
                     if ( this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2710 2711
                       if (prescription.pre_time == 0) {
2711 2712
                         if (this.schedule.schedule_type == 1) {
2712
-                          if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
2713
+                          if (this.org_id == 10028 || this.org_id == 10571  || this.org_id == 10633) {
2713 2714
                             preTime = this.record_date + ' ' + '6:30'
2714 2715
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2715 2716
                             preTime = this.record_date + ' ' + '6:00'
@@ -2730,18 +2731,18 @@ export default {
2730 2731
                         } else if (this.schedule.schedule_type == 3) {
2731 2732
                           preTime = this.record_date + ' ' + '17:00'
2732 2733
                         }
2734
+                        if(this.org_id == 10510 || this.org_id == 0 ){
2735
+                          preTime = nowTime
2736
+                        }
2733 2737
                       } else {
2734 2738
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
2735 2739
                       }
2736 2740
 
2737
-                      if(this.$store.getters.xt_user.org.id == 10510){
2738
-                        preTime = nowTime
2739
-                      }
2740 2741
                     } else {
2741 2742
                       if (prescription.pre_time == 0) {
2742 2743
                         if(nowTime.split(" ")[0] != this.record_date){
2743 2744
                           if(this.schedule.schedule_type == 1){
2744
-                            if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
2745
+                            if(this.org_id == 10206  || this.org_id == 10598) {
2745 2746
                               preTime = this.record_date+ ' ' + '6:00'
2746 2747
                             }else {
2747 2748
                               preTime = this.record_date + ' ' + '7:00'
@@ -2759,6 +2760,9 @@ export default {
2759 2760
                             preTime = this.record_date + ' ' + '17:00'
2760 2761
                           }
2761 2762
                         }
2763
+                        if(this.org_id == 10510  || this.org_id == 0){
2764
+                          preTime = nowTime
2765
+                        }
2762 2766
                         // preTime = nowTime
2763 2767
                       } else {
2764 2768
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
@@ -2907,7 +2911,7 @@ export default {
2907 2911
                       // var preTime = ''
2908 2912
                       if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2909 2913
                         if (this.schedule.schedule_type == 1) {
2910
-                          if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
2914
+                          if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 10633) {
2911 2915
                             preTime = this.record_date + ' ' + '6:30'
2912 2916
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2913 2917
                             preTime = this.record_date + ' ' + '6:00'
@@ -2917,7 +2921,7 @@ export default {
2917 2921
                           }
2918 2922
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2919 2923
                         } else if (this.schedule.schedule_type == 2) {
2920
-                          if(this.org_id == 10206  || this.org_id == 0){
2924
+                          if(this.org_id == 10206 ){
2921 2925
                             preTime =this.record_date + ' ' + '10:30'
2922 2926
                           }else if(this.org_id == 10598){
2923 2927
                             preTime = this.record_date + ' ' + '09:00'
@@ -2929,7 +2933,7 @@ export default {
2929 2933
                           preTime = this.record_date + ' ' + '17:00'
2930 2934
                         }
2931 2935
 
2932
-                        if(this.$store.getters.xt_user.org.id == 10510){
2936
+                        if(this.org_id == 10510  || this.org_id == 0){
2933 2937
                           preTime = nowTime
2934 2938
                         }
2935 2939
                       }
@@ -3395,6 +3399,9 @@ export default {
3395 3399
                           preTime = this.record_date + ' ' + '17:00'
3396 3400
                         }
3397 3401
                       }
3402
+                      if(this.org_id == 10510  || this.org_id == 0){
3403
+                        preTime = nowTime
3404
+                      }
3398 3405
                     } else {
3399 3406
                       preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3400 3407
                     }
@@ -3981,6 +3988,9 @@ export default {
3981 3988
                         preTime = this.record_date + ' ' + '17:00'
3982 3989
                       }
3983 3990
                     }
3991
+                    if(this.org_id == 10510  || this.org_id == 0){
3992
+                      preTime = nowTime
3993
+                    }
3984 3994
                   } else {
3985 3995
                     preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3986 3996
                   }
@@ -4646,7 +4656,7 @@ export default {
4646 4656
                           }
4647 4657
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4648 4658
                         } else if (this.schedule.schedule_type == 2) {
4649
-                          if(this.org_id == 10206  || this.org_id == 0){
4659
+                          if(this.org_id == 10206  ){
4650 4660
                             preTime = this.record_date + ' ' + '10:30'
4651 4661
 
4652 4662
                           }else if(this.org_id == 10598){
@@ -4658,20 +4668,21 @@ export default {
4658 4668
                         } else if (this.schedule.schedule_type == 3) {
4659 4669
                           preTime = this.record_date + ' ' + '17:00'
4660 4670
                         }
4671
+                        if(this.org_id == 10510  || this.org_id == 0){
4672
+                          preTime = nowTime
4673
+                        }
4661 4674
                       } else {
4662 4675
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
4663 4676
                       }
4664 4677
 
4665
-                      if(this.$store.getters.xt_user.org.id == 10510){
4666
-                        preTime = nowTime
4667
-                      }
4678
+
4668 4679
                     } else {
4669 4680
                       console.log("0---00000000000")
4670 4681
                       if (prescription.pre_time == 0) {
4671 4682
                         // preTime = nowTime
4672 4683
                         if(nowTime.split(" ")[0] != this.record_date){
4673 4684
                           if(this.schedule.schedule_type == 1){
4674
-                            if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
4685
+                            if(this.org_id == 10206  || this.org_id == 10598) {
4675 4686
                               preTime = this.record_date+ ' ' + '6:00'
4676 4687
                             }else {
4677 4688
                               preTime = this.record_date + ' ' + '7:00'
@@ -4689,6 +4700,10 @@ export default {
4689 4700
                             preTime = this.record_date + ' ' + '17:00'
4690 4701
                           }
4691 4702
                         }
4703
+                        if(this.org_id == 10510  || this.org_id == 0){
4704
+                          preTime = nowTime
4705
+                        }
4706
+
4692 4707
                       } else {
4693 4708
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
4694 4709
                       }
@@ -4835,7 +4850,7 @@ export default {
4835 4850
                       var preTime = nowTime
4836 4851
                       if (this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
4837 4852
                         if (this.schedule.schedule_type == 1) {
4838
-                          if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
4853
+                          if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 10633) {
4839 4854
                             preTime = this.record_date + ' ' + '6:30'
4840 4855
                           } else if(this.org_id == 10206 || this.org_id == 10598){
4841 4856
                             preTime = this.record_date+ ' ' + '6:00'
@@ -4856,7 +4871,7 @@ export default {
4856 4871
                           preTime = this.record_date + ' ' + '17:00'
4857 4872
                         }
4858 4873
 
4859
-                        if(this.$store.getters.xt_user.org.id == 10510){
4874
+                        if(this.org_id == 10510  || this.org_id == 0){
4860 4875
                           preTime = nowTime
4861 4876
                         }
4862 4877
                       }
@@ -5293,7 +5308,7 @@ export default {
5293 5308
                           }
5294 5309
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
5295 5310
                         } else if (this.schedule.schedule_type == 2) {
5296
-                          if(this.org_id == 10206  || this.org_id == 0){
5311
+                          if(this.org_id == 10206 ){
5297 5312
                             preTime =this.record_date + ' ' + '10:30'
5298 5313
                           }else if(this.org_id == 10598){
5299 5314
                             preTime = this.record_date + ' ' + '09:00'
@@ -5305,13 +5320,14 @@ export default {
5305 5320
                         } else if (this.schedule.schedule_type == 3) {
5306 5321
                           preTime = this.record_date + ' ' + '17:00'
5307 5322
                         }
5323
+                        if(this.org_id == 10510  || this.org_id == 0){
5324
+                          preTime = nowTime
5325
+                        }
5308 5326
                       } else {
5309 5327
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
5310 5328
                       }
5311 5329
 
5312
-                      if(this.$store.getters.xt_user.org.id == 10510){
5313
-                        preTime = nowTime
5314
-                      }
5330
+
5315 5331
                     } else {
5316 5332
                       if (prescription.pre_time == 0) {
5317 5333
                         preTime = nowTime
@@ -5335,6 +5351,9 @@ export default {
5335 5351
                             preTime = this.record_date + ' ' + '17:00'
5336 5352
                           }
5337 5353
                         }
5354
+                        if(this.org_id == 10510  || this.org_id == 0){
5355
+                          preTime = nowTime
5356
+                        }
5338 5357
 
5339 5358
                       } else {
5340 5359
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
@@ -5491,7 +5510,7 @@ export default {
5491 5510
                           }
5492 5511
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
5493 5512
                         } else if (this.schedule.schedule_type == 2) {
5494
-                          if(this.org_id == 10206 ||  this.org_id == 0){
5513
+                          if(this.org_id == 10206 ){
5495 5514
                             preTime = this.record_date + ' ' + '10:30'
5496 5515
 
5497 5516
                           }else if(this.org_id == 10598){
@@ -5504,7 +5523,7 @@ export default {
5504 5523
                           preTime = this.record_date + ' ' + '17:00'
5505 5524
                         }
5506 5525
 
5507
-                        if(this.$store.getters.xt_user.org.id == 10510){
5526
+                        if(this.org_id == 10510  || this.org_id == 0){
5508 5527
                           preTime = nowTime
5509 5528
                         }
5510 5529
                       }

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

@@ -358,7 +358,9 @@
358 358
 
359 359
           <el-table-column label="药品追溯码" width="150" align="center">
360 360
             <template slot-scope="scope">
361
-              <el-input v-model="scope.row.drug_code"  placeholder="请输入药品追溯码"></el-input>
361
+               <div  @click="changeDrugCode(scope.row,scope.$index)">
362
+                <el-input v-model="scope.row.drug_code"  placeholder="请输入药品追溯码"></el-input>
363
+              </div>
362 364
             </template>
363 365
           </el-table-column>
364 366
 
@@ -410,6 +412,25 @@
410 412
         <div style="margin-top: 20px;">合计金额: {{getTotalPirce() }} </div>
411 413
       </el-form>
412 414
     </div>
415
+
416
+    <el-dialog
417
+      title="药品追溯码"
418
+      :visible.sync="dialogVisible"
419
+      width="40%">
420
+      <span>
421
+        <el-input
422
+          type="textarea"
423
+          placeholder="请输入内容"
424
+          v-model="textarea"
425
+          :rows="10"
426
+        >
427
+        </el-input>
428
+      </span>
429
+      <span slot="footer" class="dialog-footer">
430
+        <el-button @click="dialogVisible = false">取 消</el-button>
431
+        <el-button type="primary" @click="saveTextArea()">确 定</el-button>
432
+      </span>
433
+    </el-dialog>
413 434
   </div>
414 435
 </template>
415 436
 
@@ -545,9 +566,29 @@ export default {
545 566
       warehousing_id:0,
546 567
       showCheck:false,
547 568
       showReturnCheck:false,
569
+      dialogVisible:false,
570
+      currentRow:{},
571
+      currentIndex:0,
572
+      textarea:""
548 573
     };
549 574
   },
550 575
   methods: {
576
+    changeDrugCode(row,index){
577
+      this.textarea=""
578
+      this.textarea = row.drug_code
579
+      this.currentRow = row
580
+      this.currentIndex =index
581
+      this.dialogVisible = true
582
+    },
583
+    saveTextArea(){
584
+
585
+      for(let i=0;i<this.recordInfo.recordData.length;i++){
586
+         if(this.currentIndex == i){
587
+           this.recordInfo.recordData[i].drug_code = this.textarea 
588
+         }
589
+      }
590
+      this.dialogVisible = false
591
+    },
551 592
     handleSave: function () {
552 593
       if (this.recordInfo.recordData.length <= 0) {
553 594
         this.$message.error("请添加入库信息");

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

@@ -341,7 +341,10 @@
341 341
 
342 342
           <el-table-column label="药品追溯码" width="150" align="center">
343 343
             <template slot-scope="scope">
344
-              <el-input v-model="scope.row.drug_code"  placeholder="请输入药品追溯码" :disabled="disabled"></el-input>
344
+              <!-- <el-input v-model="scope.row.drug_code"  placeholder="请输入药品追溯码" :disabled="disabled"></el-input> -->
345
+              <div  @click="changeDrugCode(scope.row,scope.$index)">
346
+                <el-input v-model="scope.row.drug_code"  placeholder="请输入药品追溯码" :disabled="disabled"></el-input>
347
+              </div>
345 348
             </template>
346 349
           </el-table-column>
347 350
 
@@ -395,6 +398,25 @@
395 398
         <div style="margin-top: 20px;">合计金额: {{getTotalPirce() }} </div>
396 399
       </el-form>
397 400
     </div>
401
+
402
+    <el-dialog
403
+      title="药品追溯码"
404
+      :visible.sync="dialogVisible"
405
+      width="40%">
406
+      <span>
407
+        <el-input
408
+          type="textarea"
409
+          placeholder="请输入内容"
410
+          v-model="textarea"
411
+          :rows="10"
412
+        >
413
+        </el-input>
414
+      </span>
415
+      <span slot="footer" class="dialog-footer">
416
+        <el-button @click="dialogVisible = false">取 消</el-button>
417
+        <el-button type="primary" @click="saveTextArea()">确 定</el-button>
418
+      </span>
419
+    </el-dialog>
398 420
   </div>
399 421
 </template>
400 422
 
@@ -503,9 +525,29 @@ export default {
503 525
       list:[],
504 526
       is_check:0,
505 527
       drug_waresing_id:0,
528
+      dialogVisible:false,
529
+      currentRow:{},
530
+      currentIndex:0,
531
+      textarea:""
506 532
     };
507 533
   },
508 534
   methods: {
535
+    changeDrugCode(row,index){
536
+      this.textarea=""
537
+      this.textarea = row.drug_code
538
+      this.currentRow = row
539
+      this.currentIndex =index
540
+      this.dialogVisible = true
541
+    },
542
+    saveTextArea(){
543
+
544
+      for(let i=0;i<this.recordInfo.recordData.length;i++){
545
+         if(this.currentIndex == i){
546
+           this.recordInfo.recordData[i].drug_code = this.textarea 
547
+         }
548
+      }
549
+      this.dialogVisible = false
550
+    },
509 551
     comfirm: function(val) {
510 552
       this.$refs.dialog.hide();
511 553
 

+ 1 - 1
src/xt_pages/user/components/PatientDetail.vue Bestand weergeven

@@ -212,7 +212,7 @@
212 212
               </el-form-item>
213 213
             </el-col>
214 214
             <el-col :span="8">
215
-              <el-form-item label="家属电话: " prop="homeTelephone">
215
+              <el-form-item label="家属电话: ">
216 216
                 <el-input
217 217
                   v-model="form.homeTelephone"
218 218
                   maxlength="20"

+ 1 - 1
src/xt_pages/user/components/PatientForm.vue Bestand weergeven

@@ -261,7 +261,7 @@
261 261
                 </el-form-item>
262 262
               </el-col>
263 263
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
264
-                <el-form-item label="家属电话 : " prop="homeTelephone">
264
+                <el-form-item label="家属电话 : ">
265 265
                   <el-input
266 266
                     v-model="form.homeTelephone"
267 267
                     maxlength="20"

+ 13 - 13
src/xt_permission.js Bestand weergeven

@@ -12,19 +12,19 @@ const permissionWhiteList = loginWhiteList.concat(['/']) // 权限验证白名
12 12
 
13 13
 router.beforeEach((to, from, next) => {
14 14
   // 线上注释
15
-  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-    store.dispatch('VerifyConfigList', []).then(() => {
17
-      next()
18
-    })
19
-  }
20
-  if (store.getters.permission_routers === undefined) {
21
-    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-      next()
23
-    })
24
-  } else {
25
-    next()
26
-  }
27
-  return
15
+  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+  //   store.dispatch('VerifyConfigList', []).then(() => {
17
+  //     next()
18
+  //   })
19
+  // }
20
+  // if (store.getters.permission_routers === undefined) {
21
+  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+  //     next()
23
+  //   })
24
+  // } else {
25
+  //   next()
26
+  // }
27
+  // return
28 28
   // 线上注释
29 29
   NProgress.start()
30 30
   // console.log(store.getters.current_role_urls.indexOf(to.path))