|
@@ -202,8 +202,8 @@
|
|
|
<el-alert title="其它" :closable="false" class="alert" type="info">
|
|
|
</el-alert>
|
|
|
<otherform :form="other" ref="other" />
|
|
|
- <div slot="footer" class="dialog-footer">
|
|
|
- <p>缴费总金额:{{ money || 0 }}元</p>
|
|
|
+ <div slot="footer" class="dialog-footer" >
|
|
|
+ <p v-if="paymentTypeString != 'SPAN_GROUP_CLASS_ADJUST'">缴费总金额:{{ money || 0 }}元</p>
|
|
|
<div>
|
|
|
<el-button @click="$listeners.close">取 消</el-button>
|
|
|
<el-button type="primary" @click="submit">确认</el-button>
|
|
@@ -447,7 +447,6 @@ export default {
|
|
|
// 进行中添加
|
|
|
if (this.courseViewType == 1 && !this.rowDetail) {
|
|
|
this.$set(this.form, "leixing", "2");
|
|
|
- console.log("paymentType", this.paymentType);
|
|
|
this.addExtraClass();
|
|
|
}
|
|
|
if (
|
|
@@ -473,10 +472,7 @@ export default {
|
|
|
if (paymentTypeFormat.hasOwnProperty(key)) {
|
|
|
const item = paymentTypeFormat[key];
|
|
|
if (item === this.rowDetail.paymentType) {
|
|
|
- console.log("rowDetail", this.rowDetail.paymentType, key);
|
|
|
this.paymentType = key;
|
|
|
-
|
|
|
- console.log("paymentType", this.paymentType);
|
|
|
}
|
|
|
}
|
|
|
}
|