|
|
@@ -186,6 +186,8 @@ Ext.define('saas.view.core.query.QueryPanel', {
|
|
|
to = value.to;
|
|
|
|
|
|
conditionValue = Ext.Date.format(new Date(from), 'Y-m-d h:i:s') + ',' + Ext.Date.format(new Date(to), 'Y-m-d h:i:s');
|
|
|
+ }else if(xtype == 'combobox' || xtype == 'combo') {
|
|
|
+ conditionValue = '\'' + value + '\'';
|
|
|
}else if(xtype == 'multicombo') {
|
|
|
conditionValue = value.map(function(v) {
|
|
|
return '\'' + v.value + '\'';
|