1、系统菜单调整;
2、系统看板UI调整; 3、事故事件功能 4、其他
This commit is contained in:
@@ -17,39 +17,36 @@
|
||||
<f:TextBox ID="txtFaceName" runat="server" Label="接口名称" Required="true" ShowRedStar="true" MaxLength="50"
|
||||
FocusOnPageLoad="true">
|
||||
</f:TextBox>
|
||||
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
|
||||
<f:DropDownList ID="drpUnit" runat="server" Label="源单位" EnableEdit="true" ForceSelection="false"
|
||||
Required="true" ShowRedStar="true">
|
||||
<f:CheckBox ID="cbIsSingleRequest" Label="是否单一来源" runat="server" DisplayType="Switch" OnCheckedChanged="cbIsSingleRequest_OnCheckedChanged"
|
||||
LabelWidth="140px" 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">
|
||||
</f:DropDownList>
|
||||
<f:TextBox ID="txtFaceUrl" runat="server" Label="来源地址" Required="true" ShowRedStar="true" >
|
||||
<f:TextBox ID="txtFaceUrl" runat="server" Label="来源地址" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="DrpUrlReqMethod" runat="server" Label="请求类型" EnableEdit="false" ForceSelection="false"
|
||||
Required="true" ShowRedStar="true">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</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,12 +54,12 @@
|
||||
</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">
|
||||
</f:CheckBox>
|
||||
<f:TextBox ID="txtCallBackUrl" runat="server" Label="回调地址" Hidden="false" >
|
||||
<f:TextBox ID="txtCallBackUrl" runat="server" Label="回调地址" Hidden="false">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="DrpCallBackUrlReqMethod" runat="server" Label="请求类型" EnableEdit="false" ForceSelection="false"
|
||||
Required="true" ShowRedStar="true">
|
||||
@@ -71,7 +68,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpIsOpen" runat="server" Label="是否启用" EnableEdit="false" ForceSelection="false"
|
||||
<f:DropDownList ID="drpIsOpen" runat="server" Label="是否启用" EnableEdit="false" ForceSelection="false"
|
||||
Required="true" ShowRedStar="true">
|
||||
</f:DropDownList>
|
||||
<f:TextBox ID="txtRemarks" runat="server" Label="描述" MaxLength="500">
|
||||
|
||||
Reference in New Issue
Block a user