@@ -36,15 +36,14 @@ Ext.define('saas.view.document.customer.FormPanel', {
columnWidth: 0.25
},{
xtype: 'textfield',
- name: 'cu_shortname',
- fieldLabel: '客户简称',
+ name: 'cu_name',
+ fieldLabel: '客户名称',
allowBlank: false,
- name: 'cu_name',
- fieldLabel: '客户名称',
- allowBlank: false,
+ name: 'cu_shortname',
+ fieldLabel: '客户简称',
editable:false,