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' - }); - } - } + }