183 lines
11 KiB
Plaintext
183 lines
11 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProcessPage.aspx.cs"
|
||
Inherits="SuperMap.RealEstate.WorkFlow.Transact.Common.ProcessPage"
|
||
MasterPageFile="~/SuperMap_Client/MasterPage/v4_0/SizeBox.Master" %>
|
||
|
||
<%@ Register Assembly="RealEstate.Web" Namespace="SuperMap.RealEstate.Web.UI.WebControls" TagPrefix="smwc" %>
|
||
<asp:Content ID="Content1" ContentPlaceHolderID="HTMLHead" runat="server">
|
||
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
|
||
<script src="JavaScript.js" type="text/javascript"></script>
|
||
<script type="text/javascript">
|
||
function SynData(OperationType, ProinstID) {
|
||
$.ajax({
|
||
type: "POST",
|
||
url: http://localhost:8010/SaleStore/Handler/handler_ajax.ashx,
|
||
data: {
|
||
action_type: "SynData",
|
||
Operation_Type: OperationType,
|
||
Proinst_ID: ProinstID
|
||
},
|
||
dataType: "json",
|
||
success: function (res) {
|
||
try {
|
||
if (res) {
|
||
if (res.ResultCode = 100) {
|
||
alert(res.ResultDesc);
|
||
}
|
||
}
|
||
} catch (e) {
|
||
alert("同步失败!");
|
||
}
|
||
}
|
||
});
|
||
}
|
||
</script>
|
||
</asp:Content>
|
||
<asp:Content ID="Content2" ContentPlaceHolderID="B" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content3" ContentPlaceHolderID="B_L" runat="server">
|
||
<div style="text-align: left;">
|
||
<%--<asp:Button ID="ButtonProcessList" runat="server" Text="办理过程" />--%>
|
||
<%--<smwc:LayoutButton ID="LayoutButtonProcessList" runat="server" Text="办理过程">
|
||
<iframe id="ProcessList" runat="server" frameborder="0" style="overflow: auto; width: 100%; padding: 0; margin: 0; display: block; height: 10px; border: 0px;"></iframe>
|
||
</smwc:LayoutButton>--%>
|
||
<%-- <smwc:LayoutButton ID="LayoutButtonAcctpt" runat="server" Text="收件信息">
|
||
<div style="min-width: 1000px; max-width: 1400px">
|
||
<asp:Panel ID="PanelAccept" runat="server"></asp:Panel>
|
||
</div>
|
||
</smwc:LayoutButton>--%>
|
||
<%--<smwc:LayoutButton ID="LayoutButtonMaterial" runat="server" Text="收件资料">
|
||
<div style="min-width: 1000px; max-width: 1400px; min-height: 300px;">
|
||
<asp:Panel ID="PanelMaterial" runat="server"></asp:Panel>
|
||
</div>
|
||
</smwc:LayoutButton>--%>
|
||
|
||
<smwc:DropDownListEx ID="Transaction_Type" runat="server" AllowEmpty="false" Visible="false" CaptionText="办理方式:" OnCallBackSetControl="Transaction_Type_CallBackSetControl" DisableSearch="true"></smwc:DropDownListEx>
|
||
</div>
|
||
</asp:Content>
|
||
<asp:Content ID="Content4" ContentPlaceHolderID="B_R" runat="server">
|
||
<div runat="server" id="BannerRightBar">
|
||
<smwc:CallBackButton ID="ButtonPrint" runat="server" Text="打印受理单" CssClass="ButtonNew" Visible="False"
|
||
OnCallBackClick="ButtonPrint_CallBackClick" />
|
||
</div>
|
||
<smwc:LayoutButton ID="LayoutButtonProperty" runat="server" Text="辅助功能" Visible="false">
|
||
<div style="padding: 10px; white-space: nowrap;">
|
||
<smwc:CallBackButton ID="CallBackButton5" runat="server" Text="补录资料" Visible="false" />
|
||
<smwc:CallBackButton ID="CallBackButton1" runat="server" Text="申请挂起" />
|
||
</div>
|
||
</smwc:LayoutButton>
|
||
</asp:Content>
|
||
<asp:Content ID="Content5" ContentPlaceHolderID="T" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content6" ContentPlaceHolderID="T_L" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content7" ContentPlaceHolderID="T_R" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content8" ContentPlaceHolderID="S_T" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content9" ContentPlaceHolderID="S" runat="server">
|
||
<ul runat="server" id="ComponentList" class="ComponentList" onclick="return WorkFlowPlatform_MenuClick(event);">
|
||
</ul>
|
||
</asp:Content>
|
||
<asp:Content ID="Content10" ContentPlaceHolderID="S_B" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content11" ContentPlaceHolderID="M_T" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content12" ContentPlaceHolderID="M" runat="server">
|
||
<asp:Panel ID="WorkFlowDialogMark" runat="server" CssClass="WorkFlowDialogMark">
|
||
</asp:Panel>
|
||
<asp:Panel ID="WorkFlowDialogTable" runat="server" CssClass="WorkFlowDialogTable">
|
||
<div class="WorkFlowDialogCell">
|
||
<asp:Panel ID="PanelOverRule" runat="server" CssClass="WorkFlowDialogBox">
|
||
<div style="padding-left: 5px;">
|
||
您确认将业务回退给前续环节吗?
|
||
</div>
|
||
<div>
|
||
<smwc:DropDownListEx ID="DropDownListOverRule" Width="300px" DisableSearch="true" runat="server" ValidationGroup="OverRule" AllowEmpty="false"
|
||
CaptionText="业务回退到:">
|
||
</smwc:DropDownListEx>
|
||
|
||
</div>
|
||
<br />
|
||
<div>
|
||
<smwc:TextBoxEx ID="TextBoxEx_AppRoved" runat="server" CaptionText=" 回退意见:" Width="300px" TextMode="MultiLine" Rows="3" />
|
||
</div>
|
||
<div class="ToolBar">
|
||
<asp:Button ID="ButtonOverRule" runat="server" Text="确认回退" CssClass="ButtonSearch" ValidationGroup="OverRule" OnClick="ButtonOverRule_Click" />
|
||
<asp:Button ID="ButtonCancel01" runat="server" CausesValidation="false" Text="取消" OnClientClick="$('.WorkFlowDialogMark,.WorkFlowDialogTable,.WorkFlowDialogBox').css('display','none');return false;" />
|
||
</div>
|
||
<div>
|
||
「注:操作期间请不要关闭窗口,完成后自动关闭」
|
||
</div>
|
||
</asp:Panel>
|
||
<asp:Panel ID="PanelTurnOver" runat="server" CssClass="WorkFlowDialogBox">
|
||
<div style="padding-left: 5px;">
|
||
您确认将业务移交给同权限的其他经办人吗?
|
||
</div>
|
||
<div>
|
||
<smwc:DropDownListEx ID="DropDownListTurnOver" Width="300px" runat="server" ValidationGroup="TurnOver" AllowEmpty="false"
|
||
CaptionText="业务移交给:">
|
||
</smwc:DropDownListEx>
|
||
</div>
|
||
<div class="ToolBar">
|
||
<asp:Button ID="ButtonTurnOver" runat="server" Text="确认移交" ValidationGroup="TurnOver" CssClass="ButtonSearch" OnClick="ButtonTurnOver_Click" />
|
||
<asp:Button ID="ButtonCancel02" runat="server" CausesValidation="false" Text="取消" OnClientClick="$('.WorkFlowDialogMark,.WorkFlowDialogTable,.WorkFlowDialogBox').css('display','none');return false;" />
|
||
</div>
|
||
<div>
|
||
「注:操作期间请不要关闭窗口,完成后自动关闭」
|
||
</div>
|
||
</asp:Panel>
|
||
|
||
<asp:Panel ID="PanelDelete" runat="server" CssClass="WorkFlowDialogBox">
|
||
<div style="padding-left: 5px;">
|
||
您确认删除当前业务流程?删除后将无法恢复数据。
|
||
</div>
|
||
<div class="ToolBar">
|
||
<asp:Button ID="ButtonDelete" runat="server" Text="确认删除" CausesValidation="false" CssClass="ButtonSearch" OnClick="ButtonDelete_Click" />
|
||
<asp:Button ID="ButtonCancel03" runat="server" CausesValidation="false" Text="取消" OnClientClick="$('.WorkFlowDialogMark,.WorkFlowDialogTable,.WorkFlowDialogBox').css('display','none');return false;" />
|
||
</div>
|
||
<div>
|
||
「注:操作期间请不要关闭窗口,完成后自动关闭」
|
||
</div>
|
||
</asp:Panel>
|
||
<asp:Panel ID="PanelTransfer" runat="server" CssClass="WorkFlowDialogBox">
|
||
<div>
|
||
您确认转出当前业务到下一环节吗?
|
||
</div>
|
||
<div>
|
||
<smwc:DropDownListEx ID="DropDownListTransferNextAct" Width="300px" runat="server" CaptionText="业务转出到:" OnCallBackSetControl="DropDownListTransferNextAct_CallBackSetControl">
|
||
</smwc:DropDownListEx>
|
||
</div>
|
||
<div id="TransferUser" runat="server">
|
||
<smwc:DropDownListEx ID="DropDownListTransferUserName" Width="300px" runat="server" AllowEmpty="false" CaptionText="指定经办人:">
|
||
</smwc:DropDownListEx>
|
||
</div>
|
||
<div class="ToolBar">
|
||
<asp:Button ID="ButtonTransfer" runat="server" Text="确认转出" CssClass="ButtonSearch" OnClick="ButtonTransfer_Click" />
|
||
<asp:Button ID="ButtonCancel04" runat="server" CausesValidation="false" Text="取消" OnClientClick="$('.WorkFlowDialogMark,.WorkFlowDialogTable,.WorkFlowDialogBox').css('display','none');return false;" />
|
||
</div>
|
||
<div>
|
||
「注:操作期间请不要关闭窗口,完成后自动关闭」
|
||
</div>
|
||
</asp:Panel>
|
||
</div>
|
||
</asp:Panel>
|
||
<div style="text-align: center; display: table; width: 100%;">
|
||
|
||
<asp:Panel ID="PanelComponent" CssClass="PanelComponent" runat="server"></asp:Panel>
|
||
</div>
|
||
</asp:Content>
|
||
<asp:Content ID="Content13" ContentPlaceHolderID="M_B" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content14" ContentPlaceHolderID="F" runat="server">
|
||
</asp:Content>
|
||
<asp:Content ID="Content15" ContentPlaceHolderID="F_L" runat="server">
|
||
<smwc:CallBackButton ID="CallBackButtonDelete" runat="server" CssClass="ButtonDelete" Text="删除" CausesValidation="false" OnCallBackClick="CallBackButtonDelete_CallBackClick" />
|
||
<smwc:CallBackButton ID="CallBackButtonOverRule" runat="server" Text="回退" CssClass="ButtonDelete" CausesValidation="false" OnCallBackClick="CallBackButtonOverRule_CallBackClick" />
|
||
<smwc:CallBackButton ID="CallBackButtonTurnOver" runat="server" Text="移交" CssClass="ButtonNew" CausesValidation="false" OnCallBackClick="CallBackButtonTurnOver_CallBackClick" />
|
||
</asp:Content>
|
||
<asp:Content ID="Content16" ContentPlaceHolderID="F_R" runat="server">
|
||
<asp:Button ID="ButtonSave" runat="server" OnClick="ButtonSave_Click" Text="全部保存" CssClass="ButtonSave" />
|
||
<asp:Button ID="CallBackButtonTransfer" runat="server" Text="转到下一环节" CssClass="ButtonSearch" OnClick="CallBackButtonTransfer_CallBackClick" />
|
||
<asp:Button ID="ButtonClose" CausesValidation="false" Width="60px" Text="关闭" CssClass="ButtonClose" runat="server" />
|
||
</asp:Content>
|