From d15e517cbbeebabc38be175a0deb6d2eea4f74a1 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Tue, 10 Jul 2018 10:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0GPS=E7=89=8C=E7=85=A7?= =?UTF-8?q?=E5=AD=98=E5=85=A5=E5=90=88=E5=90=8CID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/CarPhoto/CarPhotoList.jsp | 2 +- .../Comm/DocList/LbCarLicensePlateInfo.jsp | 37 +++++ .../Tenwa/Gps/GpsRegister/GpsRegister.jsp | 16 ++ .../impl/LBCarLicenseCallback.java | 12 +- .../impl/LBRegisterGpsCallBack.java | 157 ++++++++++++++++++ 5 files changed, 217 insertions(+), 7 deletions(-) diff --git a/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp b/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp index a39b7985c..1b38748c0 100644 --- a/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp +++ b/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp @@ -12,7 +12,7 @@ dwTemp.genHTMLObjectWindow(""); String sButtons[][] = { {"true","All","Button","新增","新增","newRecord()","","","",""}, - {"true","All","Button","详情","详情","viewAndEdit()","","","",""}, + {"true","All","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, {"true","","Button","删除","删除","if(confirm('确实要删除吗?'))as_delete(0)","","","","btn_icon_delete",""}, {"true","All","Button","导入Excel","导入Excel","importExcel()","","","","btn_icon_import"}, {"true","","Button","牌照模版下载","牌照模版下载","LicensePlateDownload()","","","","btn_icon_down",""}, diff --git a/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfo.jsp b/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfo.jsp index fd9e91ad9..fe8bc840e 100644 --- a/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfo.jsp +++ b/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfo.jsp @@ -7,6 +7,10 @@ */ String sPrevUrl = CurPage.getParameter("ID"); //if(sPrevUrl == null) sPrevUrl = ""; + String inputuserid = CurUser.getUserID(); + String inputusername = CurUser.getUserName(); + String inputorgid = CurOrg.getOrgID(); + String inputorgname = CurOrg.getOrgName(); String sTempletNo = "LB_CAR_LICENSE_PLATE_INFO_Info";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); @@ -23,6 +27,39 @@ /* sButtonPosition = "south"; */ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>