Преглед на файлове

修改其他出入库单界面

zhoudw преди 7 години
родител
ревизия
29627dfd82
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      frontend/saas-web/app/view/stock/otherIn/QueryPanel.js
  2. 2 0
      frontend/saas-web/app/view/stock/otherOut/QueryPanel.js

+ 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',