陈少旭 1 mese fa
parent
commit
b4c534e7ce

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Vedi File

138
                        type="primary">查询备案信息
138
                        type="primary">查询备案信息
139
             </el-button>
139
             </el-button>
140
 
140
 
141
-            <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) || (org_id == 10028 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10610 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)  || (org_id == 9504 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
141
+            <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) || (org_id == 10028 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10610 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)  || (org_id == 9504 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) ||  (org_id == 10537 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) "
142
                         @click="openZF(1)"
142
                         @click="openZF(1)"
143
                         type="primary">自费门诊就医上传(4205)
143
                         type="primary">自费门诊就医上传(4205)
144
             </el-button>
144
             </el-button>
145
 
145
 
146
-            <el-button  size="small" v-if="(org_id == 10138   && this.order.order_status == 2) || (org_id == 10278  && this.order.order_status == 2) || (org_id == 10028 && this.order.order_status == 2) || (org_id == 10610 && this.order.order_status == 2)  || (org_id == 9504 && this.order.order_status == 2)"
146
+            <el-button  size="small" v-if="(org_id == 10138   && this.order.order_status == 2) || (org_id == 10278  && this.order.order_status == 2) || (org_id == 10028 && this.order.order_status == 2) || (org_id == 10610 && this.order.order_status == 2)  || (org_id == 9504 && this.order.order_status == 2) || (org_id == 10537 && this.order.order_status == 2)"
147
                         @click="openZF(2)"
147
                         @click="openZF(2)"
148
                         type="primary">自费上传确认(4203)
148
                         type="primary">自费上传确认(4203)
149
             </el-button>
149
             </el-button>