合同撤销申请根据不同流程选择不同的弹出框

This commit is contained in:
tangfutang 2018-09-10 10:08:54 +08:00
parent 7415c2d2bd
commit 51ca73eba1

View File

@ -4,7 +4,15 @@
<script type="text/javascript">
/*~[Describe=新增记录;InputParam=无;OutPutParam=无;]~*/
function newApply(){
AsDialog.OpenSelector("SelectContract","","dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
var flowno="<%=CurPage.getParameter("ApplyType")%>";
var selname="";
if(flowno=="BContractCancelApply"){
selname="SelectContract_Car";
}else{
selname="SelectContract";
}
AsDialog.OpenSelector(selname,"","dialogWidth=" + parseInt(window.screen.width * 0.8) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_"){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;