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

26 lines
1.0 KiB
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_composelist.jspf"%><%
ASObjectModel doTemp = new ASObjectModel("TestCustomerList");
ASObjectModel doTemp2 = new ASObjectModel("SelectValidate");
//doTemp2.setParamstr("getItemValue(0,getRow(0),'SERIALNO')");
doTemp.setSubDataObject(doTemp2);
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.setPageSize(-1);
dwTemp.Style="1"; //ÉèÖÃΪGrid·ç¸ñ
dwTemp.ReadOnly = "1";//Ö»¶Áģʽ
dwTemp.genHTMLObjectWindow("");
String sButtons[][] = {
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<script>
var valueArray = new Array();
for(var ii=0;ii<DZ[0][2].length;ii++){
//var sValue = getItemValue(0,ii,'SERIALNO');
//valueArray[ii] = sValue;
var aValue = ["Double","Regular","Integer","Class","Date","Double","Regular","Integer","Class","Date"];
valueArray[ii] = (aValue[ii]?aValue[ii]:"1");
}
as_sublist(valueArray);
</script>
<%@include file="/Frame/resources/include/include_end.jspf"%>