yusheng hai 1 ano
pai
achega
5f78964bab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/bpm/stockManagement/storage.vue

+ 1 - 1
src/views/bpm/stockManagement/storage.vue

@@ -1663,7 +1663,7 @@
                     ).index
                   : this.productList[0].index, // 产品索引
                 batchNo: item.batchNo || this.productList[0].batchNo, // 批次号
-                packageNo: packingCodeList[index]?.onlyCode, // 包装编码
+                packageNo: item.packageNo||packingCodeList[index]?.onlyCode, // 包装编码
                 packingQuantity: 1, // 包装数量
                 packingUnit: item.packingUnit, // 单位
                 measureQuantity: item.quantity, // 计量数量