|
|
@ -12,19 +12,9 @@ export const columns: BasicColumn[] = [ |
|
|
|
dataIndex: 'orderNum', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '产品服务名称', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'productName', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '产品服务年限', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'productServiceYear', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '经销商', |
|
|
|
title: '客户类型', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'storeName', |
|
|
|
dataIndex: 'custType_dictText', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '客户姓名', |
|
|
@ -47,49 +37,69 @@ export const columns: BasicColumn[] = [ |
|
|
|
dataIndex: 'custPhone', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '销售端口', |
|
|
|
title: '产品服务名称', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'salePort_dictText', |
|
|
|
dataIndex: 'productName', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '销售顾问', |
|
|
|
title: '产品服务年限', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'saleName', |
|
|
|
dataIndex: 'productServiceYear', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '付款方式', |
|
|
|
title: '经销商', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'payType', |
|
|
|
dataIndex: 'storeName', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '客户类型', |
|
|
|
title: '销售端口', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'custType_dictText', |
|
|
|
dataIndex: 'salePort_dictText', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '身份证正面照', |
|
|
|
title: '销售顾问', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'certFront', |
|
|
|
customRender: render.renderImage, |
|
|
|
dataIndex: 'saleName', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '身份证反面照', |
|
|
|
title: '录入用户', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'certBack', |
|
|
|
customRender: render.renderImage, |
|
|
|
dataIndex: 'createBy', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '车辆合格证', |
|
|
|
title: '付款方式', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'carPic', |
|
|
|
customRender: render.renderImage, |
|
|
|
dataIndex: 'payType', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '营业执照', |
|
|
|
title: '收款方', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'busLicense', |
|
|
|
customRender: render.renderImage, |
|
|
|
dataIndex: 'payee', |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// title: '身份证正面照',
|
|
|
|
// align: 'center',
|
|
|
|
// dataIndex: 'certFront',
|
|
|
|
// customRender: render.renderImage,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// title: '身份证反面照',
|
|
|
|
// align: 'center',
|
|
|
|
// dataIndex: 'certBack',
|
|
|
|
// customRender: render.renderImage,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// title: '车辆合格证',
|
|
|
|
// align: 'center',
|
|
|
|
// dataIndex: 'carPic',
|
|
|
|
// customRender: render.renderImage,
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// title: '营业执照',
|
|
|
|
// align: 'center',
|
|
|
|
// dataIndex: 'busLicense',
|
|
|
|
// customRender: render.renderImage,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
title: '创建日期', |
|
|
|
align: 'center', |
|
|
@ -105,22 +115,17 @@ export const columns: BasicColumn[] = [ |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'contractUrl', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '收款方', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'payee', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '收款时间', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'payeeTime', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '支付凭证', |
|
|
|
align: 'center', |
|
|
|
dataIndex: 'payVoucherUrl', |
|
|
|
customRender: render.renderImage, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// title: '收款时间',
|
|
|
|
// align: 'center',
|
|
|
|
// dataIndex: 'payeeTime',
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// title: '支付凭证',
|
|
|
|
// align: 'center',
|
|
|
|
// dataIndex: 'payVoucherUrl',
|
|
|
|
// customRender: render.renderImage,
|
|
|
|
// },
|
|
|
|
]; |
|
|
|
//查询数据
|
|
|
|
export const searchFormSchema: FormSchema[] = [ |
|
|
|