|
|
@ -115,7 +115,7 @@ |
|
|
|
import recordComDetailCard from '@/mycomponents/record/recordComDetailCard.vue' |
|
|
|
import recordDetailCard from '@/mycomponents/record/recordDetailCard.vue' |
|
|
|
import winComScanBalance from '@/mycomponents/scan/winComScanBalance.vue' |
|
|
|
|
|
|
|
import balance from '@/mycomponents/balance/balance.vue' |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
winScanButton, |
|
|
@ -124,7 +124,8 @@ |
|
|
|
comBlankView, |
|
|
|
recordComDetailCard, |
|
|
|
recordDetailCard, |
|
|
|
winComScanBalance |
|
|
|
winComScanBalance, |
|
|
|
balance |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
@ -137,7 +138,7 @@ |
|
|
|
toLocationAreaTypeList: [], |
|
|
|
inInventoryStatus: "", //目标入库库存状态 |
|
|
|
outInventoryStatus: "", //来源出库库存状态 |
|
|
|
businessType: {}, |
|
|
|
businessType: null, |
|
|
|
showToLoaction: true, |
|
|
|
recommendLocationList: [], //推荐库位列表 |
|
|
|
fromWarehouseCode: '', //来源仓库 |
|
|
@ -513,14 +514,6 @@ |
|
|
|
closeScanMessage() { |
|
|
|
this.scanPopupGetFocus(); |
|
|
|
}, |
|
|
|
getLocation(location, code) { |
|
|
|
this.getFromLocationCode(location, code) |
|
|
|
}, |
|
|
|
getFromLocationCode(location, code) { |
|
|
|
this.fromLocationInfo = location; |
|
|
|
this.fromLocationCode = code; |
|
|
|
this.openScanPopup(); |
|
|
|
}, |
|
|
|
|
|
|
|
showCommitSuccessMessage(hint) { |
|
|
|
this.$refs.comMessage.showSuccessMessage(hint, res => { |
|
|
|