- ปรับรูปแบบ template html

This commit is contained in:
x2Skyz
2025-11-26 15:16:46 +07:00
parent 9e4af33493
commit 97fef61d8d
11 changed files with 156 additions and 125 deletions

View File

@@ -36,7 +36,12 @@ export class MainManagerComponent implements OnInit {
}
openBudgetDetail(idx: IPrjMst) {
this.router.navigate(['/main/budget/approve', idx.prjseq]);
this.router.navigate(['/main/manager/aproval'], {
state: {
prjseq: idx.prjseq,
prjnam: idx.prjnam
}
});
}
constructor(