Browse Source

供应商简称是否必填及顺序调整

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

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

@@ -36,15 +36,14 @@ Ext.define('saas.view.document.vendor.FormPanel', {
         columnWidth: 0.25
     },{
         xtype: 'textfield',
-        name: 've_shortname',
-        fieldLabel: '供应商称',
+        name: 've_name',
+        fieldLabel: '供应商称',
         allowBlank: false,
         columnWidth: 0.25
     },{
         xtype: 'textfield',
-        name: 've_name',
-        fieldLabel: '供应商名称',
-        allowBlank: false,
+        name: 've_shortname',
+        fieldLabel: '供应商简称',
         columnWidth: 0.25
     },{
         xtype: 'hidden',