From 0d3a5be1512815a38f37ae81e7d9fc0948fd3f16 Mon Sep 17 00:00:00 2001
From: verou <857149855@qq.com>
Date: 星期二, 25 三月 2025 13:54:57 +0800
Subject: [PATCH] 1

---
 rsf-admin/src/page/asnOrderItem/AsnOrderItemPanel.jsx |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/rsf-admin/src/page/asnOrderItem/AsnOrderItemPanel.jsx b/rsf-admin/src/page/asnOrderItem/AsnOrderItemPanel.jsx
index d9336fb..8cfe2e6 100644
--- a/rsf-admin/src/page/asnOrderItem/AsnOrderItemPanel.jsx
+++ b/rsf-admin/src/page/asnOrderItem/AsnOrderItemPanel.jsx
@@ -42,97 +42,97 @@
                     <Grid container spacing={2}>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.asnId" 
+                                title="table.field.asnOrderItem.asnId"
                                 property={record.asnId}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.asnCode" 
+                                title="table.field.asnOrderItem.asnCode"
                                 property={record.asnCode}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.poDetlId" 
+                                title="table.field.asnOrderItem.poDetlId"
                                 property={record.poDetlId}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.poDetlCode" 
+                                title="table.field.asnOrderItem.poDetlCode"
                                 property={record.poDetlCode}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.matnrId" 
+                                title="table.field.asnOrderItem.matnrId"
                                 property={record.matnrId}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.matnk" 
-                                property={record.matnk}
+                                title="table.field.asnOrderItem.maktx"
+                                property={record.maktx}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.anfme" 
+                                title="table.field.asnOrderItem.anfme"
                                 property={record.anfme}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.stockUnit" 
+                                title="table.field.asnOrderItem.stockUnit"
                                 property={record.stockUnit}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.purQty" 
+                                title="table.field.asnOrderItem.purQty"
                                 property={record.purQty}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.purUnit" 
+                                title="table.field.asnOrderItem.purUnit"
                                 property={record.purUnit}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.qty" 
+                                title="table.field.asnOrderItem.qty"
                                 property={record.qty}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.splrCode" 
+                                title="table.field.asnOrderItem.splrCode"
                                 property={record.splrCode}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.splrName" 
+                                title="table.field.asnOrderItem.splrName"
                                 property={record.splrName}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.qrcode" 
+                                title="table.field.asnOrderItem.qrcode"
                                 property={record.qrcode}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.barcode" 
+                                title="table.field.asnOrderItem.barcode"
                                 property={record.barcode}
                             />
                         </Grid>
                         <Grid item xs={6}>
                             <PanelTypography
-                                title="table.field.asnOrderItem.packName" 
+                                title="table.field.asnOrderItem.packName"
                                 property={record.packName}
                             />
                         </Grid>

--
Gitblit v1.9.1