|
|
@ -18,7 +18,7 @@ $(() => {
|
|
|
|
|
|
|
|
|
|
|
|
//库存统计
|
|
|
|
//库存统计
|
|
|
|
$.getJSON('/tankShell/getMaterialStoreJson', function (result) {
|
|
|
|
$.getJSON('/tankShell/getMaterialStoreJson', function (result) {
|
|
|
|
multipleThreeDimensionalCylindrical(result, document.getElementById("inventoryStatistics"));
|
|
|
|
multipleThreeDimensionalCylindrical(result, document.getElementById("inventoryStatistics"),2);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
setTimeout(fun, 10000)
|
|
|
|
setTimeout(fun, 10000)
|
|
|
|
}
|
|
|
|
}
|
|
|
|