เพิ่ม id คำสั่งลงประวัติตำแหน่ง #665
This commit is contained in:
parent
c072a9872a
commit
4e3f1714b1
1 changed files with 4 additions and 0 deletions
|
|
@ -6742,6 +6742,7 @@ export class ReportController extends Controller {
|
|||
refId: string;
|
||||
commandAffectDate: Date | null;
|
||||
commandNo: string | null;
|
||||
commandId?: string | null;
|
||||
commandYear: number;
|
||||
templateDoc: string | null;
|
||||
amount: Double | null;
|
||||
|
|
@ -6765,6 +6766,7 @@ export class ReportController extends Controller {
|
|||
profileId: salary.profileId,
|
||||
date: new Date(),
|
||||
amount: salary.positionSalaryAmount,
|
||||
commandId: v.commandId,
|
||||
positionSalaryAmount: salary.amountSpecial,
|
||||
mouthSalaryAmount: null,
|
||||
posNo: salary.orgShortName + salary.posMasterNo,
|
||||
|
|
@ -6807,6 +6809,7 @@ export class ReportController extends Controller {
|
|||
refId: string;
|
||||
commandAffectDate: Date | null;
|
||||
commandNo: string | null;
|
||||
commandId: string | null;
|
||||
commandYear: number;
|
||||
templateDoc: string | null;
|
||||
amount: Double | null;
|
||||
|
|
@ -6829,6 +6832,7 @@ export class ReportController extends Controller {
|
|||
profileEmployeeId: salary.profileId,
|
||||
date: new Date(),
|
||||
amount: salary.positionSalaryAmount,
|
||||
commandId: v.commandId,
|
||||
positionSalaryAmount: salary.amountSpecial,
|
||||
mouthSalaryAmount: null,
|
||||
posNo: salary.orgShortName + salary.posMasterNo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue