Przeglądaj źródła

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

zhuth 7 lat temu
rodzic
commit
4bd6e5b3d1

+ 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',
         name: 'bo_statuscode',
         fieldLabel: '状态码',
         fieldLabel: '状态码',
         readOnly:true,
         readOnly:true,
+        defaultValue: ''
     }, {
     }, {
         xtype: 'textfield',
         xtype: 'textfield',
         name: 'bo_status',
         name: 'bo_status',
         fieldLabel: '产品状态',
         fieldLabel: '产品状态',
         readOnly:true,
         readOnly:true,
+        defaultValue: ''
     },{  
     },{  
         xtype : "textfield", 
         xtype : "textfield", 
         name : "creatorName", 
         name : "creatorName",