|
@@ -17,7 +17,7 @@ Ext.define('saas.view.sale.b2b.Product', {
|
|
|
xtype: 'textfield',
|
|
xtype: 'textfield',
|
|
|
name: 'keyword',
|
|
name: 'keyword',
|
|
|
columnWidth: 0.2,
|
|
columnWidth: 0.2,
|
|
|
- emptyText:'请输入物料编号/名称/型号/品牌',
|
|
|
|
|
|
|
+ emptyText:'物料编号/名称/型号/品牌',
|
|
|
getCondition: function(value) {
|
|
getCondition: function(value) {
|
|
|
return ' (prodCode like\'%' + value + '%\' or prodBrand like \'%'+value+'%\' or prodName like \'%'+value+'%\' or prodSpeccode like \'%'+value+'%\') ';
|
|
return ' (prodCode like\'%' + value + '%\' or prodBrand like \'%'+value+'%\' or prodName like \'%'+value+'%\' or prodSpeccode like \'%'+value+'%\') ';
|
|
|
}
|
|
}
|