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

View File

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