From 4214efaa804bf6f94b28a6db6b099523df9b3252 Mon Sep 17 00:00:00 2001 From: yzh <snbbt@21cn.com> Date: 星期五, 29 四月 2022 16:32:04 +0800 Subject: [PATCH] 充值、充值日志 --- web/web/GwSp.aspx | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/web/web/GwSp.aspx b/web/web/GwSp.aspx index 5003bf1..551b7a3 100644 --- a/web/web/GwSp.aspx +++ b/web/web/GwSp.aspx @@ -193,10 +193,18 @@ window.location.href = url; }); + //鍏呭�兼棩蹇� + /** $(document).on("click", ".action-modal-Acctunchargelog", function() { var id = $(this).data("id"); window.location.href = "GwSpChargeLog.aspx?id=" + id + ""; }); + **/ + + $(document).on("click", ".action-modal-Acctunchargelog", function () { + var spId = $(this).data("id"); + window.location.href = "GwOrderList.aspx?spId=" + spId + ""; + }); var serverIp =<%=Newtonsoft.Json.JsonConvert.SerializeObject(ConfigurationManager.AppSettings["serverIp"])%>; var apList =<%=Newtonsoft.Json.JsonConvert.SerializeObject(this.ApList)%>; -- Gitblit v1.9.1