import mis
This commit is contained in:
parent
ee2221b719
commit
4e0aa32f7f
2 changed files with 9 additions and 9 deletions
|
|
@ -1925,9 +1925,9 @@ export class ImportDataController extends Controller {
|
|||
// ? _null
|
||||
// : Number(item.SAL_POS_AMOUNT_2);
|
||||
// profileSalary.positionSalaryAmount = sal_pos_amount_1 ?? sal_pos_amount_2;
|
||||
const special_amt: any =
|
||||
item.SPECIAL_AMT == null || item.SPECIAL_AMT == "" ? _null : Number(item.SPECIAL_AMT);
|
||||
profileSalary.amountSpecial = special_amt;
|
||||
// const special_amt: any =
|
||||
// item.SPECIAL_AMT == null || item.SPECIAL_AMT == "" ? _null : Number(item.SPECIAL_AMT);
|
||||
// profileSalary.amountSpecial = special_amt;
|
||||
profileSalary.posNumCodeSit = item.POS_NUM_CODE_SIT;
|
||||
profileSalary.posNumCodeSitAbb = item.POS_NUM_CODE_SIT_ABB;
|
||||
|
||||
|
|
|
|||
|
|
@ -189,12 +189,12 @@ export class HR_POSITION_EMPLOYEETEMP {
|
|||
// })
|
||||
// SAL_POS_AMOUNT_2: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
SPECIAL_AMT: string;
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// type: "text",
|
||||
// default: null,
|
||||
// })
|
||||
// SPECIAL_AMT: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue