소스 검색

报损数量

shish 4 년 전
부모
커밋
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,
           smallNum: ele.smallCount,
           classId: ele.classId,
-          itemId: ele.itemId
+          itemId: ele.itemId,
+          ratio:ele.ratio
         };
       });
       that.$util.confirmModal({content:'确认报损?'},() => {