694 lines
30 KiB
XML
694 lines
30 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>402882355d872e08015d87a54e3f000c</id>
|
|
<name>资金实收表_汽车</name>
|
|
<enname>lc_fund_income</enname>
|
|
<code>REPORT_CODE_1501219343932</code>
|
|
<isActived>true</isActived>
|
|
<position>7</position>
|
|
<reportType>REPORT</reportType>
|
|
<parentReport>2c9c81b7685efbbc016931c675a50006</parentReport>
|
|
<children/>
|
|
<layouts>
|
|
<layout>2c9c81b566f14fbe016730171fea000a</layout>
|
|
</layouts>
|
|
</report>
|
|
</reports>
|
|
<tables>
|
|
<table>
|
|
<id>402882355d872e08015d87aa5cd6000d</id>
|
|
<name>资金实收表_汽车</name>
|
|
<enname>lc_fund_income</enname>
|
|
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
|
<queryType>COMPLEXSQL</queryType>
|
|
<sql>SELECT
|
|
lci.contract_number,
|
|
lfi.payment_number,
|
|
lul.customer_name,
|
|
lci.project_manage,
|
|
ui.username AS project_manage_name,
|
|
lfi.fee_type,
|
|
feetypecode.itemname AS fee_type_name,
|
|
lfi.pay_type,
|
|
paytypecode.itemname AS pay_type_name,
|
|
lfi.charge_list,
|
|
lfi.settle_method,
|
|
stcode.itemname AS settle_method_name,
|
|
lfi.fact_date,
|
|
lfi.fact_money,
|
|
lfi.fee_adjust,
|
|
lfi.fact_object,
|
|
lfi.bank,
|
|
lfi.account,
|
|
lfi.acc_number,
|
|
lfi.client_bank,
|
|
lfi.client_account,
|
|
lfi.client_accnumber,
|
|
lct.YURREF,
|
|
ci.customer_num,
|
|
lct.REQNBR
|
|
FROM
|
|
LC_FUND_INCOME lfi
|
|
LEFT JOIN
|
|
LB_CONTRACT_INFO lci ON lfi.contract_id=lci.id
|
|
LEFT JOIN
|
|
LB_UNION_LESSEE lul ON lul.contract_id=lci.id AND lul.is_main='Y'
|
|
LEFT JOIN
|
|
user_info ui ON ui.userid=lci.project_manage
|
|
LEFT JOIN
|
|
CODE_LIBRARY feetypecode ON feetypecode.codeno='FeeType' AND feetypecode.itemno=lfi.fee_type
|
|
LEFT JOIN
|
|
CODE_LIBRARY paytypecode ON paytypecode.codeno='pay_type' AND paytypecode.itemno=lfi.pay_type
|
|
LEFT JOIN
|
|
CODE_LIBRARY stcode ON stcode.codeno='SettleMethod' AND stcode.itemno=lfi.settle_method
|
|
LEFT JOIN
|
|
lc_fund_income_callback_detail_temp lct ON lfi.cmb_pay_no=lct.cmb_pay_no
|
|
LEFT JOIN
|
|
customer_info ci ON ci.customerid = lul.customer_id
|
|
WHERE
|
|
lci.businesstype='1'
|
|
AND
|
|
lfi.fee_type='feetype10'
|
|
AND
|
|
lfi.pay_status='have_paid'
|
|
AND
|
|
(lfi.settle_method='settlemethod6' OR lfi.settle_method='settlemethod13')
|
|
ORDER BY contract_number,charge_list </sql>
|
|
<sqlParamValue></sqlParamValue>
|
|
<columns>
|
|
<column>
|
|
<id>402882355d872e08015d87aaa2e9001d</id>
|
|
<name>contract_number</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>业务合同号</label>
|
|
<enLabel>contract_number</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>402882355d872e08015d87aaa2e9001a</id>
|
|
<name>payment_number</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>投放编号</label>
|
|
<enLabel>payment_number</enLabel>
|
|
<width>150</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>2c9c81b5687ebb7e0169955d239102d7</id>
|
|
<name>customer_num</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>客户编码</label>
|
|
<enLabel>customer_num</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>402882355d872e08015d87aaa2e90011</id>
|
|
<name>customer_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>客户名称</label>
|
|
<enLabel>customer_name</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>402882355d872e08015d87aaa2ea0022</id>
|
|
<name>project_manage</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>project_manage</label>
|
|
<enLabel>project_manage</enLabel>
|
|
<width>100</width>
|
|
<position>29</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>402882355d872e08015d87aaa2ea001f</id>
|
|
<name>project_manage_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>经销商SP</label>
|
|
<enLabel>project_manage_name</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>402882355d872e08015d87aaa2ea0021</id>
|
|
<name>fee_type</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>fee_type</label>
|
|
<enLabel>fee_type</enLabel>
|
|
<width>100</width>
|
|
<position>31</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>402882355d872e08015d87aaa2ea0020</id>
|
|
<name>fee_type_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>费用类型</label>
|
|
<enLabel>fee_type_name</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>402882355d872e08015d87aaa2e90012</id>
|
|
<name>pay_type</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>pay_type</label>
|
|
<enLabel>pay_type</enLabel>
|
|
<width>100</width>
|
|
<position>33</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>402882355d872e08015d87aaa2ea0023</id>
|
|
<name>pay_type_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>收付方向</label>
|
|
<enLabel>pay_type_name</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>402882355d872e08015d87aaa2e90013</id>
|
|
<name>charge_list</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater></formater>
|
|
<label>笔数</label>
|
|
<enLabel>charge_list</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>402882355d872e08015d87aaa2e90017</id>
|
|
<name>settle_method</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>settle_method</label>
|
|
<enLabel>settle_method</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>402882355d872e08015d87aaa2e90016</id>
|
|
<name>settle_method_name</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>结算方式</label>
|
|
<enLabel>settle_method_name</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>402882355d872e08015d87aaa2ea0024</id>
|
|
<name>fact_date</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>实际收付日期</label>
|
|
<enLabel>fact_date</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>402882355d872e08015d87aaa2e9000f</id>
|
|
<name>fact_money</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater>#,##0.00</formater>
|
|
<label>收付金额</label>
|
|
<enLabel>fact_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>402882355d872e08015d87aaa2e9001c</id>
|
|
<name>fee_adjust</name>
|
|
<columnDataType>NUMBER</columnDataType>
|
|
<formater>#,##0.00</formater>
|
|
<label>调整金额</label>
|
|
<enLabel>fee_adjust</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>402882355d872e08015d87aaa2e8000e</id>
|
|
<name>fact_object</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>收付对象</label>
|
|
<enLabel>fact_object</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>402882355d872e08015d87aaa2e90014</id>
|
|
<name>bank</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>本方银行</label>
|
|
<enLabel>bank</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>402882355d872e08015d87aaa2e90018</id>
|
|
<name>account</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>本方账户</label>
|
|
<enLabel>account</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>402882355d872e08015d87aaa2e90010</id>
|
|
<name>acc_number</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>本方账号</label>
|
|
<enLabel>acc_number</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>402882355d872e08015d87aaa2e90019</id>
|
|
<name>client_bank</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>客户银行</label>
|
|
<enLabel>client_bank</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>402882355d872e08015d87aaa2e9001b</id>
|
|
<name>client_account</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>客户账户</label>
|
|
<enLabel>client_account</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>402882355d872e08015d87aaa2e90015</id>
|
|
<name>client_accnumber</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>客户账号</label>
|
|
<enLabel>client_accnumber</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>2c9c81b566f14fbe016730552b1d000b</id>
|
|
<name>YURREF</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>业务参考号</label>
|
|
<enLabel>YURREF</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>2c9c81b566f14fbe016734098cfb000c</id>
|
|
<name>REQNBR</name>
|
|
<columnDataType>STRING</columnDataType>
|
|
<formater></formater>
|
|
<label>流程实例号</label>
|
|
<enLabel>REQNBR</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>
|
|
</columns>
|
|
<controls/>
|
|
<searchs/>
|
|
<searchExpress></searchExpress>
|
|
<filters>
|
|
<filter>
|
|
<id>402882355d872e08015d87b3c9dd0025</id>
|
|
<name>contract_number</name>
|
|
<enname>contract_number</enname>
|
|
<label>业务合同号</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>0</position>
|
|
</filter>
|
|
<filter>
|
|
<id>402882355d872e08015d87b435980026</id>
|
|
<name>customer_name</name>
|
|
<enname>customer_name</enname>
|
|
<label>客户名称</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>1</position>
|
|
</filter>
|
|
<filter>
|
|
<id>402882355d872e08015d87b56c670027</id>
|
|
<name>fact_date</name>
|
|
<enname>fact_date</enname>
|
|
<label>实际收付日期</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>DATE</dbType>
|
|
<htmlType>DATE</htmlType>
|
|
<position>2</position>
|
|
</filter>
|
|
<filter>
|
|
<id>402882355d872e08015d87b6726f0028</id>
|
|
<name>project_manage_name</name>
|
|
<enname>project_manage_name</enname>
|
|
<label>经销商SP</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>3</position>
|
|
</filter>
|
|
<filter>
|
|
<id>402882355d872e08015d87b97be40029</id>
|
|
<name>YURREF</name>
|
|
<enname>YURREF</enname>
|
|
<label>业务参考号</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<filterDataRequestType>SQL</filterDataRequestType>
|
|
<comboBoxDataSource>select id from lc_ebank</comboBoxDataSource>
|
|
<position>4</position>
|
|
</filter>
|
|
<filter>
|
|
<id>402882335e316a9e015e318989db0001</id>
|
|
<name>fee_type</name>
|
|
<label>费用类型</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>COMBOBOX</htmlType>
|
|
<filterDataRequestType>DICT</filterDataRequestType>
|
|
<comboBoxDataSource>FeeType</comboBoxDataSource>
|
|
<position>5</position>
|
|
</filter>
|
|
<filter>
|
|
<id>402882335e316a9e015e318a23a50002</id>
|
|
<name>pay_type</name>
|
|
<label>收付方向</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>COMBOBOX</htmlType>
|
|
<filterDataRequestType>DICT</filterDataRequestType>
|
|
<comboBoxDataSource>pay_type</comboBoxDataSource>
|
|
<position>6</position>
|
|
</filter>
|
|
<filter>
|
|
<id>2c9c81b566f14fbe0167340b2f25000d</id>
|
|
<name>REQNBR</name>
|
|
<enname>REQNBR</enname>
|
|
<label>流程实例号</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>TEXT</htmlType>
|
|
<position>7</position>
|
|
</filter>
|
|
<filter>
|
|
<id>2c9c81b566f14fbe016734ead4f2000e</id>
|
|
<name>settle_method</name>
|
|
<label>结算方式</label>
|
|
<filterType>FILTER</filterType>
|
|
<dbType>STRING</dbType>
|
|
<htmlType>COMBOBOX</htmlType>
|
|
<filterDataRequestType>DICT</filterDataRequestType>
|
|
<comboBoxDataSource>SettleMethod</comboBoxDataSource>
|
|
<position>8</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>2c9c81b566f14fbe016730171fea000a</id>
|
|
<divHeight>0</divHeight>
|
|
<divWidth>0</divWidth>
|
|
<position>0</position>
|
|
<contentId>TABLE#402882355d872e08015d87aa5cd6000d</contentId>
|
|
<report>402882355d872e08015d87a54e3f000c</report>
|
|
<contentType>TABLE</contentType>
|
|
</layout>
|
|
</layouts>
|
|
</TenwaReport>
|