diff --git a/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue b/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue
index 82672dbb..7e7c0371 100644
--- a/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue
+++ b/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue
@@ -489,7 +489,7 @@ export default {
actx.fillStyle = '#ffffff';
actx.fillRect(0, 0, canvasPageW, canvasTotalH);
- const imgScale = Math.min(canvasPageW / img.width, canvasImageH / img.height, 1);
+ const imgScale = Math.min(canvasPageW / img.width, canvasImageH / img.height);
const imgDrawW = img.width * imgScale;
const imgDrawH = img.height * imgScale;
const imgX = (canvasPageW - imgDrawW) / 2;
diff --git a/klp-ui/src/views/wms/report/abnormal.vue b/klp-ui/src/views/wms/report/abnormal.vue
index 7a47b602..b5f0e4d4 100644
--- a/klp-ui/src/views/wms/report/abnormal.vue
+++ b/klp-ui/src/views/wms/report/abnormal.vue
@@ -41,15 +41,24 @@
+
查询
- 导出产出钢卷
- 导出消耗钢卷
- 保存产出报表
- 保存消耗报表
+ 导出产出钢卷(单行)
+ 导出消耗钢卷(单行)
+
+ 导出产出钢卷(多行)
+ 导出消耗钢卷(多行)
+