From 2f79f04bac437c6a09b3ebf4d0458522c3d413d8 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 20 二月 2025 09:41:28 +0800
Subject: [PATCH] #优化 1. dom文件引用优化 2. 接口文档代码优化

---
 rsf-admin/src/page/matnr/MatnrPanel.jsx |   70 ++++++++++++++++++++++++++++-------
 1 files changed, 56 insertions(+), 14 deletions(-)

diff --git a/rsf-admin/src/page/matnr/MatnrPanel.jsx b/rsf-admin/src/page/matnr/MatnrPanel.jsx
index ead25e8..fe8ad1f 100644
--- a/rsf-admin/src/page/matnr/MatnrPanel.jsx
+++ b/rsf-admin/src/page/matnr/MatnrPanel.jsx
@@ -42,18 +42,6 @@
                     <Grid container spacing={2}>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.matnr.uuid" 
-                                property={record.uuid}
-                            />
-                        </Grid>
-                        <Grid item xs={6}>
-                            <PanelTypography
-                                title="table.field.matnr.shipperId" 
-                                property={record.shipperId$}
-                            />
-                        </Grid>
-                        <Grid item xs={6}>
-                            <PanelTypography
                                 title="table.field.matnr.name" 
                                 property={record.name}
                             />
@@ -66,8 +54,20 @@
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
+                                title="table.field.matnr.shipperId" 
+                                property={record.shipperId$}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
                                 title="table.field.matnr.groupId" 
                                 property={record.groupId$}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.batchRegularId" 
+                                property={record.batchRegularId$}
                             />
                         </Grid>
                         <Grid item xs={6}>
@@ -108,8 +108,8 @@
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.matnr.desc" 
-                                property={record.desc}
+                                title="table.field.matnr.describle" 
+                                property={record.describle}
                             />
                         </Grid>
                         <Grid item xs={6}>
@@ -148,6 +148,48 @@
                                 property={record.isLabelMange$}
                             />
                         </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.safetyQty" 
+                                property={record.safetyQty}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.minQty" 
+                                property={record.minQty}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.maxQty" 
+                                property={record.maxQty}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.stagnate" 
+                                property={record.stagnate}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.validity" 
+                                property={record.validity}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.validityWarr" 
+                                property={record.validityWarr}
+                            />
+                        </Grid>
+                        <Grid item xs={6}>
+                            <PanelTypography
+                                title="table.field.matnr.flagCheck" 
+                                property={record.flagCheck}
+                            />
+                        </Grid>
 
                     </Grid>
                 </CardContent>

--
Gitblit v1.9.1