From f6fe949db75c0879ca506eadce6976eb94492d09 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 24 五月 2025 15:39:42 +0800
Subject: [PATCH] 1.出库作业未判断小于零的作业(完成) 2.入出为历史添加库位号,托盘码显示(完成) 3.确认出为完成后,是否清空托盘码(完成) 4.库位主档托盘码未显示(完成)

---
 rsf-admin/src/page/locItem/LocItemPanel.jsx |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/page/locItem/LocItemPanel.jsx b/rsf-admin/src/page/locItem/LocItemPanel.jsx
index 71d21d8..585ec5a 100644
--- a/rsf-admin/src/page/locItem/LocItemPanel.jsx
+++ b/rsf-admin/src/page/locItem/LocItemPanel.jsx
@@ -48,6 +48,12 @@
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
+                                title="table.field.locItem.locCode" 
+                                property={record.locCode}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
                                 title="table.field.locItem.orderId" 
                                 property={record.orderId}
                             />
@@ -108,6 +114,18 @@
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
+                                title="table.field.locItem.qty" 
+                                property={record.qty}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.locItem.workQty" 
+                                property={record.workQty}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
                                 title="table.field.locItem.batch" 
                                 property={record.batch}
                             />

--
Gitblit v1.9.1