From 762d8cca8d816e1ddf7c74671981144cc4c8f34d Mon Sep 17 00:00:00 2001 From: liuzhao Date: Sat, 23 Jun 2018 19:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=BA=E8=B0=83=E6=9F=A5=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/FamilyVisit/fieldSurvey/FieldSurveyInfo.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/Tenwa/Lease/FamilyVisit/fieldSurvey/FieldSurveyInfo.jsp b/WebContent/Tenwa/Lease/FamilyVisit/fieldSurvey/FieldSurveyInfo.jsp index 3288031a7..29ba6f0c4 100644 --- a/WebContent/Tenwa/Lease/FamilyVisit/fieldSurvey/FieldSurveyInfo.jsp +++ b/WebContent/Tenwa/Lease/FamilyVisit/fieldSurvey/FieldSurveyInfo.jsp @@ -33,6 +33,7 @@ setItemValue(0,getRow(),"UPDATEUSERID","<%=inputusername%>"); setItemValue(0,getRow(),"INPUTORGID","<%=inputorgname%>"); setItemValue(0,getRow(),"UPDATEORGID","<%=inputorgname%>"); + setItemValue(0,getRow(),"SERVER","<%=inputusername%>"); var date = new Date(); var updatetime = date.toJSON().substring(0,10).replace(/-/g,"/")+" "+date.getHours()+":"+date.getMinutes()+":"+date.getSeconds(); var inputtime = date.toJSON().substring(0,10).replace(/-/g,"/")+" "+date.getHours()+":"+date.getMinutes()+":"+date.getSeconds();