-
承运商/自运{{ detailRow.carrierName || detailRow.carrierType || '-' }}
+
+ 承运商{{ detailRow.carrierName || '-' }}
- {{
- waybillIsRoadTransport(detailRow) ? '车牌号' : '航班号/船次号/班列号'
- }}{{ detailRow.vehicleNo || '-' }}
+ {{ waybillVehicleNoLabel(detailRow) }}
+ {{ detailRow.vehicleNo || '-' }}
- 挂车车牌{{ detailRow.trailerVehicleNo || '-' }}
+ 船长{{ detailRow.captainName || '-' }}
- 押运人{{ detailRow.escortName || '-' }} {{ detailRow.escortPhone || '' }}
+ 联系电话{{ detailRow.driverPhone || '-' }}
箱号{{ detailRow.containerNo || '-' }}
- 仓位{{ detailRow.cabinNo || '-' }}
+ 舱位{{ detailRow.cabinNo || '-' }}
+
+
+ 挂车车牌号{{ detailRow.trailerVehicleNo || '-' }}
+
+
+ 押运人{{ detailRow.escortName || '-' }}
+
+
+ 押运人手机号{{ detailRow.escortPhone || '-' }}
+
+
+ 里程(km){{ detailRow.mileage || '-' }}
-
+
- 单价{{ waybillUnitPrice(detailRow) || '-' }}
+ 单价
+
+
+
+ {{ waybillUnitPriceWithCurrency(detailRow).value }}
+
+
+ {{ ' ' + waybillUnitPriceWithCurrency(detailRow).unit }}
+
+
+ -
+
- 运费{{ formatDetailValue(detailRow, 'freight') }}
+ 运费
+
+
+ {{ waybillAmountWithCurrency(detailRow, 'freight').value }}元
+
+ -
+
- 其他费用合计{{ formatDetailValue(detailRow, 'otherFeeTotal') }}
+ 其他费用合计
+
+
+ {{ waybillAmountWithCurrency(detailRow, 'otherFeeTotal').value }}元
+
+ -
+
- 运费合计{{
- formatDetailValue(detailRow, 'freightTotal')
- }}
+ 运费合计
+
+
+ {{ waybillAmountWithCurrency(detailRow, 'freightTotal').value }}元
+
+ -
+
@@ -3010,7 +3228,79 @@
{{ row.departureAddress || '-' }}
-
+
+
+
+ {{ row.departureContact || '-' }}
+
+
+
+
+
+ {{ row.departurePhone || '-' }}
+
+
+
+
+
+ {{ row.arrivalAddress || '-' }}
+
+
+
+
+
+ {{ row.arrivalContact || '-' }}
+
+
+
+
+
+ {{ row.arrivalPhone || '-' }}
+
+
+
+
+
+ {{ row.planStartDate || '-' }}
+
+
+
+
+
+ {{ row.planEndDate || '-' }}
+
+
+
+
+
+ {{ row.remark || '-' }}
+
+
+
保存
@@ -3270,20 +3560,25 @@
align="center"
show-overflow-tooltip
/>
+
+
+ {{ formatTransportPlanProvinceCityDistrict(row.departureAddress) }}
+
+
+
+
+ {{ formatTransportPlanProvinceCityDistrict(row.arrivalAddress) }}
+
+
+
+
-
+
任务信息