From 833d9320af935dd6e5033c0a91bcc91bb7bb5807 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 27 五月 2025 17:34:30 +0800 Subject: [PATCH] 粮油专卡页面 --- igds-dzhwk-web/src/main/resources/static/dzhwk/common.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js b/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js index e89a984..115e556 100644 --- a/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js +++ b/igds-dzhwk-web/src/main/resources/static/dzhwk/common.js @@ -54,5 +54,17 @@ * @param tag */ function toPage(tag) { + if(tag == "security"){ + layer.msg("鏆傛湭瀵规帴锛�"); + return; + } + if(tag == "grain-check"){ + layer.msg("鏆傛湭瀵规帴锛�"); + return; + } + if(tag == "grain-handle"){ + layer.msg("鏆傛湭瀵规帴锛�"); + return; + } window.location.href = "../dzhwk/" + tag; } \ No newline at end of file -- Gitblit v1.9.3