更新配置和经销商省市
This commit is contained in:
parent
5b373bdf5d
commit
893350bca0
@ -57,5 +57,16 @@
|
||||
setItemValue(0,0,"ACCOUNT_BALANCE",sReturn-money);
|
||||
|
||||
}
|
||||
function selectensureS(){
|
||||
AsDialog.OpenSelector("DepositcollectionS","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"){
|
||||
alert(getHtmlMessage('1'));//请选择一条信息!
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性
|
||||
setItemValue(0,getRow(),"LOCAL_ACCOUNT",sReturn[0]);//向页面的框中添加数据
|
||||
setItemValue(0,getRow(),"LOCAL_BANK",sReturn[1]);
|
||||
},"请选择名称");
|
||||
}
|
||||
</script>
|
||||
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|
||||
@ -2622,7 +2622,9 @@
|
||||
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
|
||||
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
|
||||
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
|
||||
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -2659,7 +2661,9 @@
|
||||
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
|
||||
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
|
||||
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
|
||||
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -2694,7 +2698,9 @@
|
||||
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
|
||||
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
|
||||
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
|
||||
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user