แก้เครื่องราชฯ>>จัดการคำขอ (แสดงเลข 000)

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-10 22:14:28 +07:00
parent 48f10f992d
commit 206acc18c3
5 changed files with 142 additions and 136 deletions

View file

@ -15,10 +15,14 @@ interface FormProprsalsRound2 {
period_end: any;
period_isActive: boolean;
period_doc: any;
period_status:any
period_status: any;
}
interface ItemType {
name: string;
shortName: string;
}
export type { FormProprsalsRound, FormProprsalsRound2,ItemType };
interface ColId {
period_id: string;
}
export type { FormProprsalsRound, FormProprsalsRound2, ItemType ,ColId};