fix bug
This commit is contained in:
@ -747,7 +747,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
const subtotal = prePay + toPay + receiptPay;
|
||||
const params = {
|
||||
shipperId: this?.sf1.value?.shipperAppUserId,
|
||||
enterpriseInfoId: this?.sf1.value?.enterpriseInfoName,
|
||||
enterpriseInfoId: this?.sf1.value?.enterpriseInfoName || '',
|
||||
totalFreight: subtotal,
|
||||
fuelCardAmount: oilCardPay,
|
||||
resourcetype: '1'
|
||||
|
||||
Reference in New Issue
Block a user