{{ detailData.sn }}
{{ detailData.goodsName }}
{{ detailData.orderTime }}
{{ detailData.projectInfo?.projectName || '-' }}
{{ detailData.stationName }}
{{ detailData.estimatedQuantity == null ? '' : detailData.estimatedQuantity + ' ' + (detailData.unitTxt ?? '') }}
{{ detailData.estimatedTrainNum }}
{{ `${detailData.transDistance == null ? '' : (detailData.transDistance / 1000) + ' 公里'}` }}
{{ detailData.contacts }}
{{ detailData.phone }}
{{ detailData.customerMemo }}
{{ `${row.roughWeight == null ? '' : (row.roughWeight / 1000) + ' 吨'}` }}
{{ `${row.tareWeight == null ? '' : (row.tareWeight / 1000) + ' 吨'}` }}
{{ `${row.settleWeight == null ? '' : (row.settleWeight / 1000) + ' 吨'}` }}
{{ `${row.checkerName == null ? '-' : row.checkerName}` }}
{{ `${row.settleMoney == null ? '' : '¥:' + row.settleMoney + '元'}` }}
{{ row.paymentStatusTxt ?? '暂无支付信息' }}
{{ row.checkStatusTxt }}
{{ row.transStatusTxt }}