diff --git a/klp-ui/src/views/aps/planSheet/PlanSheetList.vue b/klp-ui/src/views/aps/planSheet/PlanSheetList.vue index a87aabee..f06e70dc 100644 --- a/klp-ui/src/views/aps/planSheet/PlanSheetList.vue +++ b/klp-ui/src/views/aps/planSheet/PlanSheetList.vue @@ -143,7 +143,7 @@ export default { // 查询参数 queryParams: { pageNum: 1, - pageSize: 6, + pageSize: 10, planDate: undefined, lineId: undefined, lineName: undefined, diff --git a/klp-ui/src/views/micro/pages/acid/components/Performance.vue b/klp-ui/src/views/micro/pages/acid/components/Performance.vue new file mode 100644 index 00000000..c80afd04 --- /dev/null +++ b/klp-ui/src/views/micro/pages/acid/components/Performance.vue @@ -0,0 +1,483 @@ + + + + + 查询 + 重置 + + + + + + + + + + + + + {{ row.status || '—' }} + + + + {{ row.entry_thick }}×{{ row.entry_width }} + + + + + + + + + + + + + + + + + + + + + {{ f.label }} + {{ selectedPlan[f.key] != null ? selectedPlan[f.key] : '—' }} + + + + + 实轧实绩 + ({{ perfSegCount }} 段) + 加载中… + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/klp-ui/src/views/micro/pages/acid/components/Quality.vue b/klp-ui/src/views/micro/pages/acid/components/Quality.vue index 14d1c3e2..49c1d7c7 100644 --- a/klp-ui/src/views/micro/pages/acid/components/Quality.vue +++ b/klp-ui/src/views/micro/pages/acid/components/Quality.vue @@ -16,18 +16,31 @@ /> - - + + + + + + + + + + + 实时跟踪页 + Gauge + Shape + + + + + + + + 获取实时数据 + 清空 + + + + + + + + + + Gauge 厚度数据 + + + + + + + + + + + + + + Shape 板形数据 + + + + + + + + + + + + + + + + + + + + diff --git a/klp-ui/src/views/micro/pages/acid/index.vue b/klp-ui/src/views/micro/pages/acid/index.vue index dd71e3eb..ac7844a2 100644 --- a/klp-ui/src/views/micro/pages/acid/index.vue +++ b/klp-ui/src/views/micro/pages/acid/index.vue @@ -12,7 +12,7 @@ - 加工 + WIP @@ -26,9 +26,17 @@ 品质 + + + 实绩 + + - + @@ -40,6 +48,8 @@ import Processing from './components/Processing.vue'; import Report from './components/Report.vue'; import Shipping from './components/Shipping.vue'; import Quality from './components/Quality.vue'; +import Performance from './components/Performance.vue'; +import RealTime from './components/RealTime.vue'; export default { name: 'AcidSystem', @@ -49,6 +59,8 @@ export default { Report, Shipping, Quality, + Performance, + RealTime }, data() { return { @@ -63,6 +75,8 @@ export default { report: 'Report', shipping: 'Shipping', quality: 'Quality', + performance: 'Performance', + realTime: 'RealTime', }; return componentMap[this.activeMenu]; }, diff --git a/klp-ui/src/views/timing/acid/index.vue b/klp-ui/src/views/timing/acid/index.vue index 679a169e..c4cb4cea 100644 --- a/klp-ui/src/views/timing/acid/index.vue +++ b/klp-ui/src/views/timing/acid/index.vue @@ -293,10 +293,6 @@ export default {