| | |
| | | url: "/StockInfo/", |
| | | sortName: "id" |
| | | }); |
| | | const editFormFields = ref({ |
| | | deviceCode: "", |
| | | deviceName: "", |
| | | deviceType: "", |
| | | deviceStatus: "", |
| | | deviceIp: "", |
| | | devicePort: "", |
| | | devicePlcType: "", |
| | | deviceRemark: "" |
| | | }); |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([ |
| | | [ |
| | | { field: "palletCode", title: "æçç¼å·", type: "string" }, |
| | | { field: "locationCode", title: "è´§ä½ç¼å·", type: "string" } |
| | | { |
| | | title: "ç©æä¿¡æ¯", |
| | | field: "remark", |
| | | type: "select", |
| | | dataKey: "mateType", |
| | | }, |
| | | { |
| | | title: "åºåç¶æ", |
| | | field: "stockStatus", |
| | | type: "select", |
| | | dataKey: "stock", |
| | | } |
| | | ] |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | palletCode: "", |
| | | locationCode: "" |
| | | remark: "", |
| | | stockStatus: "" |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |