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