|
|
@ -46,9 +46,6 @@ |
|
|
|
submitPurchaseReturnJob, |
|
|
|
getInventoryMoveJobDetail, |
|
|
|
} from '@/api/request.js'; |
|
|
|
import { |
|
|
|
getBasicLocationByCode |
|
|
|
} from '@/api/request2.js'; |
|
|
|
|
|
|
|
import { |
|
|
|
calc |
|
|
@ -494,14 +491,6 @@ |
|
|
|
return params; |
|
|
|
}, |
|
|
|
|
|
|
|
getLocationInfo(locationCode) { |
|
|
|
getBasicLocationByCode(locationCode).then(res => { |
|
|
|
if (res.data.list.length > 0) { |
|
|
|
this.toLocationInfo = res.data.list[0] |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
showMessage(message) { |
|
|
|
this.$refs.comMessage.showMessage(message, res => { |
|
|
|
if (res) { |
|
|
|