Browse Source

【界面标准化】【物料资料从表】【初期设置默认勾选,默认只显示一行空行】【前端处理】

rainco 7 years ago
parent
commit
d672282910
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frontend/saas-web/app/view/document/product/FormPanel.js

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

@@ -228,6 +228,7 @@ Ext.define('saas.view.document.product.FormPanel', {
         fieldLabel: '期初设置',
         name: 'qcsz',
         ignore: true,
+        defaultValue:true,
         bind: {
             disabled: '{qcsz_disabled}'
         },
@@ -238,6 +239,7 @@ Ext.define('saas.view.document.product.FormPanel', {
         xtype : "detailGridField", 
         storeModel:'saas.model.document.ProductDetail',
         detnoColumn: 'pd_detno',
+        emptyRows: 1,
         showCount: true,
         allowEmpty:true,
         // hidden: true,