|
|
@@ -327,7 +327,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'invoicea
|
|
|
insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
|
|
|
values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'daikaiamount', '应开票额', '0', 140, 1, 1, '', '', 'daikaiamount', 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_sales_pointprice', 'startdate,enddate', '点价期', '200', 160, 1, 1, '', '', 'startdate,enddate', 0, 0, '')
|
|
|
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'startdate,enddate', '点价期', '200', 160, 1, 1, '', '', 'startdate,enddate', 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_sales_pointprice', 'deliverystartdate,deliveryenddate', '交收期', '200', 150, 1, 1, '', '', 'deliverystartdate,deliveryenddate', 0, 0, '');
|
|
|
|