Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 2 weeks ago
parent
commit
5f3daeac82
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 4 - 4
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View 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)"
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)"
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.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)"
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)"
147
                         @click="openZF(2)"
147
                         @click="openZF(2)"
148
                         type="primary">自费上传确认(4203)
148
                         type="primary">自费上传确认(4203)
149
             </el-button>
149
             </el-button>
2024
           }
2024
           }
2025
         })
2025
         })
2026
       } else {
2026
       } else {
2027
-        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278) {
2027
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278 || this.$store.getters.xt_user.org_id == 10610) {
2028
           axios.get('http://127.0.0.1:9532/api/register/get', {
2028
           axios.get('http://127.0.0.1:9532/api/register/get', {
2029
             params: forms,
2029
             params: forms,
2030
             headers: {
2030
             headers: {
3654
           })
3654
           })
3655
         }
3655
         }
3656
       } else if (index == 6) {
3656
       } else if (index == 6) {
3657
-        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278) {
3657
+        if (this.$store.getters.xt_user.org_id == 9504 || this.$store.getters.xt_user.org_id == 10138 || this.$store.getters.xt_user.org_id == 10028 || this.$store.getters.xt_user.org_id == 10088 || this.$store.getters.xt_user.org_id == 10278 || this.$store.getters.xt_user.org_id == 10610) {
3658
           this.$refs.register9504.show()
3658
           this.$refs.register9504.show()
3659
         } else {
3659
         } else {
3660
           if(this.$store.getters.xt_user.org_id == 10721 || this.org_id == 0){
3660
           if(this.$store.getters.xt_user.org_id == 10721 || this.org_id == 0){