- {{i?.goodsInfoList?.[0]?.freightPrice}}{{i?.goodsInfoList?.[0]?.freightTypeLabel}}({{ i?.goodsInfoList?.[0]?.settlementBasisLabel ? i?.goodsInfoList?.[0]?.settlementBasisLabel + ',' :' ' }}{{i?.goodsInfoList?.[0]?.ruleLabel}})
-
- 到付
-
- {{ item.price | currency }}
-
-
- {{ item.price + item.surcharge | currency }}
-
-
- {{ item.surcharge | currency }}
-
-
-
-
- 总计:{{ i?.totalAmount | currency }} (运费{{ i?.totalFreight | currency }},
- 附加费{{ i?.totalSurcharge | currency }},附加费率{{ (i?.totalRate * 100).toFixed(2)}}%)
-
-
- 车队长:{{ i?.payeeName }}{{ i?.payeePhone ? "/" + i?.payeePhone : ''}}
+
+
+
+ 运费信息到货后{{i?.goodsResource.paymentDays}}天内支付运费
+
+
+ {{ i?.freightPrice }}{{ i?.freightTypeLabel }} ({{
+ i?.settlementBasisLabel }},{{
+ i?.ruleLabel
+ }})
+
+
+
+ {{ item.price + item.surcharge | currency }}
+
+ 到付
+ {{item.price | currency}}
+ {{item.surcharge | currency}}
+
+
+ 总计:{{ i?.totalAmount | currency }} (运费{{ i?.totalFreight |
+ currency }},
+ 附加费{{ i?.totalSurcharge | currency }},附加费率{{ i?.totalRate * 100 | number: '0.2-2' }}%)
+
+ 车队长:{{ i?.payeeName }}/{{ i?.payeePhone }}/{{ i?.payeeIdNo }}
-
diff --git a/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html b/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html
index 3a0d5d54..3d25c047 100644
--- a/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html
+++ b/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html
@@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-06 20:20:26
* @LastEditors : Shiming
- * @LastEditTime : 2022-04-14 20:03:33
+ * @LastEditTime : 2022-04-15 09:58:13
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@@ -127,31 +127,6 @@
-
@@ -158,7 +158,7 @@
附加费{{ i?.totalSurcharge | currency }},附加费率{{ (i?.totalRate * 100).toFixed(2) }}% )
车队长:{{ i?.payeeName }}{{ i?.payeePhone ? '/' +
- i?.payeePhone : '' }}
+ i?.payeePhone : '' }}/{{ i?.payeeIdNo }}