陈少旭 6 miesięcy temu
rodzic
commit
52bb04ad1e
1 zmienionych plików z 12 dodań i 9 usunięć
  1. 12 9
      src/xt_pages/outpatientCharges/summary.vue

+ 12 - 9
src/xt_pages/outpatientCharges/summary.vue Wyświetl plik

44
           </el-select>
44
           </el-select>
45
         </div>
45
         </div>
46
         <div class="content_top">
46
         <div class="content_top">
47
+          <el-button
48
+            size="small" type="primary" @click="query">查询
49
+          </el-button>
47
           <el-button
50
           <el-button
48
             v-if="$store.getters.xt_user.org_id == 10138 || $store.getters.xt_user.org_id == 10278 ||
51
             v-if="$store.getters.xt_user.org_id == 10138 || $store.getters.xt_user.org_id == 10278 ||
49
                 $store.getters.xt_user.org_id == 10610 || $store.getters.xt_user.org_id == 0"
52
                 $store.getters.xt_user.org_id == 10610 || $store.getters.xt_user.org_id == 0"
68
 
71
 
69
       <div style=" display: flex; justify-content: space-between;  margin-bottom: 10px;">
72
       <div style=" display: flex; justify-content: space-between;  margin-bottom: 10px;">
70
         <div class="content_top" style="margin-right: 10px;">
73
         <div class="content_top" style="margin-right: 10px;">
71
-          <el-date-picker size="small" v-model="start_time" prefix-icon="el-icon-date" 
72
-            @change="handleStartTimeChange":editable="false" :clearable="false" 
74
+          <el-date-picker size="small" v-model="start_time" prefix-icon="el-icon-date"
75
+            @change="handleStartTimeChange":editable="false" :clearable="false"
73
             style="width: 150px;"
76
             style="width: 150px;"
74
             type="date"
77
             type="date"
75
             placeholder="选择开始日期"
78
             placeholder="选择开始日期"
839
     },
842
     },
840
     handleSchType(val) {
843
     handleSchType(val) {
841
       this.sch_type = val
844
       this.sch_type = val
842
-      this.getHisOrderList()
845
+      // this.getHisOrderList()
843
     }, handleMedChange() {
846
     }, handleMedChange() {
844
-      this.getHisOrderList()
847
+      // this.getHisOrderList()
845
     },
848
     },
846
     handleZoneChange(val) {
849
     handleZoneChange(val) {
847
       this.zoneVal = val
850
       this.zoneVal = val
848
-      this.getHisOrderList()
851
+      // this.getHisOrderList()
849
 
852
 
850
     },
853
     },
851
     getInitData: function() {
854
     getInitData: function() {
3575
     changeSortType() {
3578
     changeSortType() {
3576
       this.page = 1
3579
       this.page = 1
3577
       this.keywords = ''
3580
       this.keywords = ''
3578
-      this.getHisOrderList()
3581
+      // this.getHisOrderList()
3579
     },
3582
     },
3580
     changeDoctor() {
3583
     changeDoctor() {
3581
       this.page = 1
3584
       this.page = 1
3582
       this.keywords = ''
3585
       this.keywords = ''
3583
-      this.getHisOrderList()
3586
+      // this.getHisOrderList()
3584
     },
3587
     },
3585
     handleSizeChange(limit) {
3588
     handleSizeChange(limit) {
3586
       this.limit = limit
3589
       this.limit = limit
4047
     }
4050
     }
4048
   }
4051
   }
4049
   .content_top{
4052
   .content_top{
4050
-    flex: 1; 
4053
+    flex: 1;
4051
     display: flex;
4054
     display: flex;
4052
     justify-content: space-between;
4055
     justify-content: space-between;
4053
   }
4056
   }
4054
   .content_button{
4057
   .content_button{
4055
-    flex: 1; 
4058
+    flex: 1;
4056
     display: flex;
4059
     display: flex;
4057
     justify-content:space-around;
4060
     justify-content:space-around;
4058
   }
4061
   }