|
@ -190,13 +190,6 @@ |
|
|
this.detailSource.forEach(item => { |
|
|
this.detailSource.forEach(item => { |
|
|
itemCodes.push(item.itemCode) |
|
|
itemCodes.push(item.itemCode) |
|
|
item.scaned = false |
|
|
item.scaned = false |
|
|
item.subList.forEach((cur,index)=>{ |
|
|
|
|
|
if(index == 0){ |
|
|
|
|
|
console.log(222,cur) |
|
|
|
|
|
cur.batch = '' |
|
|
|
|
|
} |
|
|
|
|
|
cur.isShowBatch = cur.batch ? true :false |
|
|
|
|
|
}) |
|
|
|
|
|
}) |
|
|
}) |
|
|
getManagementPrecisions(itemCodes, that.jobToLocationCode, res => { |
|
|
getManagementPrecisions(itemCodes, that.jobToLocationCode, res => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|