Pārlūkot izejas kodu

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 gadu atpakaļ
vecāks
revīzija
c47ff5586c

+ 2 - 3
src/xt_pages/dialysis/details/consumable/dialysisParameterPrint.vue Parādīt failu

@@ -25,7 +25,7 @@
25 25
             <table class="table">
26 26
               <thead>
27 27
               <tr>
28
-                <td width="50">序号</td>
28
+                <td width="60">序号</td>
29 29
                 <td width="100"  v-if="dialysisSett.device_number==1">透析机号</td>
30 30
                 <td width="100"  v-if="dialysisSett.name==1">姓名</td>
31 31
                 <td width="100"  v-if="dialysisSett.name==1">透析模式</td>
@@ -309,8 +309,7 @@
309 309
         }
310 310
      },
311 311
       printAction: function() {
312
-        const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
313
-
312
+        const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 0px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 0px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
314 313
         printJS({
315 314
           printable: 'print_content',
316 315
           type: 'html',

+ 1 - 1
src/xt_pages/outpatientCharges/chargeDetailManagement.vue Parādīt failu

@@ -717,8 +717,8 @@ export default {
717 717
 
718 718
               } else {
719 719
                 that.radio = 2
720
-                that.getPatientList()
721 720
                 that.$message({ message: '上传成功', type: 'success', duration: 5000 })
721
+                that.getPatientList()
722 722
               }
723 723
             }
724 724
           })

+ 4 - 4
src/xt_pages/outpatientCharges/invoiceTemplate/printfifteen.vue Parādīt failu

@@ -5,14 +5,14 @@
5 5
             <!-- <div>{{ list.id_card_no }}</div> -->
6 6
         </div>
7 7
         <div style="display:flex;justify-content: space-between;">
8
-            <div  style="position: absolute;top:100px;left:250px;">{{ list.department_name }}</div>
8
+            <div  style="position: absolute;top:80px;left:250px;">{{ list.department_name }}</div>
9 9
             <div></div>
10 10
             <div>
11
-                <span style="position: absolute;top:80px;left:80px;">{{ paramsObj.setl_time.split(' ')[0].slice(0,10) }}</span>
11
+                <span style="position: absolute;top:60px;left:120px;">{{ paramsObj.setl_time.split(' ')[0].slice(0,10) }}</span>
12 12
             </div>
13 13
         </div>
14 14
         <div style="display:flex;justify-content: space-between;">
15
-            <div style="position: absolute;top:100px;left:80px;"> {{ paramsObj.name }}</div>
15
+            <div style="position: absolute;top:80px;left:80px;"> {{ paramsObj.name }}</div>
16 16
 
17 17
         </div>
18 18
 
@@ -39,7 +39,7 @@
39 39
         <div style="position: absolute;top:300px;left:300px">个人自费 {{ list.psn_cash_money }}</div> -->
40 40
         <div>
41 41
             <!-- <div style="position: absolute;top:320px;left:120px">{{ org_name }}</div> -->
42
-            <div style="position: absolute;top:340px;left:120px">{{ paramsObj.chargeName }}</div>
42
+            <div style="position: absolute;top:320px;left:120px">{{ paramsObj.chargeName }}</div>
43 43
         </div>
44 44
     </div>
45 45
 </template>

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Parādīt failu

@@ -3786,7 +3786,7 @@ export default {
3786 3786
             console.log("-=======")
3787 3787
             for (let i = 0; i < this.zuobiao_project.length; i++) {
3788 3788
               for (let b = 0; b < this.tabProject.length; b++) {
3789
-                if (this.zuobiao_project[i].bbx01 == this.tabProject[b].bbx01 &&  this.zuobiao_project[i].bby06 == this.tabProject[b].specification_name){
3789
+                if (this.zuobiao_project[i].bbx01 == this.tabProject[b].bbx01 &&  this.zuobiao_project[i].bby06 == this.tabProject[b].single_dose){
3790 3790
                   console.log( this.zuobiao_project[i].lsqty)
3791 3791
                   console.log( this.tabProject[b].zuobiao_stock_num)
3792 3792
                   this.tabProject[b].zuobiao_stock_num = this.zuobiao_project[i].lsqty

+ 6 - 2
src/xt_pages/outpatientDoctorStation/components/prescriptionTemplateTable.vue Parādīt failu

@@ -608,11 +608,15 @@
608 608
         if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
609 609
           // scope.row.retail_price = scope.row.drug.min_number / scope.row.retail_price
610 610
           if (scope.row.prescribing_number > scope.row.drug.total) {
611
-            this.$message.error(scope.row.drug_name + '库存不足')
611
+            if(this.$store.getters.xt_user.org_id != 10206) {
612
+              this.$message.error(scope.row.drug_name + '库存不足')
613
+            }
612 614
           }
613 615
         } else {
614 616
           if ((parseInt(scope.row.prescribing_number) * scope.row.drug.min_number) > scope.row.drug.total) {
615
-            this.$message.error(scope.row.drug_name + '库存不足')
617
+            if(this.$store.getters.xt_user.org_id != 10206) {
618
+              this.$message.error(scope.row.drug_name + '库存不足')
619
+            }
616 620
           }
617 621
           // scope.row.retail_price = scope.row.drug.retail_price * scope.row.prescribing_number
618 622
         }

+ 71 - 19
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Parādīt failu

@@ -1829,17 +1829,23 @@ export default {
1829 1829
               // }
1830 1830
 
1831 1831
               var preTime = nowTime
1832
-              if (this.org_id != 0 && 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) {
1832
+              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) {
1833 1833
                 if (prescription.pre_time == 0) {
1834 1834
                   if (this.schedule.schedule_type == 1) {
1835 1835
                     if (this.org_id == 10028) {
1836 1836
                       preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
1837
+                    } else if(this.org_id == 10206  || this.org_id == 0){
1838
+                      preTime = this.record_date + ' ' + '6:00'
1837 1839
                     } else {
1838 1840
                       preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
1839 1841
 
1840 1842
                     }
1841 1843
                   } else if (this.schedule.schedule_type == 2) {
1842
-                    preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
1844
+                     if(this.org_id == 10206  || this.org_id == 0 ){
1845
+                      preTime = this.record_date + ' ' + '10:00'
1846
+                    }else{
1847
+                     preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
1848
+                   }
1843 1849
                   } else if (this.schedule.schedule_type == 3) {
1844 1850
                     preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
1845 1851
                   }
@@ -1992,17 +1998,23 @@ export default {
1992 1998
                   tempProject.push(obj)
1993 1999
                 }
1994 2000
                 var preTime = nowTime
1995
-                if (this.org_id != 0 && 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) {
2001
+                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) {
1996 2002
                   if (this.schedule.schedule_type == 1) {
1997 2003
                     if (this.org_id == 10028) {
1998 2004
                       preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
2005
+                    } else if(this.org_id == 10206  || this.org_id == 0) {
2006
+                      preTime = this.record_date+ ' ' + '6:00'
1999 2007
                     } else {
2000 2008
                       preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2001 2009
 
2002 2010
                     }
2003 2011
                     // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2004 2012
                   } else if (this.schedule.schedule_type == 2) {
2005
-                    preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2013
+                    if(this.org_id == 10206  || this.org_id == 0){
2014
+                      preTime = this.record_date + ' ' + '6:00'
2015
+                    }else {
2016
+                      preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2017
+                    }
2006 2018
                   } else if (this.schedule.schedule_type == 3) {
2007 2019
                     preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
2008 2020
                   }
@@ -2321,18 +2333,24 @@ export default {
2321 2333
                     // }
2322 2334
 
2323 2335
                     var preTime = nowTime
2324
-                    if (this.org_id != 0 && 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) {
2336
+                    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) {
2325 2337
                       if (prescription.pre_time == 0) {
2326 2338
                         if (this.schedule.schedule_type == 1) {
2327 2339
                           if (this.org_id == 10028) {
2328 2340
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
2341
+                          } else if(this.org_id == 10206 || this.org_id == 0){
2342
+                            preTime = this.record_date + ' ' + '6:00'
2329 2343
                           } else {
2330 2344
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2331 2345
 
2332 2346
                           }
2333 2347
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2334 2348
                         } else if (this.schedule.schedule_type == 2) {
2335
-                          preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2349
+                          if(this.org_id == 10206  || this.org_id == 0){
2350
+                            preTime = this.record_date + ' ' + '10:00'
2351
+                          }else{
2352
+                            preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2353
+                          }
2336 2354
                         } else if (this.schedule.schedule_type == 3) {
2337 2355
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
2338 2356
                         }
@@ -2487,17 +2505,25 @@ export default {
2487 2505
 
2488 2506
                       var preTime = nowTime
2489 2507
                       // var preTime = ''
2490
-                      if (this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2508
+                      if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2491 2509
                         if (this.schedule.schedule_type == 1) {
2492 2510
                           if (this.org_id == 10028) {
2493 2511
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
2512
+                          } else if(this.org_id == 10206  || this.org_id == 0){
2513
+                            preTime = this.record_date + ' ' + '6:00'
2494 2514
                           } else {
2495 2515
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2496 2516
 
2497 2517
                           }
2498 2518
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2499 2519
                         } else if (this.schedule.schedule_type == 2) {
2500
-                          preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2520
+                          if(this.org_id == 10206  || this.org_id == 0){
2521
+                            preTime =this.record_date + ' ' + '10:00'
2522
+                          }else{
2523
+
2524
+                            preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
2525
+
2526
+                          }
2501 2527
                         } else if (this.schedule.schedule_type == 3) {
2502 2528
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
2503 2529
                         }
@@ -4025,18 +4051,27 @@ export default {
4025 4051
 
4026 4052
                     var preTime = nowTime
4027 4053
 
4028
-                    if (this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4054
+                    if (this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4029 4055
                       if (prescription.pre_time == 0) {
4030 4056
                         if (this.schedule.schedule_type == 1) {
4031 4057
                           if (this.org_id == 10028) {
4032 4058
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
4059
+                          } else if(this.org_id == 10206 || this.org_id == 0){
4060
+
4061
+                            preTime = this.record_date + ' ' + '6:00'
4062
+
4033 4063
                           } else {
4034 4064
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4035 4065
 
4036 4066
                           }
4037 4067
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4038 4068
                         } else if (this.schedule.schedule_type == 2) {
4039
-                          preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4069
+                          if(this.org_id == 10206  || this.org_id == 0){
4070
+                            preTime = this.record_date + ' ' + '10:00'
4071
+
4072
+                          }else {
4073
+                            preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4074
+                          }
4040 4075
                         } else if (this.schedule.schedule_type == 3) {
4041 4076
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
4042 4077
                         }
@@ -4190,17 +4225,22 @@ export default {
4190 4225
 
4191 4226
                       // var preTime = nowTime
4192 4227
                       var preTime = nowTime
4193
-                      if (this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4228
+                      if (this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4194 4229
                         if (this.schedule.schedule_type == 1) {
4195 4230
                           if (this.org_id == 10028) {
4196 4231
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
4232
+                          } else if(this.org_id == 10206  || this.org_id == 0){
4233
+                            preTime = this.record_date+ ' ' + '6:00'
4197 4234
                           } else {
4198 4235
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4199
-
4200 4236
                           }
4201 4237
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4202 4238
                         } else if (this.schedule.schedule_type == 2) {
4203
-                          preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4239
+                          if(this.org_id == 10206  || this.org_id == 0){
4240
+                            preTime = this.record_date + ' ' + '10:00'
4241
+                          }else{
4242
+                            preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4243
+                          }
4204 4244
                         } else if (this.schedule.schedule_type == 3) {
4205 4245
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
4206 4246
                         }
@@ -4695,19 +4735,25 @@ export default {
4695 4735
 
4696 4736
                     var preTime = nowTime
4697 4737
 
4698
-                    if (this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4738
+                    if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4699 4739
                       if (prescription.pre_time == 0) {
4700 4740
                         // preTime = nowTime
4701 4741
                         if (this.schedule.schedule_type == 1) {
4702 4742
                           if (this.org_id == 10028) {
4703 4743
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
4744
+                          } else if(this.org_id == 10206 || this.org_id == 0){
4745
+                            preTime = this.record_date + ' ' + '6:00'
4704 4746
                           } else {
4705 4747
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4706
-
4707 4748
                           }
4708 4749
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4709 4750
                         } else if (this.schedule.schedule_type == 2) {
4710
-                          preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4751
+                          if(this.org_id == 10206  || this.org_id == 0){
4752
+                            preTime =this.record_date + ' ' + '10:00'
4753
+                          }else{
4754
+                            preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4755
+
4756
+                          }
4711 4757
                         } else if (this.schedule.schedule_type == 3) {
4712 4758
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
4713 4759
                         }
@@ -4862,17 +4908,23 @@ export default {
4862 4908
 
4863 4909
                       var preTime = nowTime
4864 4910
                       // var preTime = ''
4865
-                      if (this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4911
+                      if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
4866 4912
                         if (this.schedule.schedule_type == 1) {
4867 4913
                           if (this.org_id == 10028) {
4868 4914
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
4915
+                          } else if(this.org_id == 10206 ||  this.org_id == 0){
4916
+                            preTime = this.record_date + ' ' + '6:00'
4869 4917
                           } else {
4870 4918
                             preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4871
-
4872 4919
                           }
4873 4920
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4874 4921
                         } else if (this.schedule.schedule_type == 2) {
4875
-                          preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4922
+                          if(this.org_id == 10206 ||  this.org_id == 0){
4923
+                            preTime = this.record_date + ' ' + '10:00'
4924
+
4925
+                          }else{
4926
+                            preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '11:00'
4927
+                          }
4876 4928
                         } else if (this.schedule.schedule_type == 3) {
4877 4929
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '17:00'
4878 4930
                         }

+ 1 - 1
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue Parādīt failu

@@ -2036,7 +2036,7 @@
2036 2036
               console.log("-=======")
2037 2037
               for (let i = 0; i < this.zuobiao_project.length; i++) {
2038 2038
                 for (let b = 0; b < this.tabProject.length; b++) {
2039
-                  if (this.zuobiao_project[i].bbx01 == this.tabProject[b].bbx01 && this.zuobiao_project[i].bby06 == this.tabProject[b].specification_name){
2039
+                  if (this.zuobiao_project[i].bbx01 == this.tabProject[b].bbx01 && this.zuobiao_project[i].bby06 == this.tabProject[b].single_dose){
2040 2040
                     this.tabProject[b]["zuobiao_stock_num"] = this.zuobiao_project[i].lsqty
2041 2041
                     this.tabProject[b].price = this.zuobiao_project[i].price
2042 2042
 

+ 11 - 9
src/xt_pages/workforce/components/beforeweekTable.vue Parādīt failu

@@ -14,7 +14,7 @@
14 14
             <!-- 拖拽dragstart -->
15 15
             <div
16 16
                 draggable="true"
17
-                class="item"
17
+                class="item_touz"
18 18
                 style="font-weight: bolder"
19 19
             >
20 20
               <span>{{ cur_info.patient_name }}</span>
@@ -2865,14 +2865,16 @@ textarea{
2865 2865
     background-color: #ecf5ff !important;
2866 2866
     color: #3a8ee6;
2867 2867
   }
2868
+  
2868 2869
 }
2869
-.item {
2870
-  // width: 115px;
2871
-  // padding: 6px 5px;
2872
-  // margin: 0px 5px ;
2873
-  // border: solid 1px #eee;
2874
-  // background-color: #409eff;
2875
-  // text-align: left;
2876
-  // color: #fff;
2870
+
2871
+.item_touz {
2872
+  width: 115px;
2873
+  padding: 6px 5px;
2874
+  margin: 0px 5px ;
2875
+  border: solid 1px #eee;
2876
+  background-color: #409eff;
2877
+  text-align: left;
2878
+  color: #fff;
2877 2879
 }
2878 2880
 </style>

+ 59 - 6
src/xt_pages/workforce/components/editTableData.vue Parādīt failu

@@ -40,7 +40,7 @@
40 40
             <!-- 拖拽dragstart -->
41 41
             <div
42 42
                 draggable="true"
43
-                class="item"
43
+                class="item_touz"
44 44
                 style="font-weight: bolder"
45 45
                 @dragstart="curInfoDragStart()"
46 46
             >
@@ -74,6 +74,9 @@
74 74
                 <span v-if="scope.row.is_infectious != 2" >
75 75
                   {{scope.row.name  }}
76 76
                 </span>
77
+                <!-- <span class="touxi_cishu"  @click="chishuclick(scope.row.name)">
78
+                  0/4
79
+                </span> -->
77 80
              </template>
78 81
             </el-table-column>
79 82
           </el-table>
@@ -1760,6 +1763,40 @@
1760 1763
         <el-button @click="tipDialogVisibleThree = false">取 消</el-button>
1761 1764
       </span>
1762 1765
     </el-dialog>
1766
+    <!-- 显示透析日期的弹窗 -->
1767
+    <el-dialog
1768
+      :title="'患者信息(姓名:'+Dialysis_patient+'、透析号:'+20011120+')'"
1769
+      :visible.sync="cishu_dialogVisible"
1770
+      width="50%"
1771
+      :modal-append-to-body='false'
1772
+      :close-on-click-modal="false">
1773
+      <div>
1774
+        <div style="line-height: 40px;">
1775
+          透析频率:HD(每周2次)
1776
+        </div>
1777
+        <div style="line-height: 40px;">
1778
+          已排详情
1779
+        </div>
1780
+        <div>
1781
+          <el-calendar>
1782
+            <!-- 这里使用的是 2.5 slot 语法,对于新项目请使用 2.6 slot 语法-->
1783
+            <template
1784
+              slot="dateCell"
1785
+              slot-scope="{date, data}">
1786
+              <P v-if="data.day.split('-').slice(1).join('-')=='11-27'"
1787
+                style="background: red;color: white;text-align: center;">
1788
+                HD
1789
+              </P>
1790
+              <p :class="data.isSelected ? 'is-selected' : ''" style="text-align: center;">
1791
+                {{ data.day.split('-').slice(2).join('-') }} {{ data.isSelected ? '✔️' : ''}}<br/>
1792
+                <span v-if="data.day.split('-').slice(1).join('-')=='11-27'">上午 门诊</span>
1793
+              </p>
1794
+              
1795
+            </template>
1796
+          </el-calendar>
1797
+        </div>
1798
+      </div>
1799
+    </el-dialog>
1763 1800
 
1764 1801
   </div>
1765 1802
 </template>
@@ -1858,6 +1895,8 @@ export default {
1858 1895
       schedulingTableVisible:true,//全屏
1859 1896
       tipDialogVisibleTwo:false,
1860 1897
       tipDialogVisibleThree:false,
1898
+      cishu_dialogVisible:false,//透析次数
1899
+      Dialysis_patient:'',
1861 1900
       cur_date:"",
1862 1901
       dataloading:false,
1863 1902
       current_patient_data:[],
@@ -2181,6 +2220,12 @@ export default {
2181 2220
     },
2182 2221
   },
2183 2222
   methods: {
2223
+    // 透析次数
2224
+    chishuclick(row){
2225
+      this.cishu_dialogVisible=true
2226
+      console.log('ddddddd',row);
2227
+      this.Dialysis_patient=row
2228
+    },
2184 2229
 
2185 2230
     changeSch(row) {
2186 2231
       let params = {
@@ -5726,6 +5771,13 @@ textarea{
5726 5771
     background-color: #ecf5ff !important;
5727 5772
     color: #3a8ee6;
5728 5773
   }
5774
+  .touxi_cishu{
5775
+    display: inline-block;
5776
+    border: 1px solid #409eff;
5777
+    width: 30px;
5778
+    text-align: center;
5779
+    border-radius: 10px;
5780
+  }
5729 5781
 }
5730 5782
 .el-table td .cell,.el-table th .cell {
5731 5783
     padding: 0 0px ;
@@ -5896,24 +5948,25 @@ textarea{
5896 5948
 .col + .col {
5897 5949
   margin-left: 10px;
5898 5950
 }
5899
-.item {
5900
-  /* width: 115px;
5951
+.item_touz {
5952
+  width: 115px;
5901 5953
   padding: 6px 5px;
5902 5954
   margin: 0px 5px ;
5903 5955
   border: solid 1px #eee;
5904 5956
   background-color: #409eff;
5905 5957
   text-align: left;
5906
-  color: #fff; */
5958
+  color: #fff;
5907 5959
 }
5908
-.item + .item {
5960
+.item_touz + .item_touz {
5909 5961
   border-top: none;
5910 5962
   margin-top: 6px;
5911 5963
 }
5912 5964
 
5913
-.item:hover {
5965
+.item_touz:hover {
5914 5966
   background-color: #5695d4;
5915 5967
   cursor: move;
5916 5968
 }
5969
+
5917 5970
 .item2 {
5918 5971
   padding: 6px 12px;
5919 5972
   margin: 0px 10px 0px 10px;

+ 6 - 7
src/xt_pages/workforce/scheduleTablePrintTwo.vue Parādīt failu

@@ -49,7 +49,7 @@
49 49
                   <span v-if="item.Mon_M.patient_id">
50 50
                     <span>{{ item.Mon_M.patient }} </span><br/>
51 51
                     <span >{{ item.Mon_M.mode_name }}</span><br/>
52
-                    <span v-if="org_id ==0">{{getAnticoagulant(item.Mon_M.anticoagulant)}}</span><br/>
52
+                    <!-- <span v-if="org_id ==0">{{getAnticoagulant(item.Mon_M.anticoagulant)}}</span> -->
53 53
                     <span v-show="showflag">{{item.Mon_M.dialysis_machine_name}}
54 54
                    
55 55
                     </span>
@@ -59,7 +59,7 @@
59 59
                   <span v-if="item.Mon_A.patient_id">
60 60
                     <span>{{ item.Mon_A.patient }} </span><br/>
61 61
                     <span >{{ item.Mon_A.mode_name }}</span><br/>
62
-                     <span v-if="org_id == 0">{{getAnticoagulant(item.Mon_A.anticoagulant)  }}</span>
62
+                     <!-- <span v-if="org_id == 0">{{getAnticoagulant(item.Mon_A.anticoagulant)  }}</span> -->
63 63
                     <span v-show="showflag">{{item.Mon_A.dialysis_machine_name}}
64 64
                      
65 65
                     </span>
@@ -79,7 +79,7 @@
79 79
                     <span v-if="item.Tue_M.patient_id">
80 80
                         <span>{{ item.Tue_M.patient }} </span><br/>
81 81
                         <span >{{ item.Tue_M.mode_name }}</span><br/>
82
-                        <span v-if="org_id==0">{{getAnticoagulant(item.Tue_M.anticoagulant )  }}</span><br/>
82
+                        <span v-if="org_id==0">{{getAnticoagulant(item.Tue_M.anticoagulant )  }}</span>
83 83
                         <span v-show="showflag">{{item.Tue_M.dialysis_machine_name}}
84 84
                          
85 85
                         </span>
@@ -110,7 +110,7 @@
110 110
                     <span v-if="item.Wed_M.patient_id">
111 111
                       <span>{{ item.Wed_M.patient }} </span><br/>
112 112
                         <span >{{ item.Wed_M.mode_name }}</span><br/>
113
-                        <span v-if="org_id == 0">{{getAnticoagulant(item.Wed_M.anticoagulant)  }}</span><br/>
113
+                        <span v-if="org_id == 0">{{getAnticoagulant(item.Wed_M.anticoagulant)  }}</span>
114 114
                         <span v-show="showflag">{{item.Wed_M.dialysis_machine_name}}
115 115
                           
116 116
                         </span>
@@ -171,7 +171,7 @@
171 171
                     <span v-if="item.Fri_M.patient_id">
172 172
                       <span>{{ item.Fri_M.patient }} </span><br/>
173 173
                         <span >{{ item.Fri_M.mode_name }}</span><br/>
174
-                        <span v-if="org_id ==0">{{ getAnticoagulant(item.Fri_M.anticoagulant) }} </span><br/>
174
+                        <span v-if="org_id ==0">{{ getAnticoagulant(item.Fri_M.anticoagulant) }} </span>
175 175
                         <span v-show="showflag">{{item.Fri_M.dialysis_machine_name}}
176 176
                           
177 177
                         </span>
@@ -1133,7 +1133,7 @@ export default {
1133 1133
       },
1134 1134
       printAction: function() {
1135 1135
           // const style = '@media print {#scheduleTable{font-size:16px;} .scheduleTable tr td{text-align: center;padding: 5px;}}'
1136
-          const style = '@media print {#scheduleTable{font-size:14px;} }'
1136
+          const style = '@media print {#scheduleTable{font-size:12px;} }'
1137 1137
           printJS({
1138 1138
           printable: 'scheduleTable',
1139 1139
           type: 'html',
@@ -1386,7 +1386,6 @@ export default {
1386 1386
 }
1387 1387
 </script>
1388 1388
 
1389
-
1390 1389
 <style lang="scss">
1391 1390
 .scheduleTablePrint{
1392 1391
   width: 100%;