提交代码
This commit is contained in:
@@ -139,10 +139,10 @@ namespace BLL
|
|||||||
result = result.Where(x => PipelineId.Contains(x.PipelineId.ToString())).ToList();
|
result = result.Where(x => PipelineId.Contains(x.PipelineId.ToString())).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsCheckPrint != null & IsCheckPrint ==true)
|
//if (IsCheckPrint != null & IsCheckPrint ==true)
|
||||||
{
|
//{
|
||||||
result = result.Where(x => x.IsPrint==false||x.IsPrint==null).ToList();
|
// result = result.Where(x => x.IsPrint==false||x.IsPrint==null).ToList();
|
||||||
}
|
//}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,11 @@
|
|||||||
<Rows>
|
<Rows>
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList runat="server" ID="txtPackagingCode" EnableEdit="true" ForceSelection="false" Label="包装编号" LabelWidth="140px" LabelAlign="Right">
|
<%--<f:DropDownList runat="server" ID="txtPackagingCode" EnableEdit="true" ForceSelection="false" Label="包装编号" LabelWidth="140px" LabelAlign="Right">
|
||||||
</f:DropDownList>
|
</f:DropDownList>--%>
|
||||||
|
<f:TextBox ID="txtPackagingCode" runat="server" Label="包装编号" LabelAlign="Right"
|
||||||
|
LabelWidth="140px">
|
||||||
|
</f:TextBox>
|
||||||
<f:DropDownBox runat="server" ID="dropPipelineComponentCode" EmptyText="请从下拉表格中选择" EnableMultiSelect="true" MatchFieldWidth="false">
|
<f:DropDownBox runat="server" ID="dropPipelineComponentCode" EmptyText="请从下拉表格中选择" EnableMultiSelect="true" MatchFieldWidth="false">
|
||||||
<PopPanel>
|
<PopPanel>
|
||||||
<f:Grid ID="Grid1" Width="650px" Height="400px" Hidden="true"
|
<f:Grid ID="Grid1" Width="650px" Height="400px" Hidden="true"
|
||||||
@@ -41,7 +44,7 @@
|
|||||||
<f:TextBox ID="txtpipelineCode" runat="server" Label="管线编号" LabelAlign="Right" EmptyText="主项号+区域编号"
|
<f:TextBox ID="txtpipelineCode" runat="server" Label="管线编号" LabelAlign="Right" EmptyText="主项号+区域编号"
|
||||||
LabelWidth="180px">
|
LabelWidth="180px">
|
||||||
</f:TextBox>
|
</f:TextBox>
|
||||||
<f:TextBox ID="txtpipelineComponentCode" runat="server" Label=预制组件编号 LabelAlign="Right"
|
<f:TextBox ID="txtpipelineComponentCode" runat="server" Label="预制组件编号" LabelAlign="Right"
|
||||||
LabelWidth="180px">
|
LabelWidth="180px">
|
||||||
</f:TextBox>
|
</f:TextBox>
|
||||||
<f:TextBox ID="txtflowingSection" runat="server" Label="流水段" LabelAlign="Right"
|
<f:TextBox ID="txtflowingSection" runat="server" Label="流水段" LabelAlign="Right"
|
||||||
|
|||||||
@@ -28,12 +28,12 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
PackagingManageId = Request.Params["PackagingManageId"];
|
PackagingManageId = Request.Params["PackagingManageId"];
|
||||||
//HJGL_PipelineComponentService.InitPipelineDownList(drpPipelineComponentCode, this.CurrUser.LoginProjectId, false);
|
//HJGL_PipelineComponentService.InitPipelineDownList(drpPipelineComponentCode, this.CurrUser.LoginProjectId, false);
|
||||||
BindGrid();
|
BindGrid();
|
||||||
HJGL_PackagingmanageService.InitPipelineDownList(txtPackagingCode, this.CurrUser.LoginProjectId, false);
|
//HJGL_PackagingmanageService.InitPipelineDownList(txtPackagingCode, this.CurrUser.LoginProjectId, false);
|
||||||
btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||||
if (!string.IsNullOrEmpty(PackagingManageId))
|
if (!string.IsNullOrEmpty(PackagingManageId))
|
||||||
{
|
{
|
||||||
var model = HJGL_PackagingmanageService.GetHJGL_PackagingManageById(PackagingManageId);
|
var model = HJGL_PackagingmanageService.GetHJGL_PackagingManageById(PackagingManageId);
|
||||||
txtPackagingCode.SelectedValue = model.PackagingCode;
|
txtPackagingCode.Text = model.PackagingCode;
|
||||||
dropPipelineComponentCode.Values = model.PipelineComponentId.Split(',');
|
dropPipelineComponentCode.Values = model.PipelineComponentId.Split(',');
|
||||||
txtStackingPosition.Text = model.StackingPosition;
|
txtStackingPosition.Text = model.StackingPosition;
|
||||||
txtContactName.Text = model.ContactName;
|
txtContactName.Text = model.ContactName;
|
||||||
|
|||||||
@@ -7,13 +7,11 @@
|
|||||||
// </自动生成>
|
// </自动生成>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace FineUIPro.Web.HJGL.PreDesign
|
namespace FineUIPro.Web.HJGL.PreDesign {
|
||||||
{
|
|
||||||
|
|
||||||
|
public partial class PackagingManageEdit {
|
||||||
public partial class PackagingManageEdit
|
|
||||||
{
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// form1 控件。
|
/// form1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -22,7 +20,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PageManager1 控件。
|
/// PageManager1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -31,7 +29,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.PageManager PageManager1;
|
protected global::FineUIPro.PageManager PageManager1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Form2 控件。
|
/// Form2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -40,7 +38,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Form Form2;
|
protected global::FineUIPro.Form Form2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtPackagingCode 控件。
|
/// txtPackagingCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -48,8 +46,8 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 自动生成的字段。
|
/// 自动生成的字段。
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList txtPackagingCode;
|
protected global::FineUIPro.TextBox txtPackagingCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// dropPipelineComponentCode 控件。
|
/// dropPipelineComponentCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -58,7 +56,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownBox dropPipelineComponentCode;
|
protected global::FineUIPro.DropDownBox dropPipelineComponentCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Grid1 控件。
|
/// Grid1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -67,7 +65,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Grid Grid1;
|
protected global::FineUIPro.Grid Grid1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Label3 控件。
|
/// Label3 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -76,7 +74,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label Label3;
|
protected global::System.Web.UI.WebControls.Label Label3;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtpipelineCode 控件。
|
/// txtpipelineCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -85,7 +83,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtpipelineCode;
|
protected global::FineUIPro.TextBox txtpipelineCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtpipelineComponentCode 控件。
|
/// txtpipelineComponentCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -94,7 +92,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtpipelineComponentCode;
|
protected global::FineUIPro.TextBox txtpipelineComponentCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtflowingSection 控件。
|
/// txtflowingSection 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -103,7 +101,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtflowingSection;
|
protected global::FineUIPro.TextBox txtflowingSection;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnFind 控件。
|
/// btnFind 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -112,7 +110,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnFind;
|
protected global::FineUIPro.Button btnFind;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtPlanStartDate 控件。
|
/// txtPlanStartDate 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -121,7 +119,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtPlanStartDate;
|
protected global::FineUIPro.TextBox txtPlanStartDate;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtStackingPosition 控件。
|
/// txtStackingPosition 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -130,7 +128,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtStackingPosition;
|
protected global::FineUIPro.TextBox txtStackingPosition;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtContactName 控件。
|
/// txtContactName 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -139,7 +137,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtContactName;
|
protected global::FineUIPro.TextBox txtContactName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtContactPhone 控件。
|
/// txtContactPhone 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -148,7 +146,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtContactPhone;
|
protected global::FineUIPro.TextBox txtContactPhone;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar2 控件。
|
/// Toolbar2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -157,7 +155,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSave 控件。
|
/// btnSave 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -166,7 +164,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
|||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSave;
|
protected global::FineUIPro.Button btnSave;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnClose 控件。
|
/// btnClose 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user