sys_user_query.lview 1.11 KB
Newer Older
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: ouyangzhaochang2663 $
    $Date: 2011/02/21 08:37:47 $
    $Revision: 1.8 $
    $Purpose: UPDATE BY DJ 重构大部分代码
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application" trace="true">
    <a:init-procedure>
        <a:model-query model="sys.sys_user" rootPath="user_model"/>
    </a:init-procedure>
    <a:view>
        <script><![CDATA[


        ]]></script>
        <a:dataSets>
            <a:dataSet id="editDs" model="prj.PRJ001.wh_train_project">
            </a:dataSet>
        </a:dataSets>
        <a:screenBody>
            <a:screenTopToolbar>
                <a:gridButton click="editScreen_close" text="HLS.CLOSE"/>
            </a:screenTopToolbar>
            <a:fieldSet column="2" labelWidth="100" title="详情" width="500">
                <a:textField name="project_number" bindTarget="editDs" prompt="项目编号"/>
                <a:textField name="amount" bindTarget="editDs" prompt="项目金额"/>
            </a:fieldSet>
            <script><![CDATA[
            ]]></script>
        </a:screenBody>
    </a:view>
</a:screen>