From 4110b7475eccf48283ff22c0e4545850849d445d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 30 七月 2025 14:03:06 +0800
Subject: [PATCH] 代码提交

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/LineComponent copy.vue |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent copy.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent copy.vue"
index 5c5043c..cf55c98 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent copy.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent copy.vue"
@@ -83,6 +83,22 @@
           </el-form-item>
         </el-col>
       </el-row>
+
+      <el-row :gutter="20" type="flex" justify="start" align="top" tag="div">
+        <el-col :span="12" :offset="0" :push="0" :pull="0" tag="div">
+          <el-form-item label="浣滀笟鐘舵��:">
+            <el-input v-model="input" style="width: 240px" placeholder="Please input" />
+          </el-form-item>
+        </el-col>
+        <el-col :span="12" :offset="0" :push="0" :pull="0" tag="div">
+          <el-form-item label="褰撳墠琛屽垪灞傦細">
+            <j-el-description
+              :value="StackerCrane.CurrentRow + '-' + StackerCrane.CurrentColumn + '-' + StackerCrane.CurrentLayer"
+              type="primary" ellipsis></j-el-description>
+          </el-form-item>
+        </el-col>
+      </el-row>
+
     </el-form>
     <template #footer>
       <div class="dialog-footer">

--
Gitblit v1.9.3