From b367d8d20a1b46e9a17a772f2b7b557dd3c6395c Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 03 十一月 2025 13:53:45 +0800
Subject: [PATCH] 1

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

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent.vue"
index d51c633..b10bd49 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/LineComponent.vue"
@@ -85,6 +85,13 @@
       </el-row>
       <el-row :gutter="20" type="flex" justify="start" align="top" tag="div" style="margin-bottom: 10px;">
         <el-col :span="24" :offset="0" :push="0" :pull="0" tag="div">
+          <el-form-item label="鏈夎揣鐘舵��:">
+            <j-el-description :value="StackerCrane.InStock" type="primary" ellipsis></j-el-description>
+          </el-form-item>
+        </el-col>
+      </el-row>
+      <el-row :gutter="20" type="flex" justify="start" align="top" tag="div" style="margin-bottom: 10px;">
+        <el-col :span="24" :offset="0" :push="0" :pull="0" tag="div">
           <el-form-item label="鎶ヨ淇℃伅:">
             <j-el-description :value="StackerCrane.StackerAlarm" type="primary" ellipsis></j-el-description>
           </el-form-item>
@@ -195,6 +202,7 @@
         DeviceName: "",
         DeviceCode: "",
         StackerAlarm:"",
+        InStock:"",
       },
       form: {
         TaskType: "",
@@ -230,6 +238,7 @@
       this.StackerCrane.CurrentTaskNum = x.CurrentTaskNum;
       this.StackerCrane.StackerAlarm = x.StackerAlarm;
       this.form.DeviceCode = x.DeviceCode;
+      this.StackerCrane.InStock = x.InStock;
     },
     update() {
       if (this.StackerCrane.Automatic == "鑱旀満妯″紡" && this.StackerCrane.Fault != "鏁呴殰" && this.StackerCrane.Running == "寰呮満") {

--
Gitblit v1.9.3