From d2bb7362d92f0809572e15f8299ac608fe263a87 Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期一, 21 四月 2025 16:23:47 +0800 Subject: [PATCH] 输送线命令下发失败重新推送队列 --- src/main/webapp/static/js/console.map.js | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 40 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index e1d808f..fca6a8d 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -542,7 +542,7 @@ "id": "site-304", "text": "304", "top": 458, - "left": 360, + "left": 361, "width": 66, "height": 24 }, { @@ -614,7 +614,7 @@ "id": "site-301", "text": "301", "top": 399, - "left": 360, + "left": 361, "width": 66, "height": 24 }, { @@ -652,6 +652,44 @@ "width": 100, "height": 24 } + ], + "barcode": [ + { + "type": "barcode", + "id": "barcode-1", + "text": "", + "top": 206, + "left": 326, + "width": 100, + "height": 20 + }, + { + "type": "barcode", + "id": "barcode-2", + "text": "", + "top": 345, + "left": 326, + "width": 100, + "height": 20 + }, + { + "type": "barcode", + "id": "barcode-3", + "text": "", + "top": 483, + "left": 291, + "width": 67, + "height": 20 + }, + { + "type": "barcode", + "id": "barcode-4", + "text": "", + "top": 637, + "left": 325, + "width": 100, + "height": 20 + }, ] } ] -- Gitblit v1.9.1