Merge branch 'dev' of http://192.168.5.5:10010/r/web/WMS into dev
| | |
| | | const list = res.data.map((item) => { |
| | | return { |
| | | ...item, |
| | | areaName: {label:item.area.jointName,value:item.area.id}, |
| | | subLocation: {label:item.location.jointName,value:item.location.id}, |
| | | areaName: { label: item.area.jointName, value: item.area.id }, |
| | | subLocation: { label: item.location.jointName, value: item.location.id }, |
| | | productName: item.product.name, |
| | | productCategory: item.productCategory.name, |
| | | isSet: false, |
| | |
| | | productName: "", |
| | | companyName: "", |
| | | isSet: true, |
| | | isEdit: false |
| | | isEdit: false, |
| | | isOrder: true |
| | | }) |
| | | this.areaId = 0 |
| | | this.subLocationId = 0 |
| | |
| | | this.tableData.map((item, index) => { |
| | | if (index === rowIndex) { |
| | | item.isEdit = false |
| | | item.isOrder = true |
| | | } else { |
| | | item.isEdit = true |
| | | } |