-
销售员: {{item.createByName == null ?'暂无':item.createByName}}
销售总额:
{{item.totalAmount == null ?'暂无':item.totalAmount}}
{{' 欠款: '}} {{item.noEarn == null ?'暂无':item.noEarn}}
订单状态:{{item.status == 0 ?'待抢单' :item.status == 1 ?'待取货' :item.status == 3 ?'待送达' :item.status == 4 ?'已完成' :item.status == 5 ?'下游客户待退货' :item.status == 00 ?'退货待抢单' :item.status == 01 ?'退货待取货' :item.status == 03 ?'退货待送达' :item.status == 04 ?'待确认退货' :item.status == 6 ?'待配货' :'挂单'}}