Browse Source

修改其他出入库单界面

zhoudw 7 years ago
parent
commit
29627dfd82

+ 2 - 0
frontend/saas-web/app/view/stock/otherIn/QueryPanel.js

@@ -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', {
         xtype: 'dbfindtrigger',
         name: 'pr_detail',
         fieldLabel: '物料名称',
+        emptyText:'输入物料编号或名称',
         showDetail: true
     }, {
         xtype: 'combobox',

+ 2 - 0
frontend/saas-web/app/view/stock/otherOut/QueryPanel.js

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