no message
This commit is contained in:
parent
95b756d26d
commit
3dae6f8a30
3 changed files with 9 additions and 11 deletions
|
|
@ -1114,23 +1114,23 @@ export class CommandController extends Controller {
|
|||
case "C-PM-12":
|
||||
return "/order/command12/report/";
|
||||
case "C-PM-13":
|
||||
return "/xxxxxx/";
|
||||
return "/placement/transfer/report/";
|
||||
case "C-PM-14":
|
||||
return "/xxxxxx/";
|
||||
return "/placement/Receive/report/";
|
||||
case "C-PM-15":
|
||||
return "/xxxxxx/";
|
||||
return "/placement/officer/report/";
|
||||
case "C-PM-16":
|
||||
return "/xxxxxx/";
|
||||
return "/placement/repatriation/report/";
|
||||
case "C-PM-17":
|
||||
return "/xxxxxx/";
|
||||
return "/retirement/resign/report/";
|
||||
case "C-PM-18":
|
||||
return "/xxxxxx/";
|
||||
return "/retirement/other/leave/report/";
|
||||
case "C-PM-19":
|
||||
return "/xxxxxx/";
|
||||
return "/order/command19/report/";
|
||||
case "C-PM-20":
|
||||
return "/xxxxxx/";
|
||||
return "/order/command20/report/";
|
||||
case "C-PM-21":
|
||||
return "/xxxxxx/";
|
||||
return "/order/command21/report/";
|
||||
case "C-PM-22":
|
||||
return "/xxxxxx/";
|
||||
case "C-PM-23":
|
||||
|
|
|
|||
|
|
@ -3478,7 +3478,6 @@ export class ProfileEmployeeController extends Controller {
|
|||
body: {
|
||||
result: {
|
||||
id: string;
|
||||
personId: string;
|
||||
templateDoc: string;
|
||||
amount: Double | null;
|
||||
positionSalaryAmount: Double | null;
|
||||
|
|
|
|||
|
|
@ -3179,7 +3179,6 @@ export class ProfileEmployeeTempController extends Controller {
|
|||
body: {
|
||||
result: {
|
||||
id: string;
|
||||
personId: string;
|
||||
templateDoc: string;
|
||||
amount: Double | null;
|
||||
positionSalaryAmount: Double | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue