解决冲突
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user