From 37fe78bb0153508910b31f84f01942d2473958d0 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 19 二月 2025 15:55:18 +0800
Subject: [PATCH] #新增 1. 新增物料分组tree接口 2. 新增通过物料获取物料接口 3. 新增knife4j接口UI显示 访问链接:http://localhost:8080/rsf-server/doc.html#/home

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

diff --git a/rsf-admin/src/page/matnr/MatnrPanel.jsx b/rsf-admin/src/page/matnr/MatnrPanel.jsx
index 434ce30..fe8ad1f 100644
--- a/rsf-admin/src/page/matnr/MatnrPanel.jsx
+++ b/rsf-admin/src/page/matnr/MatnrPanel.jsx
@@ -42,12 +42,6 @@
                     <Grid container spacing={2}>
                         <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}
                             />
@@ -60,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}>
@@ -102,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}>
@@ -142,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