经销商保证金代偿
This commit is contained in:
parent
f52fe891d0
commit
c90120ac2c
@ -25,7 +25,7 @@ include
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
setItemValue(0, getRow(), "distributor_no",sReturn[0]);
|
||||
setItemValue(0, getRow(), "distributor_name",sReturn[0]);
|
||||
}, "ÇëÑ¡Ôñ¾ÏúÉÌ")
|
||||
|
||||
}
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user