From 853c0baf22806c4573baaf74d4ef34ec4bf959a6 Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Wed, 10 Oct 2018 20:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E5=BD=92=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MortgageFile/Mortgage2FileApplyList.jsp | 39 +++++++++++++++++++ .../MortgageFile/MortgageFileApplyList.jsp | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/Mortgage2FileApplyList.jsp diff --git a/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/Mortgage2FileApplyList.jsp b/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/Mortgage2FileApplyList.jsp new file mode 100644 index 000000000..8a85b2066 --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/Mortgage2FileApplyList.jsp @@ -0,0 +1,39 @@ + +<%@ page contentType="text/html; charset=GBK"%> + <%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListStart.jspf"%> +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=自定义函数;]~*/%> + + <%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListEnd.jspf"%> diff --git a/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/MortgageFileApplyList.jsp b/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/MortgageFileApplyList.jsp index 95090a348..67b8f0335 100644 --- a/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/MortgageFileApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/FileManager/MortgageFile/MortgageFileApplyList.jsp @@ -6,7 +6,7 @@ /*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/ function newApply() { - AsDialog.OpenSelector("SelectLbContractInfo","","dialogWidth=" + parseInt(window.screen.width * 0.5) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ + AsDialog.OpenSelector("SelectLbContractInfoQC","","dialogWidth=" + parseInt(window.screen.width * 0.5) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_"){ //alert(getHtmlMessage('1'));//请选择一条信息! return;