From 420bb2a291838496d7d5614bfe24567ed36f8dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=A6=E9=BA=9F=20=E7=8E=8B?= Date: Wed, 15 Jul 2026 11:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E2=80=9C=E6=8A=95=E8=B5=84?= =?UTF-8?q?=E8=A7=84=E6=A8=A1=E2=80=9D=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js b/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js index aa870a4b..50dde0e8 100644 --- a/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js +++ b/YLErpWeb/wwwroot/Scripts/app/system/Approvalprocess.js @@ -32,6 +32,8 @@ function setRuleDiv() { function getRules() { var items = []; for (var i = 0; i < selectItems.length; i++) { + // 隐藏"投资规模"选项(仅保留"字段复核") + if (selectItems[i].Text === '投资规模') continue; items.push({ Value: selectItems[i].Value, Text: selectItems[i].Text