fix bug
This commit is contained in:
@ -1128,16 +1128,28 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
|||||||
receiptAddress: res?.receiptAddress || '',
|
receiptAddress: res?.receiptAddress || '',
|
||||||
remarks: res?.supplementaryInformationVO?.remarks || ''
|
remarks: res?.supplementaryInformationVO?.remarks || ''
|
||||||
};
|
};
|
||||||
|
// this.sf7data = {
|
||||||
|
// prePay: res?.shippingInformationVO?.prePay,
|
||||||
|
// toPay: res?.shippingInformationVO?.toPay,
|
||||||
|
// oilCardPay: 0,
|
||||||
|
// receiptPay: res?.shippingInformationVO?.receiptPay,
|
||||||
|
// subtotal: res?.shippingInformationVO?.totalFee,
|
||||||
|
// total: res?.shippingInformationVO?.totalFee,
|
||||||
|
// appendFee: res?.shippingInformationVO?.appendFee,
|
||||||
|
// paymentDays: res?.paymentDays
|
||||||
|
// };
|
||||||
this.sf7data = {
|
this.sf7data = {
|
||||||
prePay: res?.shippingInformationVO?.prePay,
|
prePay: res?.shippingInformationVO?.prePay,
|
||||||
toPay: res?.shippingInformationVO?.toPay,
|
toPay: res?.shippingInformationVO?.toPay,
|
||||||
oilCardPay: 0,
|
oilCardPay: 0,
|
||||||
receiptPay: res?.shippingInformationVO?.receiptPay,
|
receiptPay: res?.shippingInformationVO?.receiptPay,
|
||||||
subtotal: res?.shippingInformationVO?.totalFee,
|
|
||||||
total: res?.shippingInformationVO?.totalFee,
|
total: res?.shippingInformationVO?.totalFee,
|
||||||
appendFee: res?.shippingInformationVO?.appendFee,
|
appendFee: res?.shippingInformationVO?.appendFee,
|
||||||
paymentDays: res?.paymentDays
|
paymentDays: res?.paymentDays
|
||||||
};
|
};
|
||||||
|
this.sf7.setValue('/prePay', this.sf7data.prePay);
|
||||||
|
this.sf7.setValue('/toPay', this.sf7data.toPay);
|
||||||
|
this.sf7.setValue('/receiptPay', this.sf7data.receiptPay);
|
||||||
this.payChange();
|
this.payChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user