在extjs中,当DateField 的format属性被设置为"Y-m" 的时候,其实缺存在一个小BUG!
比如 :当你选6月份,并且当前系统 日期为 每 个月的29-31号时,BUG就出现了 ,不管你怎么选,文本框始终是7月,这样用户在这几天 就不能查看6月份或其他没有当前日期号数的月份都会出不来 .。。
var thetoolbar = new Ext.revenue.RevToolbar({
items : [ {xtype:"label",text:"日期:"},
new Ext.revenue.RevDateField({id:"analyzeDate",format:"Y-m",value:document.getElementById("jkBankAnalyzeQueryForm.month").value}),
{text:"查询",id:'chaxun',icon:iconPath+'search.gif',handler:function(){list();}},
{text:"取数",id:'qushu',hidden:true,icon:iconPath+'import.png',handler:function(){fetch(); }},
{text:"上报",id:'lock',hidden:true,disabled:true,icon:iconP