Browse Source

报表明细添加日期列

li.shaoyi 3 years ago
parent
commit
d7947bc544
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

+ 2 - 0
ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

@@ -1569,6 +1569,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustme
 -- 报表 - 现货报表 - 现货明细
 -- 报表 - 现货报表 - 现货明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_report_details', 2, '报表-现货报表-现货明细', '', 'web端-报表-现货报表-现货明细');
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_spot_report_details', 2, '报表-现货报表-现货明细', '', 'web端-报表-现货报表-现货明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 0, 0, '');
+insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'currencyname', '结算币种', '0', 10, 1, 1, '', '', 'currencyname', 0, 0, '');
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'currencyname', '结算币种', '0', 10, 1, 1, '', '', 'currencyname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'wrstandardname', '现货商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'wrstandardname', '现货商品', '0', 20, 1, 1, '', '', 'wrstandardname', 0, 0, '');