日期:2014-05-17 浏览次数:20623 次
{ field: 'CargoType', title: '货物类型', width: 150, align: 'center',
editor: {
type: 'combobox',
options: {
valueField: 'CargoTypeID',
textField: 'CargoType',
data: "",
required: false
}
}
}