瀏覽代碼

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

liujt 6 月之前
父節點
當前提交
98ec24834e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 || ''
               };
             })
           };