Browse Source

盘点校验

intex_online20250629
张立 1 month ago
parent
commit
40509bf471
  1. 3
      src/pages/count/job/countLightDetail.vue

3
src/pages/count/job/countLightDetail.vue

@ -314,6 +314,7 @@
mainItem.recordList = main
} else {
//
if(mainItem.recordList&&mainItem.recordList.length>0){
var tempRecord = mainItem.recordList.find(r =>
r.itemCode == subItem.itemCode &&
r.batch == subItem.batch &&
@ -326,6 +327,8 @@
}
}
}
} else {
var detail = this.createBackAddDetailInfo(subItem)

Loading…
Cancel
Save