回款方式变动

This commit is contained in:
zhangjun 2019-12-06 19:41:21 +08:00
parent 89954c566a
commit 5825f96b21
2 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,7 @@
sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性
setItemValue(0,getRow(),"dealers_number",sReturn[0]);
setItemValue(0,getRow(),"dealers_name",sReturn[1]);
setItemValue(0,getRow(),"distributor_id",sReturn[2]);
},"请选择渠道名称");
}

View File

@ -3332,6 +3332,7 @@
<class name="VI_DISTRIBUTOR_INFO" label="经销商信息页签" keyAttributes="">
<attributes>
<attribute name="DISTRIBUTOR_NO" label="经销商编号" type="STRING"/>
<attribute name="DISTRIBUTOR_CODING" label="经销商编号" type="STRING"/>
<attribute name="DISTRIBUTOR_ID" label="经销商编码" type="STRING"/>
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING"/>
<attribute name="TOTAL" label="贷款额度" type="STRING"/>
@ -3346,10 +3347,11 @@
</managerProperties>
</manager>
</class>
<class name="DEDUCTIONS_WAY" label="款方式" keyAttributes="id">
<class name="DEDUCTIONS_WAY" label="款方式" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="dealers_number" label="渠道编号" type="STRING" length="200"/>
<attribute name="distributor_id" label="渠道编码" type="STRING" length="32"/>
<attribute name="dealers_name" label="渠道名称" type="STRING" length="200"/>
<attribute name="Whether_to_enable" label="是否启用" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>