居住地有换行,不回显数据
This commit is contained in:
parent
01a8860c82
commit
59924ab56f
@ -92,6 +92,8 @@
|
||||
var isnew = getItemValue(0,getRow(),"isnew");//是否最新
|
||||
var addtype = getItemValue(0,getRow(),"addtype");//地址类型
|
||||
var id = getItemValue(0,getRow(),"id");
|
||||
var dressdetail = getItemValue(0,0,"dressdetail");
|
||||
setItemValue(0,0,"dressdetail",dressdetail);
|
||||
setItemValue(0,0,"fulladdress",getItemValue(0,0,"provincename")+getItemValue(0,0,"dressdetail"));
|
||||
setItemValue(0,0,"flowunid","<%=flowunid%>");
|
||||
if(flag == "edit"){
|
||||
|
||||
@ -539,7 +539,7 @@
|
||||
var fulladdress = getItemValue(0,getRow(0),'fulladdress');
|
||||
var country = getItemValue(0,getRow(0),'country');
|
||||
var province = getItemValue(0,getRow(0),'province');
|
||||
var dressdetail = getItemValue(0,getRow(0),'dressdetail');
|
||||
var dressdetail = getItemValue(0,getRow(0),'dressdetail').replace(/[\r\n]/g,"");
|
||||
var zipcode = getItemValue(0,getRow(0),'zipcode');
|
||||
var provincename = getItemValue(0,getRow(0),'provincename');
|
||||
var flag = "edit";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user