From a2018673934c57e3dc45f1e5db0f1794439ff2fb Mon Sep 17 00:00:00 2001 From: liuzhao Date: Wed, 6 Jun 2018 18:29:36 +0800 Subject: [PATCH] =?UTF-8?q?GPS,=E7=89=8C=E7=85=A7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/CarPhoto/CarPhotoList.jsp | 44 ++++++++++++++---- .../CarPhoto/LBCarPhotoDocumentInfo.jsp | 23 ++++++--- .../Tenwa/Gps/GpsRegister/GpsRegisterList.jsp | 23 ++++++++- WebContent/fileTemplate/GPS管理导入.xls | Bin 19456 -> 19456 bytes WebContent/fileTemplate/牌照管理导入.xls | Bin 18944 -> 18944 bytes .../impl/LBCarLicenseCallback.java | 26 +++++++++-- 6 files changed, 95 insertions(+), 21 deletions(-) diff --git a/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp b/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp index f4bcedc14..a37eb212b 100644 --- a/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp +++ b/WebContent/Tenwa/CarPhoto/CarPhotoList.jsp @@ -1,7 +1,8 @@ <%@ page contentType="text/html; charset=GBK"%> -<%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% -String orgid=CurUser.getOrgID(); -String userid=CurUser.getUserID(); +<%@ include file="/Frame/resources/include/include_begin_list.jspf"%> +<% + String orgid=CurUser.getOrgID(); + String userid=CurUser.getUserID(); ASObjectModel doTemp = new ASObjectModel("LB_CAR_LICENSE_PLATE_LIST"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; @@ -10,14 +11,35 @@ String userid=CurUser.getUserID(); dwTemp.genHTMLObjectWindow(""); String sButtons[][] = { - {"true","All","Button","","","newRecord()","","","",""}, + /* {"true","All","Button","","","newRecord()","","","",""}, */ {"true","All","Button","޸","޸","edit()","","","",""}, {"true","All","Button","ɾ","ɾ","do_delete()","","","","btn_icon_delete"}, - {"true","All","Button","չ","չ","importExcel()","","","","btn_icon_import"} + {"true","All","Button","Excel","Excel","importExcel()","","","","btn_icon_import"}, + {"true","","Button","ģ","ģ","LicensePlateDownload()","","","","btn_icon_down",""}, }; %><%@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/ChannelPortal/BusinessHanding/CarPhoto/LBCarPhotoDocumentInfo.jsp b/WebContent/Tenwa/ChannelPortal/BusinessHanding/CarPhoto/LBCarPhotoDocumentInfo.jsp index 0a644f994..f65013e51 100644 --- a/WebContent/Tenwa/ChannelPortal/BusinessHanding/CarPhoto/LBCarPhotoDocumentInfo.jsp +++ b/WebContent/Tenwa/ChannelPortal/BusinessHanding/CarPhoto/LBCarPhotoDocumentInfo.jsp @@ -5,12 +5,15 @@ // String sObjectType=CurPage.getParameter("ObjectType");// String contract_id=CurPage.getParameter("contract_id"); - String car_id=CurPage.getParameter("car_id"); + + //String contract_id=CurPage.getParameter("contract_id"); + //String car_id=CurPage.getParameter("car_id"); ASObjectModel doTemp = new ASObjectModel("LB_CAR_LICENSE_PLATE_INFO"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="2"; // DW 1:Grid 2:Freeform dwTemp.ReadOnly = "0"; // Ƿֻ 1:ֻ 0:д - dwTemp.genHTMLObjectWindow(car_id); + //dwTemp.genHTMLObjectWindow(car_id); + dwTemp.genHTMLObjectWindow(contract_id); String[][] sButtons=null; sButtons=new String[][]{ {"true","","Button","","޸","importRecord()","","","",""}, @@ -18,7 +21,7 @@ %><%@include file="/Frame/resources/include/ui/include_info.jspf"%>