apzl_leasing/WebContent/Common/WorkFlow/ViewMeetingRecord.jsp
2018-06-03 22:26:41 +08:00

21 lines
936 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"%>
<%@ page import="com.amarsoft.are.jbo.*" %>
<%
String sSerialNo = CurComp.getParameter("TaskNo");
ASObjectModel doTemp = new ASObjectModel("MeetingRecordList");
/* String queryStr = "select taskno,userid,inputdate,address,isattend,reason,status,inputuser,inputorg,inputtime,remark from O where taskno='"+sSerialNo+"' order by recordno desc ";
doTemp.initQuery("jbo.lc.MEETING_RECORD", queryStr); */
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.setPageSize(15);
dwTemp.Style="1"; //ÉèÖÃΪGrid·ç¸ñ
dwTemp.ReadOnly = "1";//Ö»¶Áģʽ
dwTemp.genHTMLObjectWindow(sSerialNo);
String sButtons[][] = {
};
%>
<script type="text/javascript">
</script>
<%@ include file="/Frame/resources/include/ui/include_list.jspf"%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>