li.shaoyi 3 tahun lalu
induk
melakukan
b831b0700a
1 mengubah file dengan 47 tambahan dan 26 penghapusan
  1. 47 26
      ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

+ 47 - 26
ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

@@ -13,7 +13,7 @@ insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) valu
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'contractno', '合同编号', '250', 10, 1, 1, '', '', 'contractno', 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_delivery', 'negative', '对手方', '250', 20, 1, 1, '', '', 'negative', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery', 'negative', '对手方', '280', 20, 1, 1, '', '', 'negative', 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_delivery', 'wrstandardname', '商品', '120', 30, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -46,7 +46,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'contractno',
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'contracttype', '类型', '120', 20, 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_delivery_dsh', 'negative', '对手方', '160', 30, 1, 1, '', '', 'negative', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_dsh', 'negative', '对手方', '280', 30, 1, 1, '', '', 'negative', 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_delivery_dsh', 'subjectname', '交易主体', '120', 40, 1, 1, '', '', 'subjectname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -90,7 +90,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'contractno',
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'contracttype', '类型', '120', 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_delivery_ysh', 'negative', '对手方', '160', 40, 1, 1, '', '', 'negative', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'negative', '对手方', '280', 40, 1, 1, '', '', 'negative', 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_delivery_ysh', 'subjectname', '交易主体', '120', 50, 1, 1, '', '', 'subjectname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -127,7 +127,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'tradeusernam
 -- 客户资料
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_userinfo', 2, '客户资料', '', 'web端-客户资料');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
-values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'customername', '客户名称', '160', 10, 1, 1, '', '', 'customername', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'customername', '客户名称', '280', 10, 1, 1, '', '', 'customername', 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_userinfo', 'nickname', '客户简称', '0', 20, 1, 1, '', '', 'nickname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -179,7 +179,7 @@ insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) valu
 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', 'contractno', '合同编号', '0', 10, 1, 1, '', '', 'contractno', 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', 'nickname', '销售方', '0', 20, 1, 1, '', '', 'nickname,', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_pointprice', 'nickname', '销售方', '280', 20, 1, 1, '', '', 'nickname,', 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', 'wrstandardname', '商品', '0', 30, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -212,7 +212,7 @@ insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) valu
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'contractno', '合同编号 ', '0', 10, 1, 1, '', '', 'contractno', 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_settle', 'nickname', '销售方', '0', 20, 1, 1, '', '', 'nickname', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_purchase_settle', 'nickname', '销售方', '280', 20, 1, 1, '', '', 'nickname', 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_settle', 'wrstandardname', '商品', '0', 30, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -290,7 +290,7 @@ insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) valu
 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', 'contractno', '合同编号', '0', 10, 1, 1, '', '', 'contractno', 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', 'nickname', '采购方', '0', 20, 1, 1, '', '', 'nickname,', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_pointprice', 'nickname', '采购方', '280', 20, 1, 1, '', '', 'nickname,', 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', 'wrstandardname', '商品', '0', 30, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -323,7 +323,7 @@ insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) valu
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'contractno', '合同编号 ', '0', 10, 1, 1, '', '', 'contractno', 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_settle', 'nickname', '采购方', '0', 20, 1, 1, '', '', 'nickname', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_sales_settle', 'nickname', '采购方', '280', 20, 1, 1, '', '', 'nickname', 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_settle', 'wrstandardname', '商品', '0', 30, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -620,7 +620,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'contrac
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'contracttype', '合同类型', '0', 20, 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_business_aduit_dj', 'buyusernameOrsellusername', '对手方', '160', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_dj', 'buyusernameOrsellusername', '对手方', '280', 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_business_aduit_dj', 'goodsname', '商品', '0', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -649,7 +649,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'contra
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', '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_business_aduit_ydj', 'buyusernameOrsellusername', '对手方', '160', 40, 1, 1, '', '', 'contracttype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_ydj', 'buyusernameOrsellusername', '对手方', '280', 40, 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_business_aduit_ydj', 'goodsname', '商品', '0', 50, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -682,7 +682,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'contrac
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'contracttype', '合同类型', '0', 20, 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_business_aduit_js', 'buyusernameOrsellusername', '对手方', '160', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_js', 'buyusernameOrsellusername', '对手方', '280', 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_business_aduit_js', 'goodsname', '商品', '0', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -709,7 +709,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'contra
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'contracttype', '合同类型', '0', 20, 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_business_aduit_yjs', 'buyusernameOrsellusername', '对手方', '160', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_business_aduit_yjs', 'buyusernameOrsellusername', '对手方', '280', 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_business_aduit_yjs', 'goodsname', '商品', '0', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -738,7 +738,7 @@ insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) valu
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'contractno', '合同编号', '0', 10, 1, 1, '', '', 'contractno', 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_fincial_aduit_fp', 'buyusernameOrsellusername', '对手方', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_fp', 'buyusernameOrsellusername', '对手方', '280', 20, 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_fincial_aduit_fp', 'goodsname', '商品', '0', 20, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -759,7 +759,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'applyst
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'contractno', '合同编号', '0', 20, 1, 1, '', '', 'contractno', 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_fincial_aduit_yfp', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'contracttype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_yfp', 'buyusernameOrsellusername', '对手方', '280', 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_fincial_aduit_yfp', 'goodsname', '商品', '0', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -784,7 +784,7 @@ insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) valu
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'contractno', '合同编号', '0', 10, 1, 1, '', '', 'contractno', 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_fincial_aduit_kx', 'buyusernameOrsellusername', '对手方', '0', 20, 1, 1, '', '', 'userinfotype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_kx', 'buyusernameOrsellusername', '对手方', '280', 20, 1, 1, '', '', 'userinfotype', 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_fincial_aduit_kx', 'goodsname', '商品', '0', 30, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -805,7 +805,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'contrac
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'contractno', '合同编号', '0', 20, 1, 1, '', '', 'contractno', 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_fincial_aduit_ykx', 'buyusernameOrsellusername', '对手方', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_fincial_aduit_ykx', 'buyusernameOrsellusername', '对手方', '280', 30, 1, 1, '', '', 'userinfotype', 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_fincial_aduit_ykx', 'goodsname', '商品', '0', 40, 1, 1, '', '', 'goodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -832,7 +832,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'inouttype'
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'contractno', '合同编号', '0', 20, 1, 1, '', '', 'contractno', 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_stock_aduit_in', 'buynicknameOrsellusername', '对手方', '160', 30, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_in', 'buynicknameOrsellusername', '对手方', '280', 30, 1, 1, '', '', 'buynicknameOrsellusername', 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_stock_aduit_in', 'wrstandardname', '商品', '0', 40, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -859,7 +859,7 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'inouttype
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'contractno', '合同编号', '0', 30, 1, 1, '', '', 'contractno', 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_stock_aduit_yin', 'buynicknameOrsellusername', '对手方', '160', 40, 1, 1, '', '', 'buynicknameOrsellusername', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_stock_aduit_yin', 'buynicknameOrsellusername', '对手方', '280', 40, 1, 1, '', '', 'buynicknameOrsellusername', 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_stock_aduit_yin', 'wrstandardname', '商品', '0', 50, 1, 1, '', '', 'wrstandardname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -1488,6 +1488,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_aggregate_profit_and_loss',
 -- 报表 - 敞口报表 - 现货合同变动量明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_spot_contract', 2, '报表-敞口报表-现货合同变动量明细', '', 'web端-报表-敞口报表-现货合同变动量明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_change_in_spot_contract', 'contractno', '合同编号', '200', 10, 1, 1, '', '', 'contractno', 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_change_in_spot_contract', 'contracttype', '合同类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
@@ -1509,6 +1511,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_spot_contract', 'd
 -- 报表 - 敞口报表 - 套保计划变动量明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_hedging_plan', 2, '报表-敞口报表-套保计划变动量明细', '', 'web端-报表-敞口报表-套保计划变动量明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_change_in_hedging_plan', 'hedgeplanno', '计划名称', '0', 10, 1, 1, '', '', 'hedgeplanno', 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_change_in_hedging_plan', 'contracttype', '计划类型', '0', 20, 1, 1, '', '', 'contracttype', 0, 0, '');
@@ -1528,6 +1532,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_hedging_plan', 'tr
 -- 报表 - 敞口报表 - 期货变动量明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_future', 2, '报表-敞口报表-期货变动量明细', '', 'web端-报表-敞口报表-期货变动量明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_change_in_future', 'username', '交易用户', '200', 10, 1, 1, '', '', 'username', 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_change_in_future', 'goodscode', '交易合约', '0', 20, 1, 1, '', '', 'goodscode', 0, 0, '');
@@ -1550,7 +1556,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_future', 'diffneed
 
 -- 报表 - 敞口报表 - 参数调整变动量明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_change_in_parameter_adjustment', 2, '报表-敞口报表-参数调整变动量明细', '', 'web端-报表-敞口报表-参数调整变动量明细');
-
+insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_change_in_parameter_adjustment', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_change_in_parameter_adjustment', 'middlegoodsname', '套保品种', '0', 10, 1, 1, '', '', 'middlegoodsname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -1612,6 +1619,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_report_details', 'oriav
 -- 报表 - 财务报表 - 商品明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financial_statement_category_breakdown', 2, '报表-财务报表-商品明细', '', 'web端-报表-财务报表-商品明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category_breakdown', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_financial_statement_category_breakdown', 'wrstandardname', '现货商品', '0', 10, 1, 1, '', '', 'wrstandardname', 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_financial_statement_category_breakdown', 'buyunpaidamount', '应付货款额', '0', 20, 1, 1, '', '', 'buyunpaidamount', 0, 0, '');
@@ -1649,6 +1658,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_category
 -- 报表 - 财务报表 - 品牌明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_financial_statement_brand_details', 2, '报表-财务报表-品类明细', '', 'web端-报表-财务报表-品类明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_details', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_financial_statement_brand_details', 'wrstandardname', '现货商品', '0', 10, 1, 1, '', '', 'wrstandardname', 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_financial_statement_brand_details', 'brandname', '现货品牌', '0', 20, 1, 1, '', '', 'brandname', 0, 0, '');
@@ -1688,6 +1699,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_financial_statement_brand_de
 -- 报表 - 期货报表 - 账户明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_futures_statement_account_details', 2, '报表-期货报表-账户明细', '', 'web端-报表-期货报表-账户明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_details', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_futures_statement_account_details', 'accountid', '交易账户', '200', 10, 1, 1, '', '', 'accountid', 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_futures_statement_account_details', 'buyorsell', '持仓方向', '0', 20, 1, 1, '', '', 'buyorsell', 0, 0, '');
@@ -1733,6 +1746,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_futures_statement_account_de
 -- 报表 - 库存报表 - 库存(商品)报表 - 品牌明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_commodity_report_brand_details', 2, '报表-库存(商品)报表-品牌明细', '', 'web端-报表-库存(商品)报表-品牌明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_brand_details', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_inventory_commodity_report_brand_details', 'brandname', '现货品牌', '0', 10, 1, 1, '', '', 'brandname', 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_inventory_commodity_report_brand_details', 'curstock', '期末库存量', '0', 20, 1, 1, '', '', 'curstock', 0, 0, '');
@@ -1756,13 +1771,15 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_b
 -- 报表 - 库存报表 - 库存(商品)报表 - 仓库明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_commodity_report_warehouse_details', 2, '报表-库存(商品)报表-仓库明细', '', 'web端-报表-库存(商品)报表-仓库明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
-values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'brandname', '现货品牌', '0', 30, 1, 1, '', '', 'deliverygoodsname', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'reckondate', '日期', '0', 10, 1, 1, '', '', 'reckondate', 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_inventory_commodity_report_warehouse_details', 'warehousecode', '仓库', '0', 40, 1, 1, '', '', 'warehousecode', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'brandname', '现货品牌', '0', 20, 1, 1, '', '', 'deliverygoodsname', 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_inventory_commodity_report_warehouse_details', 'curstock', '期末库存量', '0', 100, 1, 1, '', '', 'curstock', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'warehousecode', '仓库', '0', 30, 1, 1, '', '', 'warehousecode', 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_inventory_commodity_report_warehouse_details', 'diffqty', '库存变化量', '0', 110, 1, 1, '', '', 'diffqty', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'curstock', '期末库存量', '0', 40, 1, 1, '', '', 'curstock', 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_inventory_commodity_report_warehouse_details', 'diffqty', '库存变化量', '0', 50, 1, 1, '', '', 'diffqty', 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_inventory_commodity_report_warehouse_details', 'todayselloutqty', '采购入库量', '0', 60, 1, 1, '', '', 'todayselloutqty', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
@@ -1772,15 +1789,17 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_w
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'todayproduceoutqty', '内部出库量', '0', 90, 1, 1, '', '', 'todayproduceoutqty', 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_inventory_commodity_report_warehouse_details', 'unbuyinqty', '采购未入库量', '0', 80, 1, 1, '', '', 'unbuyinqty', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'unbuyinqty', '采购未入库量', '0', 100, 1, 1, '', '', 'unbuyinqty', 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_inventory_commodity_report_warehouse_details', 'unselloutqty', '销售未出库量', '0', 90, 1, 1, '', '', 'unselloutqty', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'unselloutqty', '销售未出库量', '0', 110, 1, 1, '', '', 'unselloutqty', 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_inventory_commodity_report_warehouse_details', 'oristock', '期初库存量', '0', 50, 1, 1, '', '', 'oristock', 0, 0, '');
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_commodity_report_warehouse_details', 'oristock', '期初库存量', '0', 120, 1, 1, '', '', 'oristock', 0, 0, '');
 
 -- 报表 - 库存报表 - 库存(仓库)报表 - 仓库明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_warehouse_report_warehouse_details', 2, '报表-库存(仓库)报表-仓库明细', '', 'web端-报表-库存(仓库)报表-仓库明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_warehouse_details', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_inventory_warehouse_report_warehouse_details', 'brandname', '现货品牌', '0', 10, 1, 1, '', '', 'brandname', 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_inventory_warehouse_report_warehouse_details', 'curstock', '期末库存量', '0', 20, 1, 1, '', '', 'curstock', 0, 0, '');
@@ -1800,6 +1819,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_warehouse_report_w
 -- 报表 - 汇总损益报表 - 损益明细
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_inventory_summary_profit_and_loss_details', 2, '报表-汇总损益报表-损益明细', '', 'web端-报表-汇总损益报表-损益明细');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_inventory_summary_profit_and_loss_details', 'reckondate', '日期', '0', 0, 1, 1, '', '', 'reckondate', 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_inventory_summary_profit_and_loss_details', 'currencyname', '结算币种', '0', 10, 1, 1, '', '', 'currencyname', 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_inventory_summary_profit_and_loss_details', 'accountname', '交易用户', '0', 20, 1, 1, '', '', 'accountname', 0, 0, '');