关键事项、邮件管理、任务管理
This commit is contained in:
@@ -22,10 +22,16 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:CheckBox ID="cbIsSingleRequest" Label="是否单一来源" runat="server" DisplayType="Switch" OnCheckedChanged="cbIsSingleRequest_OnCheckedChanged"
|
||||
Checked="true" AutoPostBack="true">
|
||||
</f:CheckBox>
|
||||
|
||||
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ID="rowFace">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpUnit" runat="server" Label="源单位" EnableEdit="true" ForceSelection="false"
|
||||
Required="true" ShowRedStar="true">
|
||||
>
|
||||
</f:DropDownList>
|
||||
<f:TextBox ID="txtFaceUrl" runat="server" Label="来源地址" Required="true" ShowRedStar="true" >
|
||||
</f:TextBox>
|
||||
@@ -33,23 +39,18 @@
|
||||
Required="true" ShowRedStar="true">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownBox runat="server" ID="drpAuthUnit" DataControlID="rbAuthUnits"
|
||||
Label="目标单位" MaxLength="4000">
|
||||
<PopPanel>
|
||||
<f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true"
|
||||
ShowBorder="True" ShowHeader="false" Hidden="true">
|
||||
<Items>
|
||||
<f:Label ID="Label1" runat="server" Text="请选择目标单位:"></f:Label>
|
||||
<f:CheckBoxList ID="rbAuthUnits" ColumnNumber="3" runat="server">
|
||||
</f:CheckBoxList>
|
||||
</Items>
|
||||
</f:SimpleForm>
|
||||
</PopPanel>
|
||||
</f:DropDownBox>
|
||||
<f:TextArea ID="txtRequestJsonBody" runat="server" Label="请求报文体" Hidden="True" >
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ID="rowFaceFor">
|
||||
<Items>
|
||||
<f:DropDownList runat="server" ID="drpAuthUnit"
|
||||
Label="目标单位" MaxLength="4000" EnableEdit="True" >
|
||||
</f:DropDownList>
|
||||
<f:TextBox ID="txtFaceForUrl" runat="server" Label="目标地址" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="DrpForUrlReqMethod" runat="server" Label="请求类型" EnableEdit="false" ForceSelection="false"
|
||||
@@ -57,7 +58,7 @@
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<f:FormRow ID="rowCallBack">
|
||||
<Items>
|
||||
<f:CheckBox ID="IsCallBack" Label="是否回调" runat="server" DisplayType="Switch" OnCheckedChanged="IsCallBack_CheckedChanged"
|
||||
Checked="true" AutoPostBack="true">
|
||||
|
||||
Reference in New Issue
Block a user