Ver Fonte

BOM资料默认不需要显示状态

zhuth há 7 anos atrás
pai
commit
4bd6e5b3d1
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      frontend/saas-web/app/view/document/bom/FormPanel.js

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

@@ -203,11 +203,13 @@ Ext.define('saas.view.document.bom.FormPanel', {
         name: 'bo_statuscode',
         fieldLabel: '状态码',
         readOnly:true,
+        defaultValue: ''
     }, {
         xtype: 'textfield',
         name: 'bo_status',
         fieldLabel: '产品状态',
         readOnly:true,
+        defaultValue: ''
     },{  
         xtype : "textfield", 
         name : "creatorName",