From 2798e7cd923f5bf8ce6b20cb83b23c2a861ea875 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Fri, 24 Jul 2020 18:54:51 +0800 Subject: [PATCH] =?UTF-8?q?WEB=E7=AB=AF=E5=A2=9E=E5=8A=A0APP=E6=84=8F?= =?UTF-8?q?=E8=A7=81=E5=8F=8D=E9=A6=88=E4=BF=A1=E6=81=AF=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppVersion/APPFeedbackOpinion.jsp | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 WebContent/AppFresh/AppVersion/APPFeedbackOpinion.jsp diff --git a/WebContent/AppFresh/AppVersion/APPFeedbackOpinion.jsp b/WebContent/AppFresh/AppVersion/APPFeedbackOpinion.jsp new file mode 100644 index 000000000..fb4ecb768 --- /dev/null +++ b/WebContent/AppFresh/AppVersion/APPFeedbackOpinion.jsp @@ -0,0 +1,37 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% + /* + Author: undefined 2020-07-24 + Content: + History Log: + */ + ASObjectModel doTemp = new ASObjectModel("APPFeedbackOpinionList"); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.ReadOnly = "1"; //只读模式 + dwTemp.setPageSize(10); + dwTemp.genHTMLObjectWindow(""); + + //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,'')","","","","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