|
|
@@ -19,14 +19,14 @@ Ext.define('saas.view.core.dbfind.types.ProductAddMultiDbfindTrigger', {
|
|
|
}],
|
|
|
defaultCondition: "pr_statuscode='ENABLE'",
|
|
|
dbSearchFields: [{
|
|
|
- emptyText: '输入物料编号、名称或规格',
|
|
|
+ emptyText: '输入物料编号、名称或型号',
|
|
|
width: 200,
|
|
|
xtype: "textfield",
|
|
|
name: "search",
|
|
|
allowBlank: true,
|
|
|
width:300,
|
|
|
getCondition: function (v) {
|
|
|
- return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_spec) like '%" + v.toUpperCase() + "%')";
|
|
|
+ return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_brand) like '%" + v.toUpperCase() + "%')";
|
|
|
}
|
|
|
}],
|
|
|
//窗口列设置
|