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
@@ -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" />
<script src="../../Controls/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<style type="text/css">
@@ -50,7 +50,7 @@
<Rows>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel2" Title="质量共检" ShowBorder="true"
<f:ContentPanel ID="ContentPanel2" Title="质量专项检查" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
@@ -125,7 +125,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="true" Title="共检问题列表" EnableCollapse="false" runat="server"
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="true" Title="问题列表" EnableCollapse="false" runat="server"
BoxFlex="1" DataKeyNames="JointCheckDetailId" AllowCellEditing="true" EnableColumnLines="true"
ClicksToEdit="1" DataIDField="JointCheckDetailId" OnRowCommand="Grid1_RowCommand" AllowSorting="true" ForceFit="true" SortField="CreateDate"
EnableTextSelection="True">
@@ -242,7 +242,7 @@
</f:FormRow>
<f:FormRow ID="plApprove">
<Items>
<f:Grid ID="gvApprove" ShowBorder="true" ShowHeader="true" Title="质量共检审批列表" EnableCollapse="false" runat="server"
<f:Grid ID="gvApprove" ShowBorder="true" ShowHeader="true" Title="审批列表" EnableCollapse="false" runat="server"
BoxFlex="1" DataKeyNames="JointCheckApproveId" AllowCellEditing="true" EnableColumnLines="true" ForceFit="true"
ClicksToEdit="1" DataIDField="JointCheckApproveId" AllowSorting="true" SortField="JointCheckDetailId"
EnableTextSelection="True">
@@ -299,7 +299,7 @@
</f:Toolbar>
</Toolbars>
</f:Form>
<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"
Width="1100px" Height="520px">
</f:Window>