เพิ่ม posExecutiveName
This commit is contained in:
parent
93db49a813
commit
c1a31a964e
5 changed files with 6 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ async function onSave(data: FormDataAppoint) {
|
|||
posTypeName: data.posTypeName,
|
||||
posLevelId: data.posLevelId,
|
||||
posLevelName: data.posLevelName,
|
||||
posExecutiveName: data.posExecutiveName,
|
||||
reportingDate: data.reportingDate,
|
||||
posmasterId: data.posmasterId,
|
||||
typeCommand: data.typeCommand,
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ async function onSave(data: FormDataAppoint) {
|
|||
posLevelId: data.posLevelId,
|
||||
posLevelName: data.posLevelName,
|
||||
reportingDate: data.reportingDate,
|
||||
posExecutiveName: data.posExecutiveName,
|
||||
posmasterId: data.posmasterId,
|
||||
typeCommand: data.typeCommand,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue