|
@@ -380,26 +380,21 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
-import axios from "axios";
|
|
|
|
-import { getToken } from "@/utils/auth";
|
|
|
|
import pagination from "@/components/Pagination/index";
|
|
import pagination from "@/components/Pagination/index";
|
|
-import load from "@/utils/loading";
|
|
|
|
-import qs from "qs";
|
|
|
|
import dayjs from 'dayjs'
|
|
import dayjs from 'dayjs'
|
|
import QrCode from "@/components/QrCode/index";
|
|
import QrCode from "@/components/QrCode/index";
|
|
import { vaildStudentUrl } from '@/utils/validate'
|
|
import { vaildStudentUrl } from '@/utils/validate'
|
|
import {
|
|
import {
|
|
- addMusicGroupPaymentCalender,
|
|
|
|
- getMusicGroupPaymentCalender,
|
|
|
|
|
|
+
|
|
resetMusicGroupPaymentCalender,
|
|
resetMusicGroupPaymentCalender,
|
|
delMusicGroupPaymentCalender,
|
|
delMusicGroupPaymentCalender,
|
|
- getmusicGroupPaymentCalenderDetail
|
|
|
|
|
|
+
|
|
} from "@/api/buildTeam";
|
|
} from "@/api/buildTeam";
|
|
import {
|
|
import {
|
|
getOrganizationCourseUnitPriceSettings
|
|
getOrganizationCourseUnitPriceSettings
|
|
} from '@/api/specialSetting'
|
|
} from '@/api/specialSetting'
|
|
import { getAuditList } from '@/api/auditManager'
|
|
import { getAuditList } from '@/api/auditManager'
|
|
-import { musicGroupPaymentCalenderQueryPage, getMusicGroupStu, musicGroupPaymentCalenderDetailBatchAdd, musicGroupPaymentCalenderDelByBatchNo } from '../api'
|
|
|
|
|
|
+import { getMusicGroupStu, musicGroupPaymentCalenderDetailBatchAdd, musicGroupPaymentCalenderDelByBatchNo } from '../api'
|
|
import setStudentFee from './studentPayBase'
|
|
import setStudentFee from './studentPayBase'
|
|
import userPayForm from '../modals/user-pay-form'
|
|
import userPayForm from '../modals/user-pay-form'
|
|
import payItems from '../modals/pay-items'
|
|
import payItems from '../modals/pay-items'
|