Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js =================================================================== diff -u -r13632 -r13634 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 13632) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutView.js (.../godownOutView.js) (revision 13634) @@ -629,7 +629,7 @@ typeAhead : false, allowBlank : true, disabled : true, - width : 160, + width : 180, listeners : { select : function(combo, record, index) { top.Ext.getCmp('name1').setValue(record.data.name); @@ -662,7 +662,7 @@ maxLength : '16', id : 'amount1', name : 'amount1', - width : 80, + width : 60, regex: /^\d+$/, regexText:'只能输入数字', anchor : '95%',