Browse Source

客户简称是否必填及顺序调整

zhouy 7 years ago
parent
commit
4c9ae3eccd
1 changed files with 4 additions and 5 deletions
  1. 4 5
      frontend/saas-web/app/view/document/customer/FormPanel.js

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

@@ -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,
         columnWidth: 0.25
     },{
         xtype: 'textfield',
-        name: 'cu_name',
-        fieldLabel: '客户名称',
-        allowBlank: false,
+        name: 'cu_shortname',
+        fieldLabel: '客户简称',
         columnWidth: 0.25
     },{
         editable:false,