Explorar o código

fix(库存管理): 修正包装显示时物品保存状态错误

liujt hai 7 meses
pai
achega
07c7f15426
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

@@ -1908,7 +1908,7 @@
 
               return {
                 index: this.productList.length + index,
-                isSave: true,
+                isSave: this.isShowPackage ? false : true,
                 categoryId: item.id, // 物品id
                 categoryName: item.name, // 物品名称
                 categoryCode: item.code, // 物品编码