|
|
@@ -12,9 +12,9 @@ Ext.define('saas.view.document.product.BasePanel', {
|
|
|
xtype : "textfield",
|
|
|
name : "pr_code",
|
|
|
width:300,
|
|
|
- emptyText:'输入物料编号、名称、型号、规格或品牌',
|
|
|
+ emptyText:'输入物料编号、名称、型号或品牌',
|
|
|
getCondition: function (v) {
|
|
|
- return "(upper(CONCAT(pr_code,'#',pr_detail,'#',ifnull(pr_spec,''),'#',ifnull(pr_orispeccode,''),'#',ifnull(pr_brand,''))) like '%" + v.toUpperCase() + "%' )";
|
|
|
+ return "(upper(CONCAT(pr_code,'#',pr_detail,'#',ifnull(pr_orispeccode,''),'#',ifnull(pr_brand,''))) like '%" + v.toUpperCase() + "%' )";
|
|
|
},
|
|
|
},{
|
|
|
editable:true,
|
|
|
@@ -92,7 +92,7 @@ Ext.define('saas.view.document.product.BasePanel', {
|
|
|
dataIndex : "pr_spec",
|
|
|
width : 200.0
|
|
|
}, {
|
|
|
- text : "类型",
|
|
|
+ text : "物料类型",
|
|
|
dataIndex : "pr_kind",
|
|
|
width:100
|
|
|
}, {
|
|
|
@@ -138,6 +138,7 @@ Ext.define('saas.view.document.product.BasePanel', {
|
|
|
}, {
|
|
|
text : "状态",
|
|
|
dataIndex : "pr_status",
|
|
|
+ align:'center',
|
|
|
width : 80.0
|
|
|
}]
|
|
|
},
|