瀏覽代碼

优化出库管理中的仓库ID处理逻辑

yusheng 10 月之前
父節點
當前提交
4a9b17e3a1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/bpm/outgoingManagement/outbound.vue

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

@@ -1080,7 +1080,7 @@
                 categoryId: item.productId || item.categoryId,
                 num: item.totalCount,
                 batchNo: item.batchNo || '',
-                warehouseId: this.bizType == 3 ? item.warehouseId : ''
+                // warehouseId: this.bizType == 3 ? item.warehouseId : ''
                 // batchNo: item.batchNo || '',
               };
             })