From 21714643d2a6dd275965d1123b848181b4bed408 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 13 Aug 2018 19:23:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=BB=8F=E9=94=80=E5=95=86=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=A2=9E=E5=8A=A0=E5=B7=B2=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E4=BB=98=E6=AC=BE=E5=90=88=E5=90=8C=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E9=A2=84=E8=AD=A6=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorChange/ApplyPassContract.jsp | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 WebContent/Tenwa/Lease/DistributorManage/DistributorChange/ApplyPassContract.jsp diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/ApplyPassContract.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/ApplyPassContract.jsp new file mode 100644 index 000000000..fff5aa801 --- /dev/null +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/ApplyPassContract.jsp @@ -0,0 +1,38 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% + /* + Author: undefined 2018-08-13 + Content: + History Log: + */ + String distributor_no = CurPage.getParameter("distributor_no"); + ASObjectModel doTemp = new ASObjectModel("APPLY_PASS_CONTRACT"); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.ReadOnly = "1"; //只读模式 + dwTemp.setPageSize(20); + dwTemp.genHTMLObjectWindow(distributor_no); + + //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 + String sButtons[][] = { + //{"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, + //{"true","","Button","详情","详情","viewAndEdit()","","","","btn_icon_detail",""}, + //{"true","","Button","删除","删除","if(confirm('确实要删除吗?'))as_delete(0,'alert(getRowCount(0))')","","","","btn_icon_delete",""}, + }; +%><%@include file="/Frame/resources/include/ui/include_list.jspf"%> + +<%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file