Index: ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js =================================================================== diff -u -r21554 -r21658 --- ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 21554) +++ ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 21658) @@ -775,11 +775,11 @@ Ext.getCmp('tousseName').getEl().dom.readOnly = false; Ext.getCmp('packAmount').getEl().dom.readOnly = false; - Ext.getCmp('tousseBarcodeCmp').hide(); +// Ext.getCmp('tousseBarcodeCmp').hide(); }else{ Ext.getCmp('tousseName').getEl().dom.readOnly = true; Ext.getCmp('packAmount').getEl().dom.readOnly = true; - Ext.getCmp('tousseBarcodeCmp').show(); +// Ext.getCmp('tousseBarcodeCmp').show(); } // Ext.getCmp('scanText').focus(); initialFocus(100); @@ -837,7 +837,7 @@ fieldLabel : "器械包条码", allowBlank : true, id:'tousseBarcodeCmp', - hidden: true, + hidden: false, listeners : { specialkey : function(thiz, e){ if(e.getKey() == 13){