|  |  | 
 |  |  |       sortName: "id", | 
 |  |  |     }); | 
 |  |  |     const editFormFields = ref({ | 
 |  |  |       areaId: "", | 
 |  |  |       warehouseId: "", | 
 |  |  |       materielCode: "", | 
 |  |  |       materielName: "", | 
 |  |  |       materielDes: "", | 
 |  |  | 
 |  |  |     const editFormOptions = ref([ | 
 |  |  |       [ | 
 |  |  |         { | 
 |  |  |           title: "åºå", | 
 |  |  |           title: "ä»åº", | 
 |  |  |           required: true, | 
 |  |  |           field: "areaId", | 
 |  |  |           field: "warehouseId", | 
 |  |  |           type: "string", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  | 
 |  |  |     const searchFormFields = ref({ | 
 |  |  |       materielCode: "", | 
 |  |  |       materielName: "", | 
 |  |  |       areaId: "", | 
 |  |  |     }); | 
 |  |  |     const searchFormOptions = ref([ | 
 |  |  |       [ | 
 |  |  |         { title: "ç©æç¼å·", field: "materielCode", type: "like" }, | 
 |  |  |         { title: "ç©æåç§°", field: "materielName", type: "like" }, | 
 |  |  |         { title: "设å¤ç¶æ", field: "deviceStatus" }, | 
 |  |  |       ], | 
 |  |  |     ]); | 
 |  |  |     const columns = ref([ | 
 |  |  | 
 |  |  |       }, | 
 |  |  |       { | 
 |  |  |         field: "warehouseId", | 
 |  |  |         title: "åºå主é®", | 
 |  |  |         title: "ä»åº", | 
 |  |  |         type: "string", | 
 |  |  |         width: 90, | 
 |  |  |         width: 100, | 
 |  |  |         align: "left", | 
 |  |  |         bind: { key: "warehouses", data: [] }, | 
 |  |  |       }, | 
 |  |  |       { | 
 |  |  |         field: "materielCode", |