ปรับปรุงหน้าจอ ประวัติการแก้ไข

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-11 15:00:56 +07:00
parent fdb09a2427
commit 656d991f07
13 changed files with 1143 additions and 19 deletions

View File

@@ -97,7 +97,7 @@ namespace TodoAPI2.Models
{
if (!string.IsNullOrEmpty(s))
{
return ("<br/><a href='javascript:window_open({0}../eva_create_evaluation_detail_historyView/eva_create_evaluation_detail_history?id=" + id.ToString() + "{0});'>ดูประวัติ</a>").Replace("{0}", '"'.ToString());
return ("<br/><a href='javascript:openHistory({0}../eva_create_evaluation_detail_historyView/eva_create_evaluation_detail_history?id=" + id.ToString() + "{0});'>ดูประวัติ</a>").Replace("{0}", '"'.ToString());
}
return "";
}