diff --git a/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp b/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp index a8e0236ec..75a922d97 100644 --- a/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp +++ b/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp @@ -64,7 +64,7 @@ // alert(id); AsDialog.OpenSelector("SelectAccountS","distributorid,"+"<%=disno%>","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ if(!sReturn||sReturn=="_CANCEL_"){ - alert(getHtmlMessage('1'));//请选择一条信息! + //alert(getHtmlMessage('1'));//请选择一条信息! return; } sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性 @@ -77,7 +77,7 @@ function selectensure(){ AsDialog.OpenSelector("Depositcollection","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ if(!sReturn||sReturn=="_CANCEL_"){ - alert(getHtmlMessage('1'));//请选择一条信息! + //alert(getHtmlMessage('1'));//请选择一条信息! return; } sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性