Sfoglia il codice sorgente

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

yusheng 9 mesi fa
parent
commit
4a9b17e3a1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 || '',
               };
             })