Explorar o código

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

yusheng hai 9 meses
pai
achega
4a9b17e3a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 || '',
               };
             })