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'