Sfoglia il codice sorgente

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

yq1 6 mesi fa
parent
commit
6554f4bcb0

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

@@ -2277,10 +2277,11 @@ export default {
2277 2277
       ){
2278 2278
         const obj6 = "穿刺针"
2279 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 2285
       // if (this.predialysis.internal_fistula =='') {
2285 2286
       //   const obj8 = "内瘘"
2286 2287
       //   checkDate.push(obj8)

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

@@ -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;