修改质量月报8.取消新增按钮
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user