@@ -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: "额度",
@@ -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+'%\') ';