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