From fbae1fe559066eff0d72182ce78ad86265a446dc Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 13 五月 2025 14:24:54 +0800
Subject: [PATCH] #Agv启动入库

---
 rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx b/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx
index fa8921b..1c36402 100644
--- a/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx
+++ b/rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx
@@ -92,6 +92,7 @@
                                         source="stationName"
                                         parse={v => v}
                                         autoFocus
+                                        validate={[required()]}
                                     />
                                 </Grid>
                                 <Grid item xs={6} display="flex" gap={1}>
@@ -102,6 +103,7 @@
                                             { id: 0, name: '鍚�' },
                                             { id: 1, name: '鏄�' },
                                         ]}
+                                        validate={[required()]}
                                     />
                                 </Grid>
                                 <Grid item xs={6} display="flex" gap={1}>
@@ -112,6 +114,7 @@
                                             { id: 0, name: '鍚�' },
                                             { id: 1, name: '鏄�' },
                                         ]}
+                                        validate={[required()]}
                                     />
                                 </Grid>
                                 <Grid item xs={6} display="flex" gap={1}>
@@ -151,7 +154,8 @@
                                     label="table.field.basStation.crossZoneArea"
                                     optionText="name"
                                     optionValue="id"
-                                    fullWidth       
+                                    fullWidth    
+                                    validate={[required()]}   
                                 />
                             </ReferenceArrayInput>
                                 </Grid>
@@ -183,6 +187,7 @@
                                         { id: 0, name: '鍚�' },
                                         { id: 1, name: '鏄�' },
                                     ]}
+                                    validate={[required()]}
                             />
                                 </Grid>
 

--
Gitblit v1.9.1