From 041f772bcc2a1b655fc1f8e433776b6ec7713c3e Mon Sep 17 00:00:00 2001 From: liuz Date: Mon, 23 Jul 2018 14:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E8=AF=81=E9=87=91=E6=94=B6=E5=8F=96?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=AF=B9=E8=AF=9D=E6=A1=86=E5=8E=BB=E6=8E=89?= =?UTF-8?q?alert=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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("@");//"@"表示了向页面添加数据时的连续性