From f16a4d10904b8db95a032111b04ef700cee153c5 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Fri, 19 Apr 2019 15:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=AF=BC=E5=85=A5=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LBAssetTransferRegistration/TestList.jsp | 131 ++++++++++++++++++ .../LBAssetTransferRegistration/Testinfo.jsp | 26 ++++ 2 files changed, 157 insertions(+) create mode 100644 WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/TestList.jsp create mode 100644 WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/Testinfo.jsp diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/TestList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/TestList.jsp new file mode 100644 index 000000000..3e53134df --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/TestList.jsp @@ -0,0 +1,131 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Frame/resources/include/include_begin_list.jspf"%> + + + + + + + +<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List01;Describe=定义页面属性;]~*/%> +<% + String PG_TITLE = "本方信息"; // 浏览器窗口标题 PG_TITLE +%> + +<% + ASObjectModel doTemp = new ASObjectModel("li_Property_import"); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.ReadOnly = "1"; //只读模式 + dwTemp.setPageSize(30); + dwTemp.genHTMLObjectWindow("id"); +%> +<%/*~END~*/%> + + +<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List04;Describe=定义按钮;]~*/%> +<% + String sButtons[][] = { + {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, + {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, + {"true","All","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""}, + {"true","","Button","excel导入","excel导入","importExcel()","","","","btn_icon_import"}, + {"true","","Button","模版下载","模版下载","DiscountDownload()","","","","btn_icon_down",""}, + }; +%> +<%/*~END~*/%> + + + + +<%/*~BEGIN~不可编辑区~[Editable=false;CodeAreaID=List05;Describe=主体页面;]~*/%> +<%@include file="/Frame/resources/include/ui/include_list.jspf"%> +<%/*~END~*/%> + +
+
+ +
+
+ +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=定义按钮事件;]~*/%> + +<%/*~END~*/%> +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List07;Describe=自定义函数;]~*/%> + +<%/*~END~*/%> +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List08;Describe=页面装载时,进行初始化;]~*/%> + +<%/*~END~*/%> +<%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/Testinfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/Testinfo.jsp new file mode 100644 index 000000000..b40768c7f --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/Testinfo.jsp @@ -0,0 +1,26 @@ +<%@page import="com.itextpdf.text.log.SysoCounter"%> +<%@ page contentType="text/html; charset=GBK"%><%@ +include + file="/Frame/resources/include/include_begin_info.jspf"%> +<% + //获得参数 + String id = CurPage.getParameter("id"); + if (id == null) + id = ""; + ASObjectModel doTemp = new ASObjectModel("li_Property_importS"); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); + dwTemp.Style = "2"; //设置DW风格 1:Grid 2:Freeform + dwTemp.ReadOnly = "0"; //设置是否只读 1:只读 0:可写 + dwTemp.genHTMLObjectWindow(""); + + String sButtons[][] = {{"true", "All", "Button", "保存","保存所有修改", "saveRecord()", "", "", "", ""},}; +%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> + +<%@ include file="/Frame/resources/include/include_end.jspf"%>