From 970c44c8aa232052b85c17c7860b6839252ab416 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Thu, 20 Dec 2018 10:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=8F=E9=94=80=E5=95=86?= =?UTF-8?q?=E6=B8=A0=E9=81=93=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorGroupChannelList.jsp | 77 +++++++++++++++++++ .../Distributorsubordinatedistribution.jsp | 58 ++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp create mode 100644 WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp diff --git a/WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp b/WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp new file mode 100644 index 000000000..dcc176c5a --- /dev/null +++ b/WebContent/Tenwa/Customer/Group/GroupCompany/DistributorGroupChannelList.jsp @@ -0,0 +1,77 @@ +<%@page import="com.tenwa.comm.dataRightmanager.DataRightManager"%> +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% + String typeno= CurPage.getParameter("TYPENO"); + ASObjectModel doTemp = new ASObjectModel("DistributorGroupChannelList"); + String otherWhere=DataRightManager.getRightCondition(CurUser,"O"); + //doTemp.appendJboWhere(otherWhere); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.ReadOnly = "1"; //只读模式 + dwTemp.setPageSize(10); + dwTemp.genHTMLObjectWindow(typeno); + String sButtons[][] = { + {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, + {"true","All","Button","修改","修改","edit()","","","","btn_icon_edit",""}, + {"true","","Button","详情","详情","view()","","","","btn_icon_detail",""}, + {"true","All","Button","废弃","废弃","del()","","","","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 diff --git a/WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp b/WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp new file mode 100644 index 000000000..4cf318b41 --- /dev/null +++ b/WebContent/Tenwa/Customer/Group/GroupCompany/Distributorsubordinatedistribution.jsp @@ -0,0 +1,58 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% + String sTempletNo = "Distributorsubordinate";//--模板号-- + String typeno=CurPage.getParameter("typeno"); + ASObjectModel doTemp = new ASObjectModel(sTempletNo); + doTemp.setHtmlEvent("group_no","onChange","checkGroupNo"); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); + dwTemp.Style = "2";//freeform + dwTemp.genHTMLObjectWindow(typeno); + + String sButtons[][] = { + {"true","All","Button","确定","注册集团信息","saveRecord()","","","","btn_icon_submit"}, + {"true","All","Button","取消","取消","goBack()","","","","btn_icon_close"}, + }; + sButtonPosition = "south"; +%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> + +<%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file