2023-09-27
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<asp:Label ID="Label3" runat="server" Text='<%# ConvertCarryUnit(Eval("UnitId")) %>'></asp:Label>
|
||||
</ItemTemplate>
|
||||
</f:TemplateField>
|
||||
<f:RenderField ColumnID="ImplementationFrontState" DataField="ImplementationFrontState" FieldType="String" HeaderText="实施前状态" TextAlign="Center"
|
||||
<f:RenderField ColumnID="ImplementationFrontState" DataField="ImplementationFrontState" FieldType="String" HeaderText="执行情况" TextAlign="Center"
|
||||
HeaderTextAlign="Center" Width="150px">
|
||||
</f:RenderField>
|
||||
<f:RenderField ColumnID="CompleteDate" DataField="CompleteDate" FieldType="Date" Renderer="Date" HeaderText="施工完成日期" TextAlign="Center"
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtImplementationFrontState" runat="server" Label="实施前状态" MaxLength="50" LabelAlign="right"></f:TextBox>
|
||||
<f:TextBox ID="txtImplementationFrontState" runat="server" Label="执行情况" MaxLength="50" LabelAlign="right"></f:TextBox>
|
||||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="施工完成日期" ID="txtCompleteDate" LabelWidth="120px"
|
||||
LabelAlign="right">
|
||||
</f:DatePicker>
|
||||
|
||||
@@ -140,7 +140,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
txtChangeReason.Readonly = true;
|
||||
txtCompleteDate.Readonly = true;
|
||||
txtContents.Readonly = true;
|
||||
txtImplementationFrontState.Readonly = true;
|
||||
// txtImplementationFrontState.Readonly = true;
|
||||
txtIssuedDate.Readonly = true;
|
||||
drpCNProfessionalId.Readonly = true;
|
||||
drpUnitIds.Readonly = true;
|
||||
|
||||
@@ -506,8 +506,8 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
if (e.EventArgument == "Confirm_OK")
|
||||
{
|
||||
string rootPath = Server.MapPath("~/");
|
||||
string uploadfilepath = rootPath + Const.DesignChangeOrderDataInUrl;
|
||||
string filePath = Const.DesignChangeOrderDataInUrl;
|
||||
string uploadfilepath = rootPath + Const.DesignDrawingsDataInUrl;
|
||||
string filePath = Const.DesignDrawingsDataInUrl;
|
||||
string fileName = Path.GetFileName(filePath);
|
||||
FileInfo info = new FileInfo(uploadfilepath);
|
||||
long fileSize = info.Length;
|
||||
|
||||
Reference in New Issue
Block a user