From 23a2fff92f73b9759849a8016601a6817d7470b1 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 25 八月 2025 17:30:30 +0800 Subject: [PATCH] - --- src/views/system/dept/utils/types.ts | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/src/views/system/dept/utils/types.ts b/src/views/system/dept/utils/types.ts index f62fd2e..e0289a5 100644 --- a/src/views/system/dept/utils/types.ts +++ b/src/views/system/dept/utils/types.ts @@ -3,6 +3,7 @@ projectCode: string; // 椤圭洰缂栧彿锛堝繀濉級 projectName: string; // 椤圭洰鍚嶇О锛堝繀濉級 hangyepinmu: any | null; // 琛屼笟鍝佺洰锛堝彲閫夛級 + hangyepinmuName?: any | null; caigoufangshi: any | null; // 閲囪喘鏂瑰紡锛堝彲閫夛級 caigoufangshiName: any | null; // 閲囪喘鏂瑰紡锛堝彲閫夛級 caigouyusuan: any | null; // 閲囪喘棰勭畻锛堝彲閫夛級 @@ -33,8 +34,38 @@ dailiXiangmujingli: string | null; // 浠g悊鏈烘瀯椤圭洰缁忕悊锛堝彲閫夛級 dailijingliLianxidianhua: string | null; // 浠g悊鏈烘瀯椤圭洰缁忕悊鑱旂郴鐢佃瘽锛堝彲閫夛級 } + +// 鎷涙爣淇℃伅绫诲瀷瀹氫箟 +interface TenderInfo { + // 涓婚敭Id + id: string; + // 鎶曟爣鎶ュ悕寮�濮嬫椂闂达紝鏍煎紡涓簓yyy-MM-dd HH:mm:ss + projectName: string; + toubiaoStartDate: string; + // 鎶曟爣鎶ュ悕缁撴潫鏃堕棿锛屾牸寮忎负yyyy-MM-dd HH:mm:ss + toubiaoEndDate: string; + // 寮�鏍囨椂闂达紝鏍煎紡涓簓yyy-MM-dd HH:mm:ss + kaibiaoDate: string; + // 鎷涙爣鏂囦欢锛岄暱搴�1-512瀛楃 + zhaobiaowenjian: string; + biangengwenjian: string; + // 鎷涙爣鏂囦欢鍚嶏紙鍙兘鏄枃浠惰矾寰勩�両D鎴栨枃浠跺璞★級 + zhaobiaowenjianName?: string | null | undefined; + // 鍙樻洿鏂囦欢 + biangengwenjianName?: string | null | undefined; + // 闄勪欢锛屽彲涓虹┖锛屾渶澶ч暱搴�512瀛楃 + fujian?: string; + // 寮�鏍囧湴鐐癸紝闀垮害1-250瀛楃 + kaibiaodidian: string; +} interface FormProps { formInline: FormItemProps; } -export type { FormItemProps, FormProps }; +interface TenderProps { + formInline: TenderInfo; + isChange: boolean; + changeDetail?: boolean; +} + +export type { FormItemProps, FormProps, TenderInfo, TenderProps }; -- Gitblit v1.9.1