- 注册时间
- 2013-3-22
- 最后登录
- 2013-7-30
- 阅读权限
- 10
- 积分
- 62
- 精华
- 0
- 帖子
- 10
|
<div field="alcenableflag" type="comboboxcolumn" autoShowPopup="true" name="alcenableflag" width="100" allowSort="true" align="center" headerAlign="center">是否启用货位
<input property="editor" class="mini-textbox" style="width: 100%;" data="startover"/>
</div>
----------------------------
var startover = [{ id: 1, text: 'Y' }, { id: 2, text: 'N'}];
数据库最初加载不上去,点上去也不出现下拉框
|
|