Browse Source

报损数量

shish 4 năm trước cách đây
mục cha
commit
37d54a0a5d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      ghsApp/src/admin/breakage/confirm.vue

+ 2 - 1
ghsApp/src/admin/breakage/confirm.vue

@@ -232,7 +232,8 @@ export default {
           bigNum: ele.bigCount,
           smallNum: ele.smallCount,
           classId: ele.classId,
-          itemId: ele.itemId
+          itemId: ele.itemId,
+          ratio:ele.ratio
         };
       });
       that.$util.confirmModal({content:'确认报损?'},() => {