1960 lines
80 KiB
XML
1960 lines
80 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>2c9c81b5687ebb7e01696fde734401fd</id>
|
|
<name>审批台账</name>
|
|
<enname>sptz</enname>
|
|
<code>REPORT_CODE_1552360043332</code>
|
|
<isActived>true</isActived>
|
|
<position>43</position>
|
|
<reportType>REPORT</reportType>
|
|
<parentReport>2c9c81b7685efbbc016931c6eff50007</parentReport>
|
|
<children/>
|
|
<layouts>
|
|
<layout>2c9c81b5687ebb7e0169700262810250</layout>
|
|
</layouts>
|
|
</report>
|
|
</reports>
|
|
<tables>
|
|
<table>
|
|
<id>2c9c81b5687ebb7e01696fdf578901fe</id>
|
|
<name>审批台账</name>
|
|
<enname>sptz</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 zjjsfs,
|
|
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
|
|
) clbx,
|
|
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 szjzd,
|
|
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.operat_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,
|
|
cf.certid pocertid,
|
|
cf.tel potel,
|
|
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.SUNAME podwname,
|
|
cf.SUPHONE podwtel,
|
|
cf.SPOSITION podwzc,
|
|
cf.SMINCOME poysr,
|
|
cf.WORKUNIT pojzd,
|
|
cft.NAME gtname,
|
|
CASE
|
|
WHEN cft.Spouse_ = 'Y'
|
|
THEN '配偶'
|
|
ELSE cft.ASSURE_RELATION
|
|
END gtgx,
|
|
clgt.itemname gtcertidtype,
|
|
cft.CERTID gtcertid,
|
|
CASE
|
|
WHEN cft.sex = '1'
|
|
THEN '男'
|
|
WHEN cft.sex = '2'
|
|
THEN '女'
|
|
END gtsex,
|
|
cft.tel gttel,
|
|
CASE
|
|
WHEN cft.shukou = '01'
|
|
THEN '本地'
|
|
WHEN cft.shukou = '02'
|
|
THEN '外地'
|
|
END gthk,
|
|
cft.suname gtdwname,
|
|
cft.suphone gtdwtel,
|
|
cft.sposition gtdwzc,
|
|
cft.smincome gtysr,
|
|
cft.workunit gtjzd,
|
|
lguone.dbname dbname1,
|
|
lguone.certid dbcertid,
|
|
lguone.address dbaddress,
|
|
lgutwo.dbname dbname2,
|
|
lgutwo.certid certid2,
|
|
lgutwo.address dbaddress2,
|
|
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,
|
|
fbo.inputtime stattime,
|
|
ft.endtime endtime,
|
|
csyj.itemname,
|
|
CASE
|
|
WHEN fo.flowno = 'BusinessApplyFlow'
|
|
AND (
|
|
fo.phasename = '结束'
|
|
OR fo.phasename = '通过'
|
|
)
|
|
THEN '业务申请通过'
|
|
WHEN fo.flowno = 'BusinessApplyFlow'
|
|
AND fo.phasename = '否决'
|
|
THEN '业务申请否决'
|
|
WHEN fo.flowno = 'BusinessApplyFlow'
|
|
THEN '审批中'
|
|
WHEN fo.flowno = 'BusinessCancelFlow'
|
|
AND fo.phasename = '结束'
|
|
THEN '审批通过后撤销'
|
|
END spstatus,
|
|
case when (ft.endtime is null) then ft.username end as asdname
|
|
FROM
|
|
flow_bussiness_object fbo
|
|
LEFT JOIN flow_object fo
|
|
ON fo.objectno = fbo.flow_unid
|
|
LEFT JOIN lb_project_info_temp lpi
|
|
ON fbo.proj_id = lpi.id
|
|
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 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 (select project_id,max(customer_name) customer_name,max(customer_id) customer_id from lb_union_lessee_temp group by project_id) lul
|
|
ON lul.project_id = lpi.id
|
|
LEFT JOIN (select
|
|
certid,
|
|
customertype,
|
|
customerid
|
|
from customer_info_temp group by customerid) ci
|
|
ON lul.customer_id = ci.customerid
|
|
LEFT JOIN (select
|
|
customerId,
|
|
EDUEXPERIENCE,
|
|
Unit_nature,
|
|
Property_type,
|
|
sex,
|
|
MARRIAGE,
|
|
POPULATION,
|
|
CHILDRENS_NUMBER,
|
|
MOBILE,
|
|
WORKCORP,
|
|
WORKADD,
|
|
FAMILYMONTHINCOME
|
|
FROM customer_person_temp group by customerId) 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,customerid,LEFT(province, 2) a ,LEFT(province, 4) b FROM CUSTOMER_ADDRESS_temp group by customerid) caa
|
|
ON lul.customer_id = caa.customerid
|
|
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 code_library clsf
|
|
ON clsf.sortno = caa.a
|
|
AND clsf.CodeNO = 'AreaCode'
|
|
LEFT JOIN code_library clcs
|
|
ON clcs.sortno = caa.b
|
|
AND clcs.CodeNO = 'AreaCode'
|
|
LEFT JOIN (select
|
|
NAME,
|
|
sex,
|
|
certid,
|
|
tel,
|
|
shukou,
|
|
Partner_,
|
|
SUNAME,
|
|
SUPHONE,
|
|
SPOSITION,
|
|
SMINCOME,
|
|
WORKUNIT,
|
|
project_id,
|
|
Spouse_ from
|
|
CUSTOMER_FAMILY_temp group by project_id) cf
|
|
ON cf.project_id = lpi.id
|
|
AND cf.Spouse_ = 'Y'
|
|
LEFT JOIN (select
|
|
BRAND,
|
|
car_series,
|
|
MODEL,
|
|
project_id
|
|
from
|
|
LB_EQUIPMENT_CAR_temp group by project_id) lec
|
|
ON lec.project_id = lpi.id
|
|
LEFT JOIN CUSTOMER_FAMILY cft
|
|
ON cft.project_id = lpi.id
|
|
AND cft.Partner_ = 'Y'
|
|
LEFT JOIN code_library clgt
|
|
ON clgt.itemno = cft.certtype
|
|
AND clgt.codeno = 'CertType'
|
|
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,
|
|
(@pre_parent_code := project_id)
|
|
FROM
|
|
lb_guarantee_unit_temp,
|
|
(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,
|
|
(@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 (select ft.username,ft.endtime,ft.relativeserialno,ft.objectno from flow_task ft where (ft.endtime is null or ft.phaseno = '1000' or ft.phaseno = '8000')) ft
|
|
ON fbo.flow_unid = ft.objectno
|
|
LEFT JOIN
|
|
(SELECT
|
|
clsp.itemname,
|
|
newft.objectno
|
|
FROM
|
|
(SELECT
|
|
ft.relativeobjectno,
|
|
ft.begintime,
|
|
ft.objectno
|
|
FROM
|
|
flow_task AS ft
|
|
WHERE begintime =
|
|
(SELECT
|
|
MAX(begintime)
|
|
FROM
|
|
flow_task
|
|
WHERE ft.objectno = objectno
|
|
AND phaseno = '0030')) newft
|
|
LEFT JOIN flow_opinion_business fob
|
|
ON newft.relativeobjectno = fob.serialno
|
|
LEFT JOIN code_library clsp
|
|
ON clsp.itemno = fob.phaseopinion
|
|
AND clsp.codeno = 'disagreeOP') csyj
|
|
ON csyj.objectno = ft.objectno
|
|
WHERE lpi.BUSINESSTYPE = '1'
|
|
AND (
|
|
fbo.flow_name = '业务申请流程'
|
|
)
|
|
AND ISNULL(ft.relativeserialno) =0
|
|
GROUP BY fbo.flow_unid </sql>
|
|
<sqlParamValue></sqlParamValue>
|
|
<columns>
|
|
<column>
|
|
<id>2c9c81b5687ebb7e01696fdf57890244</id>
|
|
<name>provinces</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>地区</label>
|
|
<enLabel>provinces</enLabel>
|
|
<width>100</width>
|
|
<position>79</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>2c9c81b5687ebb7e01696fdf57890245</id>
|
|
<name>distributor_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>经销商/SP名称</label>
|
|
<enLabel>distributor_name</enLabel>
|
|
<width>150</width>
|
|
<position>80</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>2c9c81b5687ebb7e01696fdf57890233</id>
|
|
<name>project_no</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>申请编号</label>
|
|
<enLabel>project_no</enLabel>
|
|
<width>100</width>
|
|
<position>81</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>2c9c81b5687ebb7e01696fdf57890214</id>
|
|
<name>specificname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>产品名称</label>
|
|
<enLabel>specificname</enLabel>
|
|
<width>200</width>
|
|
<position>82</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>2c9c81b5687ebb7e01696fdf57890249</id>
|
|
<name>car_type</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车辆属性</label>
|
|
<enLabel>car_type</enLabel>
|
|
<width>100</width>
|
|
<position>83</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>2c9c81b5687ebb7e01696fdf5789024a</id>
|
|
<name>leas_form</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>租赁方式</label>
|
|
<enLabel>leas_form</enLabel>
|
|
<width>100</width>
|
|
<position>84</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>2c9c81b5687ebb7e01696ffdb52b024d</id>
|
|
<name>zjjsfs</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>租金计算方式</label>
|
|
<enLabel>zjjsfs</enLabel>
|
|
<width>100</width>
|
|
<position>85</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>2c9c81b5687ebb7e01696fdf57890211</id>
|
|
<name>income_number</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资期数</label>
|
|
<enLabel>income_number</enLabel>
|
|
<width>100</width>
|
|
<position>86</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>2c9c81b5687ebb7e01696fdf578901ff</id>
|
|
<name>sfb</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>首付比例(%)</label>
|
|
<enLabel>sfb</enLabel>
|
|
<width>100</width>
|
|
<position>87</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>2c9c81b5687ebb7e01696fdf57890239</id>
|
|
<name>EQUIP_AMT</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>车价</label>
|
|
<enLabel>EQUIP_AMT</enLabel>
|
|
<width>100</width>
|
|
<position>88</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>2c9c81b5687ebb7e01696fdf5789020e</id>
|
|
<name>FIRST_PAYMENT</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>车价首付款</label>
|
|
<enLabel>FIRST_PAYMENT</enLabel>
|
|
<width>100</width>
|
|
<position>89</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>2c9c81b5687ebb7e01696fdf57890212</id>
|
|
<name>YEAR_RATE</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>利率(%)</label>
|
|
<enLabel>YEAR_RATE</enLabel>
|
|
<width>100</width>
|
|
<position>90</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>2c9c81b5687ebb7e01696fdf5789020f</id>
|
|
<name>rze</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资额</label>
|
|
<enLabel>rze</enLabel>
|
|
<width>100</width>
|
|
<position>91</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>2c9c81b5687ebb7e01696fdf57890226</id>
|
|
<name>fact_money</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>放款金额</label>
|
|
<enLabel>fact_money</enLabel>
|
|
<width>100</width>
|
|
<position>92</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>2c9c81b5687ebb7e01696fdf57890231</id>
|
|
<name>sxf</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>手续费</label>
|
|
<enLabel>sxf</enLabel>
|
|
<width>100</width>
|
|
<position>93</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>2c9c81b5687ebb7e01696fdf57890221</id>
|
|
<name>clbx</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>车辆保险费</label>
|
|
<enLabel>clbx</enLabel>
|
|
<width>100</width>
|
|
<position>94</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>2c9c81b5687ebb7e01696fdf57890247</id>
|
|
<name>gzf</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>购置税</label>
|
|
<enLabel>gzf</enLabel>
|
|
<width>100</width>
|
|
<position>95</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>2c9c81b5687ebb7e01696fdf57890208</id>
|
|
<name>GPSF</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>GPS安装服务费</label>
|
|
<enLabel>GPSF</enLabel>
|
|
<width>100</width>
|
|
<position>96</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>2c9c81b5687ebb7e01696fdf57890236</id>
|
|
<name>zf</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>杂费</label>
|
|
<enLabel>zf</enLabel>
|
|
<width>100</width>
|
|
<position>97</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>2c9c81b5687ebb7e01696fdf5789022f</id>
|
|
<name>zhsfk</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>综合首付款</label>
|
|
<enLabel>zhsfk</enLabel>
|
|
<width>100</width>
|
|
<position>98</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>2c9c81b5687ebb7e01696fdf57890216</id>
|
|
<name>zhrze</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>综合融资额</label>
|
|
<enLabel>zhrze</enLabel>
|
|
<width>100</width>
|
|
<position>99</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>2c9c81b5687ebb7e01696fe7b19c024c</id>
|
|
<name>rzb</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融租比</label>
|
|
<enLabel>rzb</enLabel>
|
|
<width>100</width>
|
|
<position>100</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>2c9c81b5687ebb7e01696fdf5789023e</id>
|
|
<name>customer_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>借款人姓名</label>
|
|
<enLabel>customer_name</enLabel>
|
|
<width>100</width>
|
|
<position>101</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>2c9c81b5687ebb7e01696fdf57890201</id>
|
|
<name>sex</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>性别</label>
|
|
<enLabel>sex</enLabel>
|
|
<width>100</width>
|
|
<position>102</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>2c9c81b5687ebb7e01696fdf5789021b</id>
|
|
<name>certid</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>身份证号</label>
|
|
<enLabel>certid</enLabel>
|
|
<width>150</width>
|
|
<position>103</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>2c9c81b5687ebb7e01696fdf57890230</id>
|
|
<name>MARRIAGE</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>婚姻情况</label>
|
|
<enLabel>MARRIAGE</enLabel>
|
|
<width>100</width>
|
|
<position>104</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>2c9c81b5687ebb7e01696fdf57890248</id>
|
|
<name>POPULATION</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>家庭人口数</label>
|
|
<enLabel>POPULATION</enLabel>
|
|
<width>100</width>
|
|
<position>105</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>2c9c81b5687ebb7e01696fdf57890234</id>
|
|
<name>znnum</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>子女数</label>
|
|
<enLabel>znnum</enLabel>
|
|
<width>100</width>
|
|
<position>106</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>2c9c81b5687ebb7e01696fdf57890238</id>
|
|
<name>cztel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>手机号</label>
|
|
<enLabel>cztel</enLabel>
|
|
<width>100</width>
|
|
<position>107</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>2c9c81b5687ebb7e01696fdf57890243</id>
|
|
<name>xl</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>学历</label>
|
|
<enLabel>xl</enLabel>
|
|
<width>100</width>
|
|
<position>108</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>2c9c81b5687ebb7e01696fdf57890209</id>
|
|
<name>jzsf</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住省份</label>
|
|
<enLabel>jzsf</enLabel>
|
|
<width>100</width>
|
|
<position>109</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>2c9c81b5687ebb7e01696fdf5789022c</id>
|
|
<name>jzcs</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住城市</label>
|
|
<enLabel>jzcs</enLabel>
|
|
<width>100</width>
|
|
<position>110</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>2c9c81b5687ebb7e01696fdf57890241</id>
|
|
<name>szjzd</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住地址</label>
|
|
<enLabel>szjzd</enLabel>
|
|
<width>250</width>
|
|
<position>111</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>2c9c81b5687ebb7e01696fdf57890223</id>
|
|
<name>dwname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位名称</label>
|
|
<enLabel>dwname</enLabel>
|
|
<width>180</width>
|
|
<position>112</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>2c9c81b5687ebb7e01696fdf57890229</id>
|
|
<name>dwaddress</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位地址</label>
|
|
<enLabel>dwaddress</enLabel>
|
|
<width>250</width>
|
|
<position>113</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>2c9c81b5687ebb7e01696fdf5789023d</id>
|
|
<name>sshy</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>所属行业</label>
|
|
<enLabel>sshy</enLabel>
|
|
<width>100</width>
|
|
<position>114</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>2c9c81b5687ebb7e01696fdf5789021c</id>
|
|
<name>qyxz</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>企业性质</label>
|
|
<enLabel>qyxz</enLabel>
|
|
<width>100</width>
|
|
<position>115</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>2c9c81b5687ebb7e01696fdf57890215</id>
|
|
<name>fwxzname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>房屋性质</label>
|
|
<enLabel>fwxzname</enLabel>
|
|
<width>100</width>
|
|
<position>116</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>2c9c81b5687ebb7e01696fdf5789022b</id>
|
|
<name>zysr</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>月收入</label>
|
|
<enLabel>zysr</enLabel>
|
|
<width>100</width>
|
|
<position>117</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>2c9c81b5687ebb7e01696fdf57890210</id>
|
|
<name>poname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>配偶姓名</label>
|
|
<enLabel>poname</enLabel>
|
|
<width>100</width>
|
|
<position>118</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>2c9c81b5687ebb7e01696fdf57890224</id>
|
|
<name>posex</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>性别</label>
|
|
<enLabel>posex</enLabel>
|
|
<width>100</width>
|
|
<position>119</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>2c9c81b5687ebb7e01696fdf5789020a</id>
|
|
<name>pocertid</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>证件号码</label>
|
|
<enLabel>pocertid</enLabel>
|
|
<width>150</width>
|
|
<position>120</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>2c9c81b5687ebb7e01696fdf57890218</id>
|
|
<name>potel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>手机号</label>
|
|
<enLabel>potel</enLabel>
|
|
<width>100</width>
|
|
<position>121</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>2c9c81b5687ebb7e01696fdf5789022a</id>
|
|
<name>pohk</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>户口性质</label>
|
|
<enLabel>pohk</enLabel>
|
|
<width>100</width>
|
|
<position>122</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>2c9c81b5687ebb7e01696fdf57890205</id>
|
|
<name>poisgt</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>是否为共同申请人</label>
|
|
<enLabel>poisgt</enLabel>
|
|
<width>110</width>
|
|
<position>123</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>2c9c81b5687ebb7e01696fdf5789023b</id>
|
|
<name>podwname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位名称</label>
|
|
<enLabel>podwname</enLabel>
|
|
<width>200</width>
|
|
<position>124</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>2c9c81b5687ebb7e01696fdf57890202</id>
|
|
<name>podwtel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位电话</label>
|
|
<enLabel>podwtel</enLabel>
|
|
<width>100</width>
|
|
<position>125</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>2c9c81b5687ebb7e01696fdf5789022e</id>
|
|
<name>podwzc</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>职位</label>
|
|
<enLabel>podwzc</enLabel>
|
|
<width>100</width>
|
|
<position>126</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>2c9c81b5687ebb7e01696fdf57890225</id>
|
|
<name>poysr</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>月收入</label>
|
|
<enLabel>poysr</enLabel>
|
|
<width>100</width>
|
|
<position>127</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>2c9c81b5687ebb7e01696fdf57890206</id>
|
|
<name>pojzd</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住地址</label>
|
|
<enLabel>pojzd</enLabel>
|
|
<width>100</width>
|
|
<position>128</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>2c9c81b5687ebb7e01696fdf57890200</id>
|
|
<name>gtname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>姓名</label>
|
|
<enLabel>gtname</enLabel>
|
|
<width>100</width>
|
|
<position>129</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>2c9c81b5687ebb7e01696fdf57890213</id>
|
|
<name>gtgx</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>与申请人关系</label>
|
|
<enLabel>gtgx</enLabel>
|
|
<width>100</width>
|
|
<position>130</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>2c9c81b5687ebb7e01696fdf57890237</id>
|
|
<name>gtcertidtype</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>证件类型</label>
|
|
<enLabel>gtcertidtype</enLabel>
|
|
<width>100</width>
|
|
<position>131</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>2c9c81b5687ebb7e01696fdf57890219</id>
|
|
<name>gtcertid</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>证件号码</label>
|
|
<enLabel>gtcertid</enLabel>
|
|
<width>150</width>
|
|
<position>132</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>2c9c81b5687ebb7e01696fdf5789023f</id>
|
|
<name>gtsex</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>性别</label>
|
|
<enLabel>gtsex</enLabel>
|
|
<width>100</width>
|
|
<position>133</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>2c9c81b5687ebb7e01696fdf5789023c</id>
|
|
<name>gttel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>手机号</label>
|
|
<enLabel>gttel</enLabel>
|
|
<width>100</width>
|
|
<position>134</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>2c9c81b5687ebb7e01696fdf57890222</id>
|
|
<name>gthk</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>户口性质</label>
|
|
<enLabel>gthk</enLabel>
|
|
<width>100</width>
|
|
<position>135</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>2c9c81b5687ebb7e01696fdf57890217</id>
|
|
<name>gtdwname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位名称</label>
|
|
<enLabel>gtdwname</enLabel>
|
|
<width>100</width>
|
|
<position>136</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>2c9c81b5687ebb7e01696fdf5789021a</id>
|
|
<name>gtdwtel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>单位电话</label>
|
|
<enLabel>gtdwtel</enLabel>
|
|
<width>100</width>
|
|
<position>137</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>2c9c81b5687ebb7e01696fdf5789020b</id>
|
|
<name>gtdwzc</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>职位</label>
|
|
<enLabel>gtdwzc</enLabel>
|
|
<width>100</width>
|
|
<position>138</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>2c9c81b5687ebb7e01696fdf5789021e</id>
|
|
<name>gtysr</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>月收入金额</label>
|
|
<enLabel>gtysr</enLabel>
|
|
<width>100</width>
|
|
<position>139</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>2c9c81b5687ebb7e01696fdf57890235</id>
|
|
<name>gtjzd</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>居住地址</label>
|
|
<enLabel>gtjzd</enLabel>
|
|
<width>300</width>
|
|
<position>140</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>2c9c81b5687ebb7e01696fdf57890232</id>
|
|
<name>dbname1</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人1姓名</label>
|
|
<enLabel>dbname1</enLabel>
|
|
<width>100</width>
|
|
<position>141</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>2c9c81b5687ebb7e01696fdf57890220</id>
|
|
<name>dbcertid</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人1证件号码</label>
|
|
<enLabel>dbcertid</enLabel>
|
|
<width>100</width>
|
|
<position>142</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>2c9c81b5687ebb7e01696fdf5789020c</id>
|
|
<name>dbaddress</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人1地址</label>
|
|
<enLabel>dbaddress</enLabel>
|
|
<width>100</width>
|
|
<position>143</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>2c9c81b5687ebb7e01696fdf57890227</id>
|
|
<name>dbname2</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人2姓名</label>
|
|
<enLabel>dbname2</enLabel>
|
|
<width>100</width>
|
|
<position>144</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>2c9c81b5687ebb7e01696fdf57890240</id>
|
|
<name>certid2</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人2证件号码</label>
|
|
<enLabel>certid2</enLabel>
|
|
<width>100</width>
|
|
<position>145</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>2c9c81b5687ebb7e01696fdf57890207</id>
|
|
<name>dbaddress2</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>担保人2地址</label>
|
|
<enLabel>dbaddress2</enLabel>
|
|
<width>100</width>
|
|
<position>146</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>2c9c81b5687ebb7e01696fdf5789022d</id>
|
|
<name>carbrand</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>汽车品牌</label>
|
|
<enLabel>carbrand</enLabel>
|
|
<width>100</width>
|
|
<position>147</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>2c9c81b5687ebb7e01696fdf57890228</id>
|
|
<name>carseries</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车系</label>
|
|
<enLabel>carseries</enLabel>
|
|
<width>100</width>
|
|
<position>148</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>2c9c81b5687ebb7e01696fdf5789020d</id>
|
|
<name>carmodel</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车型</label>
|
|
<enLabel>carmodel</enLabel>
|
|
<width>100</width>
|
|
<position>149</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>2c9c81b5687ebb7e01696fdf5789024b</id>
|
|
<name>isNetcar</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>是否为网约车</label>
|
|
<enLabel>isNetcar</enLabel>
|
|
<width>100</width>
|
|
<position>150</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>2c9c81b5687ebb7e01696fdf57890242</id>
|
|
<name>isyy</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>车辆是否为营运性质</label>
|
|
<enLabel>isyy</enLabel>
|
|
<width>160</width>
|
|
<position>151</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>2c9c81b5687ebb7e01696fdf57890204</id>
|
|
<name>gkfname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>挂靠方名称</label>
|
|
<enLabel>gkfname</enLabel>
|
|
<width>230</width>
|
|
<position>152</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>2c9c81b5687ebb7e01696fdf57890246</id>
|
|
<name>stattime</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>申请时间</label>
|
|
<enLabel>stattime</enLabel>
|
|
<width>150</width>
|
|
<position>153</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>2c9c81b5687ebb7e01696fdf5789021d</id>
|
|
<name>endtime</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>审批结束时间</label>
|
|
<enLabel>endtime</enLabel>
|
|
<width>150</width>
|
|
<position>154</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>2c9c81b5687ebb7e01696fdf5789021f</id>
|
|
<name>itemname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>审批意见(初审审批意见)</label>
|
|
<enLabel>itemname</enLabel>
|
|
<width>160</width>
|
|
<position>155</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>2c9c81b5687ebb7e01696fdf5789023a</id>
|
|
<name>spstatus</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>流程状态</label>
|
|
<enLabel>spstatus</enLabel>
|
|
<width>100</width>
|
|
<position>156</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>ff8080816ce57127016ce748fc4d0106</id>
|
|
<name>asdname</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>当前处理人</label>
|
|
<enLabel>asdname</enLabel>
|
|
<width>100</width>
|
|
<position>157</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>2c9c81b5687ebb7e016970018dbd024e</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>2c9c81b5687ebb7e01697001fffb024f</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>2c9c81b5687ebb7e0169700262810250</id>
|
|
<divHeight>0</divHeight>
|
|
<divWidth>0</divWidth>
|
|
<position>0</position>
|
|
<contentId>TABLE#2c9c81b5687ebb7e01696fdf578901fe</contentId>
|
|
<report>2c9c81b5687ebb7e01696fde734401fd</report>
|
|
<contentType>TABLE</contentType>
|
|
</layout>
|
|
</layouts>
|
|
</TenwaReport>
|