From 2788bb856284ba779aa550bde0cfc1dd5dc8fe86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=89=E7=A5=A5=20=E8=A9=B9?= Date: Mon, 16 Sep 2024 11:09:10 +0800 Subject: [PATCH] fix bug in fainal 3 --- Views/Home/ProjectList.cshtml | 2 +- wwwroot/assets/javascript/custom/projectlist.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Views/Home/ProjectList.cshtml b/Views/Home/ProjectList.cshtml index 89d99ee1..ebdb97e7 100644 --- a/Views/Home/ProjectList.cshtml +++ b/Views/Home/ProjectList.cshtml @@ -257,7 +257,7 @@ 報價單名稱 - 建立時間 + 異動時間 窗口 diff --git a/wwwroot/assets/javascript/custom/projectlist.js b/wwwroot/assets/javascript/custom/projectlist.js index df1e99d1..1c588759 100644 --- a/wwwroot/assets/javascript/custom/projectlist.js +++ b/wwwroot/assets/javascript/custom/projectlist.js @@ -1014,7 +1014,7 @@ $(document).ready(function () { } if (quotation_method == "edit") { - quotationTable.fnUpdate(obj, quotationPos); + quotationTable.fnUpdate(obj, quotationRowPos); }