Index: ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js =================================================================== diff -u -r17362 -r17436 --- ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 17362) +++ ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 17436) @@ -711,6 +711,7 @@ columnWidth : .33, layout : 'form', cls:'edit-5char-labelwidth', + hidden : sstsConfig.hideSterilingType, items : [{ xtype : 'combo', fieldLabel : "灭菌程序", @@ -726,7 +727,7 @@ name : "sterilingType", id : "sterilingType", anchor : '100%', - allowBlank : false + allowBlank : sstsConfig.hideSterilingType }] },{ columnWidth : .33, @@ -1085,7 +1086,8 @@ name : 'disinfectionDate', // value : new Date, readOnly : true, - allowBlank : false, + hidden : sstsConfig.printLabelWhenReviewing, + allowBlank : sstsConfig.printLabelWhenReviewing, format : 'Y-m-d', anchor : '100%', listeners : {