按钮修改

This commit is contained in:
zzk 2023-09-13 09:45:42 +08:00
parent 6c65b0f75b
commit f28cca0d0a

View File

@ -50,8 +50,7 @@
alert("参数不能为空!");
return ;
}
var param = "flowunid=<%=flowunid%>,phaseNo=<%=phaseNo%>,taskno=<%=taskno%>,userid=<%=userid%>,orgid=<%=orgid%>,id="+id;
var Return = AsControl.RunJavaMethodTrans("com.tenwa.voucher.CreateVoucherProcess.Communicationsave","soleVerify",param);
AsDialog.PopView(sUrl,param,"resizable=yes;dialogWidth=1000px;dialogHeight=400px;center:yes;status:no;statusbar:no",function(){reloadSelf();},"修改信息");
}
@ -62,7 +61,7 @@
return ;
}
if(confirm('确实要删除吗?')){
AsControl.RunJavaMethodTrans("com.tenwa.voucher.CreateVoucherProcess.InsertCustomerHistoryInfo","InsertCustomerHistoryInfoTemp","flowunid=<%=flowunid%>");
as_delete(0);
}
}
</script>