|
@ -457,6 +457,8 @@ |
|
|
}); |
|
|
}); |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commit() { |
|
|
commit() { |
|
|
// this.scanCount = getScanCount(this.subList); |
|
|
// this.scanCount = getScanCount(this.subList); |
|
|
// if (this.scanCount == 0) { |
|
|
// if (this.scanCount == 0) { |
|
@ -472,6 +474,10 @@ |
|
|
} else { |
|
|
} else { |
|
|
this.toLocationCode = this.toLocationCode ? this.toLocationCode : this.jobToLocationCode |
|
|
this.toLocationCode = this.toLocationCode ? this.toLocationCode : this.jobToLocationCode |
|
|
} |
|
|
} |
|
|
|
|
|
if(!this.toLocationCode){ |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
this.detailSource.forEach(item => { |
|
|
this.detailSource.forEach(item => { |
|
|
item.subList.forEach(subitem => { |
|
|
item.subList.forEach(subitem => { |
|
|
if (valiDate) { |
|
|
if (valiDate) { |
|
|