zhuth 7 роки тому
батько
коміт
27eb713600
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      frontend/saas-web/app/view/sale/b2b/Product.js

+ 1 - 1
frontend/saas-web/app/view/sale/b2b/Product.js

@@ -19,7 +19,7 @@ Ext.define('saas.view.sale.b2b.Product', {
                 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 prodOriSpeccode like \'%'+value+'%\') ';
                 }
                 }
             }, {
             }, {
                 xtype: 'combobox',
                 xtype: 'combobox',