|
@@ -105,12 +105,12 @@
|
105
|
105
|
>结算单
|
106
|
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
|
109
|
size="small" @click="open(10)" type="primary"
|
110
|
110
|
>退号
|
111
|
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
|
114
|
size="small" @click="open(11)" type="primary"
|
115
|
115
|
>撤销明细
|
116
|
116
|
</el-button>
|
|
@@ -480,7 +480,7 @@
|
480
|
480
|
},
|
481
|
481
|
methods: {
|
482
|
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
|
484
|
var that = this
|
485
|
485
|
axios.get('http://127.0.0.1:9532/api/org/info', {
|
486
|
486
|
params: {}
|
|
@@ -567,7 +567,7 @@
|
567
|
567
|
}
|
568
|
568
|
|
569
|
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
|
571
|
var that = this
|
572
|
572
|
axios.get('http://127.0.0.1:9532/api/settle/get', {
|
573
|
573
|
params: form
|
|
@@ -623,7 +623,7 @@
|
623
|
623
|
forms['admin_user_id'] = this.$store.getters.xt_user.user.id
|
624
|
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
|
627
|
var that = this
|
628
|
628
|
|
629
|
629
|
axios.get('http://127.0.0.1:9532/api/register/get', {
|
|
@@ -1246,7 +1246,7 @@
|
1246
|
1246
|
}
|
1247
|
1247
|
|
1248
|
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
|
1251
|
var that = this
|
1252
|
1252
|
this.$confirm('是否退费', '退费', {
|
|
@@ -1338,7 +1338,7 @@
|
1338
|
1338
|
|
1339
|
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
|
1342
|
axios.get('http://127.0.0.1:9532/api/checkaccount/get', {
|
1343
|
1343
|
params: params
|
1344
|
1344
|
})
|
|
@@ -1582,7 +1582,7 @@
|
1582
|
1582
|
|
1583
|
1583
|
}
|
1584
|
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
|
1586
|
var that = this
|
1587
|
1587
|
axios.get('http://127.0.0.1:9532/api/pre_upload/get', {
|
1588
|
1588
|
params: form
|