From 91d0af7ca0bb326e4cd68b085e7df0ffa073c986 Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期五, 07 十一月 2025 13:17:01 +0800
Subject: [PATCH] 兼容C3调拔入库功能

---
 rsf-admin/src/page/deviceBind/DeviceBindCreate.jsx |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/rsf-admin/src/page/deviceBind/DeviceBindCreate.jsx b/rsf-admin/src/page/deviceBind/DeviceBindCreate.jsx
index 101d8d4..c8e60f9 100644
--- a/rsf-admin/src/page/deviceBind/DeviceBindCreate.jsx
+++ b/rsf-admin/src/page/deviceBind/DeviceBindCreate.jsx
@@ -128,11 +128,10 @@
                                         parse={v => v}
                                     />
                                 </Grid>
-                                <Grid item xs={6} display="flex" gap={1}>
-                                    <NumberInput
-                                        label="table.field.deviceBind.typeId"
-                                        source="typeId"
-                                    />
+                                <Grid item xs={6} display="flex" gap={1}>                                    
+                                    <ReferenceInput source="typeId" label="table.field.deviceBind.typeId" reference="warehouseAreas" filter={{}}>
+                                        <AutocompleteInput optionValue="id" optionText="name" label="table.field.deviceBind.typeId" />
+                                    </ReferenceInput>
                                 </Grid>
                                 <Grid item xs={6} display="flex" gap={1}>
                                     <TextInput

--
Gitblit v1.9.1