|
|
@ -318,6 +318,7 @@ export default { |
|
|
|
|
|
|
|
|
const params = { |
|
|
const params = { |
|
|
site: this.site, |
|
|
site: this.site, |
|
|
|
|
|
fuSite: localStorage.getItem('site'), |
|
|
moveReason: this.moveForm.moveReason, |
|
|
moveReason: this.moveForm.moveReason, |
|
|
targetLocationId: this.moveForm.targetLocationId, |
|
|
targetLocationId: this.moveForm.targetLocationId, |
|
|
handlingUnitIds: handlingUnitIds, |
|
|
handlingUnitIds: handlingUnitIds, |
|
|
@ -362,7 +363,7 @@ export default { |
|
|
|
|
|
|
|
|
// 清空扫描框 |
|
|
// 清空扫描框 |
|
|
this.scanCode = ''; |
|
|
this.scanCode = ''; |
|
|
|
|
|
|
|
|
|
|
|
this.site = ''; |
|
|
// 重置为添加模式 |
|
|
// 重置为添加模式 |
|
|
this.isRemoveMode = false; |
|
|
this.isRemoveMode = false; |
|
|
|
|
|
|
|
|
|