Index: ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js =================================================================== diff -u -r15328 -r15581 --- ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 15328) +++ ssts-web/src/main/webapp/disinfectsystem/packing/directPacking.js (.../directPacking.js) (revision 15581) @@ -1006,11 +1006,16 @@ fieldLabel : '灭菌日期', id : 'disinfectionDate', name : 'disinfectionDate', - value : new Date, +// value : new Date, readOnly : true, allowBlank : false, format : 'Y-m-d', - anchor : '100%' + anchor : '100%', + listeners : { + render : function() { + setStartDate(Ext, 'yyyy/MM/dd', 'disinfectionDate'); //(设置灭菌日期,取服务器时间 cjr) + } + } }] }], buttons : [{