Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js =================================================================== diff -u -r34674 -r34680 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 34674) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/supplyroomtype/supplyRoomTypeForm.js (.../supplyRoomTypeForm.js) (revision 34680) @@ -1974,7 +1974,17 @@ handler:function(){ top.Ext.Msg.confirm('请确认', '是否为所有未添加器械实例的标识牌绑定实例?', function (btn) { if (btn == 'yes') { - + Ext.Ajax.request({ + url: WWWROOT + '/disinfectSystem/baseData/instrumentInstanceController/initBindIdCardInstanceAndInstrumentInstance.mhtml', + success: function (response, options) { + var result = Ext.decode(response.responseText); + if(result.success){ + showResult(result.message) + } + }, + failure: function (response, options) { + } + }); } }) }