经销商保证金代偿

This commit is contained in:
zhnagjun 2019-06-11 14:54:05 +08:00 committed by zhangjun
parent f52fe891d0
commit c90120ac2c
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ include
return;
}
sReturn = sReturn.split("@");
setItemValue(0, getRow(), "distributor_no",sReturn[0]);
setItemValue(0, getRow(), "distributor_name",sReturn[0]);
}, "ÇëÑ¡Ôñ¾­ÏúÉÌ")
}

View File

@ -5435,6 +5435,7 @@
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="distributor_no" label="经销商id" type="STRING" length="32"/>
<attribute name="distributor_name" label="经销商名称" type="STRING" length="80"/>
<attribute name="days_Number" label="天数" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>