|
|
@@ -5,7 +5,22 @@ Ext.define('saas.view.document.bom.BasePanel', {
|
|
|
controller: 'document-bom-basepanel',
|
|
|
viewModel: 'document-bom-basepanel',
|
|
|
|
|
|
- searchField:[],
|
|
|
+ searchField:[{
|
|
|
+ xtype : "textfield",
|
|
|
+ name : "bo_mothercode",
|
|
|
+ emptyText : "母件编号",
|
|
|
+ width:120
|
|
|
+ },{
|
|
|
+ xtype : "textfield",
|
|
|
+ name : "bo_mothername",
|
|
|
+ emptyText : "母件名称",
|
|
|
+ width:120
|
|
|
+ },{
|
|
|
+ xtype : "textfield",
|
|
|
+ name : "bo_status",
|
|
|
+ emptyText : "BOM状态",
|
|
|
+ width:100
|
|
|
+ }],
|
|
|
|
|
|
//字段属性
|
|
|
_formXtype:'document-bom-formpanel',
|