From 8bdb6fc27015d1b080567870cffe5aaf1baaca5b Mon Sep 17 00:00:00 2001 From: Huluwa22 <2667400744@qq.com> Date: Sun, 23 Feb 2025 16:17:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(stock):=20=E6=B7=BB=E5=8A=A0=E7=89=A9?= =?UTF-8?q?=E6=96=99=E4=BF=A1=E6=81=AF=E5=92=8C=E4=BB=A5=E5=8F=8A=E7=89=A9?= =?UTF-8?q?=E6=96=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/location.vue | 209 ++++++++++++++++++++++++++++++++-------- 1 file changed, 168 insertions(+), 41 deletions(-) diff --git a/src/layout/location.vue b/src/layout/location.vue index 9c9b7f6..6810859 100644 --- a/src/layout/location.vue +++ b/src/layout/location.vue @@ -11,60 +11,105 @@ 空闲 占用 锁定 + 层数选择: + + + + 刷新
- -
- 第{{ currentRowLocation.row }}排 -
-
+ +
+ + + @click="showDialog(currentColLocation)"> {{ currentColLocation.queue}}排{{ currentColLocation.line}}列{{ currentColLocation.layer}}层 -{{ currentColLocation.wareArea}} -
-
-
+ +
+ - + + + - + - - - - + + + + - - - - + + + + - + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Config + +
@@ -78,10 +123,31 @@ import { ElMessage, ElLoading } from 'element-plus' import { reactive } from 'vue'