提交客户(张磊)修改报表字段

This commit is contained in:
tangfutang 2020-04-16 21:31:36 +08:00
parent b52cfa89d0
commit bc6ddde0f6
3 changed files with 1510 additions and 1170 deletions

View File

@ -38,11 +38,13 @@
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
<queryType>COMPLEXSQL</queryType>
<sql>SELECT
lci.subjectname,
LCI.CONTRACT_NUMBER AS CONTRACT_NUMBER ,
CIF.CUSTOMERNAME AS CUSTOMERNAME,
CIF.CERTID AS CERTID,
CIF.CUSTOMER_NUM AS CUSTOMER_NUM,
LCCT.YEAR_RATE AS YEAR_RATE,
DATE_FORMAT(FB.inputTime,'%Y%m') AS up,
IFNULL(LFIF.FACT_MONEY_F,0) AS PAY_MONEY,
CASE WHEN PSL.operationType = 'DYCD' THEN IFNULL(LFI.FACT_MONEY,0) ELSE '0.00' END AS DYCD_MONEY,
IFNULL(LCCT.GPS_FEE,0) AS GPS_MONEY,
@ -60,10 +62,13 @@
DI.DISTRIBUTOR_NAME AS DISTRIBUTOR_NAME,
CASE WHEN (LCI.CONTRACT_STATUS='105' OR LCI.CONTRACT_STATUS='100') AND LCI.ACTUAL_END_DATE IS NOT NULL THEN LCI.ACTUAL_END_DATE
WHEN (LCI.CONTRACT_STATUS='105' OR LCI.CONTRACT_STATUS='100') AND LCI.ACTUAL_END_DATE IS NULL THEN LCI.END_DATE
ELSE '' END AS END_DATE
ELSE '' END AS END_DATE,ct.typename
FROM
LC_CALC_CONDITION LCCT
LEFT JOIN LB_CONTRACT_INFO LCI ON LCI.ID=LCCT.CONTRACT_ID
LEFT JOIN
(SELECT FLOW_KEY,MAX(FLOW_UNID) AS FLOWUNID,inputTime FROM FLOW_BUSSINESS_OBJECT WHERE FLOW_NAME LIKE '%付款申请%' GROUP BY FLOW_KEY) FB
ON FB.FLOW_KEY = LCI.CONTRACT_NUMBER
LEFT JOIN (SELECT CONTRACT_ID,SUM(IFNULL(LRP.RENT,0)) AS RENT,SUM(IFNULL(LRP.CORPUS,0)) AS CORPUS,SUM(IFNULL(LRP.INTEREST,0)) AS INTEREST FROM LC_RENT_PLAN LRP GROUP BY CONTRACT_ID)LRP ON LRP.CONTRACT_ID=LCI.ID
LEFT JOIN (SELECT LFI.CONTRACT_ID,LFI.FACT_MONEY AS FACT_MONEY_F,SUM(IFNULL(LFI.FACT_MONEY,0)) AS FACT_MONEY FROM LC_FUND_INCOME LFI WHERE PAY_TYPE='pay_type_out' GROUP BY CONTRACT_ID)LFI ON LFI.CONTRACT_ID=LCI.ID
LEFT JOIN (SELECT CONTRACT_ID FROM LC_FUND_INCOME WHERE PAY_TYPE='pay_type_out' AND SETTLE_METHOD='settlemethod11' AND FEE_TYPE='feetype10' AND FUND_FEETYPE='feetype2' GROUP BY CONTRACT_ID)LFI2 ON LFI2.CONTRACT_ID=LCI.ID
@ -72,75 +77,18 @@ LEFT JOIN DISTRIBUTOR_INFO DI ON DI.DISTRIBUTOR_NO=LCI.DISTRIBUTOR_ID
LEFT JOIN LB_UNION_LESSEE LUL ON LUL.CONTRACT_ID=LCI.ID
LEFT JOIN CUSTOMER_INFO CIF ON CIF.CUSTOMERID=LUL.CUSTOMER_ID
LEFT JOIN LB_PROJECT_INFO LPI ON LPI.ID = LUL.PROJECT_ID
LEFT JOIN PRD_SPECIFIC_LIBRARY PSL ON PSL.PRODUCTID = LPI.PRODUCT_ID
LEFT JOIN PRD_SPECIFIC_LIBRARY PSL ON PSL.PRODUCTID = LPI.PRODUCT_ID LEFT JOIN BUSINESS_TYPE ct ON ct.typeno=lci.PRODUCT_ID
WHERE LUL.IS_MAIN='Y' AND (LCI.CONTRACT_STATUS BETWEEN 31 AND 100 OR LCI.CONTRACT_STATUS='103' OR LCI.CONTRACT_STATUS='105') AND lci.businesstype='1' </sql>
<sqlParamValue></sqlParamValue>
<columns>
<column>
<id>2c9c81b5687ebb7e01696b87ff3401e8</id>
<name>CONTRACT_NUMBER</name>
<id>2c9c81b969188a33016fa7c7b4d50513</id>
<name>subjectname</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>业务合同号</label>
<enLabel>CONTRACT_NUMBER</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>2c9c81b5687ebb7e01696b87ff3401ea</id>
<name>CUSTOMERNAME</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>客户名称</label>
<enLabel>CUSTOMERNAME</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>2c9c81b5687ebb7e01696b87ff3401e9</id>
<name>CERTID</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>身份证号</label>
<enLabel>CERTID</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>2c9c81b5687ebb7e01696b87ff3401ee</id>
<name>CUSTOMER_NUM</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>客户编号</label>
<enLabel>CUSTOMER_NUM</enLabel>
<width>100</width>
<label>主体名称</label>
<enLabel>subjectname</enLabel>
<width>210</width>
<position>24</position>
<isVisible>true</isVisible>
<color></color>
@ -152,291 +100,6 @@ WHERE LUL.IS_MAIN='Y' AND (LCI.CONTRACT_STATUS BETWEEN 31 AND 100 OR LCI.CONTRAC
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5687ebb7e01696b87ff3301e5</id>
<name>YEAR_RATE</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>利率</label>
<enLabel>YEAR_RATE</enLabel>
<width>100</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>2c9c81b5687ebb7e01696b87ff3401f0</id>
<name>PAY_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>付款金额</label>
<enLabel>PAY_MONEY</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>2c9c81b5687ebb7e01696b87ff3401eb</id>
<name>DYCD_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>冲减车贷租金金额</label>
<enLabel>DYCD_MONEY</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>2c9c81b5687ebb7e01696b87ff3401e6</id>
<name>GPS_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>GPS金额</label>
<enLabel>GPS_MONEY</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>2c9c81b5687ebb7e01696b87ff3401ef</id>
<name>GPS_FEE_FINA</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>GPS是否加融</label>
<enLabel>GPS_FEE_FINA</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>2c9c81b5687ebb7e01696b87ff3401e7</id>
<name>CAUTION_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>保证金金额</label>
<enLabel>CAUTION_MONEY</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>2c9c81b5687ebb7e01697b077f7002a0</id>
<name>CAUTION_MONEY_FINA</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>保证金是否差额放</label>
<enLabel>CAUTION_MONEY_FINA</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>2c9c81b5687ebb7e01696b87ff3401f1</id>
<name>CLEAN_LEASE_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>融资金额</label>
<enLabel>CLEAN_LEASE_MONEY</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>2c9c81b5687ebb7e01696b87ff3401ec</id>
<name>SUM_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>投资总额</label>
<enLabel>SUM_MONEY</enLabel>
<width>100</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>2c9c81b5687ebb7e01696b87ff3401ed</id>
<name>EQUIP_AMT</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>车价</label>
<enLabel>EQUIP_AMT</enLabel>
<width>100</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>2c9c81b5687ebb7e01696b8ae70b01f7</id>
<name>FIRST_PAYMENT</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>首付款</label>
<enLabel>FIRST_PAYMENT</enLabel>
<width>100</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>2c9c81b5687ebb7e01696b8ae70b01f4</id>
<name>START_DATE</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>起租日</label>
<enLabel>START_DATE</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>2c9c81b5687ebb7e01696b8ae70b01f3</id>
<name>RENT</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>租金总额</label>
<enLabel>RENT</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>2c9c81b5687ebb7e01696b8ae70b01f5</id>
<name>CORPUS</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>本金总额</label>
<enLabel>CORPUS</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>2c9c81b5687ebb7e01696b8ae70b01f2</id>
<name>INTEREST</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>利息总额</label>
<enLabel>INTEREST</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>2c9c81b5687ebb7e01696b8ae70b01f6</id>
<name>DISTRIBUTOR_NAME</name>
@ -445,6 +108,291 @@ WHERE LUL.IS_MAIN='Y' AND (LCI.CONTRACT_STATUS BETWEEN 31 AND 100 OR LCI.CONTRAC
<label>经销商SP</label>
<enLabel>DISTRIBUTOR_NAME</enLabel>
<width>200</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>2c9c81b5687ebb7e01696b87ff3401e8</id>
<name>CONTRACT_NUMBER</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>业务合同号</label>
<enLabel>CONTRACT_NUMBER</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>2c9c81b969188a33016f7a56385e04ae</id>
<name>typename</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>产品名称</label>
<enLabel>typename</enLabel>
<width>150</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>2c9c81b5687ebb7e01696b87ff3401ea</id>
<name>CUSTOMERNAME</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>客户名称</label>
<enLabel>CUSTOMERNAME</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>2c9c81b5687ebb7e01696b87ff3401e9</id>
<name>CERTID</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>身份证号</label>
<enLabel>CERTID</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>2c9c81b5687ebb7e01696b87ff3401ee</id>
<name>CUSTOMER_NUM</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>客户编号</label>
<enLabel>CUSTOMER_NUM</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>2c9c81b5687ebb7e01696b8ae70b01f4</id>
<name>START_DATE</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>起租日</label>
<enLabel>START_DATE</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>2c9c81b5687ebb7e01696b87ff3301e5</id>
<name>YEAR_RATE</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>利率</label>
<enLabel>YEAR_RATE</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>2c9c81b5687ebb7e01696b87ff3401f0</id>
<name>PAY_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>付款金额</label>
<enLabel>PAY_MONEY</enLabel>
<width>100</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>2c9c81b5687ebb7e01696b87ff3401eb</id>
<name>DYCD_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>冲减车贷租金金额</label>
<enLabel>DYCD_MONEY</enLabel>
<width>100</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>2c9c81b5687ebb7e01696b87ff3401e6</id>
<name>GPS_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>GPS金额</label>
<enLabel>GPS_MONEY</enLabel>
<width>100</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>2c9c81b5687ebb7e01696b87ff3401ef</id>
<name>GPS_FEE_FINA</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>GPS是否加融</label>
<enLabel>GPS_FEE_FINA</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>2c9c81b5687ebb7e01696b87ff3401e7</id>
<name>CAUTION_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>保证金金额</label>
<enLabel>CAUTION_MONEY</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>2c9c81b5687ebb7e01697b077f7002a0</id>
<name>CAUTION_MONEY_FINA</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>保证金是否差额放</label>
<enLabel>CAUTION_MONEY_FINA</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>2c9c81b5687ebb7e01696b87ff3401f1</id>
<name>CLEAN_LEASE_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>融资金额</label>
<enLabel>CLEAN_LEASE_MONEY</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>2c9c81b5687ebb7e01696b87ff3401ec</id>
<name>SUM_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>投资总额</label>
<enLabel>SUM_MONEY</enLabel>
<width>100</width>
<position>40</position>
<isVisible>true</isVisible>
<color></color>
@ -456,6 +404,120 @@ WHERE LUL.IS_MAIN='Y' AND (LCI.CONTRACT_STATUS BETWEEN 31 AND 100 OR LCI.CONTRAC
<actionParamters></actionParamters>
<actionCondition></actionCondition>
</column>
<column>
<id>2c9c81b5687ebb7e01696b87ff3401ed</id>
<name>EQUIP_AMT</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>车价</label>
<enLabel>EQUIP_AMT</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>2c9c81b5687ebb7e01696b8ae70b01f7</id>
<name>FIRST_PAYMENT</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>首付款</label>
<enLabel>FIRST_PAYMENT</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>2c9c81b969188a33016fc18c8581052a</id>
<name>up</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>放款月份</label>
<enLabel>up</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>2c9c81b5687ebb7e01696b8ae70b01f3</id>
<name>RENT</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>租金总额</label>
<enLabel>RENT</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>2c9c81b5687ebb7e01696b8ae70b01f5</id>
<name>CORPUS</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>本金总额</label>
<enLabel>CORPUS</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>2c9c81b5687ebb7e01696b8ae70b01f2</id>
<name>INTEREST</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>利息总额</label>
<enLabel>INTEREST</enLabel>
<width>100</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>2c9c81b56b88d5af016bd47243540002</id>
<name>END_DATE</name>
@ -464,7 +526,7 @@ WHERE LUL.IS_MAIN='Y' AND (LCI.CONTRACT_STATUS BETWEEN 31 AND 100 OR LCI.CONTRAC
<label>合同结束日期</label>
<enLabel>END_DATE</enLabel>
<width>100</width>
<position>41</position>
<position>47</position>
<isVisible>true</isVisible>
<color></color>
<isCountTotal>false</isCountTotal>
@ -500,6 +562,36 @@ WHERE LUL.IS_MAIN='Y' AND (LCI.CONTRACT_STATUS BETWEEN 31 AND 100 OR LCI.CONTRAC
<htmlType>TEXT</htmlType>
<position>1</position>
</filter>
<filter>
<id>2c9c81b969188a33016fa7c7b4d50512</id>
<name>subjectname</name>
<enname>subjectname</enname>
<label>主体名称</label>
<filterType>FILTER</filterType>
<dbType>STRING</dbType>
<htmlType>TEXT</htmlType>
<position>2</position>
</filter>
<filter>
<id>2c9c81b670d245680170d40729ef0004</id>
<name>START_DATE</name>
<enname>START_DATE</enname>
<label>起租日</label>
<filterType>FILTER</filterType>
<dbType>DATE</dbType>
<htmlType>DATERANGE</htmlType>
<position>3</position>
</filter>
<filter>
<id>2c9c81b670d245680170d407c6310005</id>
<name>DISTRIBUTOR_NAME</name>
<enname>DISTRIBUTOR_NAME</enname>
<label>经销商名称</label>
<filterType>FILTER</filterType>
<dbType>STRING</dbType>
<htmlType>TEXT</htmlType>
<position>4</position>
</filter>
</filters>
<filterExpress></filterExpress>
<pageSize>20</pageSize>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,170 @@
<?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>2c9c81b9700ecc970171831c96dd00a8</id>
<name>经销商保证金缴纳明细表</name>
<enname>depositcharge_details</enname>
<position>6</position>
<reportType>REPORT</reportType>
<parentReport>2c9c81b7685efbbc016931cef7cd000c</parentReport>
<children/>
<layouts>
<layout>2c9c81b9700ecc970171831c96e100af</layout>
</layouts>
</report>
</reports>
<tables>
<table>
<id>2c9c81b9700ecc970171831c96d300a7</id>
<name>经销商保证金缴纳明细表</name>
<enname>depositcharge_details</enname>
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
<queryType>COMPLEXSQL</queryType>
<sql>SELECT
account,
COLLECT_WAY,
CAUTION_MONEY,
COLLECT_TIME
from D_DEPOSITCHARGE_INFO where MONEY_TYPE = 'bondCollect' order by UPDATETIME desc</sql>
<sqlParamValue></sqlParamValue>
<columns>
<column>
<id>2c9c81b9700ecc970171831c96e100a9</id>
<name>account</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>经销商名称</label>
<enLabel>account</enLabel>
<width>100</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>2c9c81b9700ecc970171831c96e100aa</id>
<name>COLLECT_WAY</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>缴纳类型</label>
<enLabel>COLLECT_WAY</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>2c9c81b9700ecc970171831c96e100ab</id>
<name>COLLECT_TIME</name>
<columnDataType>STRING</columnDataType>
<formater></formater>
<label>保证金缴纳日期</label>
<enLabel>COLLECT_TIME</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>2c9c81b9700ecc970171831c96e100ac</id>
<name>CAUTION_MONEY</name>
<columnDataType>NUMBER</columnDataType>
<formater></formater>
<label>缴纳金额</label>
<enLabel>CAUTION_MONEY</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>
</columns>
<controls/>
<searchs/>
<searchExpress></searchExpress>
<filters>
<filter>
<id>2c9c81b9700ecc970171831c96e100ad</id>
<name>account</name>
<enname>account</enname>
<label>经销商名称</label>
<filterType>FILTER</filterType>
<dbType>STRING</dbType>
<htmlType>TEXT</htmlType>
<position>0</position>
</filter>
<filter>
<id>2c9c81b9700ecc970171831c96e100ae</id>
<name>COLLECT_TIME</name>
<enname>COLLECT_TIME</enname>
<label>保证金缴纳日期</label>
<filterType>FILTER</filterType>
<dbType>DATE</dbType>
<htmlType>DATERANGE</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>2c9c81b9700ecc970171831c96e100af</id>
<divHeight>0</divHeight>
<divWidth>0</divWidth>
<position>0</position>
<contentId>TABLE#2c9c81b9700ecc970171831c96d300a7</contentId>
<report>2c9c81b9700ecc970171831c96dd00a8</report>
<contentType>TABLE</contentType>
</layout>
</layouts>
</TenwaReport>