|
|
@@ -38,6 +38,7 @@ Ext.define('saas.view.money.report.PayDetail', {
|
|
|
dataIndex:'pi_vendcode'
|
|
|
},{
|
|
|
text:'供应商名称',
|
|
|
+ width: 200,
|
|
|
dataIndex:'pi_vendname'
|
|
|
}, {
|
|
|
text: '单据类型',
|
|
|
@@ -45,19 +46,17 @@ Ext.define('saas.view.money.report.PayDetail', {
|
|
|
width: 200
|
|
|
}, {
|
|
|
text: '单据日期',
|
|
|
+ xtype: 'datecolumn',
|
|
|
dataIndex: 'pb_date',
|
|
|
- width: 200
|
|
|
}, {
|
|
|
text: '采购员',
|
|
|
dataIndex: 'pu_buyercode'
|
|
|
},{
|
|
|
- text: '单据日期',
|
|
|
- dataIndex: 'pb_date'
|
|
|
- }, {
|
|
|
text: '期初应付余额',
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: 've_beginapamount',
|
|
|
xtype: 'numbercolumn',
|
|
|
+ width: 140,
|
|
|
summaryType: 'sum',
|
|
|
summaryRenderer: function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
@@ -70,6 +69,7 @@ Ext.define('saas.view.money.report.PayDetail', {
|
|
|
dataIndex: 'pb_pdamount',
|
|
|
xtype: 'numbercolumn',
|
|
|
summaryType: 'sum',
|
|
|
+ width: 140,
|
|
|
summaryRenderer: function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
var xr = (new Array(arr[1].length)).fill('0');
|
|
|
@@ -88,6 +88,7 @@ Ext.define('saas.view.money.report.PayDetail', {
|
|
|
}
|
|
|
}, {
|
|
|
text: '应付日期',
|
|
|
+ xtype: 'datecolumn',
|
|
|
dataIndex: 'mustdate',
|
|
|
}, {
|
|
|
text: '单据总金额',
|