Browse Source

退料修改

master
shenzhouyu 4 months ago
parent
commit
0833f3f9b7
  1. 1
      src/views/modules/productionInbound/productionInboundRequest.vue

1
src/views/modules/productionInbound/productionInboundRequest.vue

@ -1715,6 +1715,7 @@ export default {
} }
this.sobomList[i].notifyNo = this.notifyNo this.sobomList[i].notifyNo = this.notifyNo
this.sobomList[i].site = this.$store.state.user.site this.sobomList[i].site = this.$store.state.user.site
this.sobomList[i].bomItemNo = this.sobomList[i].lineItemNo
} }
let materialList = this.sobomList.filter((item) => item.qtyToUnissue > 0) let materialList = this.sobomList.filter((item) => item.qtyToUnissue > 0)

Loading…
Cancel
Save