|
|
@@ -32,12 +32,12 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
tbar: [{
|
|
|
xtype: 'textfield',
|
|
|
name: 'pr_detail',
|
|
|
- emptyText:'输入物料编号或名称',
|
|
|
+ emptyText:'输入物料编号、名称或品牌',
|
|
|
width:200,
|
|
|
bind: '{form.pr_detail}',
|
|
|
getCondition: function(v) {
|
|
|
if(v) {
|
|
|
- return "(upper(pr_code) like '%"+v.toUpperCase()+"%' or upper(pr_detail) like '%"+v.toUpperCase()+"%')";
|
|
|
+ return "(upper(pr_code) like '%"+v.toUpperCase()+"%' or upper(pr_detail) like '%"+v.toUpperCase()+"%' or upper(pr_barnd) like '%"+v.toUpperCase()+"%')";
|
|
|
}else {
|
|
|
return '1 = 1';
|
|
|
}
|
|
|
@@ -81,7 +81,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
}
|
|
|
},{
|
|
|
xtype:'button',
|
|
|
- text:'导出系统库存',
|
|
|
+ text:'导出库存',
|
|
|
listeners: {
|
|
|
click:function(b){
|
|
|
var me = this.ownerCt.ownerCt;
|
|
|
@@ -145,7 +145,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
dataIndex : "st_prodorispeccode",
|
|
|
width : 200.0
|
|
|
}, {
|
|
|
- text : "系统库存",
|
|
|
+ text : "库存",
|
|
|
dataIndex : "st_batchqty",
|
|
|
width : 110.0,
|
|
|
xtype : "numbercolumn",
|