From 3db0c8d06a37dcdfc59d51192bb36b695d13e0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 2 Nov 2022 17:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=9D=E5=86=85=E8=83=86?= =?UTF-8?q?=E6=88=90=E5=9E=8B=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- productionboard/src/main/resources/static/js/storage/index.js | 1 + productionboard/src/main/resources/static/js/tankShell/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/productionboard/src/main/resources/static/js/storage/index.js b/productionboard/src/main/resources/static/js/storage/index.js index 7cc374e..2e5a934 100644 --- a/productionboard/src/main/resources/static/js/storage/index.js +++ b/productionboard/src/main/resources/static/js/storage/index.js @@ -1,3 +1,4 @@ + $(() => { let fun2 = () => { //生产计划 diff --git a/productionboard/src/main/resources/static/js/tankShell/index.js b/productionboard/src/main/resources/static/js/tankShell/index.js index e795fce..73da6a3 100644 --- a/productionboard/src/main/resources/static/js/tankShell/index.js +++ b/productionboard/src/main/resources/static/js/tankShell/index.js @@ -18,7 +18,7 @@ $(() => { //库存统计 $.getJSON('/tankShell/getMaterialStoreJson', function (result) { - multipleThreeDimensionalCylindrical(result, document.getElementById("inventoryStatistics")); + multipleThreeDimensionalCylindrical(result, document.getElementById("inventoryStatistics"),2); }); setTimeout(fun, 10000) }