diff --git a/klp-ui/src/api/wms/annealPerformance.js b/klp-ui/src/api/wms/annealPerformance.js
index bf0b6bf1a..076a7bb67 100644
--- a/klp-ui/src/api/wms/annealPerformance.js
+++ b/klp-ui/src/api/wms/annealPerformance.js
@@ -8,3 +8,12 @@ export function getAnnealPerformance(query) {
params: query
})
}
+
+// 查询退火计划中的加工前钢卷列表
+export function getAnnealRawCoils(query) {
+ return request({
+ url: '/wms/anneal/performance/rawCoils',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/klp-ui/src/views/wms/anneal/performance/report.vue b/klp-ui/src/views/wms/anneal/performance/report.vue
index 08c43731f..6f17560ea 100644
--- a/klp-ui/src/views/wms/anneal/performance/report.vue
+++ b/klp-ui/src/views/wms/anneal/performance/report.vue
@@ -1,75 +1,119 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
- 导出
-
-
+
-
- {{ summary.planCount || 0 }}
- {{ summary.coilCount || 0 }}
- {{ summary.totalWeight || 0 }} t
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+ 导出
+
+
-
-
-
-
-
- {{ parseTime(scope.row.actualStartTime, '{y}-{m}-{d} {h}:{i}') }}
-
-
-
-
- {{ parseTime(scope.row.endTime, '{y}-{m}-{d} {h}:{i}') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {{ summary.planCount || 0 }}
+ {{ summary.coilCount || 0 }}
+ {{ summary.totalWeight || 0 }} t
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.actualStartTime, '{y}-{m}-{d} {h}:{i}') }}
+
+
+
+
+ {{ parseTime(scope.row.endTime, '{y}-{m}-{d} {h}:{i}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+ {{ rawSummary.coilCount || 0 }}
+ {{ rawSummary.totalWeight || 0 }} t
+
+
+
+
+
+
+
+
+
+
+
+
+
+