ソースを参照

总账勾稽回购表明细查询列隐藏

zhang_qk 4 ヶ月 前
コミット
10802e3551

+ 8 - 8
Procedure/frontend/projectb/src/pages/rdpMng/Template/Coding/components/ffRepo.tsx

@@ -73,7 +73,7 @@ type aaa = {
 	   { 
 	   { 
         title  : '币种代码',
         title  : '币种代码',
         dataIndex : 'ccy',
         dataIndex : 'ccy',
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },
@@ -187,7 +187,7 @@ type aaa = {
 	   { 
 	   { 
         title  : '质押买断类型代码',
         title  : '质押买断类型代码',
         dataIndex : 'pledgeBuyoutType',  // 需要行里的字典 20241225
         dataIndex : 'pledgeBuyoutType',  // 需要行里的字典 20241225
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },
@@ -201,7 +201,7 @@ type aaa = {
 	  { 
 	  { 
         title  : '回购类型代码',
         title  : '回购类型代码',
         dataIndex : 'repoType',   // 需要行里的字典  20241225
         dataIndex : 'repoType',   // 需要行里的字典  20241225
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },
@@ -215,7 +215,7 @@ type aaa = {
 	  { 
 	  { 
         title  : '表内外标识代码',
         title  : '表内外标识代码',
         dataIndex : 'onbalshOffbalshFlag',
         dataIndex : 'onbalshOffbalshFlag',
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },
@@ -229,7 +229,7 @@ type aaa = {
 	    { 
 	    { 
         title  : '账簿类型代码',
         title  : '账簿类型代码',
         dataIndex : 'accountBookType',
         dataIndex : 'accountBookType',
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },
@@ -272,7 +272,7 @@ type aaa = {
 	    { 
 	    { 
         title  : '账务机构编号',
         title  : '账务机构编号',
         dataIndex : 'accountOrgnNo',
         dataIndex : 'accountOrgnNo',
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },
@@ -300,7 +300,7 @@ type aaa = {
       { 
       { 
         title  : '经营机构编号',
         title  : '经营机构编号',
         dataIndex : 'manageOrgnNos',
         dataIndex : 'manageOrgnNos',
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },
@@ -330,7 +330,7 @@ type aaa = {
 	  { 
 	  { 
         title  : '核心市场参与者标识代码',
         title  : '核心市场参与者标识代码',
         dataIndex : 'coreMarketParticipantFlag',
         dataIndex : 'coreMarketParticipantFlag',
-        //  hideInTable: true,
+          hideInTable: row,
         search: false,
         search: false,
         width:150,  
         width:150,  
       },
       },