|
|
@@ -19,7 +19,7 @@ Ext.define('saas.view.stock.report.DataList', {
|
|
|
searchItems: [{
|
|
|
name: 'pr_code',
|
|
|
xtype: 'textfield',
|
|
|
- emptyText: '物料编号/名称/规格',
|
|
|
+ emptyText: '请输入物料编号、名称或规格',
|
|
|
columnWidth: 0.25,
|
|
|
getCondition: function (v) {
|
|
|
return "(upper(pr_spec) like '%" + v.toUpperCase() + "%' or upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%')";
|
|
|
@@ -27,7 +27,7 @@ Ext.define('saas.view.stock.report.DataList', {
|
|
|
}, {
|
|
|
name: 'wh_code',
|
|
|
xtype: 'textfield',
|
|
|
- emptyText: '仓库编号/名称',
|
|
|
+ emptyText: '请输入仓库编号或名称',
|
|
|
columnWidth: 0.25,
|
|
|
hidden: true,
|
|
|
getCondition: function (v) {
|
|
|
@@ -69,7 +69,7 @@ Ext.define('saas.view.stock.report.DataList', {
|
|
|
}, {
|
|
|
text: '物料类型',
|
|
|
dataIndex: 'rc_prodKind',
|
|
|
- width: 200
|
|
|
+ width: 100
|
|
|
}, {
|
|
|
text: "仓库",
|
|
|
dataIndex: "rc_whName",
|