From ad9e0b39af5e449f037b716d7416b9e9e559dce6 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 09 四月 2025 08:15:32 +0800 Subject: [PATCH] #限制盘点数量 --- src/main/webapp/static/js/console.map.js | 65 ++++++++++++++++++++++++++++++-- 1 files changed, 61 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index ef61ea5..76f41ce 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -557,7 +557,7 @@ "type": "stn", "id": "site-119", "text": "119", - "top": 577, + "top": 464.5, "left": 283, "width": 60, "height": 19 @@ -625,11 +625,19 @@ "left": 270, "width": 6, "height": 742 + },{ + "type": "stn", + "id": "site-3", + "text": "3", + "top": -20, + "left": 220, + "width": 60, + "height": 19 }, { "type": "stn", "id": "site-2", "text": "2", - "top": 398, + "top": -20, "left": 220, "width": 60, "height": 19 @@ -637,7 +645,7 @@ "type": "stn", "id": "site-1", "text": "1", - "top": 698, + "top": -20, "left": 220, "width": 60, "height": 19 @@ -761,7 +769,56 @@ "left": 283, "width": 184, "height": 19 - }] + }], + "barcode":[ + { + "type": "barcode", + "id": "barcode-1", + "text": "", + "top": 749, + "left": 470, + "width": 80, + "height": 20 + }, + { + "type": "barcode", + "id": "barcode-2", + "text": "", + "top": 684, + "left": 470, + "width": 80, + "height": 20 + } , + { + "type": "barcode", + "id": "barcode-3", + "text": "", + "top": 64.5, + "left": 470, + "width": 80, + "height": 20 + } + , + { + "type": "barcode", + "id": "barcode-4", + "text": "", + "top": 749, + "left": 560, + "width": 150, + "height": 20 + } + , + { + "type": "barcode", + "id": "barcode-5", + "text": "", + "top": 684, + "left": 560, + "width": 150, + "height": 20 + } + ] }] }] } \ No newline at end of file -- Gitblit v1.9.1