|
|
@@ -26,7 +26,7 @@ Ext.define('saas.view.core.dbfind.types.ProductAddMultiDbfindTrigger', {
|
|
|
allowBlank: true,
|
|
|
width:300,
|
|
|
getCondition: function (v) {
|
|
|
- return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_brand) like '%" + v.toUpperCase() + "%')";
|
|
|
+ return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_orispeccode) like '%" + v.toUpperCase() + "%')";
|
|
|
}
|
|
|
}],
|
|
|
//窗口列设置
|
|
|
@@ -41,23 +41,23 @@ Ext.define('saas.view.core.dbfind.types.ProductAddMultiDbfindTrigger', {
|
|
|
},{
|
|
|
text: "品牌",
|
|
|
dataIndex: "pr_brand",
|
|
|
- width: 110
|
|
|
+ width: 100
|
|
|
},{
|
|
|
- text: "名称",
|
|
|
- width: 200,
|
|
|
+ text: "物料名称",
|
|
|
+ width: 150,
|
|
|
dataIndex: "pr_detail"
|
|
|
}, {
|
|
|
text : "型号",
|
|
|
dataIndex : "pr_orispeccode",
|
|
|
- width : 150.0
|
|
|
+ width : 200.0
|
|
|
}, {
|
|
|
text : "规格",
|
|
|
dataIndex : "pr_spec",
|
|
|
- width : 150.0
|
|
|
+ width : 200.0
|
|
|
},{
|
|
|
text: "单位",
|
|
|
dataIndex: "pr_unit",
|
|
|
- width: 80
|
|
|
+ width: 65
|
|
|
},{
|
|
|
text: "类型",
|
|
|
dataIndex: "pr_kind",
|
|
|
@@ -85,7 +85,7 @@ Ext.define('saas.view.core.dbfind.types.ProductAddMultiDbfindTrigger', {
|
|
|
}, {
|
|
|
text: "仓库",
|
|
|
dataIndex: "pr_whname",
|
|
|
- width: 200,
|
|
|
+ width: 110,
|
|
|
hidden: true
|
|
|
}, {
|
|
|
text: "最新采购单价(元)",
|