li.shaoyi 4 年之前
父节点
当前提交
9290e11009
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

+ 1 - 1
ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

@@ -1200,7 +1200,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'audit
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'receipttype', '发票类型', '0', 30, 1, 1, '', '', 'receipttype', 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_someprice_detail_fp', 'InvoiceAmount', '金额', '0', 40, 1, 1, '', '', 'InvoiceAmount', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'invoiceAmount', '金额', '0', 40, 1, 1, '', '', 'invoiceAmount', 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_someprice_detail_fp', 'applyname', '申请人', '0', 50, 1, 1, '', '', 'applyname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)