แก้ฟิว ออกคำสั่ง
This commit is contained in:
parent
ba8d78b11c
commit
2af2f32cf7
3 changed files with 39 additions and 24 deletions
|
|
@ -276,10 +276,7 @@ export class CommandController extends Controller {
|
|||
.map((x) => ({
|
||||
id: x.id,
|
||||
citizenId: x.citizenId,
|
||||
prefix: x.prefix,
|
||||
firstName: x.firstName,
|
||||
lastName: x.lastName,
|
||||
// profileId: x.profileId,
|
||||
fullName: x.fullName,
|
||||
order: x.order,
|
||||
remarkVertical: x.remarkVertical,
|
||||
remarkHorizontal: x.remarkHorizontal,
|
||||
|
|
@ -992,9 +989,7 @@ export class CommandController extends Controller {
|
|||
persons: {
|
||||
refId: string;
|
||||
citizenId: string;
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
fullName: string;
|
||||
}[];
|
||||
},
|
||||
@Request() request: RequestWithUser,
|
||||
|
|
@ -1102,7 +1097,7 @@ export class CommandController extends Controller {
|
|||
case "C-PM-06":
|
||||
return "/placemant/appointment/slip/report/";
|
||||
case "C-PM-07":
|
||||
return "/xxxxxx/";
|
||||
return "/placemant/appointment/move/report/";
|
||||
case "C-PM-08":
|
||||
return "/xxxxxx/";
|
||||
case "C-PM-09":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue