Index: ssts-web/src/main/webapp/disinfectsystem/common/terminateInvoicePlan.js =================================================================== diff -u -r27251 -r27252 --- ssts-web/src/main/webapp/disinfectsystem/common/terminateInvoicePlan.js (.../terminateInvoicePlan.js) (revision 27251) +++ ssts-web/src/main/webapp/disinfectsystem/common/terminateInvoicePlan.js (.../terminateInvoicePlan.js) (revision 27252) @@ -52,8 +52,12 @@ return false; } } + + var params = { + time:new Date() + } - var endCase = openModalWindow(WWWROOT+"/disinfectsystem/recyclingApplication/selectEndCause.jsp?time="+new Date(), "选择回收员", "760", "400"); + var endCase = openModalWindow(WWWROOT+"/disinfectsystem/recyclingApplication/selectEndCause.jsp", params, "760", "400"); if(endCase == undefined){ return; @@ -91,7 +95,7 @@ if(returnValue == ''){ return; } - + Ext.Ajax.request({ url: WWWROOT + url, params: { recyclingAppId : id ,endCause:returnValue},