From deb9848fb7e962cceed24cc785e70516f618c703 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 25 Feb 2022 15:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/onecar-publish/onecar-publish.component.ts | 6 +++--- .../components/release-publish/release-publish.component.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.ts b/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.ts index 97c6300f..76cd1392 100644 --- a/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.ts +++ b/src/app/routes/supply-management/components/onecar-publish/onecar-publish.component.ts @@ -653,13 +653,13 @@ export class SupplyManagementOnecarPublishComponent implements OnInit { const prePay = this.sf7.value.prePay || 0; const toPay = this.sf7.value.toPay || 0 const receiptPay = this.sf7.value.receiptPay || 0; - const oilCardPay = 0; + // const oilCardPay = 0; const subtotal = prePay + toPay + receiptPay; const params = { shipperId: this.envCache?.enterpriseId, enterpriseInfoId: this.envCache?.networkTransporterId, totalFreight:subtotal, - fuelCardAmount:oilCardPay, + // fuelCardAmount:oilCardPay, resourcetype:'1' } this.service @@ -1146,7 +1146,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit { this.sf7data = { prePay: res?.shippingInformationVO?.prePay, toPay: res?.shippingInformationVO?.toPay, - oilCardPay: 0, + // oilCardPay: 0, receiptPay: res?.shippingInformationVO?.receiptPay, total: res?.shippingInformationVO?.totalFee, appendFee: res?.shippingInformationVO?.appendFee, diff --git a/src/app/routes/supply-management/components/release-publish/release-publish.component.ts b/src/app/routes/supply-management/components/release-publish/release-publish.component.ts index 8d32d4ac..1ba341c3 100644 --- a/src/app/routes/supply-management/components/release-publish/release-publish.component.ts +++ b/src/app/routes/supply-management/components/release-publish/release-publish.component.ts @@ -664,13 +664,13 @@ export class SupplyManagementReleasePublishComponent implements OnInit { const prePay = this.sf7.value.prePay || 0; const toPay = this.sf7.value.toPay || 0 const receiptPay = this.sf7.value.receiptPay || 0; - const oilCardPay = 0; + // const oilCardPay = 0; const subtotal = prePay + toPay + receiptPay; const params = { shipperId: this.envCache?.enterpriseId, enterpriseInfoId: this.envCache?.networkTransporterId, totalFreight:subtotal, - fuelCardAmount:oilCardPay, + // fuelCardAmount:oilCardPay, resourcetype:'1' } this.service