@@ -39,6 +39,7 @@ Ext.define('saas.view.stock.otherIn.QueryPanel', {
xtype: 'dbfindtrigger',
name: 'pi_custname',
fieldLabel: '客户名称',
+ emptyText:'输入客户编号或名称',
allowBlank: true,
columnWidth: 0.25
}, {
@@ -51,6 +52,7 @@ Ext.define('saas.view.stock.otherIn.QueryPanel', {
name: 'pr_detail',
fieldLabel: '物料名称',
+ emptyText:'输入物料编号或名称',
showDetail: true
xtype: 'combobox',
@@ -36,6 +36,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanel', {
@@ -48,6 +49,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanel', {