คำสั่งยกเลิก
This commit is contained in:
parent
4b7ca5fbf4
commit
a17ca1a7d8
2 changed files with 5 additions and 5 deletions
|
|
@ -2530,7 +2530,7 @@ export class ImportDataController extends Controller {
|
|||
.toISOString()
|
||||
.replace("T", " ")
|
||||
.substring(0, 19);
|
||||
profileSalary.remark = item.SalaryRef + item.PositionName;
|
||||
profileSalary.remark = `${item.SalaryRef} ${item.PositionName}`;
|
||||
profileSalary.amount = item.Amount;
|
||||
profileSalary.positionSalaryAmount = item.PositionSalaryAmount;
|
||||
// const str = item.PosNoName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue