fix bug select position, change field reportingDateFullDate to reportingDate, add send positionExecutiveField & positionArea

This commit is contained in:
Warunee Tamkoo 2025-06-17 11:02:41 +07:00
parent 0ef46feabc
commit 20f95f1a69
7 changed files with 23 additions and 10 deletions

View file

@ -17,9 +17,9 @@ interface ItemTabs {
name: string;
}
interface DataOptions{
id:string,
name:string
interface DataOptions {
id: string;
name: string;
}
interface FormOrderPlacementMainData {
Order: string;
@ -153,6 +153,8 @@ interface FormDataAppoint {
posmasterId: string;
posExecutiveName?: string;
typeCommand: string;
positionExecutiveField?: string;
positionArea?: string;
}
export type {
FormPlacementMainData,
@ -171,5 +173,5 @@ export type {
MemBerType,
PersonsAppointData,
FormDataAppoint,
DataOptions
DataOptions,
};