Explorar o código

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

zhouy %!s(int64=7) %!d(string=hai) anos
pai
achega
4c9ae3eccd
Modificáronse 1 ficheiros con 4 adicións e 5 borrados
  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,