合并
This commit is contained in:
parent
6035ddfae1
commit
57dcdab406
@ -3367,11 +3367,8 @@ const BatchEditNodePropertiesSucceeded = (data) => {
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
console.log(state.allMapPointInfo)
|
||||
|
||||
// message.success('修改成功')
|
||||
// addEditHistory()
|
||||
message.success('修改成功')
|
||||
addEditHistory()
|
||||
}
|
||||
|
||||
//批量路线编辑成功
|
||||
|
@ -815,7 +815,7 @@ const getLocationList = async (type, locationNo) => {
|
||||
const takeRemoteMethod = async (query, item) => {
|
||||
if (query) {
|
||||
if (item.takeType == 4) {
|
||||
item.takeList = await DeviceApi.getWareHouseTakePointList({ pointType: 1 })
|
||||
item.takeList = await getLocationList(5, query) //5:取放货的点位
|
||||
} else {
|
||||
item.takeList = await getLocationList(item.takeType, query)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user