|
@ -157,6 +157,8 @@ |
|
|
this.scanOptions = getDetailEditRemoveOption(); |
|
|
this.scanOptions = getDetailEditRemoveOption(); |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
openScanPopup(content, jobcontent) { |
|
|
openScanPopup(content, jobcontent) { |
|
|
this.issueRecord = []; |
|
|
this.issueRecord = []; |
|
|
this.dataContent = content; |
|
|
this.dataContent = content; |
|
@ -178,7 +180,7 @@ |
|
|
let that = this; |
|
|
let that = this; |
|
|
that.fromLocationList = []; |
|
|
that.fromLocationList = []; |
|
|
if (that.dataContent != null) { |
|
|
if (that.dataContent != null) { |
|
|
that.fromInventoryStatuses =this.jobContent.outInventoryStatuses |
|
|
that.fromInventoryStatuses = this.jobContent.outInventoryStatuses |
|
|
that.toLocation = that.dataContent[0]; |
|
|
that.toLocation = that.dataContent[0]; |
|
|
that.toLocationCode = that.dataContent[0].toLocationCode; |
|
|
that.toLocationCode = that.dataContent[0].toLocationCode; |
|
|
that.fromLocationList = that.getFromLocationList(); |
|
|
that.fromLocationList = that.getFromLocationList(); |
|
|