chenrui 1 年間 前
コミット
62741654d9
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/views/allocationManagement/transferOut/edit.vue

+ 1 - 0
src/views/allocationManagement/transferOut/edit.vue

@@ -585,6 +585,7 @@ export default {
         price: isEdit ? row.price : row.productPrice,
         qty: row.qty, //  添加时调出数量默认为1
         productSn: row.productSn,
+        productBrandSn: row.productBrandSn,
         departmentSn: row.departmentSn,
         departmentName: row.departmentName,
         productTypeSn1: row.productTypeSn1,