Sfoglia il codice sorgente

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

csx 4 anni fa
parent
commit
8924f48d28

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

105
           >结算单
105
           >结算单
106
           </el-button>
106
           </el-button>
107
 
107
 
108
-          <el-button v-if="this.$store.getters.xt_user.org_id == 9919"
108
+          <el-button v-if="this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877"
109
           size="small" @click="open(10)" type="primary"
109
           size="small" @click="open(10)" type="primary"
110
           >退号
110
           >退号
111
           </el-button>
111
           </el-button>
112
 
112
 
113
-          <el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"
113
+          <el-button v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919 ||  this.$store.getters.xt_user.org_id == 3877"
114
           size="small" @click="open(11)" type="primary"
114
           size="small" @click="open(11)" type="primary"
115
           >撤销明细
115
           >撤销明细
116
           </el-button>
116
           </el-button>
480
     },
480
     },
481
     methods: {
481
     methods: {
482
       query() {
482
       query() {
483
-        if (this.$store.getters.xt_user.org_id == 4) {
483
+        if (this.$store.getters.xt_user.org_id == 4 ||  this.$store.getters.xt_user.org_id == 3877) {
484
           var that = this
484
           var that = this
485
           axios.get('http://127.0.0.1:9532/api/org/info', {
485
           axios.get('http://127.0.0.1:9532/api/org/info', {
486
             params: {}
486
             params: {}
567
         }
567
         }
568
 
568
 
569
         this.loadingtwo = true
569
         this.loadingtwo = true
570
-        if (this.$store.getters.xt_user.org_id == 9919) {
570
+        if (this.$store.getters.xt_user.org_id == 9919 ||  this.$store.getters.xt_user.org_id == 3877) {
571
           var that = this
571
           var that = this
572
           axios.get('http://127.0.0.1:9532/api/settle/get', {
572
           axios.get('http://127.0.0.1:9532/api/settle/get', {
573
             params: form
573
             params: form
623
           forms['admin_user_id'] = this.$store.getters.xt_user.user.id
623
           forms['admin_user_id'] = this.$store.getters.xt_user.user.id
624
         this.loadingone = true
624
         this.loadingone = true
625
 
625
 
626
-        if (this.$store.getters.xt_user.org_id == 9919) {
626
+        if (this.$store.getters.xt_user.org_id == 9919 ||  this.$store.getters.xt_user.org_id == 3877) {
627
           var that = this
627
           var that = this
628
 
628
 
629
           axios.get('http://127.0.0.1:9532/api/register/get', {
629
           axios.get('http://127.0.0.1:9532/api/register/get', {
1246
           }
1246
           }
1247
 
1247
 
1248
         } else if (index == 5) {
1248
         } else if (index == 5) {
1249
-          if (this.$store.getters.xt_user.org_id == 9919) {
1249
+          if (this.$store.getters.xt_user.org_id == 9919 ||  this.$store.getters.xt_user.org_id == 3877) {
1250
 
1250
 
1251
             var that = this
1251
             var that = this
1252
             this.$confirm('是否退费', '退费', {
1252
             this.$confirm('是否退费', '退费', {
1338
 
1338
 
1339
           var that = this
1339
           var that = this
1340
 
1340
 
1341
-          if (this.$store.getters.xt_user.org_id == 9919) {
1341
+          if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877 ) {
1342
             axios.get('http://127.0.0.1:9532/api/checkaccount/get', {
1342
             axios.get('http://127.0.0.1:9532/api/checkaccount/get', {
1343
               params: params
1343
               params: params
1344
             })
1344
             })
1582
 
1582
 
1583
           }
1583
           }
1584
           this.loadingtwo = true
1584
           this.loadingtwo = true
1585
-          if (this.$store.getters.xt_user.org_id == 9919) {
1585
+          if (this.$store.getters.xt_user.org_id == 9919 ||  this.$store.getters.xt_user.org_id == 3877) {
1586
             var that = this
1586
             var that = this
1587
             axios.get('http://127.0.0.1:9532/api/pre_upload/get', {
1587
             axios.get('http://127.0.0.1:9532/api/pre_upload/get', {
1588
               params: form
1588
               params: form