upd
This commit is contained in:
@ -49,9 +49,6 @@ export class ProcurementProjectYearly {
|
|||||||
// SPECIFICATION & PROCESS
|
// SPECIFICATION & PROCESS
|
||||||
// =========================
|
// =========================
|
||||||
|
|
||||||
@Column({ type: "text", nullable: true })
|
|
||||||
specification: string; // Detail Specification / TOR / SOW
|
|
||||||
|
|
||||||
@Column({ type: "varchar", length: 100, nullable: true })
|
@Column({ type: "varchar", length: 100, nullable: true })
|
||||||
preparation_status: ProcurementPreparationStatus; // Status preparation (ready / not ready)
|
preparation_status: ProcurementPreparationStatus; // Status preparation (ready / not ready)
|
||||||
|
|
||||||
|
|||||||
@ -8,6 +8,8 @@ export enum ProcurementStatusType {
|
|||||||
|
|
||||||
export enum ProcurementPreparationStatus {
|
export enum ProcurementPreparationStatus {
|
||||||
ready = "ready",
|
ready = "ready",
|
||||||
|
completed = "completed",
|
||||||
|
approve = "approve",
|
||||||
not_ready = "not_ready",
|
not_ready = "not_ready",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user