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"%>