|
|
@ -145,7 +145,7 @@ export default { |
|
|
targetLocationId: '' |
|
|
targetLocationId: '' |
|
|
}, |
|
|
}, |
|
|
scannedItems: [], |
|
|
scannedItems: [], |
|
|
site: localStorage.getItem('site'), |
|
|
|
|
|
|
|
|
site: '', |
|
|
loading: false // 加载状态 |
|
|
loading: false // 加载状态 |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
@ -322,6 +322,7 @@ export default { |
|
|
|
|
|
|
|
|
const params = { |
|
|
const params = { |
|
|
site: this.site, |
|
|
site: this.site, |
|
|
|
|
|
fuSite: localStorage.getItem('site'), |
|
|
inboundReason: this.inboundForm.inboundReason, |
|
|
inboundReason: this.inboundForm.inboundReason, |
|
|
targetLocationId: this.inboundForm.targetLocationId, |
|
|
targetLocationId: this.inboundForm.targetLocationId, |
|
|
handlingUnitIds: handlingUnitIds, |
|
|
handlingUnitIds: handlingUnitIds, |
|
|
@ -382,6 +383,7 @@ export default { |
|
|
// 清空表单数据 |
|
|
// 清空表单数据 |
|
|
clearFormData() { |
|
|
clearFormData() { |
|
|
this.scanCode = ''; |
|
|
this.scanCode = ''; |
|
|
|
|
|
this.site = ''; |
|
|
this.isRemoveMode = false; |
|
|
this.isRemoveMode = false; |
|
|
this.inboundForm = { |
|
|
this.inboundForm = { |
|
|
inboundReason: '', |
|
|
inboundReason: '', |
|
|
|