{{ customer.companyName }}
客户编码:{{ customer.customerCode }}
客户等级:{{ customer.customerLevel }}
所属行业:{{ customer.industry }}
总订单金额:{{ formatAmount(customer.totalOrderAmount) }} 元
订单数量:{{ customer.orderCount }} 单
{{ formatAmount(scope.row.orderAmount) }}
{{ scope.row.deliveryDate ? formatDate(scope.row.deliveryDate) : '-' }}
已完成
待处理
已取消
已结款
未结款
{{ formatAmount(scope.row.unpaidAmount) }}
{{ scope.row.createTime }}