From 7f9fa6378436a22a6b7df8c8ddb3af83f42c7d8b Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 30 四月 2025 13:40:11 +0800
Subject: [PATCH] #优化修改 1. 再次收货,先收货30再次收货30累加才对 2. 批次号整个流程走不通 3. 任务工作档排序,最新的永远在最上面
---
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