|
@@ -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 == 3877"
|
|
139
|
+ v-if="this.$store.getters.xt_user.org_id == 9919 "
|
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 == 3877"
|
|
145
|
+ v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919"
|
146
|
146
|
size="small" @click="open(11)" type="primary"
|
147
|
147
|
>撤销明细
|
148
|
148
|
</el-button>
|
|
@@ -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 == 3877) {
|
|
648
|
+ } else if (this.$store.getters.xt_user.org_id == 9919) {
|
649
|
649
|
var that = this
|
650
|
650
|
axios.get('http://127.0.0.1:9532/api/upload/get', {
|
651
|
651
|
params: form
|
|
@@ -858,7 +858,7 @@
|
858
|
858
|
|
859
|
859
|
})
|
860
|
860
|
|
861
|
|
- } else if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
|
|
861
|
+ } else if (this.$store.getters.xt_user.org_id == 9919 ) {
|
862
|
862
|
|
863
|
863
|
axios.get('http://127.0.0.1:9532/api/register/get', {
|
864
|
864
|
params: forms
|
|
@@ -1475,7 +1475,7 @@
|
1475
|
1475
|
}
|
1476
|
1476
|
|
1477
|
1477
|
} else if (index == 5) {
|
1478
|
|
- if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
|
|
1478
|
+ if (this.$store.getters.xt_user.org_id == 9919 ) {
|
1479
|
1479
|
|
1480
|
1480
|
var that = this
|
1481
|
1481
|
this.$confirm('是否退费', '退费', {
|
|
@@ -1570,7 +1570,7 @@
|
1570
|
1570
|
|
1571
|
1571
|
var that = this
|
1572
|
1572
|
|
1573
|
|
- if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
|
|
1573
|
+ if (this.$store.getters.xt_user.org_id == 9919) {
|
1574
|
1574
|
axios.get('http://127.0.0.1:9532/api/checkaccount/get', {
|
1575
|
1575
|
params: params
|
1576
|
1576
|
})
|
|
@@ -1707,7 +1707,7 @@
|
1707
|
1707
|
})
|
1708
|
1708
|
} else if (index == 15) {
|
1709
|
1709
|
var that = this
|
1710
|
|
- if (this.$store.getters.xt_user.org_id == 3877 || this.$store.getters.xt_user.org_id == 9919) {
|
|
1710
|
+ if (this.$store.getters.xt_user.org_id == 9919) {
|
1711
|
1711
|
|
1712
|
1712
|
if (this.diagnosis.length || this.diagnosis == 0) {
|
1713
|
1713
|
that.$message.error('诊断不能为空,请选择诊断内容')
|
|
@@ -1816,7 +1816,7 @@
|
1816
|
1816
|
|
1817
|
1817
|
}
|
1818
|
1818
|
this.loadingtwo = true
|
1819
|
|
- if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
|
|
1819
|
+ if (this.$store.getters.xt_user.org_id == 9919 ) {
|
1820
|
1820
|
var that = this
|
1821
|
1821
|
axios.get('http://127.0.0.1:9532/api/pre_upload/get', {
|
1822
|
1822
|
params: form
|