1646 lines
68 KiB
XML
1646 lines
68 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<TenwaReport>
|
|
<datasources>
|
|
<datasource>
|
|
<id>2c9023815726a036015726a496b00001</id>
|
|
<dataSourceName>eleasing_mysql</dataSourceName>
|
|
<dataSourceType>SPRING</dataSourceType>
|
|
<jndi>dataSourceJDBC</jndi>
|
|
<url></url>
|
|
<username></username>
|
|
<driverName></driverName>
|
|
<password></password>
|
|
<dialect>com.tenwa.report.query.dialect.MysqlDialect</dialect>
|
|
<dialectName>Mysql</dialectName>
|
|
</datasource>
|
|
</datasources>
|
|
<reports>
|
|
<report>
|
|
<id>2c9c81b5687ebb7e016975ece74f0251</id>
|
|
<name>信审业务数据分析</name>
|
|
<enname>xsywsj</enname>
|
|
<code>REPORT_CODE_1552461653839</code>
|
|
<isActived>true</isActived>
|
|
<position>44</position>
|
|
<reportType>REPORT</reportType>
|
|
<parentReport>2c9c81b7685efbbc016931c6eff50007</parentReport>
|
|
<children/>
|
|
<layouts>
|
|
<layout>2c9c81b5687ebb7e016975f027810295</layout>
|
|
</layouts>
|
|
</report>
|
|
</reports>
|
|
<tables>
|
|
<table>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0252</id>
|
|
<name>信审业务数据分析</name>
|
|
<enname>xsywsj</enname>
|
|
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
|
<queryType>COMPLEXSQL</queryType>
|
|
<sql>SELECT 
|
|
di.provinces,
|
|
di.distributor_name,
|
|
lpi.project_no,
|
|
psl.specificname,
|
|
CASE
|
|
WHEN lpi.car_type = 'new_car' 
|
|
THEN '新车' 
|
|
WHEN lpi.car_type = 'used_car' 
|
|
THEN '二手车' 
|
|
END car_type,
|
|
CASE
|
|
WHEN lpi.leas_form = '01' 
|
|
THEN '直租' 
|
|
WHEN lpi.leas_form = '02' 
|
|
THEN '回租' 
|
|
END leas_form,
|
|
cl.itemname itemnamejsfs,
|
|
lcct.income_number,
|
|
ROUND(
|
|
(
|
|
lcct.FIRST_PAYMENT / lcct.EQUIP_AMT
|
|
) * 100
|
|
) sfb,
|
|
lcct.EQUIP_AMT EQUIP_AMT,
|
|
lcct.FIRST_PAYMENT FIRST_PAYMENT,
|
|
lcct.YEAR_RATE YEAR_RATE,
|
|
lcct.EQUIP_AMT - lcct.FIRST_PAYMENT rze,
|
|
lfi.fact_money,
|
|
lcct.HANDLING_CHARGE_MONEY sxf,
|
|
IFNULL(
|
|
lcct.INSURANCE_PREMIUM_FINANCE,
|
|
0
|
|
) carbx,
|
|
lcct.PURCHASE_TAX gzf,
|
|
lcct.GPS_FEE GPSF,
|
|
lcct.INCIDENTAL zf,
|
|
lcct.ALL_FIRST_PAYMENT zhsfk,
|
|
lcct.CLEAN_LEASE_MONEY zhrze,
|
|
lcct.RENT_RATIO rzb,
|
|
lul.customer_name customer_name,
|
|
CASE
|
|
WHEN cp.sex = '1' 
|
|
THEN '男' 
|
|
WHEN cp.sex = '2' 
|
|
THEN '女' 
|
|
END sex,
|
|
ci.certid,
|
|
CASE
|
|
WHEN cp.MARRIAGE = '01' 
|
|
THEN '已婚' 
|
|
WHEN cp.MARRIAGE = '02' 
|
|
THEN '未婚' 
|
|
WHEN cp.MARRIAGE = '03' 
|
|
THEN '离异' 
|
|
WHEN cp.MARRIAGE = '04' 
|
|
THEN '丧偶' 
|
|
END MARRIAGE,
|
|
cp.POPULATION POPULATION,
|
|
cp.CHILDRENS_NUMBER znnum,
|
|
CASE
|
|
WHEN ci.customertype = '03' 
|
|
THEN cp.MOBILE 
|
|
WHEN ci.customertype = '01' 
|
|
THEN cc.TEL 
|
|
END cztel,
|
|
clone.itemname xl,
|
|
clsf.itemname jzsf,
|
|
SUBSTRING(
|
|
clcs.itemname,
|
|
CHARACTER_LENGTH(clsf.itemname) + 1
|
|
) jzcs,
|
|
caa.fulladdress jzdz,
|
|
CASE
|
|
WHEN ci.customertype = '03' 
|
|
THEN cp.WORKCORP 
|
|
WHEN ci.customertype = '01' 
|
|
THEN cc.COMPANY_NAME 
|
|
END dwname,
|
|
CASE
|
|
WHEN ci.customertype = '03' 
|
|
THEN cp.WORKADD 
|
|
WHEN ci.customertype = '01' 
|
|
THEN cc.REG_ADDRESS 
|
|
END dwaddress,
|
|
cc.custkind sshy,
|
|
clcz.itemname qyxz,
|
|
fwxz.itemname fwxzname,
|
|
CASE
|
|
WHEN ci.customertype = '03' 
|
|
THEN cp.FAMILYMONTHINCOME 
|
|
WHEN ci.customertype = '01' 
|
|
THEN cc.business_income 
|
|
END zysr,
|
|
cf.NAME poname,
|
|
CASE
|
|
WHEN cf.sex = '1' 
|
|
THEN '男' 
|
|
WHEN cf.sex = '2' 
|
|
THEN '女' 
|
|
END posex,
|
|
CASE
|
|
WHEN cf.shukou = '01' 
|
|
THEN '本地' 
|
|
WHEN cf.shukou = '02' 
|
|
THEN '外地' 
|
|
END pohk,
|
|
CASE
|
|
WHEN cf.Partner_ = 'Y' 
|
|
THEN '是' 
|
|
WHEN cf.Partner_ = 'N' 
|
|
THEN '否' 
|
|
END poisgt,
|
|
cf.SMINCOME poysr,
|
|
lccr.FINAL_SCORE jkrpf,
|
|
ltt.mobile_online_time_info jkrsjsc,
|
|
lec.BRAND carbrand,
|
|
lec.car_series carseries,
|
|
lec.MODEL carmodel,
|
|
CASE
|
|
WHEN lpi.IS_NETCAR = '1' 
|
|
THEN '是' 
|
|
WHEN lpi.IS_NETCAR = '0' 
|
|
THEN '否' 
|
|
END isNetcar,
|
|
CASE
|
|
WHEN lpi.IS_OPERATION = '1' 
|
|
THEN '是' 
|
|
WHEN lpi.IS_OPERATION = '0' 
|
|
THEN '否' 
|
|
END isyy,
|
|
lpi.AFFILIATEDNAME gkfname,
|
|
CASE
|
|
WHEN cft.id IS NULL 
|
|
THEN '没有' 
|
|
ELSE '有' 
|
|
END isgtsqr,
|
|
CASE
|
|
WHEN cft.Spouse_ = 'Y' 
|
|
THEN '配偶' 
|
|
ELSE cft.ASSURE_RELATION 
|
|
END gx,
|
|
CASE
|
|
WHEN lguone.ASSURE_RELATION IS NULL 
|
|
THEN '没有' 
|
|
ELSE '有' 
|
|
END isdbr1,
|
|
lguone.ASSURE_RELATION dbrgx1,
|
|
CASE
|
|
WHEN lgutwo.ASSURE_RELATION IS NULL 
|
|
THEN '没有' 
|
|
ELSE '有' 
|
|
END isdbr2,
|
|
lgutwo.ASSURE_RELATION dbrgx2,
|
|
CASE
|
|
WHEN ft.endtime IS NULL 
|
|
THEN '审批中' 
|
|
ELSE '已审批' 
|
|
END spstatus,
|
|
dqyq.overduerent dqje,
|
|
CASE
|
|
WHEN (
|
|
dqyq.overdue_days > 0 
|
|
OR dqyq.overdue_days IS NULL
|
|
) 
|
|
THEN dqyq.overdue_days 
|
|
ELSE 0 
|
|
END dqts,
|
|
lsyq.lsts lsts,
|
|
lsyq.lscs,
|
|
lsyq.zgyqqs,
|
|
lsyq.zdts zdts 
|
|
FROM
|
|
lb_project_info lpi 
|
|
LEFT JOIN distributor_info di 
|
|
ON lpi.distributor_id = di.distributor_no 
|
|
LEFT JOIN PRD_SPECIFIC_LIBRARY psl 
|
|
ON psl.productid = lpi.product_id 
|
|
LEFT JOIN flow_bussiness_object fbo 
|
|
ON fbo.proj_id = lpi.id 
|
|
AND fbo.flow_name = '业务申请流程' 
|
|
LEFT JOIN lc_calc_condition_temp lcct 
|
|
ON lcct.flowunid = fbo.flow_unid 
|
|
LEFT JOIN code_library cl 
|
|
ON cl.itemno = lcct.settle_method 
|
|
AND cl.codeno = 'settle_method' 
|
|
LEFT JOIN lc_fund_income lfi 
|
|
ON lfi.project_id = lpi.id 
|
|
AND lfi.pay_type = 'pay_type_out' 
|
|
AND lfi.fee_type = 'feetype10' 
|
|
AND lfi.settle_method = 'settlemethod6' 
|
|
AND lfi.pay_status = 'have_paid' 
|
|
AND lfi.ebank_status = '05' 
|
|
LEFT JOIN lb_union_lessee lul 
|
|
ON lul.project_id = lpi.id 
|
|
LEFT JOIN customer_info ci 
|
|
ON lul.customer_id = ci.customerid 
|
|
LEFT JOIN customer_person cp 
|
|
ON lul.customer_id = cp.customerId 
|
|
LEFT JOIN customer_company cc 
|
|
ON lul.customer_id = cc.customerid 
|
|
LEFT JOIN code_library clone 
|
|
ON clone.itemno = cp.EDUEXPERIENCE 
|
|
AND clone.codeno = 'Education' 
|
|
LEFT JOIN (SELECT fulladdress ,LEFT(province, 2) a,LEFT(province, 4) b,customerid FROM CUSTOMER_ADDRESS) caa 
|
|
ON lul.customer_id = caa.customerid 
|
|
LEFT JOIN code_library clsf 
|
|
ON clsf.sortno = caa.a
|
|
AND clsf.CodeNO = 'AreaCode' 
|
|
LEFT JOIN code_library clcs 
|
|
ON clcs.bankno = CONCAT(caa.b,'00' )
|
|
AND clcs.CodeNO = 'AreaCode' 
|
|
LEFT JOIN code_library clcz 
|
|
ON (
|
|
clcz.itemno = cp.Unit_nature 
|
|
OR clcz.itemno = cc.unit_properties
|
|
) 
|
|
AND clcz.codeno = 'Unit_nature' 
|
|
LEFT JOIN code_library fwxz 
|
|
ON fwxz.itemno = cp.Property_type 
|
|
AND fwxz.codeno = 'Property_type' 
|
|
LEFT JOIN CUSTOMER_FAMILY cf 
|
|
ON cf.project_id = lpi.id 
|
|
AND cf.Spouse_ = 'Y' 
|
|
LEFT JOIN LB_CAR_CREDIT_PERSONAL_INFO_TEMP lccr 
|
|
ON lccr.flowunid = fbo.flow_unid 
|
|
AND ci.certid = lccr.certid 
|
|
LEFT JOIN LB_TELONLINE ltt 
|
|
ON ltt.project_id = lpi.id 
|
|
AND ltt.person_id = ci.certid 
|
|
LEFT JOIN LB_EQUIPMENT_CAR lec 
|
|
ON lec.project_id = lpi.id 
|
|
LEFT JOIN CUSTOMER_FAMILY cft 
|
|
ON cft.project_id = lpi.id 
|
|
AND cft.Partner_ = 'Y' 
|
|
LEFT JOIN 
|
|
(SELECT 
|
|
(
|
|
@i := 
|
|
CASE
|
|
WHEN @pre_parent_code = project_id 
|
|
THEN @i + 1 
|
|
ELSE 1 
|
|
END
|
|
) pm,
|
|
project_id project_id,
|
|
FULLNAME dbname,
|
|
CERTID CERTID,
|
|
ADDRESS ADDRESS,
|
|
ASSURE_RELATION ASSURE_RELATION,
|
|
(@pre_parent_code := project_id) 
|
|
FROM
|
|
lb_guarantee_unit,
|
|
(SELECT 
|
|
@i := 0,
|
|
@pre_parent_code := '') AS a 
|
|
GROUP BY project_id,
|
|
id 
|
|
ORDER BY project_id) lguone 
|
|
ON lguone.project_id = lpi.id 
|
|
AND lguone.pm = '1' 
|
|
LEFT JOIN 
|
|
(SELECT 
|
|
(
|
|
@i := 
|
|
CASE
|
|
WHEN @pre_parent_code = project_id 
|
|
THEN @i + 1 
|
|
ELSE 1 
|
|
END
|
|
) pm,
|
|
project_id project_id,
|
|
FULLNAME dbname,
|
|
CERTID CERTID,
|
|
ADDRESS ADDRESS,
|
|
ASSURE_RELATION ASSURE_RELATION,
|
|
(@pre_parent_code := project_id) 
|
|
FROM
|
|
lb_guarantee_unit,
|
|
(SELECT 
|
|
@i := 0,
|
|
@pre_parent_code := '') AS a 
|
|
GROUP BY project_id,
|
|
id 
|
|
ORDER BY project_id) lgutwo 
|
|
ON lgutwo.project_id = lpi.id 
|
|
AND lgutwo.pm = '2' 
|
|
LEFT JOIN flow_task ft 
|
|
ON fbo.flow_unid = ft.objectno 
|
|
AND (
|
|
ft.phasename = '结束' 
|
|
OR ft.phasename = '否决'
|
|
) 
|
|
LEFT JOIN 
|
|
(SELECT 
|
|
vorp.project_id project_id,
|
|
vorp.overduerent overduerent,
|
|
vorp.overdue_days overdue_days 
|
|
FROM
|
|
vi_overdue_rent_plan AS vorp 
|
|
WHERE vorp.plan_date = 
|
|
(SELECT 
|
|
MAX(plan_date) 
|
|
FROM
|
|
vi_overdue_rent_plan 
|
|
WHERE vorp.contract_id = contract_id)) dqyq 
|
|
ON dqyq.project_id = lpi.id 
|
|
LEFT JOIN 
|
|
(SELECT 
|
|
SUM(overdue_days) lsts,
|
|
COUNT(overduerent) lscs,
|
|
MAX(overdue_days) zdts,
|
|
CEIL(MAX(overdue_days) / 30) zgyqqs,
|
|
project_id 
|
|
FROM
|
|
vi_overdue_rent_plan 
|
|
WHERE overdue_days > 0 
|
|
GROUP BY contract_id) lsyq 
|
|
ON lsyq.project_id = lpi.id 
|
|
WHERE lpi.BUSINESSTYPE = '1'</sql>
|
|
<sqlParamValue></sqlParamValue>
|
|
<columns>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0278</id>
|
|
<name>provinces</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>省份</label>
|
|
<enLabel>provinces</enLabel>
|
|
<width>100</width>
|
|
<position>0</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0260</id>
|
|
<name>distributor_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>经销商/SP名称</label>
|
|
<enLabel>distributor_name</enLabel>
|
|
<width>150</width>
|
|
<position>2</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea026c</id>
|
|
<name>project_no</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>申请编号</label>
|
|
<enLabel>project_no</enLabel>
|
|
<width>100</width>
|
|
<position>3</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0289</id>
|
|
<name>specificname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>产品名称</label>
|
|
<enLabel>specificname</enLabel>
|
|
<width>110</width>
|
|
<position>4</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb028d</id>
|
|
<name>car_type</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车辆属性</label>
|
|
<enLabel>car_type</enLabel>
|
|
<width>100</width>
|
|
<position>5</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0268</id>
|
|
<name>leas_form</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>租赁方式</label>
|
|
<enLabel>leas_form</enLabel>
|
|
<width>100</width>
|
|
<position>6</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0284</id>
|
|
<name>itemnamejsfs</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>租金计算方式</label>
|
|
<enLabel>itemnamejsfs</enLabel>
|
|
<width>100</width>
|
|
<position>7</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea027b</id>
|
|
<name>income_number</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资期数</label>
|
|
<enLabel>income_number</enLabel>
|
|
<width>100</width>
|
|
<position>8</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0285</id>
|
|
<name>sfb</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>首付比例(%)</label>
|
|
<enLabel>sfb</enLabel>
|
|
<width>100</width>
|
|
<position>9</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb0291</id>
|
|
<name>EQUIP_AMT</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>车价</label>
|
|
<enLabel>EQUIP_AMT</enLabel>
|
|
<width>100</width>
|
|
<position>10</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea027d</id>
|
|
<name>FIRST_PAYMENT</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>车价首付款</label>
|
|
<enLabel>FIRST_PAYMENT</enLabel>
|
|
<width>100</width>
|
|
<position>11</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0269</id>
|
|
<name>YEAR_RATE</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>利率(%)</label>
|
|
<enLabel>YEAR_RATE</enLabel>
|
|
<width>100</width>
|
|
<position>12</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0256</id>
|
|
<name>rze</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资额</label>
|
|
<enLabel>rze</enLabel>
|
|
<width>100</width>
|
|
<position>13</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0286</id>
|
|
<name>fact_money</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>放款金额</label>
|
|
<enLabel>fact_money</enLabel>
|
|
<width>100</width>
|
|
<position>14</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a0299</id>
|
|
<name>sxf</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>手续费</label>
|
|
<enLabel>sxf</enLabel>
|
|
<width>100</width>
|
|
<position>15</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a0297</id>
|
|
<name>carbx</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>保险费</label>
|
|
<enLabel>carbx</enLabel>
|
|
<width>100</width>
|
|
<position>16</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a0298</id>
|
|
<name>gzf</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>购置税</label>
|
|
<enLabel>gzf</enLabel>
|
|
<width>100</width>
|
|
<position>17</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a029a</id>
|
|
<name>GPSF</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>GPS安装服务费</label>
|
|
<enLabel>GPSF</enLabel>
|
|
<width>100</width>
|
|
<position>18</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a0296</id>
|
|
<name>zf</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>杂费</label>
|
|
<enLabel>zf</enLabel>
|
|
<width>100</width>
|
|
<position>19</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a029d</id>
|
|
<name>zhsfk</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>综合首付款</label>
|
|
<enLabel>zhsfk</enLabel>
|
|
<width>100</width>
|
|
<position>20</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a029b</id>
|
|
<name>zhrze</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>综合融资额</label>
|
|
<enLabel>zhrze</enLabel>
|
|
<width>100</width>
|
|
<position>21</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975f4841a029c</id>
|
|
<name>rzb</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融租比</label>
|
|
<enLabel>rzb</enLabel>
|
|
<width>100</width>
|
|
<position>22</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea027c</id>
|
|
<name>customer_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>借款人姓名</label>
|
|
<enLabel>customer_name</enLabel>
|
|
<width>100</width>
|
|
<position>23</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea025f</id>
|
|
<name>sex</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>性别</label>
|
|
<enLabel>sex</enLabel>
|
|
<width>100</width>
|
|
<position>24</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0273</id>
|
|
<name>certid</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>身份证号</label>
|
|
<enLabel>certid</enLabel>
|
|
<width>150</width>
|
|
<position>25</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0271</id>
|
|
<name>MARRIAGE</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>婚姻情况</label>
|
|
<enLabel>MARRIAGE</enLabel>
|
|
<width>100</width>
|
|
<position>26</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea025d</id>
|
|
<name>POPULATION</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>家庭人口数</label>
|
|
<enLabel>POPULATION</enLabel>
|
|
<width>100</width>
|
|
<position>27</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0257</id>
|
|
<name>znnum</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>子女数</label>
|
|
<enLabel>znnum</enLabel>
|
|
<width>100</width>
|
|
<position>28</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0281</id>
|
|
<name>cztel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>手机号</label>
|
|
<enLabel>cztel</enLabel>
|
|
<width>100</width>
|
|
<position>29</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0265</id>
|
|
<name>xl</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>学历</label>
|
|
<enLabel>xl</enLabel>
|
|
<width>100</width>
|
|
<position>30</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0266</id>
|
|
<name>jzsf</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住省份</label>
|
|
<enLabel>jzsf</enLabel>
|
|
<width>100</width>
|
|
<position>31</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea025e</id>
|
|
<name>jzcs</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住城市</label>
|
|
<enLabel>jzcs</enLabel>
|
|
<width>100</width>
|
|
<position>32</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0276</id>
|
|
<name>jzdz</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住地址</label>
|
|
<enLabel>jzdz</enLabel>
|
|
<width>300</width>
|
|
<position>33</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea027e</id>
|
|
<name>dwname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位名称</label>
|
|
<enLabel>dwname</enLabel>
|
|
<width>150</width>
|
|
<position>34</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0277</id>
|
|
<name>dwaddress</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位地址</label>
|
|
<enLabel>dwaddress</enLabel>
|
|
<width>200</width>
|
|
<position>35</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0270</id>
|
|
<name>sshy</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>所属行业</label>
|
|
<enLabel>sshy</enLabel>
|
|
<width>100</width>
|
|
<position>36</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea025c</id>
|
|
<name>qyxz</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>企业性质</label>
|
|
<enLabel>qyxz</enLabel>
|
|
<width>100</width>
|
|
<position>37</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0258</id>
|
|
<name>fwxzname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>房屋性质</label>
|
|
<enLabel>fwxzname</enLabel>
|
|
<width>100</width>
|
|
<position>38</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0272</id>
|
|
<name>zysr</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>月收入</label>
|
|
<enLabel>zysr</enLabel>
|
|
<width>100</width>
|
|
<position>39</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea026a</id>
|
|
<name>poname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>配偶姓名</label>
|
|
<enLabel>poname</enLabel>
|
|
<width>100</width>
|
|
<position>40</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0282</id>
|
|
<name>posex</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>性别</label>
|
|
<enLabel>posex</enLabel>
|
|
<width>100</width>
|
|
<position>41</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea025b</id>
|
|
<name>pohk</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>户口性质</label>
|
|
<enLabel>pohk</enLabel>
|
|
<width>100</width>
|
|
<position>42</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0267</id>
|
|
<name>poisgt</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>是否为共同申请人</label>
|
|
<enLabel>poisgt</enLabel>
|
|
<width>110</width>
|
|
<position>43</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb028f</id>
|
|
<name>poysr</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>月收入</label>
|
|
<enLabel>poysr</enLabel>
|
|
<width>100</width>
|
|
<position>44</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0264</id>
|
|
<name>jkrpf</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>借款人同盾评分</label>
|
|
<enLabel>jkrpf</enLabel>
|
|
<width>100</width>
|
|
<position>45</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb028b</id>
|
|
<name>jkrsjsc</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>借款人手机在网时长</label>
|
|
<enLabel>jkrsjsc</enLabel>
|
|
<width>130</width>
|
|
<position>46</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0279</id>
|
|
<name>carbrand</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>汽车品牌</label>
|
|
<enLabel>carbrand</enLabel>
|
|
<width>100</width>
|
|
<position>47</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb028a</id>
|
|
<name>carseries</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车系</label>
|
|
<enLabel>carseries</enLabel>
|
|
<width>100</width>
|
|
<position>48</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb0293</id>
|
|
<name>carmodel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车型</label>
|
|
<enLabel>carmodel</enLabel>
|
|
<width>100</width>
|
|
<position>49</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0287</id>
|
|
<name>isNetcar</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>是否是网约车</label>
|
|
<enLabel>isNetcar</enLabel>
|
|
<width>100</width>
|
|
<position>50</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0259</id>
|
|
<name>isyy</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车辆是否为营运性质</label>
|
|
<enLabel>isyy</enLabel>
|
|
<width>140</width>
|
|
<position>51</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0274</id>
|
|
<name>gkfname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>挂靠方名称</label>
|
|
<enLabel>gkfname</enLabel>
|
|
<width>260</width>
|
|
<position>52</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0261</id>
|
|
<name>isgtsqr</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>是否有共同申请人</label>
|
|
<enLabel>isgtsqr</enLabel>
|
|
<width>130</width>
|
|
<position>53</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0263</id>
|
|
<name>gx</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>共同申请人与申请人关系</label>
|
|
<enLabel>gx</enLabel>
|
|
<width>150</width>
|
|
<position>54</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0275</id>
|
|
<name>isdbr1</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>是否有担保人1</label>
|
|
<enLabel>isdbr1</enLabel>
|
|
<width>100</width>
|
|
<position>55</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0283</id>
|
|
<name>dbrgx1</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人1与主申请人关系</label>
|
|
<enLabel>dbrgx1</enLabel>
|
|
<width>160</width>
|
|
<position>56</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb0292</id>
|
|
<name>isdbr2</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>是否有担保人2</label>
|
|
<enLabel>isdbr2</enLabel>
|
|
<width>100</width>
|
|
<position>57</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0280</id>
|
|
<name>dbrgx2</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人2与主申请人关系</label>
|
|
<enLabel>dbrgx2</enLabel>
|
|
<width>160</width>
|
|
<position>58</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb0290</id>
|
|
<name>spstatus</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>合同状态</label>
|
|
<enLabel>spstatus</enLabel>
|
|
<width>100</width>
|
|
<position>59</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0288</id>
|
|
<name>dqje</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>当前逾期金额</label>
|
|
<enLabel>dqje</enLabel>
|
|
<width>100</width>
|
|
<position>60</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea025a</id>
|
|
<name>dqts</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>当前逾期天数</label>
|
|
<enLabel>dqts</enLabel>
|
|
<width>100</width>
|
|
<position>61</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb0294</id>
|
|
<name>lsts</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>历史逾期总天数</label>
|
|
<enLabel>lsts</enLabel>
|
|
<width>100</width>
|
|
<position>62</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea0254</id>
|
|
<name>lscs</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>历史逾期次数</label>
|
|
<enLabel>lscs</enLabel>
|
|
<width>100</width>
|
|
<position>63</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47ea026f</id>
|
|
<name>zgyqqs</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>最高连续逾期期数</label>
|
|
<enLabel>zgyqqs</enLabel>
|
|
<width>110</width>
|
|
<position>64</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e016975ef47eb028c</id>
|
|
<name>zdts</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>最高逾期天数</label>
|
|
<enLabel>zdts</enLabel>
|
|
<width>100</width>
|
|
<position>65</position>
|
|
<isVisible>true</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
</columns>
|
|
<controls/>
|
|
<searchs/>
|
|
<searchExpress></searchExpress>
|
|
<filters>
|
|
<filter>
|
|
<id>2c9c81b5687ebb7e01697604b556029e</id>
|
|
<name>project_no</name>
|
|
<enname>project_no</enname>
|
|
<label>申请编号</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>0</position>
|
|
</filter>
|
|
<filter>
|
|
<id>2c9c81b5687ebb7e01697605880e029f</id>
|
|
<name>customer_name</name>
|
|
<enname>customer_name</enname>
|
|
<label>借款人姓名</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>1</position>
|
|
</filter>
|
|
</filters>
|
|
<filterExpress></filterExpress>
|
|
<pageSize>20</pageSize>
|
|
<showRowNumber>false</showRowNumber>
|
|
<showTotalTitle>false</showTotalTitle>
|
|
<isScale>false</isScale>
|
|
<isCache>false</isCache>
|
|
<isExcel>false</isExcel>
|
|
</table>
|
|
</tables>
|
|
<charts/>
|
|
<pages/>
|
|
<layouts>
|
|
<layout>
|
|
<id>2c9c81b5687ebb7e016975f027810295</id>
|
|
<divHeight>0</divHeight>
|
|
<divWidth>0</divWidth>
|
|
<position>0</position>
|
|
<contentId>TABLE#2c9c81b5687ebb7e016975ef47ea0252</contentId>
|
|
<report>2c9c81b5687ebb7e016975ece74f0251</report>
|
|
<contentType>TABLE</contentType>
|
|
</layout>
|
|
</layouts>
|
|
</TenwaReport>
|