shish 4 лет назад
Родитель
Сommit
37d54a0a5d
1 измененных файлов с 2 добавлено и 1 удалено
  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,
           bigNum: ele.bigCount,
           smallNum: ele.smallCount,
           smallNum: ele.smallCount,
           classId: ele.classId,
           classId: ele.classId,
-          itemId: ele.itemId
+          itemId: ele.itemId,
+          ratio:ele.ratio
         };
         };
       });
       });
       that.$util.confirmModal({content:'确认报损?'},() => {
       that.$util.confirmModal({content:'确认报损?'},() => {