2 次程式碼提交 5f3daeac82 ... 7e04432491

作者 SHA1 備註 提交日期
  陈少旭 7e04432491 Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch 2 月之前
  陈少旭 a55b4c7b22 1111 2 月之前
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

@@ -143,7 +143,7 @@
143 143
                         type="primary">自费门诊就医上传(4205)
144 144
             </el-button>
145 145
 
146
-            <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) || (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)"
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)"
147 147
                         @click="openZF(2)"
148 148
                         type="primary">自费上传确认(4203)
149 149
             </el-button>