fix bug
This commit is contained in:
@ -1039,11 +1039,12 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
paymentDays: this.sf7.value.paymentDays,
|
||||
estimatedKilometers: this.totalDistance,
|
||||
estimatedTravelTime: this.totalTime,
|
||||
subtotal: this.sf7.value.subtotal,
|
||||
total: this.sf7.value.total,
|
||||
subtotal: this.sf7.value.subtotal.toFixed(2),
|
||||
total: this.sf7.value.total.toFixed(2),
|
||||
insurancePackagedGoods: this.sf4.value.insurancePackagedGoods,
|
||||
goodsValue: this.sf4.value.goodsValue
|
||||
};
|
||||
console.log(params)
|
||||
const modalRef = this.modalService.create({
|
||||
nzTitle: '运输协议',
|
||||
nzContent: TranAgreementComponent,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-02-24 20:19:51
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-15 15:18:29
|
||||
* @LastEditTime : 2022-04-27 19:52:22
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\tran-agreement\\tran-agreement.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user