fix bug
This commit is contained in:
		| @ -1128,16 +1128,28 @@ export class SupplyManagementOnecarPublishComponent implements OnInit { | ||||
|       receiptAddress: res?.receiptAddress || '', | ||||
|       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 = { | ||||
|       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.sf7.setValue('/prePay', this.sf7data.prePay); | ||||
|     this.sf7.setValue('/toPay', this.sf7data.toPay); | ||||
|     this.sf7.setValue('/receiptPay', this.sf7data.receiptPay); | ||||
|     this.payChange(); | ||||
|   } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user