zy-acs-flow/src/page/loc/LocEdit.jsx
@@ -81,12 +81,14 @@ label="table.field.loc.zoneId" optionText="name" filterToQuery={(val) => ({ name: val })} validate={required()} /> </ReferenceInput> <TextInput label="table.field.loc.locNo" source="locNo" parse={v => v} validate={required()} /> </Stack> <Stack direction='row' gap={2}> @@ -147,6 +149,7 @@ label="table.field.loc.locSts" optionText="name" filterToQuery={(val) => ({ name: val })} validate={required()} /> </ReferenceInput> <NumberInput