apzl_leasing/WebContent/FrameCase/widget/ow/DemoDupColumnList.jsp
2018-06-03 22:26:41 +08:00

21 lines
889 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_list.jspf"%><%
/*有重名字段ColActualName相同的List案例*/
ASObjectModel doTemp = new ASObjectModel("DemoEntList");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //--设置为Grid风格--
dwTemp.ReadOnly = "0"; //只读模式
dwTemp.setPageSize(20);
dwTemp.genHTMLObjectWindow("");
String sButtons[][] = {
{"true","All","Button","保存","保存所有修改","as_save(0)","","","","btn_icon_save"},
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<script type="text/javascript">
function mySelectRow(){
alert("第"+(getRow()+1)+"行的CI客户编号"+getItemValue(0,getRow(),"V.CUSTOMERID1")+",EI客户编号"+getItemValue(0,getRow(),"CUSTOMERID"));
}
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>