From a9cf56a7be8b5e27e2c3dcb416b734093e7a8dc3 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 28 一月 2026 12:54:15 +0800
Subject: [PATCH] Merge branch 'rcs_master' into ctu_conveyor

---
 zy-acs-flow/src/page/sta/StaPanel.jsx |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/zy-acs-flow/src/page/sta/StaPanel.jsx b/zy-acs-flow/src/page/sta/StaPanel.jsx
index b247569..d73a5bb 100644
--- a/zy-acs-flow/src/page/sta/StaPanel.jsx
+++ b/zy-acs-flow/src/page/sta/StaPanel.jsx
@@ -41,7 +41,11 @@
     { labelKey: 'table.field.sta.capacity', valueKey: 'capacity' },
     { labelKey: 'table.field.sta.rsvInCnt', valueKey: 'rsvInCnt' },
     { labelKey: 'table.field.sta.rsvOutCnt', valueKey: 'rsvOutCnt' },
-    { labelKey: 'table.field.sta.offset', valueKey: 'offset' },
+    // { labelKey: 'table.field.sta.offset', valueKey: 'offset' },
+    { labelKey: 'table.field.sta.height', valueKey: 'height' },
+    { labelKey: 'table.field.sta.depth', valueKey: 'depth' },
+    { labelKey: 'table.field.sta.inboundWait', valueKey: 'inboundWait' },
+    { labelKey: 'table.field.sta.outboundWait', valueKey: 'outboundWait' },
     { labelKey: 'table.field.sta.zpallet', valueKey: 'zpallet' },
 ];
 
@@ -159,14 +163,14 @@
                     {/* <Typography variant="subtitle2" color="textSecondary" gutterBottom>
                         {translate('common.field.status')}
                     </Typography> */}
-                    <Grid container spacing={2}>
+                    {/* <Grid container spacing={2}>
                         {STATUS_FIELDS.map(({ key, labelKey }) => (
                             <Grid item xs={6} sm={3} key={key}>
                                 <StatusIndicator labelKey={labelKey} value={record[key]} />
                             </Grid>
                         ))}
                     </Grid>
-                    <Divider sx={{ my: 2 }} />
+                    <Divider sx={{ my: 2 }} /> */}
 
                     <Box>
                         <Typography variant="subtitle1" gutterBottom>

--
Gitblit v1.9.1