浏览代码

修改bug

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,