Browse Source

描述性文字调整

zhuth 6 years ago
parent
commit
2624de063b

+ 1 - 1
frontend/saas-web/app/view/core/form/SettingWin.js

@@ -208,7 +208,7 @@ Ext.define('saas.view.core.form.SettingWin', {
                     style: {
                     style: {
                         color: '#4A4A4A'
                         color: '#4A4A4A'
                     },
                     },
-                    text: '* 拖动行以调整字段顺序',
+                    text: '* 拖动行以调整顺序',
                 }, '->', {
                 }, '->', {
                     text: '重置',
                     text: '重置',
                     handler: 'onReset'
                     handler: 'onReset'

+ 2 - 2
frontend/saas-web/app/view/sale/b2b/Business.js

@@ -18,8 +18,8 @@ Ext.define('saas.view.sale.b2b.Business', {
             searchField: [{
             searchField: [{
                 xtype: 'textfield',
                 xtype: 'textfield',
                 name: 'keyword',
                 name: 'keyword',
-                columnWidth: 0.15,
-                emptyText:'请输入物料编号/名称/型号/品牌'
+                columnWidth: 0.2,
+                emptyText:'物料编号/名称/型号/品牌'
             }, {
             }, {
                 xtype: 'condatefield',
                 xtype: 'condatefield',
                 name: 'date',
                 name: 'date',

+ 1 - 1
frontend/saas-web/app/view/sale/b2b/Product.js

@@ -17,7 +17,7 @@ Ext.define('saas.view.sale.b2b.Product', {
                 xtype: 'textfield',
                 xtype: 'textfield',
                 name: 'keyword',
                 name: 'keyword',
                 columnWidth: 0.2,
                 columnWidth: 0.2,
-                emptyText:'请输入物料编号/名称/型号/品牌',
+                emptyText:'物料编号/名称/型号/品牌',
                 getCondition: function(value) {
                 getCondition: function(value) {
                     return  ' (prodCode like\'%' + value + '%\' or prodBrand like \'%'+value+'%\' or prodName like \'%'+value+'%\' or prodSpeccode like \'%'+value+'%\') ';
                     return  ' (prodCode like\'%' + value + '%\' or prodBrand like \'%'+value+'%\' or prodName like \'%'+value+'%\' or prodSpeccode like \'%'+value+'%\') ';
                 }
                 }