- 注册时间
- 2015-8-27
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 260
- 精华
- 0
- 帖子
- 20
 
|
<input id="charge_type" name="charge_type" class="mini-combobox" textField="text" valueField="id" data="[{id:04, text:'AA'}, { id:05, text:'BB'}]" showNullItem="true" allowInput="true" readonly="readonly"/>
<input id="fkxx" name="fkxx" class="mini-combobox" textField="text" valueField="id" required="true" data="[{id:10, text:'aa'}, { id:11, text:'bb'}]" showNullItem="true" allowInput="true" readonly="readonly"/>
两个值都传入了,fkxx显示,type不显示,把data换成url也不行,请问是什么原因?是不能用04、05这种值吗?
|
|