Sfoglia il codice sorgente

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

csx 3 anni fa
parent
commit
5a454086e5

+ 28 - 11
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Vedi File

3
         <div class="position">
3
         <div class="position">
4
             <bread-crumb :crumbs='crumbs'></bread-crumb>
4
             <bread-crumb :crumbs='crumbs'></bread-crumb>
5
         </div>
5
         </div>
6
+
7
+
6
         <div class="app-container" style="display:flex;flex: 1;padding: 10px 20px 0px 20px;">
8
         <div class="app-container" style="display:flex;flex: 1;padding: 10px 20px 0px 20px;">
7
             <div class="mainLeft">
9
             <div class="mainLeft">
8
 
10
 
11
                  <p>已收费:<span  style="color: red">{{cal_two}}</span>人</p>
13
                  <p>已收费:<span  style="color: red">{{cal_two}}</span>人</p>
12
                  <p>已退费:<span  style="color: red">{{cal_three}}</span>人</p>
14
                  <p>已退费:<span  style="color: red">{{cal_three}}</span>人</p>
13
                </div> -->
15
                </div> -->
14
-                <div class="mainCell">
16
+                <!--<el-date-picker-->
17
+                        <!--v-model="record_date"-->
18
+                        <!--prefix-icon="el-icon-date"-->
19
+                        <!--@change="changeTimeTwo"-->
20
+                        <!--:editable="false"-->
21
+                        <!--style="width: 150px;"-->
22
+                        <!--type="date"-->
23
+                        <!--:picker-options="pickerOptions"-->
24
+                        <!--placeholder="选择开始时间"-->
25
+                        <!--align="right"-->
26
+                        <!--format="yyyy-MM-dd"-->
27
+                        <!--value-format="yyyy-MM-dd">-->
28
+                <!--</el-date-picker>-->
29
+
30
+
31
+
32
+                <div class="mainCell" style="margin: 10px">
15
                     <el-radio-group v-model="radio" @change="changeRadio">
33
                     <el-radio-group v-model="radio" @change="changeRadio">
16
                         <!-- <el-radio :label=1>未收费</el-radio>
34
                         <!-- <el-radio :label=1>未收费</el-radio>
17
                         <el-radio :label=2>已收费</el-radio>
35
                         <el-radio :label=2>已收费</el-radio>
503
                                                             </el-button>
521
                                                             </el-button>
504
 
522
 
505
 
523
 
506
-                                                            <!--<el-button-->
507
-                                                            <!--v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919  || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 9674   || this.$store.getters.xt_user.org_id == 10106 || this.$store.getters.xt_user.org_id == 9990"-->
508
-                                                            <!--size="small" @click="open(11)" type="primary"-->
509
-                                                            <!--&gt;撤销明细-->
510
-                                                            <!--</el-button>-->
524
+                                                            <el-button
525
+                                                            v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919  || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 9674   || this.$store.getters.xt_user.org_id == 10106 || this.$store.getters.xt_user.org_id == 9990"
526
+                                                            size="small" @click="open(11)" type="primary"
527
+                                                            >撤销明细
528
+                                                            </el-button>
511
 
529
 
512
                                                         </div>
530
                                                         </div>
513
                                                     </div>
531
                                                     </div>
3706
                       }
3724
                       }
3707
                       this.all_table_data.push(obj)
3725
                       this.all_table_data.push(obj)
3708
 
3726
 
3709
-                      if(obj.name == "刘伟琼"){
3727
+                      if(obj.name == "许德范"){
3710
                         console.log(obj)
3728
                         console.log(obj)
3711
 
3729
 
3712
                       }
3730
                       }
3845
                 }
3863
                 }
3846
                 this.all_patient = this.patientTableData
3864
                 this.all_patient = this.patientTableData
3847
                 break
3865
                 break
3848
-
3849
               case 2:
3866
               case 2:
3850
                 this.patientTableData = []
3867
                 this.patientTableData = []
3851
                 for (let i = 0; i < this.all_table_data.length; i++) {
3868
                 for (let i = 0; i < this.all_table_data.length; i++) {
3852
                   if (this.all_table_data[i].order_status == 2) {
3869
                   if (this.all_table_data[i].order_status == 2) {
3853
                     this.patientTableData.push(this.all_table_data[i])
3870
                     this.patientTableData.push(this.all_table_data[i])
3854
                   }
3871
                   }
3855
-
3856
                 }
3872
                 }
3857
                 this.all_patient = this.patientTableData
3873
                 this.all_patient = this.patientTableData
3858
-
3859
                 break
3874
                 break
3860
               case 4:
3875
               case 4:
3861
                 this.patientTableData = []
3876
                 this.patientTableData = []
3862
                 this.patientTableData = this.all_table_data
3877
                 this.patientTableData = this.all_table_data
3863
                 this.all_patient = this.patientTableData
3878
                 this.all_patient = this.patientTableData
3864
-
3865
                 break
3879
                 break
3866
             }
3880
             }
3867
 
3881
 
4501
 
4515
 
4502
           }
4516
           }
4503
         })
4517
         })
4518
+      },changeTimeTwo(){
4519
+        this.getPatientList()
4520
+
4504
       },
4521
       },
4505
       sz_open(index, med_type, order, prescriptions) {
4522
       sz_open(index, med_type, order, prescriptions) {
4506
         switch (index) {
4523
         switch (index) {