Browse Source

从表columns序号配置

zhuth 7 years ago
parent
commit
1090083b43
1 changed files with 1 additions and 12 deletions
  1. 1 12
      frontend/saas-web/app/view/sale/saleOut/FormPanel.js

+ 1 - 12
frontend/saas-web/app/view/sale/saleOut/FormPanel.js

@@ -117,20 +117,9 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
         name : "detailGridField", 
         xtype : "detailGridField", 
         storeModel:'saas.model.sale.ProdIODetail',
-        _detnoColumn:  'pd_pdno',
+        detnoColumn:  'pd_pdno',
         columns : [
             {
-                text : "序号", 
-                dataIndex : "pd_pdno", 
-                width : 100, 
-                xtype : "numbercolumn",
-                align : 'center',
-                format:'0',
-                summaryType: 'count',
-                summaryRenderer: function(value, summaryData, dataIndex) {
-                    return Ext.String.format('合计: {0}条', value);
-                },
-            }, {
                 text : "id", 
                 dataIndex : "id", 
                 xtype : "numbercolumn"