Index: ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js =================================================================== diff -u -r20264 -r20277 --- ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 20264) +++ ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 20277) @@ -1283,13 +1283,13 @@ if (!formObj.form.isValid()) { showResult('请正确填写表单各值'); - this.enable(); +// this.enable(); return false; } if(Ext.getCmp('isThereIdentificationCard').getValue() == '是' && Ext.getCmp('idCardBarcode').getValue() == ''){ showResult('该器械包需要扫描标识牌条码'); - this.enable(); +// this.enable(); return false; }