| | |
| | | sortName: "id", |
| | | }); |
| | | const editFormFields = ref({ |
| | | deviceCode: "", |
| | | deviceName: "", |
| | | deviceType: "", |
| | | deviceStatus: "", |
| | | deviceIp: "", |
| | | devicePort: "", |
| | | devicePlcType: "", |
| | | deviceRemark: "", |
| | | palletCode: "", |
| | | materialType: "", |
| | | locationCode: "", |
| | | stockStatus: "", |
| | | materialweight: "", |
| | | remark: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | |
| | | ], |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | deviceCode: "", |
| | | deviceType: "", |
| | | deviceStatus: "", |
| | | palletCode: "", |
| | | materialType: "", |
| | | locationCode: "", |
| | | stockStatus: "", |
| | | wlstatus: "", |
| | | createDate: "", |
| | | mgeneratetime: "", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | |
| | | dataKey: "InventoryMaterialType", |
| | | data: [], |
| | | }, |
| | | { title: "璐т綅缂栧彿", field: "locationCode",type: "like", }, |
| | | { title: "璐т綅缂栧彿", field: "locationCode",type: "string", }, |
| | | |
| | | ], |
| | | [ |
| | |
| | | dataKey: "InventoryMaterialStatus", |
| | | data: [], |
| | | }, |
| | | { title: "搴撳瓨缂栧彿", |
| | | field: "id", |
| | | type: "like", |
| | | }, |
| | | { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" }, |
| | | ], |
| | | [ |
| | | { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" }, |
| | | { title: "鐢熶骇鏃堕棿", field: "mgeneratetime", type: "datetime" }, |
| | | ] |
| | | ]); |