fix bug select position, change field reportingDateFullDate to reportingDate, add send positionExecutiveField & positionArea
This commit is contained in:
parent
0ef46feabc
commit
20f95f1a69
7 changed files with 23 additions and 10 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue