|
@@ -136,13 +136,13 @@
|
136
|
136
|
</el-button>
|
137
|
137
|
|
138
|
138
|
<el-button
|
139
|
|
- v-if="this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671"
|
|
139
|
+ v-if="this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 10106"
|
140
|
140
|
size="small" @click="open(10)" type="primary"
|
141
|
141
|
>退号
|
142
|
142
|
</el-button>
|
143
|
143
|
|
144
|
144
|
<el-button
|
145
|
|
- v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 9671"
|
|
145
|
+ v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 10106"
|
146
|
146
|
size="small" @click="open(11)" type="primary"
|
147
|
147
|
>撤销明细
|
148
|
148
|
</el-button>
|
|
@@ -527,7 +527,7 @@
|
527
|
527
|
},
|
528
|
528
|
methods: {
|
529
|
529
|
query() {
|
530
|
|
- if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538) {
|
|
530
|
+ if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 10106 ) {
|
531
|
531
|
var that = this
|
532
|
532
|
axios.get('http://127.0.0.1:9532/api/org/info', {
|
533
|
533
|
params: {}
|
|
@@ -645,7 +645,7 @@
|
645
|
645
|
|
646
|
646
|
})
|
647
|
647
|
|
648
|
|
- } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671) {
|
|
648
|
+ } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 10106) {
|
649
|
649
|
var that = this
|
650
|
650
|
axios.get('http://127.0.0.1:9532/api/upload/get', {
|
651
|
651
|
params: form,
|
|
@@ -867,7 +867,7 @@
|
867
|
867
|
|
868
|
868
|
})
|
869
|
869
|
|
870
|
|
- } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671) {
|
|
870
|
+ } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 10106) {
|
871
|
871
|
|
872
|
872
|
axios.get('http://127.0.0.1:9532/api/register/get', {
|
873
|
873
|
params: forms,
|
|
@@ -1484,7 +1484,7 @@
|
1484
|
1484
|
}
|
1485
|
1485
|
|
1486
|
1486
|
} else if (index == 5) {
|
1487
|
|
- if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671) {
|
|
1487
|
+ if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 10106) {
|
1488
|
1488
|
|
1489
|
1489
|
var that = this
|
1490
|
1490
|
this.$confirm('是否退费', '退费', {
|
|
@@ -1579,7 +1579,7 @@
|
1579
|
1579
|
|
1580
|
1580
|
var that = this
|
1581
|
1581
|
|
1582
|
|
- if (this.$store.getters.xt_user.org_id == 9919) {
|
|
1582
|
+ if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 10106) {
|
1583
|
1583
|
axios.get('http://127.0.0.1:9532/api/checkaccount/get', {
|
1584
|
1584
|
params: params
|
1585
|
1585
|
})
|
|
@@ -1716,7 +1716,7 @@
|
1716
|
1716
|
})
|
1717
|
1717
|
} else if (index == 15) {
|
1718
|
1718
|
var that = this
|
1719
|
|
- if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538) {
|
|
1719
|
+ if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 10106) {
|
1720
|
1720
|
|
1721
|
1721
|
if (this.diagnosis.length || this.diagnosis == 0) {
|
1722
|
1722
|
that.$message.error('诊断不能为空,请选择诊断内容')
|
|
@@ -1825,7 +1825,7 @@
|
1825
|
1825
|
|
1826
|
1826
|
}
|
1827
|
1827
|
this.loadingtwo = true
|
1828
|
|
- if (this.$store.getters.xt_user.org_id == 9919 ) {
|
|
1828
|
+ if (this.$store.getters.xt_user.org_id == 9919||this.$store.getters.xt_user.org_id == 10106) {
|
1829
|
1829
|
var that = this
|
1830
|
1830
|
axios.get('http://127.0.0.1:9532/api/pre_upload/get', {
|
1831
|
1831
|
params: form
|