|
@@ -5,6 +5,11 @@
|
|
<%@page import="com.opensymphony.xwork2.ActionContext"%>
|
|
<%@page import="com.opensymphony.xwork2.ActionContext"%>
|
|
<%@ page import="com.ccgj.database.beans.YHB"%>
|
|
<%@ page import="com.ccgj.database.beans.YHB"%>
|
|
<%
|
|
<%
|
|
|
|
+ response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate"); // HTTP 1.1.
|
|
|
|
+ response.setHeader("Pragma", "no-cache"); // HTTP 1.0.
|
|
|
|
+ response.setDateHeader("Expires", 0); // Proxies.
|
|
|
|
+%>
|
|
|
|
+<%
|
|
String path = request.getContextPath();
|
|
String path = request.getContextPath();
|
|
String basePath = request.getScheme() + "://"
|
|
String basePath = request.getScheme() + "://"
|
|
+ request.getServerName() + ":" + request.getServerPort()
|
|
+ request.getServerName() + ":" + request.getServerPort()
|
|
@@ -15,7 +20,6 @@
|
|
<%
|
|
<%
|
|
String id="";
|
|
String id="";
|
|
String lmid = request.getParameter("lmid");
|
|
String lmid = request.getParameter("lmid");
|
|
- System.out.println(lmid);
|
|
|
|
String qx_check ="news"+lmid+"_check";
|
|
String qx_check ="news"+lmid+"_check";
|
|
YHB yhbBean =null;
|
|
YHB yhbBean =null;
|
|
if(ActionContext.getContext().getSession().get(GlobalDefine.USER) != null){
|
|
if(ActionContext.getContext().getSession().get(GlobalDefine.USER) != null){
|
|
@@ -113,7 +117,7 @@
|
|
{
|
|
{
|
|
$("#tjsj").ligerDateEditor({ showTime: true });
|
|
$("#tjsj").ligerDateEditor({ showTime: true });
|
|
$("#shsj").ligerDateEditor({ showTime: true });
|
|
$("#shsj").ligerDateEditor({ showTime: true });
|
|
- var lmid = <s:property value="#parameters.lmid" /> ;
|
|
|
|
|
|
+ var lmid = "<%=request.getParameter("lmid")%>" ;
|
|
var now = new Date();
|
|
var now = new Date();
|
|
var addTime = now.format("yyyy-MM-dd hh:mm");
|
|
var addTime = now.format("yyyy-MM-dd hh:mm");
|
|
$("#tjsj").val(addTime);
|
|
$("#tjsj").val(addTime);
|
|
@@ -477,7 +481,7 @@
|
|
<iframe src="../news/expandNews.jsp" height="445" id="expandIframe" marginheight="0" marginwidth="0" frameborder="no" border="0"></iframe>
|
|
<iframe src="../news/expandNews.jsp" height="445" id="expandIframe" marginheight="0" marginwidth="0" frameborder="no" border="0"></iframe>
|
|
</div>
|
|
</div>
|
|
<form name="form" method="post" action="../wzb/wzb!saveWZB" id="form1">
|
|
<form name="form" method="post" action="../wzb/wzb!saveWZB" id="form1">
|
|
- <input name="wzb.lmid" type="hidden" id="lmid" />
|
|
|
|
|
|
+ <input name="wzb.lmid" id="lmid" />
|
|
<table cellpadding="0" cellspacing="0" class="l-table-edit" border="1" bordercolor="#c7d4e2" style="margin-left:10px">
|
|
<table cellpadding="0" cellspacing="0" class="l-table-edit" border="1" bordercolor="#c7d4e2" style="margin-left:10px">
|
|
|
|
|
|
<tr >
|
|
<tr >
|