bug修复--筛选日期问题

This commit is contained in:
xiezhiwen 2019-07-02 18:04:59 +08:00
parent ea097c6fc5
commit b9d9ca9739
2 changed files with 4 additions and 1 deletions

View File

@ -80,6 +80,9 @@
if(request.getParameter("DOFILTER_DF_"+ sColName +"_2_VALUE")!=null){
value2 = URLDecoder.decode(request.getParameter("DOFILTER_DF_"+ sColName +"_2_VALUE").toString(),"UTF-8");
//ARE.getLog().trace("value2 = " + value2);
if(value2==null || "".equals(value2)){
value2="undefined";
}
}
if(null!=customFilter){
if(customFilter.checkFilter(sColName)){

View File

@ -41,7 +41,7 @@
}
function initFilter(){
filterValues["myiframe0"][TableFactory.getTableColIndexFromDZ("myiframe0",getColIndex(0,"COLLECT_STATUS"))] = "未收款||部分收款";
//filterValues["myiframe0"][TableFactory.getTableColIndexFromDZ("myiframe0",getColIndex(0,"COLLECT_STATUS"))] = "未收款||部分收款";
setFilterAreaValue(0,"plan_date","<%=plan_date%>");
setFilterAreaOption(0,"plan_date","Equals");
//submitFilterArea();