From 24d7a5efb26424da1a8bf5d87db87558a6bb3a79 Mon Sep 17 00:00:00 2001 From: pjb <pjb123456> Date: 星期日, 24 八月 2025 16:53:47 +0800 Subject: [PATCH] 入库空托盘,异常去异常口显示报警信息,给空工作明细 --- src/main/webapp/static/js/console.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/console.js b/src/main/webapp/static/js/console.js index de14203..b086f36 100644 --- a/src/main/webapp/static/js/console.js +++ b/src/main/webapp/static/js/console.js @@ -30,7 +30,7 @@ let bLen let interval // 闂撮殧鏁� - if (i < 8) { + if (i <= 12) { interval = 1 bLen = maxBayNo / interval // 搴撲綅涓暟 } else { -- Gitblit v1.9.1