| | |
| | | sortName: "id", |
| | | }); |
| | | const editFormFields = ref({ |
| | | deviceCode: "", |
| | | deviceName: "", |
| | | deviceType: "", |
| | | deviceStatus: "", |
| | | deviceIp: "", |
| | | devicePort: "", |
| | | devicePlcType: "", |
| | | deviceRemark: "", |
| | | palletCode: "", |
| | | materialType: "", |
| | | locationCode: "", |
| | | stockStatus: "", |
| | | materialweight: "", |
| | | wlstatus: "", |
| | | remark: "", |
| | | }); |
| | | const editFormOptions = ref([ |
| | | [ |
| | |
| | | data: [] |
| | | }, |
| | | { |
| | | title: "备注", field: "Remark" |
| | | title: "备注", field: "remark" |
| | | } |
| | | ], |
| | | ]); |
| | |
| | | dataKey: "stockStatusEmun", |
| | | data: [], |
| | | }, |
| | | { title: "库存编号", |
| | | { title: "关联库存编号", |
| | | field: "id", |
| | | type: "like", |
| | | }, |
| | | { title: "创建时间", field: "createDate", type: "datetime" }, |
| | | ], |
| | | [ |
| | | { title: "创建时间", field: "createDate", type: "datetime" }, |
| | | |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | field: "palletCode", |
| | | title: "托盘编号", |
| | | type: "string", |
| | | width: 90, |
| | | width: 150, |
| | | align: "left", |
| | | //sort:true, |
| | | }, |
| | |
| | | field: "locationCode", |
| | | title: "货位编号", |
| | | type: "string", |
| | | width: 150, |
| | | width: 200, |
| | | align: "left", |
| | | //sort:true, |
| | | }, |
| | |
| | | width: 150, |
| | | align: "left", |
| | | // sort:true, |
| | | hidden:true, |
| | | },{ |
| | | field: "remark", |
| | | title: "备注", |