diff --git a/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html b/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html index 4dc21be8..aab4f362 100644 --- a/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html +++ b/src/app/routes/supply-management/components/bulk-detail/bulk-detail.component.html @@ -73,7 +73,7 @@
网络货运人:{{dataList?.carrierInformationVO?.enterpriseInfoName}}
服务类型:{{dataList?.carrierInformationVO?.serviceType === 1 ? '抢单' : '指派'}}
- +预付:{{dataList?.shippingInformationVO?.prePay | currency: '¥' }}
+ //油卡:{{dataList?.shippingInformationVO?.oilCardPay | currency: '¥'}}
+ //到付:{{dataList?.shippingInformationVO?.toPay | currency: '¥'}}
+ //回单付:{{dataList?.shippingInformationVO?.receiptPay | currency: '¥'}}
+ //保险费:{{dataList?.shippingInformationVO?.insuranceFee | currency: '¥'}}
+ //附加费保险费:{{dataList?.shippingInformationVO?.appendFee | currency: '¥'}}
totalFee + console.log(this.sf1.value) + console.log(this.startInfo) + console.log(this.endInfo) + console.log(this.validateForm1.value) + console.log(this.sf3.value) + console.log(this.sf4.value) + console.log(this.sf5.value) + console.log(this.sf6.value) + }) } } diff --git a/src/app/routes/supply-management/components/vehicle-detail/vehicle-detail.component.html b/src/app/routes/supply-management/components/vehicle-detail/vehicle-detail.component.html index 7e454431..4e128293 100644 --- a/src/app/routes/supply-management/components/vehicle-detail/vehicle-detail.component.html +++ b/src/app/routes/supply-management/components/vehicle-detail/vehicle-detail.component.html @@ -100,18 +100,18 @@预付:{{dataList?.expenseList?.prePay | currency: '¥' }}
-油卡:{{dataList?.expenseList?.oilCardPay | currency: '¥'}}
-到付:{{dataList?.expenseList?.toPay | currency: '¥'}}
-回单付:{{dataList?.expenseList?.receiptPay | currency: '¥'}}
-保险费:{{dataList?.expenseList?.insuranceFee | currency: '¥'}}
-附加费保险费:{{dataList?.expenseList?.appendFee | currency: '¥'}}
+预付:{{dataList?.shippingInformationVO?.prePay | currency: '¥' }}
+油卡:{{dataList?.shippingInformationVO?.oilCardPay | currency: '¥'}}
+到付:{{dataList?.shippingInformationVO?.toPay | currency: '¥'}}
+回单付:{{dataList?.shippingInformationVO?.receiptPay | currency: '¥'}}
+保险费:{{dataList?.shippingInformationVO?.insuranceFee | currency: '¥'}}
+附加费保险费:{{dataList?.shippingInformationVO?.appendFee | currency: '¥'}}