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