2023-10-19
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<f:ContentPanel ID="ContentPanel1" Title="文档审批流程设置" runat="server" ShowHeader="true" EnableCollapse="true"
|
||||
BodyPadding="0px">
|
||||
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true" IsFluid="True"
|
||||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" Height="500px">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
@@ -177,14 +177,9 @@
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow runat="server">
|
||||
<Items>
|
||||
</Items>
|
||||
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:ContentPanel runat="server" BodyPadding="5px" ShowHeader="False" ShowBorder="False">
|
||||
<f:ContentPanel runat="server" BodyPadding="5px" ShowHeader="False" ShowBorder="False" AutoScroll="True">
|
||||
<Items>
|
||||
<f:TextBox runat="server" ID="txtCopyMan" Label="抄送人员" Readonly="True" Enabled="False"/>
|
||||
|
||||
|
||||
@@ -58,6 +58,7 @@ namespace FineUIPro.Web.DocManage
|
||||
//CNProfessionalService.InitCNProfessionalDownList(drpCNProfessional, true);
|
||||
Options.Hidden = true;
|
||||
rblIsAgree.Visible = false;
|
||||
next.Hidden = true;
|
||||
DocId = Request.Params["DocId"];
|
||||
BindForm();
|
||||
InitCopyMan();
|
||||
|
||||
Reference in New Issue
Block a user