Browse Source

【界面标准化】【客户资料额度隐藏,收发汇总表输入框描述调整】

rainco 7 years ago
parent
commit
e62f9730dc

+ 1 - 1
frontend/saas-web/app/view/document/customer/FormPanel.js

@@ -210,7 +210,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
                 defaultValue: saas.util.BaseUtil.getCurrentUser().realname,
                 group: '交易信息',
             }, {
-                xtype: "numberfield",
+                xtype: "hidden",
                 hideTrigger: true,
                 name: "cu_credit",
                 fieldLabel: "额度",

+ 1 - 1
frontend/saas-web/app/view/stock/report/ProdinoutCount.js

@@ -14,7 +14,7 @@ Ext.define('saas.view.stock.report.ProdinoutCount', {
     searchItems: [{		
         xtype: 'textfield',
         name: 'wh_description',
-        emptyText:'输入仓库编号',
+        emptyText:'输入仓库名称',
         columnWidth: 0.2,
         getCondition: function(value) {
            return  ' (wh_description like\'%' + value + '%\' or wh_code like \'%'+value+'%\') ';