From 80be6f2b8a53e1354166c4b66e7649c91494e9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Wed, 12 Jun 2024 16:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E7=BB=93=E7=AE=97=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E4=B9=A6=20=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=97=A5=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js b/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js index a14b0652..3ba9f5d6 100644 --- a/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js +++ b/YLErpWeb/wwwroot/Scripts/app/swaptrade/tradeEndConfirmList.js @@ -23,9 +23,9 @@ function showToolName(cellValue, options, rowObject) { "" .template("下载"); } - var disabled = pageData.canGenerate == true ? "" : "disabled"; - html += "" - .template(rowObject.swap_flow_event.EncryptId, rowObject.swap_flow_event.PayDate, "修改支付日期", disabled); + //var disabled = pageData.canGenerate == true ? "" : "disabled"; + //html += "" + // .template(rowObject.swap_flow_event.EncryptId, rowObject.swap_flow_event.PayDate, "修改支付日期", disabled); return html; }