From 0a961cda12ec39dc0e33fc9148f902a7bed7bd76 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 23 五月 2025 09:41:15 +0800
Subject: [PATCH] #
---
rsf-admin/src/page/work/outBound/OutBoundList.jsx | 6 ++++++
rsf-admin/src/page/work/components/locItemInfoModal.jsx | 0
rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx | 8 +++-----
rsf-admin/src/page/work/components/StaSelect.jsx | 0
rsf-admin/src/page/work/checkOutBound/index.jsx | 0
rsf-admin/src/page/ResourceContent.js | 4 ++--
rsf-admin/src/page/work/outBound/index.jsx | 0
7 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/rsf-admin/src/page/ResourceContent.js b/rsf-admin/src/page/ResourceContent.js
index f324b18..64483a6 100644
--- a/rsf-admin/src/page/ResourceContent.js
+++ b/rsf-admin/src/page/ResourceContent.js
@@ -49,8 +49,8 @@
import basStation from './basicInfo/basStation';
import warehouseStock from './statistics/stockManage';
import basContainer from './basicInfo/basContainer';
-import outBound from "./outWork/outBound";
-import checkOutBound from "./outWork/checkOutBound";
+import outBound from "./work/outBound";
+import checkOutBound from "./work/checkOutBound";
const ResourceContent = (node) => {
switch (node.component) {
diff --git a/rsf-admin/src/page/outWork/checkOutBound/CheckOutBoundList.jsx b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
similarity index 98%
rename from rsf-admin/src/page/outWork/checkOutBound/CheckOutBoundList.jsx
rename to rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
index a290e9c..55ff8cd 100644
--- a/rsf-admin/src/page/outWork/checkOutBound/CheckOutBoundList.jsx
+++ b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
@@ -217,12 +217,10 @@
const [columns, setColumns] = useState([
{
- field: 'outQty',
- headerName: translate('table.field.outBound.outQty') + "*",
+ field: 'locCode',
+ headerName: translate('table.field.locItem.locCode'),
width: 100,
- type: 'number',
- editable: true,
- headerClassName: "custom",
+ editable: false,
},
{
field: 'anfme',
diff --git a/rsf-admin/src/page/outWork/checkOutBound/index.jsx b/rsf-admin/src/page/work/checkOutBound/index.jsx
similarity index 100%
rename from rsf-admin/src/page/outWork/checkOutBound/index.jsx
rename to rsf-admin/src/page/work/checkOutBound/index.jsx
diff --git a/rsf-admin/src/page/outWork/components/StaSelect.jsx b/rsf-admin/src/page/work/components/StaSelect.jsx
similarity index 100%
rename from rsf-admin/src/page/outWork/components/StaSelect.jsx
rename to rsf-admin/src/page/work/components/StaSelect.jsx
diff --git a/rsf-admin/src/page/outWork/components/locItemInfoModal.jsx b/rsf-admin/src/page/work/components/locItemInfoModal.jsx
similarity index 100%
rename from rsf-admin/src/page/outWork/components/locItemInfoModal.jsx
rename to rsf-admin/src/page/work/components/locItemInfoModal.jsx
diff --git a/rsf-admin/src/page/outWork/outBound/OutBoundList.jsx b/rsf-admin/src/page/work/outBound/OutBoundList.jsx
similarity index 98%
rename from rsf-admin/src/page/outWork/outBound/OutBoundList.jsx
rename to rsf-admin/src/page/work/outBound/OutBoundList.jsx
index 9b9a2e3..9fd898b 100644
--- a/rsf-admin/src/page/outWork/outBound/OutBoundList.jsx
+++ b/rsf-admin/src/page/work/outBound/OutBoundList.jsx
@@ -239,6 +239,12 @@
editable: false,
},
{
+ field: 'locCode',
+ headerName: translate('table.field.locItem.locCode'),
+ width: 100,
+ editable: false,
+ },
+ {
field: 'matnrCode',
headerName: translate('table.field.locItem.matnrCode'),
width: 130,
diff --git a/rsf-admin/src/page/outWork/outBound/index.jsx b/rsf-admin/src/page/work/outBound/index.jsx
similarity index 100%
rename from rsf-admin/src/page/outWork/outBound/index.jsx
rename to rsf-admin/src/page/work/outBound/index.jsx
--
Gitblit v1.9.1