|
|
@@ -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"
|