去debugger
This commit is contained in:
parent
b6588c47c1
commit
790c5131d7
@ -14,7 +14,6 @@
|
||||
String FlowName = CurPage.getParameter("FlowName");//获取流程名称
|
||||
String IsHistory = CurPage.getParameter("IsHistory");//获取流程名称
|
||||
String projectId = CurPage.getParameter("ProjectId");
|
||||
//String distributorNo = Sqlca.getString("select distributor_id from lb_project_info_temp where id='"+projectId+"'");
|
||||
String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'");
|
||||
String sTempletNo = "";//--模板号--
|
||||
String sexChange="";
|
||||
@ -71,7 +70,6 @@
|
||||
<script type="text/javascript">
|
||||
function select(){
|
||||
//修改此选择对话框时,注意下面数组的位置,请与之对应.
|
||||
debugger;
|
||||
var projectId = "<%=projectId%>";
|
||||
AsDialog.OpenSelector("selectAFFILIATEDNAME","projectId,"+projectId,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.4) + "px",function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_"){
|
||||
@ -82,7 +80,6 @@
|
||||
for(var i=0;i<value.length;i++){
|
||||
setItemValue(0,0,c_name[i],value[i]);
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
function checkMailingAddress(){//当邮寄地址选择为户籍地址时,户籍地址必填
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user