diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index c798e17..4278e0a 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -28,7 +28,7 @@ {{ poDetail.partNo }} - {{ poDetail.lineNo }}/{{ poDetail.wdr || '*' }} + {{ poDetail.lineNo }}/{{ poDetail.releaseNo }} @@ -174,7 +174,7 @@ export default { return `hu_${this.recvItem.poNumber}_${this.recvItem.lineNo}`; }, displayLineWdr() { - return `${this.recvItem.lineNo || ''}/${this.recvItem.wdr || '*'}`; + return `${this.recvItem.lineNo || ''}/${this.recvItem.releaseNo}`; } }, methods: {