陈少旭 2 gadus atpakaļ
vecāks
revīzija
c10e448785

+ 2 - 5
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Parādīt failu

@@ -26,15 +26,12 @@
26 26
 
27 27
         <div class="mainCell" style="margin-top:10px;">
28 28
           <el-radio-group v-model="radio" @change="changeRadio">
29
-
30 29
             <el-radio :label=1>未收费<span
31 30
                 style="color: red;margin-bottom:10px;display: inline-block;">{{ cal_one }}</span>人
32 31
             </el-radio>
33 32
             <el-radio :label=2>已收费<span
34 33
                 style="color: red;margin-bottom:10px;display: inline-block;">{{ cal_two }}</span>人
35 34
             </el-radio>
36
-
37
-
38 35
           </el-radio-group>
39 36
         </div>
40 37
         <div class="mainCell" style="margin-bottom:10px;">
@@ -125,12 +122,12 @@
125 122
 
126 123
 
127 124
 
128
-            <el-button  size="small"  v-if="(org_id == 10138 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
125
+            <el-button  size="small"  v-if="(org_id == 0 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)  || (org_id == 10138 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
129 126
                        @click="openZF(1)"
130 127
                        type="primary">自费门诊就医上传(4205)
131 128
             </el-button>
132 129
 
133
-            <el-button  size="small" v-if="(org_id == 10138  && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10278  && this.order.is_upload_success == 0 && this.order.order_status == 2) "
130
+            <el-button  size="small" v-if="(org_id == 0 && this.order.is_upload_success == 0 && this.order.order_status == 2)  || (org_id == 10138  && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10278  && this.order.is_upload_success == 0 && this.order.order_status == 2) "
134 131
                         @click="openZF(2)"
135 132
                         type="primary">自费上传确认(4203)
136 133
             </el-button>