con_contract_ledger_query.lview 9.12 KB
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: lpc 9874
    $Date: 2018/3/7 14:35:56 $
    $Revision: 1.0 $
    $Purpose: 
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application" trace="true">
    <a:init-procedure><![CDATA[     
    ]]></a:init-procedure>
    <a:view>
        <script type="text/javascript"><![CDATA[
             function contract_ledger_grid_query() {
                $('contract_ledger_result_ds').query();
            }
            
            function contract_ledger_grid_reset() {
                $('allConditionDs').reset();
            }
            
            
        ]]></script>
        <a:dataSet id="hls_bp_class_ds" lookupCode="HLS211_BP_CLASS"/>
        <a:dataSets>
            <a:dataSet id="allConditionDs" autoCreate="true">
                <a:fields>
                    <a:field name="bp_code" lovHeight="500" lovService="hls.HLS700.hls700_bp_master_lov" lovWidth="700" title="商业伙伴选择">
                        <a:mapping>
                            <a:map from="bp_id" to="bp_id_tenant"/>
                            <a:map from="bp_code" to="bp_code"/>
                            <a:map from="bp_name" to="bp_id_tenant_n"/>
                        </a:mapping>
                    </a:field>
                    <a:field name="bp_class_n" displayField="code_value_name" options="hls_bp_class_ds" returnField="bp_class" valueField="code_value"/>
                    <a:field name="bp_class"/>
                </a:fields>
            </a:dataSet>
            <a:dataSet id="contract_ledger_result_ds" autoPageSize="true" autoQuery="true" fetchAll="false" model="cont.CON760.con_contract_ledger_lv" pageSize="10" queryDataSet="allConditionDs" selectable="false">
                <a:fields>
                    <a:field name="bp_id_tenant_n"/>
                    <a:field name="bp_class_n"/>
                </a:fields>
            </a:dataSet>
        </a:dataSets>
        <a:screenBody>
            <a:screenTopToolbar>
                <a:screenTitle/>
                <a:gridButton click="contract_ledger_grid_query" text="HLS.QUERY"/>
                <a:gridButton click="contract_ledger_grid_reset" text="重置条件"/>
            </a:screenTopToolbar>
            <a:form column="4" labelWidth="150" marginWidth="80" title="查询条件">
                <a:textField name="contract_number" bindTarget="allConditionDs" prompt="支付表编号"/>
                <a:textField name="project_number" bindTarget="allConditionDs" prompt="订单编号"/>
                <a:lov name="bp_code" bindTarget="allConditionDs" prompt="商业伙伴编码"/>
                <a:textField name="bp_id_tenant_n" bindTarget="allConditionDs" prompt="客户名称"/>
                <a:textField name="bp_id_agent_n" bindTarget="allConditionDs" prompt="经销商全称"/>
                <a:comboBox name="bp_class_n" bindTarget="allConditionDs" prompt="客户性质"/>
                <a:textField name="unit_id_n" bindTarget="allConditionDs" prompt="大区"/>
                <a:textField name="unit_manager" bindTarget="allConditionDs" prompt="大区主管"/>
                <a:textField name="employee_id_n" bindTarget="allConditionDs" prompt="金融专员"/>
            </a:form>
            <a:grid bindTarget="contract_ledger_result_ds" marginHeight="240" marginWidth="80" navBar="true">
                <a:toolBar>
                    <a:button type="excel"/>
                </a:toolBar>
                <a:columns>
                    <!-- <a:column name="seq" align="center" prompt="序号" width="80"/> -->
                    <a:column name="unit_id_n" lock="true" prompt="大区"/>
                    <a:column name="unit_manager" lock="true" prompt="大区主管" width="120"/>
                    <a:column name="employee_id_n" lock="true" prompt="金融专员" width="120"/>
                    <a:column name="bp_id_agent_n" prompt="经销商全称" width="120"/>
                    <!-- <a:column name="" prompt="经销商类型" width="200"/> -->
                    <a:column name="bp_class_n" prompt="客户性质"/>
                    <a:column name="bp_id_tenant_n" prompt="客户名称" width="120"/>
                    <a:column name="corporate_code" prompt="法人名字" width="120"/>
                    <a:column name="gender_n" prompt="性别" width="120"/>
                    <a:column name="id_number" align="center" prompt="身份证号码" width="200"/>
                    <a:column name="phone" align="center" prompt="客户联系电话"/>
                    <a:column name="marital_status_n" prompt="婚姻状况" width="120"/>
                    <a:column name="bp_name_sp" prompt="配偶姓名" width="120"/>
                    <a:column name="bank_branch_name" prompt="还款卡开户行" width="120"/>
                    <a:column name="bank_account_num" align="center" prompt="卡号" width="200"/>
                    <a:column name="quantity" align="right" prompt="车辆台数"/>
                    <a:column name="amount" align="right" prompt="车辆总价"/>
                    <a:column name="company" align="center" prompt="合作金融机构"/>
                    <a:column name="down_payment_ratio" align="right" prompt="首付比例(%)" width="120"/>
                    <a:column name="down_payment" align="right" prompt="首付金额" width="120"/>
                    <a:column name="lease_times" align="right" prompt="贷款期限" width="120"/>
                    <a:column name="finance_amount" align="right" prompt="融资金额" width="200"/>
                    <a:column name="deposit_ratio" align="right" prompt="保证金比例(%)"/>
                    <a:column name="deposit" align="right" prompt="保证金金额" width="120"/>
                    <a:column name="int_rate_display" align="right" prompt="年利率(%)" width="120"/>
                    <a:column name="lease_charge_ratio" align="right" prompt="手续费比例(%)" width="120"/>
                    <a:column name="lease_charge" align="right" prompt="手续费金额" width="200"/>
                    <!-- <a:column name="" prompt="GPS品牌"/> -->
                    <a:column name="gps_num" align="right" prompt="GPS台数" width="120"/>
                    <a:column name="gps_fee" align="right" prompt="GPS费用" width="120"/>
                    <a:column name="investigation_fee" align="right" prompt="调查费" width="120"/>
                    <!-- <a:column name="" prompt="抵押登记押金"/> -->
                    <a:column name="third_party_deposit" align="right" prompt="续保保证金" width="120"/>
                    <a:column name="commission_receivable" align="right" prompt="其它费用" width="120"/>
                    <a:column name="guarantor_bp_class_n" prompt="担保类型" width="120"/>
                    <a:column name="guarantor_bp_name" prompt="担保人姓名" width="200"/>
                    <a:column name="project_number" align="center" lock="true" prompt="订单编号" width="150"/>
                    <!-- <a:column name="" prompt="订单接受时间" width="120"/> -->
                    <a:column name="create_date" align="center" prompt="录入系统时间" width="120"/>
                    <a:column name="trial_comment" prompt="订单初审问题" width="120"/>
                    <a:column name="trial_creation_date" prompt="受理通知日期" width="120"/>
                    <a:column name="trial_flag" prompt="信审是否一次性通过" width="120"/>
                    <a:column name="risk_refuse_date" prompt="风控驳回时间" width="120"/>
                    <!-- <a:column name="" prompt="补充材料明细" width="120"/> -->
                    <a:column name="again_creation_date" prompt="补充材料完成时间" width="120"/>
                    <a:column name="consum_time" prompt="补充材料耗时" width="120"/>
                    <a:column name="approve_date" prompt="信审通过时间" width="120"/>
                    <!-- <a:column name="" prompt="电子版放款资料收到时间" width="120"/> -->
                    <!-- <a:column name="" prompt="资料问题" width="120"/> -->
                    <a:column name="payment_submit_date" prompt="放款材料录入系统时间" width="120"/>
                    <a:column name="payment_approve_flag" prompt="放款资料是否一次性通过" width="120"/>
                    <!-- <a:column name="" prompt="补充材料明细" width="120"/> -->
                    <a:column name="payment_approved_date" prompt="放款资料通过时间" width="120"/>
                    <a:column name="contract_number" align="center" lock="true" prompt="支付表编号" width="150"/>
                    <a:column name="inception_of_lease" align="center" prompt="放款时间" width="120"/>
                    <a:column name="write_off_payment_amount" prompt="财务实际放款金额" width="120"/>
                    <a:column name="write_off_deduction_amount" prompt="放款抵扣费用明细" width="120"/>
                    <a:column name="payment_consum" prompt="放款时效统计" width="120"/>
                    <!-- <a:column name="" prompt="备注" width="120"/> -->
                </a:columns>
            </a:grid>
        </a:screenBody>
    </a:view>
</a:screen>