修改质量月报8.取消新增按钮
This commit is contained in:
parent
865571313d
commit
172bd1fee9
|
@ -837,16 +837,9 @@
|
|||
</Rows>
|
||||
</f:Form>
|
||||
</Items>
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar4" Position="bottom" ToolbarAlign="left" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="Button5" Icon="Add" runat="server" ToolTip="增加" Text="增加" OnClick="btnAddGrid11_Click">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
|
||||
<Items>
|
||||
<f:Form ID="Form19" runat="server" ShowBorder="true" BodyPadding="5px" ShowHeader="false" Title="表单" Hidden="true">
|
||||
<f:Form ID="Form19" runat="server" ShowBorder="true" BodyPadding="5px" ShowHeader="false" Title="表单">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
|
|
@ -187,11 +187,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
txtAre21.Text = txtReportList.FirstOrDefault(x => x.ContentType == "21").ContentText;
|
||||
txtAre22.Text = txtReportList.FirstOrDefault(x => x.ContentType == "22").ContentText;
|
||||
txtAre8.Text = txtReportList.FirstOrDefault(x => x.ContentType == "8").ContentText;
|
||||
if (txtAre8.Text != "本月报验的主要材料钢筋、水泥、预应力xxx等,其中现场抽检xx批,合格xx批")
|
||||
{
|
||||
Form19.Hidden = false;
|
||||
Toolbar4.Hidden = true;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
//加载所有grid
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue