Index: ssts-web/src/main/webapp/disinfectsystem/packing/comboToussePackingView.js =================================================================== diff -u -r32511 -r32751 --- ssts-web/src/main/webapp/disinfectsystem/packing/comboToussePackingView.js (.../comboToussePackingView.js) (revision 32511) +++ ssts-web/src/main/webapp/disinfectsystem/packing/comboToussePackingView.js (.../comboToussePackingView.js) (revision 32751) @@ -1488,7 +1488,9 @@ var sterileDate = top.Ext4.getCmp('sterileDate3').getValue(); if(isUndefinedOrNullOrEmpty(sterileDate)){ - sterileDate = new Date(); + getServerTime("yyyy/MM/dd HH:mm:ss",top.Ext4,null,function(res){ + sterileDate = new Date(res); + }); } // 校验数量是否有效