ปรับปรุง UI และ Flow ของงาน เพิ่มเติม

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-13 12:31:34 +07:00
parent fc5cd13a6e
commit 2159daa300
15 changed files with 898 additions and 31 deletions

View File

@@ -199,6 +199,9 @@ namespace tb320eva.Migrations
b.Property<DateTime?>("chief_a_date");
b.Property<string>("chief_a_reject_reason")
.HasMaxLength(1000);
b.Property<string>("chief_a_remark")
.HasMaxLength(1000);