|
@@ -149,11 +149,7 @@
|
|
|
>查看</el-button
|
|
|
></auth
|
|
|
>
|
|
|
- <auth auths="musicGroupPaymentCalenderDetail/batchAdd/3890">
|
|
|
- <el-button
|
|
|
- type="text"
|
|
|
- @click="openChioseStudent(scope.row)"
|
|
|
- v-if="
|
|
|
+ <auth auths="musicGroupPaymentCalenderDetail/batchAdd/3890" v-if="
|
|
|
scope.row.auditStatus != 'REJECT' &&
|
|
|
scope.row.auditStatus != 'AUDITING' &&
|
|
|
scope.row.auditStatus != 'DRAFT' &&
|
|
@@ -161,50 +157,53 @@
|
|
|
scope.row.paymentType != 'MUSIC_APPLY' &&
|
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
|
- "
|
|
|
+ ">
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+ @click="openChioseStudent(scope.row)"
|
|
|
+
|
|
|
>添加学员</el-button
|
|
|
>
|
|
|
</auth>
|
|
|
<!-- v-permission="'musicGroupPaymentCalenderDetail/batchAdd/3890'" v-permission="''" -->
|
|
|
|
|
|
- <auth auths="musicGroupPaymentCalender/update/4313">
|
|
|
- <el-button
|
|
|
- type="text"
|
|
|
- v-if="
|
|
|
+ <auth auths="musicGroupPaymentCalender/update/4313" v-if="
|
|
|
teamStatus &&
|
|
|
(scope.row.auditStatus === 'REJECT' ||
|
|
|
scope.row.auditStatus === 'DRAFT')
|
|
|
- "
|
|
|
+ ">
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+
|
|
|
@click="resetPay(scope.row)"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
</auth>
|
|
|
- <auth auths="musicGroupPaymentCalender/revoke">
|
|
|
- <el-button
|
|
|
- type="text"
|
|
|
- v-if="
|
|
|
+ <auth auths="musicGroupPaymentCalender/revoke" v-if="
|
|
|
(team_status == 'FEE_AUDIT' || team_status == 'PROGRESS') &&
|
|
|
scope.row.auditStatus === 'AUDITING' &&
|
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
|
- "
|
|
|
+ ">
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+
|
|
|
@click="revoke(scope.row)"
|
|
|
>撤回</el-button
|
|
|
>
|
|
|
</auth>
|
|
|
|
|
|
- <auth auths="musicGroupPaymentCalender/delByBatchNo/4305">
|
|
|
- <el-button
|
|
|
- type="text"
|
|
|
- v-if="
|
|
|
+ <auth auths="musicGroupPaymentCalender/delByBatchNo/4305" v-if="
|
|
|
teamStatus &&
|
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
|
- "
|
|
|
+ ">
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+
|
|
|
@click="removeBatchNo(scope.row)"
|
|
|
>删除</el-button
|
|
|
- ></auth
|
|
|
- >
|
|
|
+ ></auth>
|
|
|
|
|
|
<!-- <el-button type="text"
|
|
|
v-if="!isNewGropu&&teamStatus&&scope.row.paymentType!='MUSIC_APPLY'"
|