From 72139f39a0845f8de31fd44bc5dd7077df17d48e Mon Sep 17 00:00:00 2001
From: lbq <1065079612@qq.com>
Date: 星期一, 05 一月 2026 09:56:29 +0800
Subject: [PATCH] 仓库和库区页面优化

---
 rsf-admin/src/page/orders/preparation/MatPreparationList.jsx |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/rsf-admin/src/page/orders/preparation/MatPreparationList.jsx b/rsf-admin/src/page/orders/preparation/MatPreparationList.jsx
index 206a82d..58580fc 100644
--- a/rsf-admin/src/page/orders/preparation/MatPreparationList.jsx
+++ b/rsf-admin/src/page/orders/preparation/MatPreparationList.jsx
@@ -58,9 +58,9 @@
         width: 248
     },
     '& .MuiTableCell-root': {
-    whiteSpace: 'nowrap',
-    overflow: 'visible',
-    textOverflow: 'unset'
+        whiteSpace: 'nowrap',
+        overflow: 'visible',
+        textOverflow: 'unset'
     }
 
 }));
@@ -144,7 +144,7 @@
                 sort={{ field: "sort", order: "desc" }}
                 actions={(
                     <TopToolbar>
-                        <BulkAutoStartButton autoExce={autoExce} setAutoExce={setAutoExce}/>
+                        {/* <BulkAutoStartButton autoExce={autoExce} setAutoExce={setAutoExce}/> */}
                         <BulkAutoPauseButton autoExce={autoExce} setAutoExce={setAutoExce} />
                         <FilterButton />
                         <SelectColumnsButton preferenceKey='preparation' />
@@ -158,7 +158,7 @@
                     rowClick={false}
                     expand={<MatPreparationPanel />}
                     expandSingle={true}
-                    omit={['id', 'sort', 'taskCode', 'createTime', 'createBy$', 'memo', 'robotCode', 'exceStatus', 'expDesc', 'expCode', 'status','warehType$']}
+                    omit={['id', 'sort', 'createTime', 'createBy$', 'memo', 'robotCode', 'exceStatus', 'expDesc', 'expCode', 'status','warehType$']}
                 >
                     <NumberField source="id" />
                     <TextField source="taskCode" label="澶囨枡鍙�" />
@@ -188,11 +188,11 @@
                     <TextField source="memo" label="common.field.memo" sortable={false} /> */}
                     <WrapperField cellClassName="opt" label="common.field.opt" onClick={(e) => e.stopPropagation()} >
                         <EditButton label="toolbar.detail" />
-                        <DoneButton sx={{ padding: '1px', fontSize: '.75rem' }} ></DoneButton>
+                        <DoneButton title="杞崲" label="杞崲" sx={{ padding: '1px', fontSize: '.75rem' }} ></DoneButton>
                         <CancelButton sx={{ padding: '1px', fontSize: '.75rem' }} mutationMode={OPERATE_MODE} />
                         <CheckButton />
                         <PickButton />
-                        <SetTopButton />
+                        {/* <SetTopButton /> */}
                     </WrapperField>
                 </StyledDatagrid>
             </List>
@@ -311,7 +311,7 @@
         }
     }
     return (
-        ((record?.taskStatus < 98) || (record?.taskType >= 101 && record?.taskStatus < 198)) || (record?.taskType == 11 && record?.taskStatus == 101) ? (<ConfirmButton label={"toolbar.complete"} color="secondary" startIcon={<TaskAltIcon />} onConfirm={clickComplete} />) : (<></>)
+        ((record?.taskStatus < 98) || (record?.taskType >= 101 && record?.taskStatus < 198)) || (record?.taskType == 11 && record?.taskStatus == 101) ? (<ConfirmButton label={"杞崲"} color="secondary" startIcon={<TaskAltIcon />} onConfirm={clickComplete} />) : (<></>)
     )
 }
 

--
Gitblit v1.9.1