Explorar el Código

对接生产入库 包装编码

yusheng hace 10 meses
padre
commit
b640526469
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/bpm/stockManagement/storage.vue

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

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