202306131、新增项目级消息待办页面功能。2、新增项目单位是否同步实名制设置功能。3、优化考试合格自动生成卡号功能。

This commit is contained in:
2023-06-13 16:30:08 +08:00
parent 3c887b46d1
commit 7a2a8ffb93
37 changed files with 805 additions and 194 deletions
@@ -68,6 +68,11 @@
<f:DatePicker runat="server" Label="出场时间" ID="txtOutTime"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:CheckBox runat="server" ID="ckIsSynchro" Label="是否同步实名制"></f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="nbPlanCostA" NoDecimal="false" NoNegative="false" MinValue="0" runat="server"
@@ -88,10 +93,12 @@
<Items>
<f:Label runat="server" ID="hdProjectUnitItemId" Hidden="true"></f:Label>
<f:TextBox runat="server" ID="txtContractNum" Label="合同号" LabelWidth="80px"></f:TextBox>
<f:NumberBox runat="server" ID="txtTotalMoney" Label="总金额(元)" LabelWidth="90px"
DecimalPrecision="2" NoNegative="true"></f:NumberBox>
<f:NumberBox runat="server" ID="txtHSEMoney" Label="HSE费用(元)" LabelWidth="100px"
DecimalPrecision="2" NoNegative="true"></f:NumberBox>
<f:NumberBox runat="server" ID="txtTotalMoney" Label="总金额(元)" LabelWidth="90px"
DecimalPrecision="2" NoNegative="true">
</f:NumberBox>
<f:NumberBox runat="server" ID="txtHSEMoney" Label="HSE费用(元)" LabelWidth="100px"
DecimalPrecision="2" NoNegative="true">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>