| | |
| | | </el-dialog> |
| | | </template> |
| | | <script> |
| | | import { getIfsLocationByGroup } from '@/api/warehouse/location' |
| | | import { getIfsLocationByGroupCopyAll } from '@/api/warehouse/location' |
| | | import { updateBatchPalletTransportsDetail } from '@/api/warehouse/pallettransports' |
| | | export default { |
| | | components: {}, |
| | |
| | | // 查询ifs库位列表 |
| | | queryLocation() { |
| | | this.ifsLocationData = [] |
| | | getIfsLocationByGroup({ |
| | | getIfsLocationByGroupCopyAll({ |
| | | locationNo: this.dataForm.locationNo, |
| | | locationDesc: this.dataForm.locationDesc |
| | | }).then((response) => { |
| | | if (response.data.code === 0) { |
| | | const _data = response.data.data |
| | | const _data = response.data.data.LIST_INFO |
| | | console.log(`output->_data`,_data) |
| | | this.ifsLocationData = _data.map((item, index) => { |
| | | return { |
| | | id: index + 1, |