Browse Source

去掉无用代码

intex
zhang_li 2 weeks ago
parent
commit
3438e6fc38
  1. 7
      src/pages/unPlanned/job/receiptJobDetail.vue

7
src/pages/unPlanned/job/receiptJobDetail.vue

@ -190,13 +190,6 @@
this.detailSource.forEach(item => {
itemCodes.push(item.itemCode)
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 => {
if (res.success) {

Loading…
Cancel
Save