Compare commits

..

No commits in common. "59f3f48b555a8aa452213ad9857daff3fc829dbf" and "0a02b8a2f90cafbe166b995851fbd2cb9589f978" have entirely different histories.

2 changed files with 13 additions and 14 deletions

View File

@ -93,10 +93,7 @@
<f:TextBox ID="txtWarrantyNo" runat="server" Label="质保书自编号" LabelAlign="Right" Required="true" LabelWidth="120px"
ShowRedStar="true">
</f:TextBox>
<f:LinkButton ID="UploadAttach2" runat="server" Label="质保书附件" Text="上传和查看" OnClick="btnAttachUrl2_Click"
LabelAlign="Right">
</f:LinkButton>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
@ -104,7 +101,9 @@
<f:LinkButton ID="UploadAttach" runat="server" Label="复验附件" Text="上传和查看" OnClick="btnAttachUrl_Click"
LabelAlign="Right">
</f:LinkButton>
<f:Label runat="server"></f:Label>
<f:LinkButton ID="UploadAttach2" runat="server" Label="质保书附件" Text="上传和查看" OnClick="btnAttachUrl2_Click"
LabelAlign="Right">
</f:LinkButton>
</Items>
</f:FormRow>
</Rows>

View File

@ -210,15 +210,6 @@ namespace FineUIPro.Web.WeldMat.Stock {
/// </remarks>
protected global::FineUIPro.TextBox txtWarrantyNo;
/// <summary>
/// UploadAttach2 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttach2;
/// <summary>
/// UploadAttach 控件。
/// </summary>
@ -228,6 +219,15 @@ namespace FineUIPro.Web.WeldMat.Stock {
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttach;
/// <summary>
/// UploadAttach2 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttach2;
/// <summary>
/// Toolbar2 控件。
/// </summary>