Merge branch 'nice' into develop
This commit is contained in:
commit
b9af3e956a
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ function findlist(id: string = "", idCard: string) {
|
||||||
if (data) {
|
if (data) {
|
||||||
fullName.value = `${data.prefix}${data.firstName} ${data.lastName}`; // ชื่อ;
|
fullName.value = `${data.prefix}${data.firstName} ${data.lastName}`; // ชื่อ;
|
||||||
position.value = data.position; // ตำแหน่ง
|
position.value = data.position; // ตำแหน่ง
|
||||||
|
affiliationRequest.value = data.org;
|
||||||
|
affiliationReceived.value = data.org;
|
||||||
} else {
|
} else {
|
||||||
notifyError($q, "ไม่พบข้อมูลเลขประจำตัวประชาชนนี้");
|
notifyError($q, "ไม่พบข้อมูลเลขประจำตัวประชาชนนี้");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue