From 79edfec1f6e6789d3f6cc57db3cb0cfdffd64c32 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 24 二月 2026 15:50:32 +0800
Subject: [PATCH] 库位拣料出库数量调整

---
 rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
index d48c170..4fdab48 100644
--- a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
+++ b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
@@ -56,6 +56,7 @@
 import AddIcon from '@mui/icons-material/Add';
 import DeleteIcon from '@mui/icons-material/Delete';
 import request from '@/utils/request';
+import { formatQuantity } from '@/utils/common';
 import LocItemInfoModal from "../components/locItemInfoModal";
 import { Delete } from '@mui/icons-material';
 import _, { set } from 'lodash';
@@ -128,7 +129,6 @@
                                         label={translate("table.field.outBound.checkSta")}
                                         onChange={(e) => {
                                             setSta(e.target.value);
-                                            console.log("绔欑偣宸查�夋嫨:", e.target.value);
                                         }}
                                         size="small"
                                         type="[107]"
@@ -221,14 +221,15 @@
             type: 'number',
             width: 100,
             editable: false,
+            valueFormatter: (v) => formatQuantity(v),
         },
-        {
-            field: 'workQty',
-            headerName: translate('table.field.locItem.workQty'),
-            width: 100,
-            type: 'number',
-            editable: false,
-        },
+        // {
+        //     field: 'workQty',
+        //     headerName: translate('table.field.locItem.workQty'),
+        //     width: 100,
+        //     type: 'number',
+        //     editable: false,
+        // },
         {
             field: 'matnrCode',
             headerName: translate('table.field.locItem.matnrCode'),

--
Gitblit v1.9.1