Browse Source

新增调回单

chenrui 3 năm trước cách đây
mục cha
commit
e02427e50a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/numsGoodsShelves/shelfMonitoring/addModal.vue

+ 2 - 0
src/views/numsGoodsShelves/shelfMonitoring/addModal.vue

@@ -107,8 +107,10 @@ export default {
           arr.push({
             shelfSn: this.nowData && this.nowData.shelfInfo && this.nowData.shelfInfo.shelfSn,
             shelfPlaceSn: item.shelfPlaceSn,
+            shelfPlaceCode: item.shelfPlaceCode,
             productSn: item.productSn,
             productCode: item.productCode,
+            productName: item.productName,
             qty: item.confirmQty
           })
         } else {