From 89e69825afdc8fb7619444d6e0bbc808502920e5 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 14 三月 2025 13:22:36 +0800
Subject: [PATCH] #修改 1. 字段优化 2. 添加物料查询收货通知单接口

---
 rsf-admin/src/page/qlyInspect/QlyInspectPanel.jsx |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/page/qlyInspect/QlyInspectPanel.jsx b/rsf-admin/src/page/qlyInspect/QlyInspectPanel.jsx
index de828b5..785ba88 100644
--- a/rsf-admin/src/page/qlyInspect/QlyInspectPanel.jsx
+++ b/rsf-admin/src/page/qlyInspect/QlyInspectPanel.jsx
@@ -52,6 +52,36 @@
                                 property={record.name}
                             />
                         </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.qlyInspect.barcode" 
+                                property={record.barcode}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.qlyInspect.asnItemId" 
+                                property={record.asnItemId}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.qlyInspect.poItemId" 
+                                property={record.poItemId}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.qlyInspect.safeQty" 
+                                property={record.safeQty}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.qlyInspect.disQty" 
+                                property={record.disQty}
+                            />
+                        </Grid>
 
                     </Grid>
                 </CardContent>

--
Gitblit v1.9.1