From ba867d67f511496fa7dfd5816f8ad0bd6e394d93 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Sat, 21 Jul 2018 16:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E6=A0=A1=E9=AA=8C=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp | 1 + .../Flow/Comm/LBIdentityCheck/LBIdentityCheckResultTemp.jsp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp index 70c502112..cb633107c 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBCarIdentityCheck.jsp @@ -31,6 +31,7 @@ if(result == 'ERROR'){ alert("调用数据失败"); }else if(result == 'SUCCESS'){ + alert('校验成功,请点击详情查看!'); reloadSelf(); }else{ alert(result); diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBIdentityCheckResultTemp.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBIdentityCheckResultTemp.jsp index ecdf1e1f0..40d93025b 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBIdentityCheckResultTemp.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBIdentityCheck/LBIdentityCheckResultTemp.jsp @@ -16,7 +16,7 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { {"true","","Button","返回","返回","goBack()","","","","btn_icon_back",""}, - {"true","","Button","清空","清空","clearRecord()","","","","btn_icon_detail",""}, + //{"true","","Button","清空","清空","clearRecord()","","","","btn_icon_detail",""}, }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>