提交代码

This commit is contained in:
2023-12-01 17:08:50 +08:00
parent b696a63438
commit 877a874667
6 changed files with 98 additions and 79 deletions
@@ -66,11 +66,11 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPlanStartDate" runat="server" Label="最早安装时间" LabelAlign="Right" Readonly="true"
<%--<f:TextBox ID="txtPlanStartDate" runat="server" Label="最早安装时间" LabelAlign="Right" Readonly="true"
LabelWidth="140px">
</f:TextBox>
<f:TextBox ID="txtStackingPosition" runat="server" Label="堆放位置" LabelAlign="Right" Required="true" ShowRedStar="true" EmptyText="主项号+区域编号"
LabelWidth="180px">
</f:TextBox>--%>
<f:TextBox ID="txtStackingPosition" runat="server" Label="堆放位置" LabelWidth="140px" LabelAlign="Right" Required="true" ShowRedStar="true" EmptyText="主项号+区域编号"
>
</f:TextBox>
</Items>
</f:FormRow>