From e323f686ef5557f1e1d77b806434d15b8bfe774e Mon Sep 17 00:00:00 2001 From: lixuebo Date: Sun, 18 Aug 2019 14:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Gps/LmGpsOrderList.jsp | 7 + WebContent/WEB-INF/etc/jbo/jbo_sys.xml | 5 +- .../amarsoft/dict/als/manage/NameManager.java | 11 + .../flow/action/comm/BaseFlowStartAction.java | 15 +- .../flow/action/comm/FlowController.java | 61 ++-- .../BusinessApplicationPfToTemp.java | 3 - .../commbusiness/HelpToBorrowCalculate.java | 26 -- .../LBProjectIntoTempInitCarBusiness.java | 187 +---------- .../commbusiness/PlatformDataToTemp.java | 290 ++++++++++++++++++ 9 files changed, 362 insertions(+), 243 deletions(-) delete mode 100644 src_tenwa/com/tenwa/lease/flow/project/commbusiness/HelpToBorrowCalculate.java create mode 100644 src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTemp.java diff --git a/WebContent/Tenwa/Gps/LmGpsOrderList.jsp b/WebContent/Tenwa/Gps/LmGpsOrderList.jsp index 881f35e3e..d690c50ea 100644 --- a/WebContent/Tenwa/Gps/LmGpsOrderList.jsp +++ b/WebContent/Tenwa/Gps/LmGpsOrderList.jsp @@ -17,11 +17,18 @@ String sButtons[][] = { {"true","All","Button","查看定位信息","查看定位信息","queryOrder()","","","","",""}, {"true","","Button","查看安装图","查看安装图","showImage()","","","","",""}, + {"true","","Button","提交流程","提交流程","test()","","","","",""}, }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>