818 lines
37 KiB
XML
818 lines
37 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>2c9c81b969188a33016ce5752fdd0074</id>
|
|
<name>渠道商五级分类表</name>
|
|
<enname>DISTRIBUTORFIVEGRADE</enname>
|
|
<position>23</position>
|
|
<reportType>REPORT</reportType>
|
|
<parentReport>2c9c81b7685efbbc016931c675a50006</parentReport>
|
|
<children/>
|
|
<layouts>
|
|
<layout>2c9c81b969188a33016ce5752fe1009b</layout>
|
|
</layouts>
|
|
</report>
|
|
</reports>
|
|
<tables>
|
|
<table>
|
|
<id>2c9c81b969188a33016ce5752fd30073</id>
|
|
<name>渠道商五级分类表</name>
|
|
<enname>DISTRIBUTOR_FIVEGRADE</enname>
|
|
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
|
<queryType>COMPLEXSQL</queryType>
|
|
<sql>SELECT LF.*,
|
|
IFNULL(LCI.NO_DUE_CORPUS,0) AS NO_DUE_CORPUS
|
|
FROM
|
|
LB_FIVEGRADEDETAILED_INFO LF
|
|
LEFT JOIN
|
|
(SELECT
|
|
LCI.DISTRIBUTOR_ID,
|
|
SUM(IFNULL(LRP2.NO_DUE_CORPUS,0)) AS NO_DUE_CORPUS
|
|
FROM
|
|
LB_CONTRACT_INFO LCI
|
|
LEFT JOIN
|
|
(SELECT
|
|
LRP.CONTRACT_ID
|
|
FROM
|
|
LC_RENT_PLAN LRP
|
|
LEFT JOIN
|
|
(SELECT
|
|
CONTRACT_ID,PLAN_LIST,SUM(RENT) AS RENT,SUM(CORPUS) AS CORPUS
|
|
FROM
|
|
LC_RENT_INCOME
|
|
GROUP BY CONTRACT_ID,PLAN_LIST
|
|
)LRI ON LRI.CONTRACT_ID=LRP.CONTRACT_ID AND LRI.PLAN_LIST=LRP.PLAN_LIST
|
|
WHERE (IFNULL(LRP.RENT,0)-IFNULL(LRI.RENT,0))<>0 AND DATEDIFF(NOW(),LRP.PLAN_DATE)>=3
|
|
GROUP BY LRP.CONTRACT_ID
|
|
)LRP1 ON LRP1.CONTRACT_ID=LCI.ID
|
|
LEFT JOIN
|
|
(SELECT
|
|
CONTRACT_ID,SUM(CORPUS) AS NO_DUE_CORPUS
|
|
FROM
|
|
LC_RENT_PLAN
|
|
WHERE DATEDIFF(PLAN_DATE,NOW())>=0
|
|
GROUP BY CONTRACT_ID
|
|
)LRP2 ON LRP2.CONTRACT_ID=LRP1.CONTRACT_ID
|
|
GROUP BY LCI.DISTRIBUTOR_ID
|
|
)LCI ON LCI.DISTRIBUTOR_ID=LF.DISTRIBUTOR_NO ORDER BY LF.INPUTTIME DESC</sql>
|
|
<sqlParamValue></sqlParamValue>
|
|
<columns>
|
|
<column>
|
|
<id>2c9c81b969188a33016ce5752fe0008c</id>
|
|
<name>ID</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>ID</label>
|
|
<enLabel>ID</enLabel>
|
|
<width>100</width>
|
|
<position>36</position>
|
|
<isVisible>false</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b969188a33016ce5752fe0008d</id>
|
|
<name>DISTRIBUTORNAME</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>经销商名称</label>
|
|
<enLabel>DISTRIBUTORNAME</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>2c9c81b969188a33016ce5752fe00091</id>
|
|
<name>DISTRIBUTORTYPE</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>经销商类型</label>
|
|
<enLabel>DISTRIBUTORTYPE</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>2c9c81b969188a33016ce5752fe00090</id>
|
|
<name>DISTRIBUTORQUOTA</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>额度池</label>
|
|
<enLabel>DISTRIBUTORQUOTA</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>2c9c81b969188a33016ce5752fe00084</id>
|
|
<name>DEPOSITRATIO</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>保证金比例设置</label>
|
|
<enLabel>DEPOSITRATIO</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>2c9c81b969188a33016ce5752fe00085</id>
|
|
<name>AGREEMENT</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>协议到期日</label>
|
|
<enLabel>AGREEMENT</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>2c9c81b969188a33016ce5752fe00086</id>
|
|
<name>TOTAL_FINANCING_AMOUNT</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资金额合计</label>
|
|
<enLabel>TOTAL_FINANCING_AMOUNT</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>2c9c81b969188a33016ce5752fe00087</id>
|
|
<name>THE_REMAINING_AMOUNT</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>剩余额度</label>
|
|
<enLabel>THE_REMAINING_AMOUNT</enLabel>
|
|
<width>100</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>2c9c81b969188a33016ce5752fe00076</id>
|
|
<name>CONTRACT_ID</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>CONTRACT_ID</label>
|
|
<enLabel>CONTRACT_ID</enLabel>
|
|
<width>100</width>
|
|
<position>44</position>
|
|
<isVisible>false</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b969188a33016ce5752fe00082</id>
|
|
<name>DISTRIBUTOR_NO</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>DISTRIBUTOR_NO</label>
|
|
<enLabel>DISTRIBUTOR_NO</enLabel>
|
|
<width>100</width>
|
|
<position>45</position>
|
|
<isVisible>false</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b969188a33016ce5752fe0008a</id>
|
|
<name>CONTRACT_NUMBER</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>CONTRACT_NUMBER</label>
|
|
<enLabel>CONTRACT_NUMBER</enLabel>
|
|
<width>100</width>
|
|
<position>46</position>
|
|
<isVisible>false</isVisible>
|
|
<color></color>
|
|
<isCountTotal>false</isCountTotal>
|
|
<isCountSubTotal>false</isCountSubTotal>
|
|
<isGroupby>false</isGroupby>
|
|
<isMerge>false</isMerge>
|
|
<action></action>
|
|
<actionParamters></actionParamters>
|
|
<actionCondition></actionCondition>
|
|
</column>
|
|
<column>
|
|
<id>2c9c81b969188a33016ce5752fe0007c</id>
|
|
<name>TOTAL_OVERDUE_PRINCIPAL</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>逾期本金合计</label>
|
|
<enLabel>TOTAL_OVERDUE_PRINCIPAL</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>2c9c81b969188a33016ce5752fe0007f</id>
|
|
<name>TOTAL_OVERDUE_INTEREST</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>逾期利息合计</label>
|
|
<enLabel>TOTAL_OVERDUE_INTEREST</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>2c9c81b969188a33016ce5752fe00077</id>
|
|
<name>TOTAL_PENALTY</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>罚息合计</label>
|
|
<enLabel>TOTAL_PENALTY</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>2c9c81b969188a33016ce5752fe0007a</id>
|
|
<name>TOTAL_OVERDUE_ALL</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>逾期金额合计</label>
|
|
<enLabel>TOTAL_OVERDUE_ALL</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>2c9c81b969188a33016ce5752fe00075</id>
|
|
<name>EXISTING_CUSTOMERS_NUM</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>存续客户数量</label>
|
|
<enLabel>EXISTING_CUSTOMERS_NUM</enLabel>
|
|
<width>100</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>4028877d6eb1b449016eb6814bf101af</id>
|
|
<name>NO_DUE_CORPUS</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>逾期客户的未到期本金</label>
|
|
<enLabel>NO_DUE_CORPUS</enLabel>
|
|
<width>100</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>2c9c81b969188a33016ce5752fe10097</id>
|
|
<name>TOTAL_OUTSTANDING_PRINCIPAL</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>未还本金合计</label>
|
|
<enLabel>TOTAL_OUTSTANDING_PRINCIPAL</enLabel>
|
|
<width>100</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>2c9c81b969188a33016ce5752fe00079</id>
|
|
<name>OVERDUERATE</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>逾期率</label>
|
|
<enLabel>OVERDUERATE</enLabel>
|
|
<width>100</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>2c9c81b969188a33016ce5752fe0008e</id>
|
|
<name>BADNESSRATE</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>不良率</label>
|
|
<enLabel>BADNESSRATE</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>2c9c81b969188a33016ce5752fe00080</id>
|
|
<name>EXISTING_CUSTOMERS_NUM_NORMAL</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>存续客户数量正常</label>
|
|
<enLabel>EXISTING_CUSTOMERS_NUM_NORMAL</enLabel>
|
|
<width>100</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>2c9c81b969188a33016ce5752fe0007e</id>
|
|
<name>FINANCING_AMOUNT_NORMAL</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资金额正常</label>
|
|
<enLabel>FINANCING_AMOUNT_NORMAL</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>2c9c81b969188a33016ce5752fe0008b</id>
|
|
<name>NOTBACK_PRINCIPAL_NORMAL</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>未还本金正常</label>
|
|
<enLabel>NOTBACK_PRINCIPAL_NORMAL</enLabel>
|
|
<width>100</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>2c9c81b969188a33016ce5752fe10095</id>
|
|
<name>EXISTING_CUSTOMERS_NUM_ATTENTION</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>存续客户数量关注</label>
|
|
<enLabel>EXISTING_CUSTOMERS_NUM_ATTENTION</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>2c9c81b969188a33016ce5752fe00081</id>
|
|
<name>FINANCING_AMOUNT_ATTENTION</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资金额关注</label>
|
|
<enLabel>FINANCING_AMOUNT_ATTENTION</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>2c9c81b969188a33016ce5752fe00089</id>
|
|
<name>NOTBACK_PRINCIPAL_ATTENTION</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>未还本金关注</label>
|
|
<enLabel>NOTBACK_PRINCIPAL_ATTENTION</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>2c9c81b969188a33016ce5752fe00083</id>
|
|
<name>EXISTING_CUSTOMERS_NUM_SECONDARY</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>存续客户数量次级</label>
|
|
<enLabel>EXISTING_CUSTOMERS_NUM_SECONDARY</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>2c9c81b969188a33016ce5752fe00092</id>
|
|
<name>FINANCING_AMOUNT_SECONDARY</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资金额次级</label>
|
|
<enLabel>FINANCING_AMOUNT_SECONDARY</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>2c9c81b969188a33016ce5752fe0007b</id>
|
|
<name>NOTBACK_PRINCIPAL_SECONDARY</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>未还本金次级</label>
|
|
<enLabel>NOTBACK_PRINCIPAL_SECONDARY</enLabel>
|
|
<width>100</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>2c9c81b969188a33016ce5752fe0008f</id>
|
|
<name>EXISTING_CUSTOMERS_NUM_SUSPICIOUS</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>存续客户数量可疑</label>
|
|
<enLabel>EXISTING_CUSTOMERS_NUM_SUSPICIOUS</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>
|
|
<column>
|
|
<id>2c9c81b969188a33016ce5752fe00088</id>
|
|
<name>FINANCING_AMOUNT_SUSPICIOUS</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资金额可疑</label>
|
|
<enLabel>FINANCING_AMOUNT_SUSPICIOUS</enLabel>
|
|
<width>100</width>
|
|
<position>66</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>2c9c81b969188a33016ce5752fe00078</id>
|
|
<name>NOTBACK_PRINCIPAL_SUSPICIOUS</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>未还本金可疑</label>
|
|
<enLabel>NOTBACK_PRINCIPAL_SUSPICIOUS</enLabel>
|
|
<width>100</width>
|
|
<position>67</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>2c9c81b969188a33016ce5752fe00094</id>
|
|
<name>EXISTING_CUSTOMERS_NUM_LOSS</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>存续客户数量损失</label>
|
|
<enLabel>EXISTING_CUSTOMERS_NUM_LOSS</enLabel>
|
|
<width>100</width>
|
|
<position>68</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>2c9c81b969188a33016ce5752fe10096</id>
|
|
<name>FINANCING_AMOUNT_LOSS</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>融资金额损失</label>
|
|
<enLabel>FINANCING_AMOUNT_LOSS</enLabel>
|
|
<width>100</width>
|
|
<position>69</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>2c9c81b969188a33016ce5752fe0007d</id>
|
|
<name>NOTBACK_PRINCIPAL_LOSS</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>未还本金损失</label>
|
|
<enLabel>NOTBACK_PRINCIPAL_LOSS</enLabel>
|
|
<width>100</width>
|
|
<position>70</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>2c9c81b969188a33016ce5752fe00093</id>
|
|
<name>INPUTTIME</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>运行时间</label>
|
|
<enLabel>INPUTTIME</enLabel>
|
|
<width>150</width>
|
|
<position>71</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>2c9c81b969188a33016ce5752fe10098</id>
|
|
<name>DISTRIBUTORNAME</name>
|
|
<enname>DISTRIBUTORNAME</enname>
|
|
<label>经销商名称</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>0</position>
|
|
</filter>
|
|
<filter>
|
|
<id>2c9c81b969188a33016ce5752fe10099</id>
|
|
<name>DISTRIBUTORTYPE</name>
|
|
<enname>DISTRIBUTORTYPE</enname>
|
|
<label>经销商类型</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>1</position>
|
|
</filter>
|
|
<filter>
|
|
<id>2c9c81b969188a33016ce5752fe1009a</id>
|
|
<name>INPUTTIME</name>
|
|
<enname>INPUTTIME</enname>
|
|
<label>运行时间</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>2</position>
|
|
</filter>
|
|
</filters>
|
|
<filterExpress></filterExpress>
|
|
<pageSize>20</pageSize>
|
|
<showRowNumber>true</showRowNumber>
|
|
<showTotalTitle>false</showTotalTitle>
|
|
<isScale>false</isScale>
|
|
<isCache>false</isCache>
|
|
<isExcel>false</isExcel>
|
|
</table>
|
|
</tables>
|
|
<charts/>
|
|
<pages/>
|
|
<layouts>
|
|
<layout>
|
|
<id>2c9c81b969188a33016ce5752fe1009b</id>
|
|
<divHeight>0</divHeight>
|
|
<divWidth>0</divWidth>
|
|
<position>0</position>
|
|
<contentId>TABLE#2c9c81b969188a33016ce5752fd30073</contentId>
|
|
<report>2c9c81b969188a33016ce5752fdd0074</report>
|
|
<contentType>TABLE</contentType>
|
|
</layout>
|
|
</layouts>
|
|
</TenwaReport>
|