From ba4a73717339424325a8f82d0f10ec22aec1aad3 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期六, 12 四月 2025 10:12:39 +0800 Subject: [PATCH] #新增 1. 修改不良品组拖功能 2. 新装车不良品获取 --- rsf-admin/src/page/basicInfo/loc/LocCreate.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/loc/LocCreate.jsx b/rsf-admin/src/page/basicInfo/loc/LocCreate.jsx index 3f63d03..23465f9 100644 --- a/rsf-admin/src/page/basicInfo/loc/LocCreate.jsx +++ b/rsf-admin/src/page/basicInfo/loc/LocCreate.jsx @@ -154,7 +154,7 @@ validate={[required()]} /> */} <ReferenceArrayInput source="typeIds" reference="locType" > - <SelectArrayInput label="table.field.loc.type" /> + <SelectArrayInput label="table.field.loc.type" validate={[required()]} /> </ReferenceArrayInput> </Grid> {/* <Grid item xs={6} display="flex" gap={1}> @@ -270,6 +270,7 @@ label={translate("table.field.loc.useStatus")} name="useStatus" size="small" + validate={[required()]} dictTypeCode="sys_loc_use_stas" /> {/* <ReferenceInput -- Gitblit v1.9.1