|
|
@@ -205,7 +205,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'price
|
|
|
insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
|
|
|
values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'goodscode', '点价合约', '0', 140, 1, 1, '', '', 'goodscode', 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_purchase_pointprice', 'startdate,enddate', '点价期', '0', 150, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
|
|
|
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'startdate,enddate', '点价期', '200', 150, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
|
|
|
|
|
|
-- 采购合同--履约结算
|
|
|
insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_purchase_settle', 2, '采购_履约交收', '', 'web端-采购-履约交收');
|
|
|
@@ -316,7 +316,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'pricedqt
|
|
|
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', 'goodscode', '点价合约', '0', 140, 1, 1, '', '', 'goodscode', 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', '点价期', '0', 150, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
|
|
|
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'startdate,enddate', '点价期', '200', 150, 1, 1, '', '', 'startdate,enddate', 0, 0, '');
|
|
|
|
|
|
-- 销售--履约交收
|
|
|
insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_sales_settle', 2, '销售_履约交收', '', 'web端-销售-履约交收');
|