From def7e5db1164a9e15769cc288603ad79583c4d7d Mon Sep 17 00:00:00 2001 From: lixuebo Date: Fri, 23 Aug 2019 16:00:23 +0800 Subject: [PATCH] =?UTF-8?q?GPS=E5=AE=9A=E4=BD=8D=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp | 3 ++- WebContent/Tenwa/Gps/LmGpsOrderList.jsp | 20 +++++-------------- WebContent/WEB-INF/etc/jbo/jbo_sys.xml | 11 +++++++--- src_tenwa/com/tenwa/gps/GpsCommon.java | 20 +++++++++---------- src_tenwa/com/tenwa/gps/GpsController.java | 12 +++++------ .../project/commcheck/GpsStatusCheck.java | 2 +- 6 files changed, 31 insertions(+), 37 deletions(-) diff --git a/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp b/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp index 37bc83dea..23a714889 100644 --- a/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp +++ b/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp @@ -111,11 +111,12 @@ function queryOrder(){ var orderNo = getItemValue(0,getRow(),"ORDER_NO"); var status = getItemValue(0,getRow(),"STATUS"); + var vin = getItemValue(0,getRow(),"CAR_VIN"); if(status=='7'){ alert("请先提交工单!"); return; } - var result =AsControl.RunJavaMethodTrans("com.tenwa.gps.GpsController","queryOrder","applyNo=<%=ProjectNo%>,projectId=<%=ProjectId%>,userId=<%=userId%>,flowUnid=<%=flowunid%>,tableName=LM_GPS_ORDER_TEMP,orderNo="+orderNo); + var result =AsControl.RunJavaMethodTrans("com.tenwa.gps.GpsController","queryOrder","applyNo=<%=ProjectNo%>,projectId=<%=ProjectId%>,userId=<%=userId%>,flowUnid=<%=flowunid%>,tableName=LM_GPS_ORDER_TEMP,orderNo="+orderNo+",vin="+vin); alert(result) location.reload(); } diff --git a/WebContent/Tenwa/Gps/LmGpsOrderList.jsp b/WebContent/Tenwa/Gps/LmGpsOrderList.jsp index d690c50ea..881e5443a 100644 --- a/WebContent/Tenwa/Gps/LmGpsOrderList.jsp +++ b/WebContent/Tenwa/Gps/LmGpsOrderList.jsp @@ -17,31 +17,21 @@ String sButtons[][] = { {"true","All","Button","查看定位信息","查看定位信息","queryOrder()","","","","",""}, {"true","","Button","查看安装图","查看安装图","showImage()","","","","",""}, - {"true","","Button","提交流程","提交流程","test()","","","","",""}, }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>