From ba806685602bced5aab903ca36cd966514a6918b Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Mon, 31 Aug 2020 09:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E8=A1=A5=E7=82=B9=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyStatementController.class.php | 2 +- Application/Admin/View/CompanyStatement/lists.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementController.class.php b/Application/Admin/Controller/CompanyStatementController.class.php index 05b3b4f10..e1a57619b 100644 --- a/Application/Admin/Controller/CompanyStatementController.class.php +++ b/Application/Admin/Controller/CompanyStatementController.class.php @@ -1610,7 +1610,7 @@ class CompanyStatementController extends ThinkController "export"=>"批量导出", "updateNewStatement"=>"新增结算", "launch"=>"对外发起", - "specialComplement"=>"特殊补点", + "viewSpecialComplement"=>"特殊补点", "delStatement"=>"批量删除" ]; $resarr = []; diff --git a/Application/Admin/View/CompanyStatement/lists.html b/Application/Admin/View/CompanyStatement/lists.html index 13d7f6a50..bfb312e15 100644 --- a/Application/Admin/View/CompanyStatement/lists.html +++ b/Application/Admin/View/CompanyStatement/lists.html @@ -433,7 +433,7 @@ }); }); - $("#specialComplement").click(function () { + $("#viewSpecialComplement").click(function () { var id = $(this).data("id"); var url = "{:U('viewSpecialComplement')}"+"&id="+id layer.open({