From a71c8bb11e815ce5d17d9bb9dcf3aaa6591dd700 Mon Sep 17 00:00:00 2001 From: nakorn Date: Mon, 27 Sep 2021 15:37:05 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B8=E0=B8=87=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=94=E0=B8=87=E0=B8=9C=E0=B8=A5=E0=B9=80=E0=B8=A7?= =?UTF-8?q?=E0=B8=A5=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ApiControllers/rep_eva_xControllers.cs | 2 +- Models/rep_eva_x/rep_eva_xInputModel2.cs | 2 ++ tb320eva.csproj | 3 --- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ApiControllers/rep_eva_xControllers.cs b/ApiControllers/rep_eva_xControllers.cs index c5f9599..0a8f743 100644 --- a/ApiControllers/rep_eva_xControllers.cs +++ b/ApiControllers/rep_eva_xControllers.cs @@ -429,7 +429,7 @@ namespace TodoAPI2.Controllers i.txt_status_chief_a_click_date = MyHelper.GetDateStringForReport(p.status_chief_a_click_date); if (i.txt_status_chief_a_click_date == "") i.txt_status_chief_a_click_date = ".................................."; - + i.print_dt = MyHelper.GetDateStringForReport(DateTime.Now) + " " + MyHelper.GetTimeStringFromDate(DateTime.Now); return i; } diff --git a/Models/rep_eva_x/rep_eva_xInputModel2.cs b/Models/rep_eva_x/rep_eva_xInputModel2.cs index a09b39b..3909af2 100644 --- a/Models/rep_eva_x/rep_eva_xInputModel2.cs +++ b/Models/rep_eva_x/rep_eva_xInputModel2.cs @@ -64,6 +64,8 @@ namespace TodoAPI2.Models public string plan_remark { get; set; } public string eva_detail_remark { get; set; } + + public string print_dt { get; set; } } } diff --git a/tb320eva.csproj b/tb320eva.csproj index ae7bdae..e5b80b3 100644 --- a/tb320eva.csproj +++ b/tb320eva.csproj @@ -102,9 +102,6 @@ - - -