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