Procházet zdrojové kódy

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

zhouy před 7 roky
rodič
revize
4c9ae3eccd

+ 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,