This commit is contained in:
毕文静 2025-10-13 08:35:29 +08:00
parent ee5843441a
commit ec2cd8b782
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtJobTitle" runat="server" Label="Job Title" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtJobTitle" runat="server" Label="Job Title" LabelWidth="120px"></f:TextBox>
<f:TextBox ID="txtPVIPredition" runat="server" Label="Predition" LabelWidth="170px"></f:TextBox> <f:TextBox ID="txtPVIPredition" runat="server" Label="PVI Prediction" LabelWidth="170px"></f:TextBox>
<f:TextBox ID="txtElectrialEng" runat="server" Label="Electrical" LabelWidth="120px"></f:TextBox> <f:TextBox ID="txtElectrialEng" runat="server" Label="Electrical Eng." LabelWidth="120px"></f:TextBox>
<f:NumberBox ID="txtPendingCost" runat="server" Label="-Pending Cost(RMB)" LabelWidth="160px" EnableCommas="true" Readonly="true"></f:NumberBox> <f:NumberBox ID="txtPendingCost" runat="server" Label="-Pending Cost(RMB)" LabelWidth="160px" EnableCommas="true" Readonly="true"></f:NumberBox>
</Items> </Items>
</f:FormRow> </f:FormRow>