|
|
@@ -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)
|