This commit is contained in:
wangshiming
2022-04-27 19:58:29 +08:00
parent 63175bd00d
commit 944d3830c1
3 changed files with 6 additions and 5 deletions

View File

@ -986,8 +986,8 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
...this.sf6.value,
expenseDTOList: expenseList,
paymentDays: this.sf7.value.paymentDays,
subtotal: this.sf7.value.subtotal,
total: this.sf7.value.total,
subtotal: this.sf7.value.subtotal.toFixed(2),
total: this.sf7.value.total.toFixed(2),
estimatedKilometers: this.totalDistance,
estimatedTravelTime: this.totalTime,
insurancePackagedGoods: this.sf4.value.insurancePackagedGoods,