Index: ssts-web/src/main/resources/spring/projects/zsyy/timer.xml =================================================================== diff -u -r20153 -r20959 --- ssts-web/src/main/resources/spring/projects/zsyy/timer.xml (.../timer.xml) (revision 20153) +++ ssts-web/src/main/resources/spring/projects/zsyy/timer.xml (.../timer.xml) (revision 20959) @@ -19,7 +19,7 @@ - 0 0 7 * * ? + 0 0 8 * * ? Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/syncDisposableGoodsApplicationForm.js =================================================================== diff -u -r20946 -r20959 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/syncDisposableGoodsApplicationForm.js (.../syncDisposableGoodsApplicationForm.js) (revision 20946) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/syncDisposableGoodsApplicationForm.js (.../syncDisposableGoodsApplicationForm.js) (revision 20959) @@ -57,19 +57,27 @@ triggerAction : 'all', hideTrigger : true, typeAhead : false, - width : 250, + width : 130, matchFieldWidth: false, listConfig: {width: 300}, allowBlank : true, flex : 1, listeners:{ select:function(combo, records, index){ var record = transformRecords(records); - console.log(record.data) top.Ext.getCmp("departCodingsyc").setValue(record.data.departCode); + //console.log(record.data.departCode); - } + } } + },{ + xtype: 'button', + text: '重置', + iconCls: 'icon_set', + handler: function(){ + top.Ext.getCmp("departCodingsyc").setValue(null); + top.Ext.getCmp("departsyc").setValue(null); + }, } ]; @@ -170,8 +178,7 @@ sycGridPanelStore.baseParams.endTime = Ext.util.Format.date(endDate, 'Y-m-d'); sycGridPanelStore.baseParams.departCoding = departCoding; sycGridPanelStore.reload(); - top.Ext.getCmp("departCodingsyc").setValue(null); - top.Ext.getCmp("departsyc").setValue(null); + } /**