|
|
@@ -662,6 +662,7 @@
|
|
|
ref="paymentCollectionPlanRef"
|
|
|
menu="sale"
|
|
|
:info="form"
|
|
|
+ @getIssueNumber="setIssueNumber"
|
|
|
></PaymentCollectionPlan>
|
|
|
</div>
|
|
|
|
|
|
@@ -1078,6 +1079,9 @@
|
|
|
});
|
|
|
},
|
|
|
methods: {
|
|
|
+ setIssueNumber(len) {
|
|
|
+ this.form.issueNumber = len;
|
|
|
+ },
|
|
|
setCountAmount(allPrice, discountTotalPrice) {
|
|
|
this.form.totalAmount = allPrice;
|
|
|
this.form.payAmount = discountTotalPrice ? discountTotalPrice : allPrice;
|