Browse Source

BOM资料版本字段修改为必填

zhoudw 7 years ago
parent
commit
cb0ef21594
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/saas-web/app/view/document/bom/FormPanel.js

+ 2 - 1
frontend/saas-web/app/view/document/bom/FormPanel.js

@@ -77,7 +77,8 @@ Ext.define('saas.view.document.bom.FormPanel', {
     },{
         xtype: 'textfield',
         name: 'bo_version',
-        fieldLabel: '版本'
+        fieldLabel: '版本',
+        allowBlank: false
     }, {
         xtype : "detailGridField",
         detnoColumn: 'bd_detno',