|
@@ -49,7 +49,7 @@
|
|
v-if="!isNewGropu"
|
|
v-if="!isNewGropu"
|
|
@click="onCreateQRCode">续费二维码</div> -->
|
|
@click="onCreateQRCode">续费二维码</div> -->
|
|
</div>
|
|
</div>
|
|
- <div class="tableWrap">
|
|
|
|
|
|
+ <div class="tableWrap">
|
|
<el-table
|
|
<el-table
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
|
|
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
|
|
@@ -74,13 +74,6 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="center" prop="paymentPattern" label="缴费方式">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <div>
|
|
|
|
- {{ scope.row.paymentPattern | teamPayStatus }}
|
|
|
|
- </div>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
<el-table-column
|
|
<el-table-column
|
|
align="center"
|
|
align="center"
|
|
prop="auditStatus"
|
|
prop="auditStatus"
|
|
@@ -89,22 +82,21 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
- {{ scope.row.auditStatus | auditType }}
|
|
|
|
|
|
+ {{ scope.row.status | auditType }}
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
align="center"
|
|
align="center"
|
|
prop="addCourseTotalTime"
|
|
prop="addCourseTotalTime"
|
|
width="150px"
|
|
width="150px"
|
|
label="加课总时长"
|
|
label="加课总时长"
|
|
>
|
|
>
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
|
|
+ </el-table-column> -->
|
|
|
|
+ <!-- <el-table-column
|
|
align="center"
|
|
align="center"
|
|
- width="150px"
|
|
|
|
prop="courseCurrentPrice"
|
|
prop="courseCurrentPrice"
|
|
- label="现价"
|
|
|
|
|
|
+ label="课程费用"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
@@ -116,15 +108,26 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <!-- <el-table-column align="center"
|
|
|
|
- prop="status"
|
|
|
|
- label="缴费状态">
|
|
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="center"
|
|
|
|
+ prop="courseCurrentPrice"
|
|
|
|
+ label="会员费用"
|
|
|
|
+ >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
- {{ scope.row.status | payTypeStatus }}
|
|
|
|
|
|
+ {{ scope.row.memberPaymentAmount | moneyFormat }}
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
|
|
+ <el-table-column align="center"
|
|
|
|
+ prop="status"
|
|
|
|
+ label="缴费人数">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <div>
|
|
|
|
+ {{ scope.row.actualNum }}/{{ scope.row.expectNum }}
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<!-- <el-table-column align="center"
|
|
<!-- <el-table-column align="center"
|
|
prop="operatorName"
|
|
prop="operatorName"
|
|
label="责任人">
|
|
label="责任人">
|
|
@@ -137,79 +140,95 @@
|
|
<el-table-column label="操作" fixed="right" min-width="200px">
|
|
<el-table-column label="操作" fixed="right" min-width="200px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
- <el-button
|
|
|
|
- type="text"
|
|
|
|
- @click="lookList(scope.row)"
|
|
|
|
- v-permission="'musicGroupPaymentCalender/queryPage/3881'"
|
|
|
|
- >查看</el-button
|
|
|
|
|
|
+ <auth auths="musicGroupPaymentCalender/queryPage/4315">
|
|
|
|
+ <!-- v-permission="'musicGroupPaymentCalender/queryPage/4315'" -->
|
|
|
|
+ <el-button type="text" @click="lookDetail(scope.row)"
|
|
|
|
+ >查看</el-button
|
|
|
|
+ ></auth
|
|
>
|
|
>
|
|
- <!-- <el-button type="text"
|
|
|
|
- @click="lookDetail(scope.row)"
|
|
|
|
- v-permission="'musicGroupPaymentCalender/auditListDetail'">查看</el-button> -->
|
|
|
|
- <el-button
|
|
|
|
- type="text"
|
|
|
|
- @click="openChioseStudent(scope.row)"
|
|
|
|
|
|
+ <auth
|
|
|
|
+ auths="musicGroupPaymentCalenderDetail/batchAdd/3890"
|
|
v-if="
|
|
v-if="
|
|
scope.row.auditStatus != 'REJECT' &&
|
|
scope.row.auditStatus != 'REJECT' &&
|
|
scope.row.auditStatus != 'AUDITING' &&
|
|
scope.row.auditStatus != 'AUDITING' &&
|
|
scope.row.auditStatus != 'DRAFT' &&
|
|
scope.row.auditStatus != 'DRAFT' &&
|
|
teamStatus &&
|
|
teamStatus &&
|
|
scope.row.paymentType != 'MUSIC_APPLY' &&
|
|
scope.row.paymentType != 'MUSIC_APPLY' &&
|
|
- scope.row.paymentType != 'ADD_STUDENT'
|
|
|
|
|
|
+ scope.row.paymentType != 'ADD_STUDENT' &&
|
|
|
|
+ scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
"
|
|
"
|
|
- v-permission="'musicGroupPaymentCalenderDetail/batchAdd/4360'"
|
|
|
|
- >添加学员</el-button
|
|
|
|
>
|
|
>
|
|
- <auth auths="musicGroupPaymentCalender/revoke">
|
|
|
|
- <el-button
|
|
|
|
- type="text"
|
|
|
|
- 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'
|
|
|
|
- "
|
|
|
|
- @click="revoke(scope.row)"
|
|
|
|
- >撤回</el-button
|
|
|
|
|
|
+ <el-button type="text" @click="openChioseStudent(scope.row)"
|
|
|
|
+ >添加学员</el-button
|
|
>
|
|
>
|
|
</auth>
|
|
</auth>
|
|
- <el-button
|
|
|
|
- type="text"
|
|
|
|
|
|
+ <!-- v-permission="'musicGroupPaymentCalenderDetail/batchAdd/3890'" v-permission="''" -->
|
|
|
|
+
|
|
|
|
+ <auth
|
|
|
|
+ auths="musicGroupPaymentCalender/update/4313"
|
|
v-if="
|
|
v-if="
|
|
teamStatus &&
|
|
teamStatus &&
|
|
- (scope.row.auditStatus === 'REJECT' ||
|
|
|
|
- scope.row.auditStatus === 'DRAFT')
|
|
|
|
|
|
+ (scope.row.status === 'REJECT' ||
|
|
|
|
+ scope.row.status === 'DRAFT')
|
|
"
|
|
"
|
|
- v-permission="'musicGroupPaymentCalender/update/3883'"
|
|
|
|
- @click="resetPay(scope.row)"
|
|
|
|
- >修改</el-button
|
|
|
|
>
|
|
>
|
|
-
|
|
|
|
- <el-button
|
|
|
|
- type="text"
|
|
|
|
- v-permission="'musicGroupPaymentCalender/delByBatchNo/3925'"
|
|
|
|
|
|
+ <el-button type="text" @click="resetPay(scope.row)"
|
|
|
|
+ >修改</el-button
|
|
|
|
+ >
|
|
|
|
+ </auth>
|
|
|
|
+ <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"
|
|
v-if="
|
|
v-if="
|
|
teamStatus &&
|
|
teamStatus &&
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
scope.row.paymentType != 'ADD_STUDENT' &&
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST'
|
|
"
|
|
"
|
|
- @click="removeBatchNo(scope.row)"
|
|
|
|
- >删除</el-button
|
|
|
|
|
|
+ >
|
|
|
|
+ <el-button type="text" @click="removeBatchNo(scope.row)"
|
|
|
|
+ >删除</el-button
|
|
|
|
+ ></auth
|
|
|
|
+ >
|
|
|
|
+ <auth
|
|
|
|
+ auths="musicGroupPaymentCalender/delByBatchNo/4305"
|
|
|
|
+ v-if="
|
|
|
|
+ teamStatus &&
|
|
|
|
+ scope.row.paymentType == 'ADD_STUDENT' &&
|
|
|
|
+ (scope.row.auditStatus == 'DRAFT' ||
|
|
|
|
+ scope.row.auditStatus == 'REJECT')
|
|
|
|
+ "
|
|
|
|
+ >
|
|
|
|
+ <el-button type="text" @click="removeBatchNo(scope.row)"
|
|
|
|
+ >删除</el-button
|
|
|
|
+ ></auth
|
|
>
|
|
>
|
|
|
|
|
|
- <!-- <el-button type="text"
|
|
|
|
|
|
+ <el-button type="text"
|
|
v-if="!isNewGropu&&teamStatus&&scope.row.paymentType!='MUSIC_APPLY'"
|
|
v-if="!isNewGropu&&teamStatus&&scope.row.paymentType!='MUSIC_APPLY'"
|
|
- @click="onCreateQRCode(scope.row)">续费二维码</el-button> -->
|
|
|
|
- <!-- <el-button type="text"
|
|
|
|
|
|
+ @click="onCreateQRCode(scope.row)">续费二维码</el-button>
|
|
|
|
+ <el-button type="text"
|
|
v-if="isNewGropu"
|
|
v-if="isNewGropu"
|
|
v-permission="'musicGroup/findMusicGroupSubjectInfo/966'"
|
|
v-permission="'musicGroup/findMusicGroupSubjectInfo/966'"
|
|
- @click="onPreview(scope.row)">预览</el-button> -->
|
|
|
|
|
|
+ @click="onPreview(scope.row)">预览</el-button>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
<pagination
|
|
<pagination
|
|
- save-key="resetPayListSchool"
|
|
|
|
|
|
+ save-key="resetPayList"
|
|
sync
|
|
sync
|
|
:total.sync="rules.total"
|
|
:total.sync="rules.total"
|
|
:page.sync="rules.page"
|
|
:page.sync="rules.page"
|