From 2d688f266a6993efd6e6fc352649515225bd7290 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Wed, 24 Jun 2020 14:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templateSearch/customSearchIfameqf.jsp | 1 + .../templateSearch/customSearchIframeqf.js | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/customSearchIfameqf.jsp b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/customSearchIfameqf.jsp index dc11e0f..71e3c91 100644 --- a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/customSearchIfameqf.jsp +++ b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/customSearchIfameqf.jsp @@ -182,6 +182,7 @@ + diff --git a/src/main/webapp/static/js/recordManage/templateSearch/customSearchIframeqf.js b/src/main/webapp/static/js/recordManage/templateSearch/customSearchIframeqf.js index 931e8cd..85a61b9 100644 --- a/src/main/webapp/static/js/recordManage/templateSearch/customSearchIframeqf.js +++ b/src/main/webapp/static/js/recordManage/templateSearch/customSearchIframeqf.js @@ -437,18 +437,18 @@ $('.check').on('click', function () { }) }else if(columnType == '3'){ //时间格式 - inputs = '' + inputs = '' + '-' - + ''; + + ''; dynamicCheck(checked,idVal,val,name,options,inputs); }else if(columnType == '2'){ //整型 - inputs = '' + inputs = '' + '-' - + ''; + + ''; dynamicCheck(checked,idVal,val,name,options,inputs); }else{ - inputs = ''; + inputs = ''; dynamicCheck(checked,idVal,val,name,options,inputs); } })