fix command
This commit is contained in:
parent
e3d0ed2082
commit
6f8d1bff67
1 changed files with 8 additions and 3 deletions
|
|
@ -1268,11 +1268,15 @@ export class ReportController extends Controller {
|
|||
body: {
|
||||
refIds: {
|
||||
refId: string
|
||||
commandAffectDate: Date | null
|
||||
commandNo: string | null
|
||||
// commandAffectDate: Date | null //เก่า
|
||||
commandDateAffect: Date | null //ใหม่ปรับตาม RabbitMQ ORG
|
||||
commandDateSign?: Date | null
|
||||
commandNo: string | null
|
||||
commandId?: string | null
|
||||
commandYear: number
|
||||
templateDoc: string | null
|
||||
commandCode?: string | null;
|
||||
commandName?: string | null;
|
||||
templateDoc?: string | null
|
||||
amount: Double | null
|
||||
amountSpecial?: Double | null
|
||||
positionSalaryAmount: Double | null
|
||||
|
|
@ -1280,6 +1284,7 @@ export class ReportController extends Controller {
|
|||
mpCee?: string | null
|
||||
refCommandCode?: string | null
|
||||
refCommandName?: string | null
|
||||
remark?: string | null
|
||||
}[]
|
||||
}
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue