Przeglądaj źródła

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

yq1 6 miesięcy temu
rodzic
commit
8c0d1223e0

+ 1 - 1
src/xt_pages/dialysis/hisLongSignPrint.vue Wyświetl plik

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

+ 1 - 1
src/xt_pages/dialysis/longSignPrint.vue Wyświetl plik

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

+ 2 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue Wyświetl plik

1548
           name = ""
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
         this.$router.push({ path: "/dialysis/doctorAdvicePrint/one",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way} });
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
         this.$router.push({ path: "/dialysis/doctorAdvicePrint",query:{time: new Date(this.time).getTime(),delivery_way:name,excution_way:this.excution_way} });
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 Wyświetl plik

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

+ 49 - 30
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Wyświetl plik

657
                   <div style="">透析器:
657
                   <div style="">透析器:
658
                    <span>{{main_collection.prescription.dialysis_dialyszers }}&nbsp;&nbsp; {{main_collection.prescription.dialysis_irrigation}}&nbsp;&nbsp; {{main_collection.prescription.dialysis_strainer}}</span>
658
                    <span>{{main_collection.prescription.dialysis_dialyszers }}&nbsp;&nbsp; {{main_collection.prescription.dialysis_irrigation}}&nbsp;&nbsp; {{main_collection.prescription.dialysis_strainer}}</span>
659
                   </div>
659
                   </div>
660
-                 
660
+
661
                 </div>
661
                 </div>
662
 
662
 
663
 
663
 
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) {
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
                 if (prescription.pre_time == 0) {
2110
                 if (prescription.pre_time == 0) {
2111
                   if (this.schedule.schedule_type == 1) {
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
                       preTime = this.record_date + ' ' + '6:30'
2113
                       preTime = this.record_date + ' ' + '6:30'
2114
                     } else if(this.org_id == 10206 || this.org_id == 10598){
2114
                     } else if(this.org_id == 10206 || this.org_id == 10598){
2115
                       preTime = this.record_date + ' ' + '6:00'
2115
                       preTime = this.record_date + ' ' + '6:00'
2130
                     preTime = this.record_date + ' ' + '17:00'
2130
                     preTime = this.record_date + ' ' + '17:00'
2131
                   }
2131
                   }
2132
                   // preTime = nowTime
2132
                   // preTime = nowTime
2133
+                  if(this.org_id == 10510  || this.org_id == 0){
2134
+                    preTime = nowTime
2135
+                  }
2136
+
2133
                 } else {
2137
                 } else {
2134
                   preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
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
               } else {
2142
               } else {
2142
 
2143
 
2145
                   if(nowTime.split(" ")[0] != this.record_date){
2146
                   if(nowTime.split(" ")[0] != this.record_date){
2146
                     // preTime = this.record_date
2147
                     // preTime = this.record_date
2147
                     if(this.schedule.schedule_type == 1){
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
                         preTime = this.record_date+ ' ' + '6:00'
2150
                         preTime = this.record_date+ ' ' + '6:00'
2150
                       }else {
2151
                       }else {
2151
                         preTime = this.record_date + ' ' + '7:00'
2152
                         preTime = this.record_date + ' ' + '7:00'
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
                       preTime = nowTime
2169
                       preTime = nowTime
2169
                     }
2170
                     }
2170
 
2171
 
2317
                 var preTime = nowTime
2318
                 var preTime = nowTime
2318
                 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
                 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
                   if (this.schedule.schedule_type == 1) {
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
                       preTime = this.record_date + ' ' + '6:30'
2322
                       preTime = this.record_date + ' ' + '6:30'
2322
                     } else if(this.org_id == 10206  || this.org_id == 10598) {
2323
                     } else if(this.org_id == 10206  || this.org_id == 10598) {
2323
                       preTime = this.record_date+ ' ' + '6:00'
2324
                       preTime = this.record_date+ ' ' + '6:00'
2338
                     preTime = this.record_date + ' ' + '17:00'
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
                     preTime = nowTime
2343
                     preTime = nowTime
2343
                   }
2344
                   }
2344
                 }
2345
                 }
2709
                     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
                     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
                       if (prescription.pre_time == 0) {
2711
                       if (prescription.pre_time == 0) {
2711
                         if (this.schedule.schedule_type == 1) {
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
                             preTime = this.record_date + ' ' + '6:30'
2714
                             preTime = this.record_date + ' ' + '6:30'
2714
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2715
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2715
                             preTime = this.record_date + ' ' + '6:00'
2716
                             preTime = this.record_date + ' ' + '6:00'
2730
                         } else if (this.schedule.schedule_type == 3) {
2731
                         } else if (this.schedule.schedule_type == 3) {
2731
                           preTime = this.record_date + ' ' + '17:00'
2732
                           preTime = this.record_date + ' ' + '17:00'
2732
                         }
2733
                         }
2734
+                        if(this.org_id == 10510 || this.org_id == 0 ){
2735
+                          preTime = nowTime
2736
+                        }
2733
                       } else {
2737
                       } else {
2734
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
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
                     } else {
2741
                     } else {
2741
                       if (prescription.pre_time == 0) {
2742
                       if (prescription.pre_time == 0) {
2742
                         if(nowTime.split(" ")[0] != this.record_date){
2743
                         if(nowTime.split(" ")[0] != this.record_date){
2743
                           if(this.schedule.schedule_type == 1){
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
                               preTime = this.record_date+ ' ' + '6:00'
2746
                               preTime = this.record_date+ ' ' + '6:00'
2746
                             }else {
2747
                             }else {
2747
                               preTime = this.record_date + ' ' + '7:00'
2748
                               preTime = this.record_date + ' ' + '7:00'
2759
                             preTime = this.record_date + ' ' + '17:00'
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
                         // preTime = nowTime
2766
                         // preTime = nowTime
2763
                       } else {
2767
                       } else {
2764
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
2768
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
2907
                       // var preTime = ''
2911
                       // var preTime = ''
2908
                       if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2912
                       if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2909
                         if (this.schedule.schedule_type == 1) {
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
                             preTime = this.record_date + ' ' + '6:30'
2915
                             preTime = this.record_date + ' ' + '6:30'
2912
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2916
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2913
                             preTime = this.record_date + ' ' + '6:00'
2917
                             preTime = this.record_date + ' ' + '6:00'
2917
                           }
2921
                           }
2918
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2922
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2919
                         } else if (this.schedule.schedule_type == 2) {
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
                             preTime =this.record_date + ' ' + '10:30'
2925
                             preTime =this.record_date + ' ' + '10:30'
2922
                           }else if(this.org_id == 10598){
2926
                           }else if(this.org_id == 10598){
2923
                             preTime = this.record_date + ' ' + '09:00'
2927
                             preTime = this.record_date + ' ' + '09:00'
2929
                           preTime = this.record_date + ' ' + '17:00'
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
                           preTime = nowTime
2937
                           preTime = nowTime
2934
                         }
2938
                         }
2935
                       }
2939
                       }
3395
                           preTime = this.record_date + ' ' + '17:00'
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
                     } else {
3405
                     } else {
3399
                       preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3406
                       preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3400
                     }
3407
                     }
3981
                         preTime = this.record_date + ' ' + '17:00'
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
                   } else {
3994
                   } else {
3985
                     preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3995
                     preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3986
                   }
3996
                   }
4646
                           }
4656
                           }
4647
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4657
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4648
                         } else if (this.schedule.schedule_type == 2) {
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
                             preTime = this.record_date + ' ' + '10:30'
4660
                             preTime = this.record_date + ' ' + '10:30'
4651
 
4661
 
4652
                           }else if(this.org_id == 10598){
4662
                           }else if(this.org_id == 10598){
4658
                         } else if (this.schedule.schedule_type == 3) {
4668
                         } else if (this.schedule.schedule_type == 3) {
4659
                           preTime = this.record_date + ' ' + '17:00'
4669
                           preTime = this.record_date + ' ' + '17:00'
4660
                         }
4670
                         }
4671
+                        if(this.org_id == 10510  || this.org_id == 0){
4672
+                          preTime = nowTime
4673
+                        }
4661
                       } else {
4674
                       } else {
4662
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
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
                     } else {
4679
                     } else {
4669
                       console.log("0---00000000000")
4680
                       console.log("0---00000000000")
4670
                       if (prescription.pre_time == 0) {
4681
                       if (prescription.pre_time == 0) {
4671
                         // preTime = nowTime
4682
                         // preTime = nowTime
4672
                         if(nowTime.split(" ")[0] != this.record_date){
4683
                         if(nowTime.split(" ")[0] != this.record_date){
4673
                           if(this.schedule.schedule_type == 1){
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
                               preTime = this.record_date+ ' ' + '6:00'
4686
                               preTime = this.record_date+ ' ' + '6:00'
4676
                             }else {
4687
                             }else {
4677
                               preTime = this.record_date + ' ' + '7:00'
4688
                               preTime = this.record_date + ' ' + '7:00'
4689
                             preTime = this.record_date + ' ' + '17:00'
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
                       } else {
4707
                       } else {
4693
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
4708
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
4694
                       }
4709
                       }
4835
                       var preTime = nowTime
4850
                       var preTime = nowTime
4836
                       if (this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
4851
                       if (this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
4837
                         if (this.schedule.schedule_type == 1) {
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
                             preTime = this.record_date + ' ' + '6:30'
4854
                             preTime = this.record_date + ' ' + '6:30'
4840
                           } else if(this.org_id == 10206 || this.org_id == 10598){
4855
                           } else if(this.org_id == 10206 || this.org_id == 10598){
4841
                             preTime = this.record_date+ ' ' + '6:00'
4856
                             preTime = this.record_date+ ' ' + '6:00'
4856
                           preTime = this.record_date + ' ' + '17:00'
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
                           preTime = nowTime
4875
                           preTime = nowTime
4861
                         }
4876
                         }
4862
                       }
4877
                       }
5293
                           }
5308
                           }
5294
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
5309
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
5295
                         } else if (this.schedule.schedule_type == 2) {
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
                             preTime =this.record_date + ' ' + '10:30'
5312
                             preTime =this.record_date + ' ' + '10:30'
5298
                           }else if(this.org_id == 10598){
5313
                           }else if(this.org_id == 10598){
5299
                             preTime = this.record_date + ' ' + '09:00'
5314
                             preTime = this.record_date + ' ' + '09:00'
5305
                         } else if (this.schedule.schedule_type == 3) {
5320
                         } else if (this.schedule.schedule_type == 3) {
5306
                           preTime = this.record_date + ' ' + '17:00'
5321
                           preTime = this.record_date + ' ' + '17:00'
5307
                         }
5322
                         }
5323
+                        if(this.org_id == 10510  || this.org_id == 0){
5324
+                          preTime = nowTime
5325
+                        }
5308
                       } else {
5326
                       } else {
5309
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
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
                     } else {
5331
                     } else {
5316
                       if (prescription.pre_time == 0) {
5332
                       if (prescription.pre_time == 0) {
5317
                         preTime = nowTime
5333
                         preTime = nowTime
5335
                             preTime = this.record_date + ' ' + '17:00'
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
                       } else {
5358
                       } else {
5340
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
5359
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
5491
                           }
5510
                           }
5492
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
5511
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
5493
                         } else if (this.schedule.schedule_type == 2) {
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
                             preTime = this.record_date + ' ' + '10:30'
5514
                             preTime = this.record_date + ' ' + '10:30'
5496
 
5515
 
5497
                           }else if(this.org_id == 10598){
5516
                           }else if(this.org_id == 10598){
5504
                           preTime = this.record_date + ' ' + '17:00'
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
                           preTime = nowTime
5527
                           preTime = nowTime
5509
                         }
5528
                         }
5510
                       }
5529
                       }

+ 42 - 1
src/xt_pages/stock/drugs/drugStockInOrderAdd.vue Wyświetl plik

358
 
358
 
359
           <el-table-column label="药品追溯码" width="150" align="center">
359
           <el-table-column label="药品追溯码" width="150" align="center">
360
             <template slot-scope="scope">
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
             </template>
364
             </template>
363
           </el-table-column>
365
           </el-table-column>
364
 
366
 
410
         <div style="margin-top: 20px;">合计金额: {{getTotalPirce() }} </div>
412
         <div style="margin-top: 20px;">合计金额: {{getTotalPirce() }} </div>
411
       </el-form>
413
       </el-form>
412
     </div>
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
   </div>
434
   </div>
414
 </template>
435
 </template>
415
 
436
 
545
       warehousing_id:0,
566
       warehousing_id:0,
546
       showCheck:false,
567
       showCheck:false,
547
       showReturnCheck:false,
568
       showReturnCheck:false,
569
+      dialogVisible:false,
570
+      currentRow:{},
571
+      currentIndex:0,
572
+      textarea:""
548
     };
573
     };
549
   },
574
   },
550
   methods: {
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
     handleSave: function () {
592
     handleSave: function () {
552
       if (this.recordInfo.recordData.length <= 0) {
593
       if (this.recordInfo.recordData.length <= 0) {
553
         this.$message.error("请添加入库信息");
594
         this.$message.error("请添加入库信息");

+ 43 - 1
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue Wyświetl plik

341
 
341
 
342
           <el-table-column label="药品追溯码" width="150" align="center">
342
           <el-table-column label="药品追溯码" width="150" align="center">
343
             <template slot-scope="scope">
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
             </template>
348
             </template>
346
           </el-table-column>
349
           </el-table-column>
347
 
350
 
395
         <div style="margin-top: 20px;">合计金额: {{getTotalPirce() }} </div>
398
         <div style="margin-top: 20px;">合计金额: {{getTotalPirce() }} </div>
396
       </el-form>
399
       </el-form>
397
     </div>
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
   </div>
420
   </div>
399
 </template>
421
 </template>
400
 
422
 
503
       list:[],
525
       list:[],
504
       is_check:0,
526
       is_check:0,
505
       drug_waresing_id:0,
527
       drug_waresing_id:0,
528
+      dialogVisible:false,
529
+      currentRow:{},
530
+      currentIndex:0,
531
+      textarea:""
506
     };
532
     };
507
   },
533
   },
508
   methods: {
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
     comfirm: function(val) {
551
     comfirm: function(val) {
510
       this.$refs.dialog.hide();
552
       this.$refs.dialog.hide();
511
 
553
 

+ 1 - 1
src/xt_pages/user/components/PatientDetail.vue Wyświetl plik

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

+ 1 - 1
src/xt_pages/user/components/PatientForm.vue Wyświetl plik

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

+ 13 - 13
src/xt_permission.js Wyświetl plik

12
 
12
 
13
 router.beforeEach((to, from, next) => {
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
   NProgress.start()
29
   NProgress.start()
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))