|
@@ -209,12 +209,14 @@
|
|
|
>新增缴费周期</el-button
|
|
|
>
|
|
|
</template>
|
|
|
+
|
|
|
<paymentCycle
|
|
|
ref="cycle"
|
|
|
:form.sync="cycle"
|
|
|
:isCommon="isCommon"
|
|
|
:hidePaymentPattern="true"
|
|
|
:isUserType="isUserType"
|
|
|
+ :hideMoney='paymentTypeString=="SPAN_GROUP_CLASS_ADJUST"?true:false'
|
|
|
:isDisabled="
|
|
|
form.leixing === '1' ||
|
|
|
form.leixing === '2' ||
|
|
@@ -542,10 +544,7 @@ export default {
|
|
|
"originalMemberPaymentAmount",
|
|
|
this.viewDetail.member.originalAmount || null
|
|
|
);
|
|
|
- console.log(
|
|
|
- this.viewDetail.member.originalAmount,
|
|
|
- this.viewDetail.member.actualAmount
|
|
|
- );
|
|
|
+
|
|
|
this.$set(this.memberForm, "memberValidDate", [
|
|
|
this.viewDetail.calender.startPaymentDate,
|
|
|
this.viewDetail.calender.deadlinePaymentDate,
|
|
@@ -567,6 +566,7 @@ export default {
|
|
|
batchNo: this.rowDetail.batchNo,
|
|
|
});
|
|
|
this.viewDetail = res.data;
|
|
|
+ // this.$set(this.other, "memo", this.viewDetail.auditDto.memo);
|
|
|
const firstPayment = res.data.musicGroupPaymentCalenders[0] || {};
|
|
|
this.eclass = (
|
|
|
res.data.musicGroupPaymentCalenderCourseSettings || []
|