Browse Source

fix(outbound): 添加批次号字段到出库管理数据对象

liujt 6 tháng trước cách đây
mục cha
commit
98ec24834e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/bpm/outgoingManagement/outbound.vue

+ 1 - 0
src/views/bpm/outgoingManagement/outbound.vue

@@ -1079,6 +1079,7 @@
                   item.categoryId || item.instanceId || item.productId,
                 num: item.demandQuantity || item.measurementCount,
                 warehouseId: this.bizType == 11 ? item.warehouseId : '',
+                batchNo: item.batchNo || ''
               };
             })
           };