关键事项、邮件管理、任务管理

This commit is contained in:
2025-03-13 10:52:32 +08:00
parent 7a242ed776
commit c73bb1124d
99 changed files with 9738 additions and 3791 deletions
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>进度完成情况</title>
<title>项目进度情况</title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
@@ -76,7 +76,7 @@
</f:Grid>
</Items>
</f:Panel>
<f:Window ID="Window1" Title="进度完成情况" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="Window1" Title="项目进度情况" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" OnClose="Window1_Close" IsModal="false"
CloseAction="HidePostBack" Width="600px" Height="340px">
</f:Window>