2 커밋 5e89d1b527 ... fac9dc7d65

작성자 SHA1 메시지 날짜
  陈少旭 fac9dc7d65 Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch 2 일 전
  陈少旭 0a68047789 1111 2 일 전
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 2 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 파일 보기

@@ -138,12 +138,12 @@
138 138
                        type="primary">查询备案信息
139 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)"
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)"
142 142
                         @click="openZF(1)"
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) "
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)"
147 147
                         @click="openZF(2)"
148 148
                         type="primary">自费上传确认(4203)
149 149
             </el-button>