|
@@ -33,7 +33,7 @@
|
33
|
33
|
</el-select>
|
34
|
34
|
</div>
|
35
|
35
|
|
36
|
|
- <div>
|
|
36
|
+ <div style="margin: 0 5px;">
|
37
|
37
|
<el-select v-model="sch_type" placeholder="请选择班次" @change="handleSchType" style="width: 100%;">
|
38
|
38
|
<el-option label="全部" value="0"></el-option>
|
39
|
39
|
<el-option label="上午" value="1"></el-option>
|
|
@@ -64,8 +64,7 @@
|
64
|
64
|
</el-button>
|
65
|
65
|
<el-button size="small" type="primary" @click="export_detail"
|
66
|
66
|
>报表下载
|
67
|
|
- </el-button
|
68
|
|
- >
|
|
67
|
+ </el-button>
|
69
|
68
|
<el-button v-if="$store.getters.xt_user.org_id == 10106 " size="small"
|
70
|
69
|
type="primary" @click="export_detail_ten">报表下载2
|
71
|
70
|
</el-button>
|
|
@@ -73,9 +72,7 @@
|
73
|
72
|
type="primary" @click="export_detail_ten_two">报表下载3
|
74
|
73
|
</el-button>
|
75
|
74
|
|
76
|
|
- <el-button size="small" type="primary"
|
77
|
|
- @click="export_detail_ten_five">导出就诊凭证类型人员
|
78
|
|
- </el-button>
|
|
75
|
+
|
79
|
76
|
</div>
|
80
|
77
|
</div>
|
81
|
78
|
|
|
@@ -118,7 +115,7 @@
|
118
|
115
|
</el-option>
|
119
|
116
|
</el-select>
|
120
|
117
|
</div>
|
121
|
|
- <div>
|
|
118
|
+ <div style="margin-left: 5px;">
|
122
|
119
|
<el-select v-model="medTypeVal" @change="handleMedChange"
|
123
|
120
|
placeholder="请选择医疗类别" style="width: 100%;"
|
124
|
121
|
>
|
|
@@ -137,6 +134,7 @@
|
137
|
134
|
<el-button size="small" type="primary" @click="export_detail_three" v-if="$store.getters.xt_user.org_id == 10265 || $store.getters.xt_user.org_id == 0">报表下载12</el-button>
|
138
|
135
|
<el-button size="small" type="primary" @click="accounts_click()">门诊结账</el-button>
|
139
|
136
|
<el-button size="small" type="primary" @click="export_detail_six">诊疗下载</el-button>
|
|
137
|
+ <el-button size="small" type="primary" @click="export_detail_ten_five">导出就诊凭证类型人员</el-button>
|
140
|
138
|
</div>
|
141
|
139
|
</div>
|
142
|
140
|
|
|
@@ -4068,7 +4066,7 @@ export default {
|
4068
|
4066
|
.content_top{
|
4069
|
4067
|
flex: 1;
|
4070
|
4068
|
display: flex;
|
4071
|
|
- justify-content: space-between;
|
|
4069
|
+ // justify-content: space-between;
|
4072
|
4070
|
}
|
4073
|
4071
|
.content_button{
|
4074
|
4072
|
flex: 1;
|