Explorar o código

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

zhuth %!s(int64=7) %!d(string=hai) anos
pai
achega
8f882fe992
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',