|
@@ -8,17 +8,17 @@ Ext.define('saas.view.document.bom.BasePanel', {
|
|
|
searchField:[{
|
|
searchField:[{
|
|
|
xtype : "textfield",
|
|
xtype : "textfield",
|
|
|
name : "bo_mothercode",
|
|
name : "bo_mothercode",
|
|
|
- emptyText : "母件编号",
|
|
|
|
|
|
|
+ emptyText : "产品编号",
|
|
|
width:120
|
|
width:120
|
|
|
},{
|
|
},{
|
|
|
xtype : "textfield",
|
|
xtype : "textfield",
|
|
|
name : "bo_mothername",
|
|
name : "bo_mothername",
|
|
|
- emptyText : "母件名称",
|
|
|
|
|
|
|
+ emptyText : "产品名称",
|
|
|
width:120
|
|
width:120
|
|
|
},{
|
|
},{
|
|
|
xtype : "textfield",
|
|
xtype : "textfield",
|
|
|
name : "bo_status",
|
|
name : "bo_status",
|
|
|
- emptyText : "BOM状态",
|
|
|
|
|
|
|
+ emptyText : "产品状态",
|
|
|
width:100
|
|
width:100
|
|
|
}],
|
|
}],
|
|
|
|
|
|
|
@@ -42,32 +42,32 @@ Ext.define('saas.view.document.bom.BasePanel', {
|
|
|
dataIndex : "id",
|
|
dataIndex : "id",
|
|
|
xtype : "numbercolumn",
|
|
xtype : "numbercolumn",
|
|
|
},{
|
|
},{
|
|
|
- text : "母件id",
|
|
|
|
|
|
|
+ text : "产品id",
|
|
|
width : 0,
|
|
width : 0,
|
|
|
dataIndex : "bo_motherid",
|
|
dataIndex : "bo_motherid",
|
|
|
xtype : "numbercolumn",
|
|
xtype : "numbercolumn",
|
|
|
},{
|
|
},{
|
|
|
- text : "母件编号",
|
|
|
|
|
|
|
+ text : "产品编号",
|
|
|
dataIndex : "bo_mothercode",
|
|
dataIndex : "bo_mothercode",
|
|
|
width : 200.0,
|
|
width : 200.0,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- text : "母件名称",
|
|
|
|
|
|
|
+ text : "产品名称",
|
|
|
dataIndex : "bo_mothername",
|
|
dataIndex : "bo_mothername",
|
|
|
width : 120.0,
|
|
width : 120.0,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- text : "BOM状态",
|
|
|
|
|
|
|
+ text : "产品状态",
|
|
|
dataIndex : "bo_status",
|
|
dataIndex : "bo_status",
|
|
|
width : 120.0,
|
|
width : 120.0,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- text : "BOM状态码",
|
|
|
|
|
|
|
+ text : "产品状态码",
|
|
|
dataIndex : "bo_statuscode",
|
|
dataIndex : "bo_statuscode",
|
|
|
width : 0,
|
|
width : 0,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- text : "BOM版本",
|
|
|
|
|
|
|
+ text : "产品版本",
|
|
|
dataIndex : "bo_version",
|
|
dataIndex : "bo_version",
|
|
|
width : 120.0,
|
|
width : 120.0,
|
|
|
}]
|
|
}]
|