{{ item.code || '' }}
{{ item.customerName ||'' }}
{{ item.productNames?limitString(item.productNames,20,'...'):'' || '' }}
{{ item.carNo || '' }}
{{ item.driver ||'' }}
{{ item.phone || '' }}
{{ item.isEmptyCar?item.isEmptyCar=='0'?'非空车出场':'空车出场':'非空车出场' }}
检查