From 8895699f6eb3669051fb195e434bd023d80ffcf2 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期日, 04 一月 2026 16:24:19 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/sta/StaList.jsx | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/zy-acs-flow/src/page/sta/StaList.jsx b/zy-acs-flow/src/page/sta/StaList.jsx
index 096ded4..50da4a2 100644
--- a/zy-acs-flow/src/page/sta/StaList.jsx
+++ b/zy-acs-flow/src/page/sta/StaList.jsx
@@ -63,25 +63,25 @@
<TextInput source="staNo" label="table.field.sta.staNo" alwaysOn resettable />,
// <DateInput label='common.time.after' source="timeStart" alwaysOn />,
// <DateInput label='common.time.before' source="timeEnd" alwaysOn />,
- <TextInput source="uuid" label="table.field.sta.uuid" />,
+ // <TextInput source="uuid" label="table.field.sta.uuid" />,
<ReferenceInput source="zoneId" label="table.field.sta.zoneId" reference="zone">
<AutocompleteInput label="table.field.sta.zoneId" optionText="name" filterToQuery={(val) => ({ name: val })} />
</ReferenceInput>,
<ReferenceInput source="code" label="table.field.sta.code" reference="code" alwaysOn>
<AutocompleteInput label="table.field.sta.code" optionText="data" filterToQuery={(val) => ({ data: val })} />
</ReferenceInput>,
- <TextInput source="name" label="table.field.sta.name" />,
- <ReferenceInput source="staType" label="table.field.sta.staType" reference="staType">
+ // <TextInput source="name" label="table.field.sta.name" />,
+ <ReferenceInput source="staType" label="table.field.sta.staType" reference="staType" alwaysOn>
<AutocompleteInput label="table.field.sta.staType" optionText="name" filterToQuery={(val) => ({ name: val })} />
</ReferenceInput>,
- <NumberInput source="offset" label="table.field.sta.offset" />,
+ // <NumberInput source="offset" label="table.field.sta.offset" />,
<TextInput source="autoing" label="table.field.sta.autoing" />,
<TextInput source="loading" label="table.field.sta.loading" />,
<TextInput source="inEnable" label="table.field.sta.inEnable" />,
<TextInput source="outEnable" label="table.field.sta.outEnable" />,
- <ReferenceInput source="staSts" label="table.field.sta.staSts" reference="staSts" alwaysOn>
- <AutocompleteInput label="table.field.sta.staSts" optionText="name" filterToQuery={(val) => ({ name: val })} />
- </ReferenceInput>,
+ // <ReferenceInput source="staSts" label="table.field.sta.staSts" reference="staSts" alwaysOn>
+ // <AutocompleteInput label="table.field.sta.staSts" optionText="name" filterToQuery={(val) => ({ name: val })} />
+ // </ReferenceInput>,
<TextInput label="common.field.memo" source="memo" />,
<SelectInput
@@ -133,7 +133,7 @@
expand={() => <StaPanel />}
expandSingle={true}
rowSx={rowSx(drawerVal || null)}
- omit={['id', 'uuid', 'name', 'zpallet', 'updateBy', 'createTime', 'createBy', 'statusBool', 'memo']}
+ omit={['id', 'uuid', 'name', 'zpallet', 'updateBy', 'createTime', 'createBy', 'memo']}
>
<NumberField source="id" />
<ReferenceField source="zoneId" label="table.field.sta.zoneId" reference="zone" link={false} sortable={false}>
--
Gitblit v1.9.1