From 7c7d713508c74616bbbdc0782950b8a9362b4d4b Mon Sep 17 00:00:00 2001 From: zhangjun Date: Mon, 3 Jun 2019 13:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E4=BF=9D=E8=AF=81?= =?UTF-8?q?=E9=87=91=E8=87=AA=E5=8A=A8=E4=BB=A3=E5=81=BF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LDistributorAutomaticCompensatoryList.jsp | 75 +++++++++++++++++++ .../LDistributorAutomaticCompensatoryinfo.jsp | 39 ++++++++++ 2 files changed, 114 insertions(+) create mode 100644 WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryList.jsp create mode 100644 WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryinfo.jsp diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryList.jsp new file mode 100644 index 000000000..238b1ff0a --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryList.jsp @@ -0,0 +1,75 @@ +<%@ 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 +%> +<% + String userid=CurUser.getUserID(); + ASObjectModel doTemp = new ASObjectModel("Automatic_Compensatory"); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.MultiSelect = true; //多选 + dwTemp.ReadOnly = "1"; //只读模式 + dwTemp.setPageSize(30); + dwTemp.genHTMLObjectWindow(""); +%> +<%/*~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",""}, + }; +%> +<%/*~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~*/%> +<%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryinfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryinfo.jsp new file mode 100644 index 000000000..dff1210e1 --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryinfo.jsp @@ -0,0 +1,39 @@ +<%@page import="com.itextpdf.text.log.SysoCounter"%> +<%@ page contentType="text/html; charset=GBK"%><%@ +include + file="/Frame/resources/include/include_begin_info.jspf"%> +<% + String sPrevUrl = CurPage.getParameter("PrevUrl"); + if(sPrevUrl == null) sPrevUrl = "/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LDistributorAutomaticCompensatoryList.jsp"; + String sTempletNo = "Automatic_CompensatoryS";//--模板号-- + ASObjectModel doTemp = new ASObjectModel(sTempletNo); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); + dwTemp.Style = "2";//freeform + dwTemp.ReadOnly = "0";//只读模式 + dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID")); + + String sButtons[][] = { + {"true", "All", "Button", "保存","保存所有修改", "saveRecord()", "", "", "", ""}, + }; +%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> + +<%@ include file="/Frame/resources/include/include_end.jspf"%>