li.shaoyi 4 년 전
부모
커밋
c6d1cbe7a9
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

@@ -1198,7 +1198,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'apply
 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', 'audittime', '发票审核时间', '0', 20, 1, 1, '', '', 'audittime', 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', 'receipttype', '发票类型', '0', 30, 1, 1, '', '', 'receipttype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_someprice_detail_fp', 'contracttype', '发票类型', '0', 30, 1, 1, '', '', 'contracttype', 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, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)