【发布时间】:2012-04-24 06:47:27
【问题描述】:
我有产品编辑表单,带有组合框字段定义:
xtype: 'combo',
fieldLabel: _('Supplier'),
hideTrigger: true,
displayField: 'company',
valueField: 'id',
name: 'supplier',
store: 'Supplier',
当表单加载时,我使用标准功能:form.loadRecord(record),在组合中我看到supplier_id ???如果我做选择,有公司。会发生什么?
【问题讨论】: