Browse Source

【bug】报表导出序号去掉小数点

zhuth 7 years ago
parent
commit
69f8565bdb

+ 1 - 0
frontend/saas-web/app/view/money/report/CustomerCheck.js

@@ -53,6 +53,7 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
     }, {
         text: '序号',
         dataIndex: 'pd_pdno',
+        exportFormat: 'Integer',
         xtype: 'numbercolumn',
         width: 80
     }, {

+ 1 - 0
frontend/saas-web/app/view/money/report/RecDetail.js

@@ -62,6 +62,7 @@ Ext.define('saas.view.money.report.RecDetail', {
     }, {
         text: '序号',
         dataIndex: 'rd_detno',
+        exportFormat: 'Integer',
         xtype: 'numbercolumn',
         width: 80,
         hidden: true

+ 1 - 0
frontend/saas-web/app/view/money/report/VendorCheck.js

@@ -54,6 +54,7 @@ Ext.define('saas.view.money.report.VendorCheck', {
         text: '序号',
         xtype: 'numbercolumn',
         dataIndex: 'pd_pdno',
+        exportFormat: 'Integer',
         width: 80
     },{
         text:'供应商编号',

+ 1 - 0
frontend/saas-web/app/view/sale/report/Sale.js

@@ -72,6 +72,7 @@ Ext.define('saas.view.sale.report.Sale', {
     }, {
         text: '序号',
         dataIndex: 'sd_detno',
+        exportFormat: 'Integer',
         xtype: 'numbercolumn',
         width: 80
     }, {

+ 1 - 0
frontend/saas-web/app/view/stock/report/Prodiodetail.js

@@ -70,6 +70,7 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
     }, {
         text: '序号',
         dataIndex: 'pd_pdno',
+        exportFormat: 'Integer',
         xtype: 'numbercolumn',
         width: 80
     }, {