待办显示关键事项申请关闭后
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Aspose.Words;
|
||||
using BLL;
|
||||
using FineUIPro.Web.Comprehensive;
|
||||
using FineUIPro.Web.ProjectData;
|
||||
using Model;
|
||||
using NPOI.SS.Formula.Functions;
|
||||
@@ -9,6 +10,7 @@ using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Security.Cryptography;
|
||||
using System.Threading;
|
||||
using System.Web;
|
||||
@@ -473,6 +475,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
if (isExitISOValue != null) ///已存在
|
||||
{
|
||||
Ins.DesignDetailsId = isExitISOValue.DesignDetailsId;
|
||||
Ins.Status = isExitISOValue.Status;
|
||||
BLL.DesignDetailsService.UpdateDesignDetails(Ins);
|
||||
}
|
||||
else
|
||||
|
||||
@@ -82,6 +82,9 @@
|
||||
</f:TemplateField>
|
||||
<f:RenderField ColumnID="ReceiveMan" DataField="ReceiveMan" FieldType="String" HeaderText="接收人" TextAlign="Center"
|
||||
HeaderTextAlign="Center" Width="120px">
|
||||
</f:RenderField>
|
||||
<f:RenderField ColumnID="RemarkCode" DataField="RemarkCode" SortField="RemarkCode" FieldType="String" HeaderText="标志编号" TextAlign="Center"
|
||||
HeaderTextAlign="Center" Width="120px">
|
||||
</f:RenderField>
|
||||
<%--<f:TemplateField ColumnID="Status" Width="120px" HeaderText="状态" HeaderTextAlign="Center" TextAlign="Center">
|
||||
<ItemTemplate>
|
||||
|
||||
@@ -496,6 +496,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
if (isExitISOValue != null) ///已存在
|
||||
{
|
||||
Ins.DesignDrawingsId = isExitISOValue.DesignDrawingsId;
|
||||
Ins.Status = isExitISOValue.Status;
|
||||
BLL.DesignDrawingsService.UpdateDesignDrawings(Ins);
|
||||
}
|
||||
else
|
||||
|
||||
@@ -37,11 +37,12 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
GetButtonPower();
|
||||
BLL.CNProfessionalService.InitCNProfessionalDownList(this.drpCNProfessionalId, true);
|
||||
BLL.UnitWorkService.InitUnitWorkDownList(this.drpUnitWorkIds, this.CurrUser.LoginProjectId, false);
|
||||
BLL.UnitService.InitUnitDownList(this.drpUnitIds, this.CurrUser.LoginProjectId, false);
|
||||
//BLL.UnitService.InitUnitDownList(this.drpUnitIds, this.CurrUser.LoginProjectId, false);//总包、分包单位
|
||||
BLL.UnitService.InitAllUnitDownList(this.drpUnitIds, this.CurrUser.LoginProjectId, false);//所有单位
|
||||
//LoadAuditSelect();
|
||||
//this.agree.Hidden = true;
|
||||
//this.options.Hidden = true;
|
||||
|
||||
|
||||
//this.btnSave.Hidden = true;
|
||||
//this.btnSubmit.Hidden = true;
|
||||
this.DesignDrawingsId = Request.Params["DesignDrawingsId"];
|
||||
|
||||
Reference in New Issue
Block a user