From 97db7c8a1471e9146a5abe53375f4d2e29fa2ced Mon Sep 17 00:00:00 2001 From: verou <857149855@qq.com> Date: 星期一, 07 四月 2025 17:04:53 +0800 Subject: [PATCH] fix:0407修改 --- rsf-admin/src/page/purchase/PurchaseEdit.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/purchase/PurchaseEdit.jsx b/rsf-admin/src/page/purchase/PurchaseEdit.jsx index 16c0608..b12726f 100644 --- a/rsf-admin/src/page/purchase/PurchaseEdit.jsx +++ b/rsf-admin/src/page/purchase/PurchaseEdit.jsx @@ -63,14 +63,14 @@ <Typography variant="h6" gutterBottom> {translate('common.edit.title.main')} </Typography> - <Stack direction='row' gap={2}> + {/* <Stack direction='row' gap={2}> <TextInput label="table.field.purchase.code" source="code" parse={v => v} autoFocus /> - </Stack> + </Stack> */} <Stack direction='row' gap={2}> <TextInput label="table.field.purchase.type" -- Gitblit v1.9.1