2023-02-16 焊接修改
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Left">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpUnit" runat="server" Label="供货单位" LabelAlign="Right" LabelWidth="80px" EnableEdit="true">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="drpUnit" runat="server" Label="供货单位" LabelAlign="Right" LabelWidth="80px" EnableEdit="true" >
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="drpMainItem" runat="server" Label="主项" LabelAlign="Right" EnableEdit="true" LabelWidth="60px">
|
||||
</f:DropDownList>
|
||||
<f:TextBox ID="txtMaterialCode" runat="server" Label="材料编码" LabelWidth="80px"
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.ProjectId = this.CurrUser.LoginProjectId;
|
||||
BLL.UnitService.GetUnit(this.drpUnit, this.ProjectId, true);
|
||||
BLL.UnitService.GetALLUnit(this.drpUnit, true);
|
||||
BLL.MainItemService.InitMainItemDownList(drpMainItem, this.ProjectId, true);
|
||||
btnNew.OnClientClick = Window1.GetShowReference("MaterialManageEdit.aspx") + "return false;";
|
||||
GetButtonPower();
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
Width="180px" LabelWidth="80px" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtSingleName" runat="server" Label="外径"
|
||||
EmptyText="输入查询条件"
|
||||
EmptyText="输入查询条件" Hidden="true"
|
||||
Width="180px" LabelWidth="80px" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtDesignPress" runat="server" Label="压力"
|
||||
|
||||
Reference in New Issue
Block a user