Browse Source

【bug】物料资料从表显示 合计

zhuth 7 years ago
parent
commit
8f882fe992
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/document/product/FormPanel.js

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

@@ -238,7 +238,7 @@ Ext.define('saas.view.document.product.FormPanel', {
         xtype : "detailGridField", 
         storeModel:'saas.model.document.ProductDetail',
         detnoColumn: 'pd_detno',
-        showCount: false,
+        showCount: true,
         allowEmpty:true,
         // hidden: true,
         deleteDetailUrl:'/api/document/product/deleteDetail',