20240523 质量月报周报样式调整

This commit is contained in:
2024-05-23 16:37:33 +08:00
parent d1a6bb49da
commit 57e6dccba7
12 changed files with 1187 additions and 942 deletions
@@ -7,7 +7,7 @@
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="../../Controls/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<title>质量共检</title>
<title>质量专项检查</title>
<style type="text/css">
.labcenter {
text-align: center;
@@ -42,7 +42,7 @@
<f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false"
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
<Items>
<f:Grid ID="GvJoinCheck" ShowBorder="true" ShowHeader="false" Title="质量共检" EnableCollapse="true"
<f:Grid ID="GvJoinCheck" ShowBorder="true" ShowHeader="false" Title="质量专项检查" EnableCollapse="true"
runat="server" BoxFlex="1" DataKeyNames="JointCheckId" AllowCellEditing="true"
ClicksToEdit="2" DataIDField="JointCheckId" AllowSorting="true" SortField="CheckDate"
SortDirection="DESC" OnSort="GvJoinCheck_Sort" EnableColumnLines="true" ForceFit="true"
@@ -152,7 +152,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" IsModal="true" OnClose="Window1_Close"
Width="1300px" Height="660px">
</f:Window>