ผังบัญชีค่าจ้างลูกจ้างประจำ => อัตราค่าจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-12 18:04:47 +07:00
parent cc71eeae02
commit 62b06973e2
3 changed files with 283 additions and 2 deletions

View file

@ -128,7 +128,7 @@ function onClickAction(type: string, data: any) {
onUpload();
break;
case "salaryRate":
onSalaryRate(data);
onSalaryRate(data.id);
break;
case "coppy":
onCoppy(data.id);