Przeglądaj źródła

对接生产入库 包装编码

yusheng 10 miesięcy temu
rodzic
commit
b640526469
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/bpm/stockManagement/storage.vue

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

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