取货点
This commit is contained in:
parent
c3818fb32d
commit
a24b08788f
@ -3367,11 +3367,8 @@ const BatchEditNodePropertiesSucceeded = (data) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
message.success('修改成功')
|
||||||
console.log(state.allMapPointInfo)
|
addEditHistory()
|
||||||
|
|
||||||
// message.success('修改成功')
|
|
||||||
// addEditHistory()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//批量路线编辑成功
|
//批量路线编辑成功
|
||||||
|
@ -689,7 +689,6 @@
|
|||||||
import { reactive } from 'vue'
|
import { reactive } from 'vue'
|
||||||
import { RefreshRight, Position } from '@element-plus/icons-vue'
|
import { RefreshRight, Position } from '@element-plus/icons-vue'
|
||||||
import * as MapTaskAPi from '@/api/map/mapTask'
|
import * as MapTaskAPi from '@/api/map/mapTask'
|
||||||
import * as DeviceApi from '@/api/device/index'
|
|
||||||
import locationSelectionDialog from '../components/locationSelectionDialog.vue'
|
import locationSelectionDialog from '../components/locationSelectionDialog.vue'
|
||||||
|
|
||||||
defineOptions({ name: 'TaskManagementCreateTask' })
|
defineOptions({ name: 'TaskManagementCreateTask' })
|
||||||
@ -815,7 +814,7 @@ const getLocationList = async (type, locationNo) => {
|
|||||||
const takeRemoteMethod = async (query, item) => {
|
const takeRemoteMethod = async (query, item) => {
|
||||||
if (query) {
|
if (query) {
|
||||||
if (item.takeType == 4) {
|
if (item.takeType == 4) {
|
||||||
item.takeList = await DeviceApi.getWareHouseTakePointList({ pointType: 1 })
|
item.takeList = await getLocationList(5, query) //5:取放货的点位
|
||||||
} else {
|
} else {
|
||||||
item.takeList = await getLocationList(item.takeType, query)
|
item.takeList = await getLocationList(item.takeType, query)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user