Browse Source

9月27,收费页面美化,72号核对

yq1 6 months ago
parent
commit
6554f4bcb0

+ 4 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderSeventyTwo.vue View File

2277
       ){
2277
       ){
2278
         const obj6 = "穿刺针"
2278
         const obj6 = "穿刺针"
2279
         checkDate.push(obj6)
2279
         checkDate.push(obj6)
2280
-      } if (this.predialysis.blood_access_part_opera_name == ''){
2281
-        const obj7 = "血管通路"
2282
-        checkDate.push(obj7)
2283
       } 
2280
       } 
2281
+      // if (this.predialysis.blood_access_part_opera_name == ''){
2282
+      //   const obj7 = "血管通路"
2283
+      //   checkDate.push(obj7)
2284
+      // } 
2284
       // if (this.predialysis.internal_fistula =='') {
2285
       // if (this.predialysis.internal_fistula =='') {
2285
       //   const obj8 = "内瘘"
2286
       //   const obj8 = "内瘘"
2286
       //   checkDate.push(obj8)
2287
       //   checkDate.push(obj8)

+ 6 - 8
src/xt_pages/outpatientCharges/summary.vue View File

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