From 092ac1682336c4ac5bf17eadf9bde7cc513fc71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=A4=E6=97=BA?= Date: Fri, 31 May 2024 15:41:43 +0800 Subject: [PATCH] =?UTF-8?q?#TRS-ZS-81=20=E5=AE=A2=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/app/client/clientListV2.js | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/YLErpWeb/wwwroot/Scripts/app/client/clientListV2.js b/YLErpWeb/wwwroot/Scripts/app/client/clientListV2.js index 231d3ac5..8800fb01 100644 --- a/YLErpWeb/wwwroot/Scripts/app/client/clientListV2.js +++ b/YLErpWeb/wwwroot/Scripts/app/client/clientListV2.js @@ -122,28 +122,7 @@ function getColModelGrid() { }); } - if (!page.isShanxiGuShou) { - if (page.isCreditLimit) { - colModelGrid.push({ - name: 'IsCreditOn', - label: '授信', - index: 'IsCreditOn', - sortIndex: i++, - width: 80, - align: 'left' - }); - } - else { - colModelGrid.push({ - name: 'IsTradeCredit', - label: '期权费授信', - index: 'IsTradeCredit', - sortIndex: i++, - width: 80, - align: 'left' - }); - } - } + }