|
@ -439,8 +439,13 @@ |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
scanLocationCode(location, code) { |
|
|
scanLocationCode(location, code) { |
|
|
|
|
|
console.log(222,location) |
|
|
|
|
|
console.log(333,code) |
|
|
|
|
|
console.log(444,this.jobContent) |
|
|
|
|
|
console.log(444,this.jobToLocationCode) |
|
|
if (this.jobContent.allowModifyLocation == 'TRUE') { |
|
|
if (this.jobContent.allowModifyLocation == 'TRUE') { |
|
|
this.toLocationCode = code; |
|
|
this.toLocationCode = code; |
|
|
|
|
|
this.jobToLocationCode= code |
|
|
} else { |
|
|
} else { |
|
|
if (code == this.jobToLocationCode) { |
|
|
if (code == this.jobToLocationCode) { |
|
|
this.toLocationCode = code; |
|
|
this.toLocationCode = code; |
|
|