Index: ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/goodsAccess.js =================================================================== diff -u -r34353 -r34377 --- ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/goodsAccess.js (.../goodsAccess.js) (revision 34353) +++ ssts-web/src/main/webapp/disinfectsystem/storageLocationManage/goodsAccess.js (.../goodsAccess.js) (revision 34377) @@ -387,10 +387,12 @@ showResult('抽屉不能为空'); return; } + showResult('已经发送命令给货柜,托盘调度中,请稍候!'); Ext.Ajax.request({ url : WWWROOT + '/disinfectSystem/baseData/storageRecordAction!sendKardexContainerTCPCommand.do', async:false, params : params, + timeout: 1000*60*2, success : function(response) { var result = Ext.decode(response.responseText); showResult(result.message);