From 93b8ceac34e2fbd5c57fe5ab4f5bac32c85408aa Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 22 五月 2026 15:37:09 +0800
Subject: [PATCH] fix(hr): 修正岗位字段映射

---
 src/views/index.vue | 3076 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 2,466 insertions(+), 610 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index 06de745..0d71970 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1,610 +1,2466 @@
-<template>
-  <div class="app-container home">
-    <div style="display: flex;">
-      <div>
-        <div class="card-top-left">
-          <div class="title">
-            <span style="font-weight: bold">鏈湀閿�鍞�侀噰璐儏鍐佃鍒�</span>
-          </div>
-          <div class="card-group">
-            <div class="info-card">
-              <div class="info-message">
-                <div class="info-number">{{contractAmount}}</div>
-                <div class="info-title">鍚堝悓閲戦(鍏�)</div>
-              </div>
-              <img src="@/assets/images/icon1.png" alt="" style="width: 63px;height: 63px">
-            </div>
-            <div class="info-card1">
-              <div class="info-message">
-                <div class="info-number">{{invoiceAmount}}</div>
-                <div class="info-title">寮�绁ㄩ噾棰�(鍏�)</div>
-              </div>
-              <img src="@/assets/images/icon2.png" alt="" style="width: 63px;height: 63px">
-            </div>
-            <div class="info-card2">
-              <div class="info-message">
-                <div class="info-number">{{receiptAmount}}</div>
-                <div class="info-title">鍥炴閲戦(鍏�)</div>
-              </div>
-              <img src="@/assets/images/icon%203.png" alt="" style="width: 63px;height: 63px">
-            </div>
-          </div>
-        </div>
-        <div class="card-top-left">
-          <div class="title">
-            <span style="font-weight: bold">鏈湀搴旀敹銆佸簲浠樻儏鍐佃鍒�</span>
-          </div>
-          <div class="pie">
-            <div class="card-group">
-              <div class="pie-group">
-                <div style="margin-right: 80px">
-                  <Echarts ref="chart"
-                           :legend="pieLegend"
-                           :chartStyle="chartStyle"
-                           :series="materialPieSeries"
-                           :tooltip="pieTooltip"></Echarts>
-                </div>
-                <div class="info-message2">
-                  <div class="info-message1">
-                    <div class="pie-title">鏈湀鍥炴閲戦</div>
-                    <div class="pie-info"><span class="pie-number">{{receiveAmount}}</span>鍏�   <span class="pie-number">{{receiveAmountPercentage}}</span>%</div>
-                  </div>
-                  <div class="info-message1">
-                    <div class="pie-title">搴旀敹娆鹃噾棰�</div>
-                    <div class="pie-info"><span class="pie-number">{{contractAmountMonth}}</span>鍏�</div>
-                  </div>
-                </div>
-              </div>
-            </div>
-            <div class="card-group">
-              <div class="pie-group">
-                <div style="margin-right: 80px">
-                  <Echarts ref="chart"
-                           :options="options"
-                           :legend="pieLegend"
-                           :chartStyle="chartStyle"
-                           :series="materialPieSeries1"
-                           :tooltip="pieTooltip1"></Echarts>
-                </div>
-                <div class="info-message2">
-                  <div class="info-message1">
-                    <div class="pie-title1">鏈湀浠樻閲戦</div>
-                    <div class="pie-info"><span class="pie-number1">{{paymentAmount}}</span>鍏�   <span class="pie-number1">{{payableAmountPercentage}}</span>%</div>
-                  </div>
-                  <div class="info-message1">
-                    <div class="pie-title1">搴斾粯娆鹃噾棰�</div>
-                    <div class="pie-info"><span class="pie-number1">{{payableAmount}}</span>鍏�</div>
-                  </div>
-                </div>
-              </div>
-            </div>
-          </div>
-        </div>
-      </div>
-      <div>
-        <div class="card-top-right">
-          <div class="title">
-            <span style="font-weight: bold">瀹㈡埛鍚堝悓閲戦TOP5缁熻</span>
-          </div>
-          <div>
-            <Echarts ref="chart"
-                     :chartStyle="chartStyle1"
-                     :grid="grid"
-                     :legend="barLegend"
-                     :series="barSeries"
-                     :tooltip="tooltip"
-                     :xAxis="xAxis1"
-                     :yAxis="yAxis1"
-                     style="height: 42vh;"></Echarts>
-          </div>
-        </div>
-      </div>
-    </div>
-    <div>
-      <div>
-        <div class="card-bottom">
-          <div class="title">
-            <span style="font-weight: bold">鍥炴銆佸紑绁ㄨ繎鍗婂勾璧板娍鍥�</span>
-          </div>
-          <div>
-            <Echarts ref="chart"
-                     :chartStyle="chartStyle1"
-                     :grid="grid"
-                     :legend="barLegend"
-                     :series="lineSeries"
-                     :tooltip="tooltipLine"
-                     :xAxis="xAxis2"
-                     :yAxis="yAxis2"
-                     style="height: 27vh;"></Echarts>
-          </div>
-        </div>
-      </div>
-    </div>
-  </div>
-</template>
-
-<script setup name="Index">
-const { proxy } = getCurrentInstance()
-import * as echarts from 'echarts';
-import Echarts from "@/components/Echarts/echarts.vue";
-import {
-  getAmountHalfYear,
-  getAmountMouth,
-  getContractAmount,
-  getInvoiceAmount,
-  getReceiptAmount,
-  getTopFiveList, paymentMonthList
-} from "@/api/viewIndex.js";
-
-const pieLegend = reactive({
-  show: false,
-})
-const contractAmount = ref(0)
-const invoiceAmount = ref(0)
-const receiptAmount = ref(0)
-const receiveAmount = ref(0)
-const contractAmountMonth = ref(0)
-const receiveAmountPercentage = ref(0)
-const paymentAmount = ref(0)
-const payableAmount = ref(0)
-const payableAmountPercentage = ref(0)
-const options = reactive({
-  graphic: {
-    type: 'circle',
-    left: 'center',
-    top: 'middle',
-    shape: {
-      r: '70%' // 鍦嗗舰鍗婂緞涓庨ゼ鍥惧鍦堢浉鍚�
-    },
-  }
-})
-const pieTooltip = reactive({
-  trigger: 'item',
-  formatter: function (params) {
-    // 鍔ㄦ�佺敓鎴愭彁绀轰俊鎭紝鍩轰簬鏁版嵁椤圭殑 name 灞炴��
-    const description = params.name === '鏈湀鍥炴閲戦' ? '鏈湀鍥炴閲戦' : '搴旀敹娆鹃噾棰�';
-    return `${description} ${formatNumber(params.value)}鍏� ${params.percent}%`;
-  },
-  position: 'right'
-})
-const pieTooltip1 = reactive({
-  trigger: 'item',
-  formatter: function (params) {
-    // 鍔ㄦ�佺敓鎴愭彁绀轰俊鎭紝鍩轰簬鏁版嵁椤圭殑 name 灞炴��
-    const description = params.name === '鏈湀浠樻閲戦' ? '鏈湀浠樻閲戦' : '搴斾粯娆鹃噾棰�';
-    return `${description} ${formatNumber(params.value)}鍏� ${params.percent}%`;
-  },
-  position: 'right'
-})
-// 鏁板瓧鏍煎紡鍖栧嚱鏁帮紝娣诲姞閫楀彿浣滀负鍗冧綅鍒嗛殧绗�
-function formatNumber(num) {
-  return num.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
-}
-const materialPieSeries = ref([
-  {
-    type: 'pie',
-    radius: '92%',
-    avoidLabelOverlap: false,
-    itemStyle: {
-      borderColor: '#fff',
-      borderWidth: 2
-    },
-    label: {
-     show:false
-    },
-    data: [
-      { value: 0, name: '鏈湀鍥炴閲戦', itemStyle: { color: '#2D99FF' }  },
-      { value: 0, name: '搴旀敹娆鹃噾棰�', itemStyle: { color: '#D4DDFF' } },
-    ]
-  }
-])
-const materialPieSeries1 = ref([
-  {
-    type: 'pie',
-    radius: '92%',
-    avoidLabelOverlap: false,
-    itemStyle: {
-      borderColor: '#fff',
-      borderWidth: 2
-    },
-    label: {
-     show:false
-    },
-    data: [
-      { value: 0, name: '鏈湀浠樻閲戦', itemStyle: { color: '#1EBFAC' }  },
-      { value: 0, name: '搴斾粯娆鹃噾棰�', itemStyle: { color: '#D0EFE1' } },
-    ]
-  }
-])
-const chartStyle = {
-  width: '150%',
-  height: '120%' // 璁剧疆鍥捐〃瀹瑰櫒鐨勯珮搴�
-}
-const chartStyle1 = {
-  width: '100%',
-  height: '100%' // 璁剧疆鍥捐〃瀹瑰櫒鐨勯珮搴�
-}
-const grid = {
-  left: '2%', // 澧炲ぇ宸︿晶鐣欑櫧
-  right: '10%',
-  bottom: '15%',
-  top: '10%',
-  containLabel: true // 纭繚鍖呭惈鏍囩
-}
-const tooltip = {
-  trigger: 'axis',
-  axisPointer: {
-    type: 'shadow'
-  }
-}
-const tooltipLine = {
-  trigger: 'axis',
-}
-const yAxis1 = ref([
-  {
-    type: 'value',
-  }
-])
-const xAxis1 = ref([
-  {
-    type: 'category',
-    data: []
-  }
-])
-const yAxis2 = ref([
-  {
-    type: 'value',
-  }
-])
-const xAxis2 = ref([
-  {
-    type: 'category',
-    data: []
-  }
-])
-const barLegend = reactive({})
-const barSeries = ref([
-    {
-      type: 'bar',
-      data: [],
-      label: {
-        show: true
-      },
-    },
-])
-const lineSeries = ref([
-    {
-      type: 'line',
-      data: [],
-      label: {
-        show: true
-      },
-    },
-])
-// 鍚堝悓閲戦
-const getContractAmountNum = () => {
-  getContractAmount().then((res) => {
-    contractAmount.value = res.data
-  })
-}
-// 寮�绁ㄩ噾棰�
-const getInvoiceAmountNum = () => {
-  getInvoiceAmount().then((res) => {
-    invoiceAmount.value = res.data
-  })
-}
-// 鍥炴閲戦
-const getReceiptAmountNum = () => {
-  getReceiptAmount().then((res) => {
-    receiptAmount.value = res.data
-  })
-}
-// 鏈堝洖娆鹃噾棰濋ゼ鍥�
-const getAmountMouthNum = () => {
-  getAmountMouth().then((res) => {
-    receiveAmount.value = res.data.receiveAmount
-    contractAmountMonth.value = res.data.contractAmount
-    const percentage = (receiveAmount.value / contractAmountMonth.value) * 100;
-    receiveAmountPercentage.value = percentage.toFixed(2)
-    materialPieSeries.value[0].data[0].value = receiveAmount.value
-    materialPieSeries.value[0].data[1].value = contractAmountMonth.value
-  })
-}
-// 鏈堜粯娆鹃噾棰濋ゼ鍥�
-const paymentMonthListNum = () => {
-  paymentMonthList().then((res) => {
-    paymentAmount.value = res.data.paymentAmount
-    payableAmount.value = res.data.payableAmount
-    const percentage = (paymentAmount.value / payableAmount.value) * 100;
-    payableAmountPercentage.value = percentage.toFixed(2)
-    materialPieSeries1.value[0].data[0].value = paymentAmount.value
-    materialPieSeries1.value[0].data[1].value = payableAmount.value
-  })
-}
-// 瀹㈡埛top5
-const getTopFiveListNum = async () => {
-  const res = await getTopFiveList()
-  const customerName = []
-  const totalAmount = []
-  res.data.forEach(item => {
-    customerName.push(item.customerName)
-    totalAmount.push(item.totalAmount)
-  })
-// 姝g‘鍝嶅簲寮忚祴鍊硷細鍒涘缓鏂扮殑 xAxis 鍜� series 瀵硅薄
-  xAxis1.value = [
-    {
-      type: 'category',
-      data: customerName
-    }
-  ]
-  barSeries.value = [
-    {
-      type: 'bar',
-      data: totalAmount,
-      itemStyle: {
-        color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-          { offset: 0, color: '#F7D2FF' },
-          { offset: 1, color: '#826AF9' }
-        ])
-      },
-      emphasis: {
-        itemStyle: {
-          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-            { offset: 1, color: '#826AF9' }
-          ])
-        }
-      },
-    }
-  ]
-}
-// 绾垮舰鍥�
-const getAmountHalfYearNum = async () => {
-  const res = await getAmountHalfYear()
-  console.log(res)
-  const monthName = []
-  const receiptAmount = []
-  const invoiceAmount = []
-  res.data.forEach(item => {
-    monthName.push(item.month)
-    receiptAmount.push(item.receiptAmount)
-    invoiceAmount.push(item.invoiceAmount)
-  })
-// 姝g‘鍝嶅簲寮忚祴鍊硷細鍒涘缓鏂扮殑 xAxis 鍜� series 瀵硅薄
-  xAxis2.value = [
-    {
-      type: 'category',
-      data: monthName
-    }
-  ]
-  lineSeries.value = [
-    {
-      name: '寮�绁�',
-      type: 'line',
-      data: receiptAmount,
-      smooth: true,
-      stack: 'Total',
-      areaStyle: {
-        color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-          {
-            offset: 0,
-            color: 'rgba(131, 207, 255, 1)'
-          },
-          {
-            offset: 1,
-            color: 'rgba(186, 228, 255, 1)'
-          }
-        ])
-      },
-      // 璁剧疆灏忓渾鐐圭殑棰滆壊
-      itemStyle: {
-        color: '#2D99FF', // 灏忓渾鐐归鑹茶缃负#2D99FF
-        borderColor: '#2D99FF' // 濡傛灉闇�瑕佺殑璇濓紝鍙互璁剧疆杈规棰滆壊
-      },
-      emphasis: {
-        focus: 'series'
-      },
-      lineStyle: {
-        width: 0
-      },
-      showSymbol: false,
-    },
-    {
-      name: '鍥炴',
-      type: 'line',
-      data: invoiceAmount,
-      smooth: true,
-      stack: 'Total',
-      lineStyle: {
-        width: 0
-      },
-      // 璁剧疆灏忓渾鐐圭殑棰滆壊
-      itemStyle: {
-        color: '#83CFFF', // 灏忓渾鐐归鑹茶缃负#83CFFF
-        borderColor: '#83CFFF' // 濡傛灉闇�瑕佺殑璇濓紝鍙互璁剧疆杈规棰滆壊
-      },
-      showSymbol: false,
-      areaStyle: {
-        color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-          {
-            offset: 0,
-            color: 'rgba(54, 153, 255, 1)'
-          },
-          {
-            offset: 1,
-            color: 'rgba(89, 169, 254, 1)'
-          }
-        ])
-      },
-      emphasis: {
-        focus: 'series'
-      },
-    }
-  ]
-}
-getContractAmountNum()
-getInvoiceAmountNum()
-getReceiptAmountNum()
-getTopFiveListNum()
-getAmountMouthNum()
-paymentMonthListNum()
-getAmountHalfYearNum()
-</script>
-
-<style scoped>
-.card-top-left {
-  padding: 16px;
-  background: #fff;
-  height: 24vh;
-  width: 56vw;
-  margin-bottom: 20px;
-}
-.card-top-right {
-  padding: 16px;
-  background: #fff;
-  height: 50.6vh;
-  width: 28vw;
-  margin-bottom: 20px;
-  margin-left: 20px;
-}
-.card-bottom {
-  padding: 16px;
-  background: #fff;
-  height: 34vh;
-  width: 85.2vw;
-  margin-bottom: 20px;
-}
-.title {
-  position: relative;
-  font-size: 18px;
-  color: #333;
-  font-weight: 400;
-  padding-left: 10px;
-  margin-bottom: 26px;
-}
-.title::before {
-  position: absolute;
-  left: 0;
-  top: 4px;
-  content: '';
-  width: 4px;
-  height: 18px;
-  background-color: #3A7BFA;
-  border-radius: 2px;
-}
-.card-group {
-  display: flex;
-}
-.info-card {
-  width: 300px;
-  height: 126px;
-  background-image: url("../assets/images/Rectangle 76@2x.png");
-  background-size: 100% 100%;
-  display: flex;
-  justify-content: space-around;
-  align-items: center;
-}
-.info-card1 {
-  width: 300px;
-  height: 126px;
-  background-image: url("../assets/images/Rectangle 77@2x.png");
-  background-size: 100% 100%;
-  margin: 0 40px;
-  display: flex;
-  justify-content: space-around;
-  align-items: center;
-}
-.info-card2 {
-  width: 300px;
-  height: 126px;
-  background-image: url("../assets/images/Rectangle 77@2x(1).png");
-  background-size: 100% 100%;
-  display: flex;
-  justify-content: space-around;
-  align-items: center;
-}
-.info-message {
-  display: flex;
-  flex-direction: column;
-  justify-content: center;
-  align-items: center;
-}
-.info-message1 {
-  font-weight: bold;
-  display: flex;
-  flex-direction: column;
-  justify-content: center;
-  align-items: flex-start;
-}
-.info-message2 {
-  font-weight: bold;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-  justify-content: space-around;
-}
-.info-number {
-  font-weight: bold;
-  font-size: 32px;
-  color: #FFFFFF;
-  margin-bottom: 10px;
-}
-.info-title {
-  font-weight: bold;
-  font-size: 18px;
-  color: #FFFFFF;
-}
-.pie {
-  display: flex;
-  flex-direction: row;
-  justify-content: space-around;
-}
-.pie-group {
-  display: flex;
-}
-.pie-title {
-  font-size: 14px;
-  line-height: 24px;
-  color: #2853FD;
-  padding-left: 16px;
-  position: relative;
-}
-.pie-title::before {
-  content: '';
-  width: 6px; /* 钃濈偣鐨勫搴� */
-  height: 6px; /* 钃濈偣鐨勯珮搴� */
-  background-color: #2853FD; /* 钃濈偣鐨勯鑹� */
-  border-radius: 50%; /* 灏嗘鏂瑰舰鍙樹负鍦嗗舰 */
-  position: absolute;
-  left: 0; /* 瀹氫綅鍒板乏杈� */
-  top: 9px; /* 鍨傜洿灞呬腑瀵归綈锛屾牴鎹楂樿皟鏁� */
-}
-.pie-title1 {
-  font-size: 14px;
-  line-height: 24px;
-  color: #1EBFAC;
-  padding-left: 16px;
-  position: relative;
-}
-.pie-title1::before {
-  content: '';
-  width: 6px; /* 钃濈偣鐨勫搴� */
-  height: 6px; /* 钃濈偣鐨勯珮搴� */
-  background-color: #1EBFAC; /* 钃濈偣鐨勯鑹� */
-  border-radius: 50%; /* 灏嗘鏂瑰舰鍙樹负鍦嗗舰 */
-  position: absolute;
-  left: 0; /* 瀹氫綅鍒板乏杈� */
-  top: 9px; /* 鍨傜洿灞呬腑瀵归綈锛屾牴鎹楂樿皟鏁� */
-}
-.pie-info {
-  padding-left: 16px;
-  font-size: 14px;
-  line-height: 24px;
-}
-.pie-number {
-  color: #2853FD;
-}
-.pie-number1 {
-  color: #1EBFAC;
-}
-</style>
-
+<template>
+  <div class="dashboard-cockpit">
+    <section class="cockpit-panel welcome-panel">
+      <div class="welcome-user">
+        <el-avatar :src="welcomeAvatar" class="avatar" @error="handleWelcomeAvatarError">
+          <el-icon><UserFilled /></el-icon>
+        </el-avatar>
+        <div class="welcome-text">
+          <div class="welcome-title">
+            {{ greetingText }}锛寋{ userStore.nickName || userStore.name || "瓒呯骇绠$悊鍛�" }} 馃憢
+          </div>
+          <div class="welcome-subtitle">涓撴敞宸ヤ笟鏁板瓧鍖栵紝鍔╁姏鏅洪�犲崌绾�</div>
+        </div>
+      </div>
+      <div class="welcome-meta">
+        <div class="meta-time digital-number">{{ nowTime }}</div>
+        <div class="meta-tip">MES / MOM 鐢熶骇杩愯惀椹鹃┒鑸�</div>
+      </div>
+    </section>
+
+    <section v-if="dashboardCards.length > 0" class="top-row">
+      <div class="stats-grid">
+        <article
+            v-for="card in dashboardCards"
+            :key="card.key"
+            class="stat-card"
+            :class="card.key"
+        >
+          <div class="stat-header">
+            <div class="stat-title-wrap">
+              <div class="stat-title">{{ card.title }}</div>
+              <div class="stat-desc">{{ card.desc }}</div>
+            </div>
+            <div class="stat-icon-orb">
+              <el-icon>
+                <component :is="card.icon" />
+              </el-icon>
+            </div>
+          </div>
+          <div class="stat-value digital-number">{{ card.value }}</div>
+          <div class="stat-footer">
+            <span>{{ card.subLabel }}</span>
+            <strong class="digital-number">{{ card.subValue }}</strong>
+          </div>
+          <div class="stat-trend">{{ card.trend }}</div>
+          <div class="stat-wave" aria-hidden="true"></div>
+        </article>
+      </div>
+    </section>
+
+    <section v-if="hasVisiblePanels" class="main-grid">
+      <div v-if="hasLeftPanels" class="left-column">
+        <div v-if="visiblePanels.process" class="cockpit-panel process-panel">
+          <div class="panel-title-row">
+            <div class="panel-title">宸ュ簭鏁版嵁鐢熶骇缁熻鏄庣粏</div>
+            <div class="panel-actions">
+              <el-button type="primary" size="small" plain @click="openProcessDialog">閫夋嫨宸ュ簭</el-button>
+              <el-button size="small" plain @click="resetProcessFilter">閲嶇疆</el-button>
+              <el-radio-group v-model="processRange" size="small" @change="refreshProcessStats">
+                <el-radio-button :value="1">鏃�</el-radio-button>
+                <el-radio-button :value="2">鍛�</el-radio-button>
+                <el-radio-button :value="3">鏈�</el-radio-button>
+              </el-radio-group>
+            </div>
+          </div>
+          <div class="process-body">
+            <div class="process-chart" :class="{ empty: !hasProcessData }">
+              <Echarts
+                  :options="chartBaseOptions"
+                  :chartStyle="{ width: '100%', height: '100%' }"
+                  :grid="processGrid"
+                  :series="processSeries"
+                  :tooltip="processTooltip"
+                  :xAxis="processXAxis"
+                  :yAxis="processYAxis"
+                  :style="{ height: hasProcessData ? '340px' : '280px' }"
+                  @click="handleChartClick"
+              />
+              <div v-if="!hasProcessData" class="chart-empty">
+                <el-icon><DataAnalysis /></el-icon>
+                <div class="chart-empty-title">鏆傛棤宸ュ簭鏁版嵁</div>
+                <div class="chart-empty-desc">绛夊緟鐢熶骇鎶ュ伐鏁版嵁鎺ュ叆鍚庤嚜鍔ㄧ敓鎴愮粺璁″浘琛�</div>
+                <div class="chart-empty-actions">
+                  <el-button size="small" @click="refreshProcessStats">鍒锋柊鏁版嵁</el-button>
+                  <el-button size="small" type="primary" plain @click="openProcessDialog">閫夋嫨宸ュ簭</el-button>
+                </div>
+              </div>
+            </div>
+            <div class="process-aside">
+              <div class="process-legend">
+                <div class="process-name">{{ processAside.processName }}</div>
+                <div class="process-legend-item"><span class="dot dot-blue"></span>鎶曞叆閲�</div>
+                <div class="process-legend-item"><span class="dot dot-orange"></span>鎶ュ簾閲�</div>
+                <div class="process-legend-item"><span class="dot dot-cyan"></span>浜у嚭閲�</div>
+              </div>
+              <div class="process-card">
+                <div class="process-label">绱鎬绘姇鍏�</div>
+                <div class="process-value digital-number">{{ formatAmount(processAside.totalInput) }}</div>
+              </div>
+              <div class="process-card">
+                <div class="process-label">绱鎬绘姤搴�</div>
+                <div class="process-value digital-number">{{ formatAmount(processAside.totalScrap) }}</div>
+              </div>
+              <div class="process-card">
+                <div class="process-label">绱鎬讳骇鍑�</div>
+                <div class="process-value digital-number">{{ formatAmount(processAside.totalOutput) }}</div>
+              </div>
+            </div>
+          </div>
+        </div>
+
+        <div v-if="visiblePanels.order" class="cockpit-panel order-panel">
+          <div class="panel-title-row">
+            <div class="panel-title">鐢熶骇璁㈠崟杩涘害</div>
+            <el-radio-group v-model="orderFilter" size="small">
+              <el-radio-button label="all">鍏ㄩ儴({{ orderProgressMeta.total }})</el-radio-button>
+              <el-radio-button label="waiting">寰呭紑濮�({{ orderProgressMeta.waitingCount }})</el-radio-button>
+              <el-radio-button label="inProgress">杩涜涓�({{ orderProgressMeta.inProgressCount }})</el-radio-button>
+              <el-radio-button label="completed">宸插畬鎴�({{ orderProgressMeta.completedCount }})</el-radio-button>
+              <el-radio-button label="paused">宸叉殏鍋�({{ orderProgressMeta.pausedCount }})</el-radio-button>
+            </el-radio-group>
+          </div>
+          <el-table :data="filteredOrders" stripe>
+            <el-table-column prop="orderNo" label="璁㈠崟缂栧彿" min-width="150" />
+            <el-table-column prop="productName" label="浜у搧鍚嶇О" min-width="120" />
+            <el-table-column prop="planQty" label="璁″垝鏁伴噺" min-width="90" />
+            <el-table-column prop="completedQty" label="宸插畬鎴�" min-width="90" />
+            <el-table-column label="瀹屾垚鐜�" min-width="180">
+              <template #default="{ row }">
+                <div class="table-progress">
+                  <el-progress
+                      :stroke-width="8"
+                      :percentage="row.completionRate"
+                      :show-text="false"
+                      status="success"
+                  />
+                  <span>{{ row.completionRate }}%</span>
+                </div>
+              </template>
+            </el-table-column>
+            <el-table-column prop="deliveryDate" label="浜ゆ湡" min-width="110" />
+            <el-table-column label="鐘舵��" min-width="90">
+              <template #default="{ row }">
+                <el-tag :type="getOrderStatusType(row.status)" effect="light">
+                  {{ row.statusLabel || getOrderStatusText(row.status) }}
+                </el-tag>
+              </template>
+            </el-table-column>
+          </el-table>
+        </div>
+
+        <div v-if="visiblePanels.contract" class="cockpit-panel contract-panel">
+          <div class="panel-title">瀹㈡埛鍚堝悓閲戦鍒嗘瀽</div>
+          <div class="contract-summary">
+            <div class="contract-card">
+              <div class="contract-name">鎬诲悎鍚岄噾棰�(鍏�)</div>
+              <div class="contract-main digital-number">{{ formatNumber(sum) }}</div>
+              <div class="contract-compare">
+                鍚屾瘮
+                <span class="rise">{{ trendText(yny) }}</span>
+                鐜瘮
+                <span class="rise">{{ trendText(chain) }}</span>
+              </div>
+            </div>
+            <div class="contract-chart-wrap">
+              <Echarts
+                  :options="chartBaseOptions"
+                  :legend="pieLegend"
+                  :chartStyle="chartStylePie"
+                  :series="materialPieSeries"
+                  :tooltip="pieTooltip"
+              />
+            </div>
+          </div>
+          <ul class="contract-list">
+            <li v-for="item in materialPieSeries[0].data" :key="item.name">
+              <span class="legend-dot" :style="{ backgroundColor: item.itemStyle?.color }"></span>
+              <span class="contract-item-name">{{ item.name }}</span>
+              <span class="contract-item-rate">{{ item.rate }}%</span>
+              <span class="contract-item-value digital-number">楼{{ formatNumber(item.value) }}</span>
+            </li>
+          </ul>
+        </div>
+
+        <div v-if="visiblePanels.quality" class="cockpit-panel quality-panel">
+          <div class="panel-title-row">
+            <div class="panel-title">璐ㄩ噺缁熻</div>
+            <el-radio-group v-model="qualityRange" size="small" @change="qualityStatisticsInfo">
+              <el-radio-button :value="1">鍛�</el-radio-button>
+              <el-radio-button :value="2">鏈�</el-radio-button>
+              <el-radio-button :value="3">瀛e害</el-radio-button>
+            </el-radio-group>
+          </div>
+          <div class="quality-cards">
+            <div class="quality-card one">鍘熸潗鏂欏凡妫�鏁伴噺 <span>{{ qualityStatisticsObject.supplierNum }}浠�</span></div>
+            <div class="quality-card two">杩囩▼妫�楠屾暟閲� <span>{{ qualityStatisticsObject.processNum }}浠�</span></div>
+            <div class="quality-card three">鍑哄巶宸叉鏁伴噺 <span>{{ qualityStatisticsObject.factoryNum }}浠�</span></div>
+          </div>
+          <Echarts
+              :options="chartBaseOptions"
+              :chartStyle="chartStyle"
+              :grid="grid"
+              :legend="barLegend"
+              :series="barSeries1"
+              :tooltip="tooltip"
+              :xAxis="xAxis1"
+              :yAxis="yAxis1"
+              style="height: 270px"
+          />
+        </div>
+      </div>
+
+      <div v-if="hasRightPanels" class="right-column">
+        <div v-if="visiblePanels.todo" class="cockpit-panel todo-panel">
+          <div class="panel-title-row">
+            <div class="panel-title">寰呭姙浜嬮」</div>
+            <span class="panel-more">鏇村</span>
+          </div>
+          <ul class="todo-list" v-if="todoList.length > 0">
+            <li v-for="item in todoList" :key="item.id" class="todo-item">
+              <div class="todo-head">
+                <span class="todo-no">寰呭姙缂栧彿锛歿{ item.approveId }}</span>
+                <span class="todo-time">{{ item.approveTime }}</span>
+              </div>
+              <div class="todo-desc">閮ㄩ棬锛歿{ item.approveDeptName }}</div>
+              <div class="todo-desc">浜嬬敱锛歿{ item.approveReason }}</div>
+            </li>
+          </ul>
+          <div v-else class="panel-empty">鏆傛棤鏁版嵁</div>
+        </div>
+
+        <div v-if="visiblePanels.realtime" class="cockpit-panel realtime-panel">
+          <div class="panel-title-row">
+            <div class="panel-title">鐢熶骇瀹炴椂鐪嬫澘</div>
+            <span class="panel-more">鏇村</span>
+          </div>
+          <div class="realtime-grid">
+            <div class="realtime-item" v-for="item in realtimeBoard" :key="item.key">
+              <el-progress
+                  type="circle"
+                  :percentage="item.percent"
+                  :stroke-width="10"
+                  :width="94"
+                  :color="item.color"
+              >
+                <template #default>
+                  <div class="realtime-value digital-number">{{ item.display }}</div>
+                </template>
+              </el-progress>
+              <div class="realtime-label">{{ item.label }}</div>
+              <div class="realtime-delta" :class="item.trend">{{ item.delta }}</div>
+            </div>
+          </div>
+        </div>
+
+        <div v-if="visiblePanels.quick" class="cockpit-panel quick-panel">
+          <div class="panel-title-row">
+            <div class="panel-title">蹇嵎鍔熻兘</div>
+          </div>
+          <div class="quick-grid">
+            <button
+                v-for="item in quickEntries"
+                :key="item.label"
+                class="quick-item"
+                type="button"
+                @click="goToQuick(item.path)"
+            >
+              <span class="quick-icon">
+                <el-icon>
+                  <component :is="item.icon" />
+                </el-icon>
+              </span>
+              <span>{{ item.label }}</span>
+            </button>
+          </div>
+        </div>
+
+        <div v-if="visiblePanels.plan" class="cockpit-panel plan-panel">
+          <div class="panel-title-row">
+            <div class="panel-title">浠婃棩鐢熶骇璁″垝</div>
+            <span class="panel-more">{{ todayPlanTotal }}椤�</span>
+          </div>
+          <ul class="plan-list">
+            <li v-for="item in todayPlanList" :key="item.orderNo" class="plan-item">
+              <div class="plan-main">
+                <span class="plan-order">{{ item.orderNo }}</span>
+                <span class="plan-name">{{ item.productName }}</span>
+              </div>
+              <div class="plan-meta">
+                <span>璁″垝 {{ item.planQty }}</span>
+                <span>浜ゆ湡 {{ item.deliveryDate }}</span>
+              </div>
+            </li>
+          </ul>
+        </div>
+
+        <div v-if="visiblePanels.receipt" class="cockpit-panel receipt-panel">
+          <div class="panel-title">鍥炴涓庡紑绁ㄥ垎鏋�</div>
+          <Echarts
+              :options="chartBaseOptions"
+              :chartStyle="chartStyle"
+              :grid="grid"
+              :legend="lineLegend"
+              :series="lineSeries"
+              :tooltip="tooltipLine"
+              :xAxis="xAxis2"
+              :yAxis="yAxis2"
+              style="height: 300px"
+          />
+        </div>
+
+      </div>
+    </section>
+
+    <section v-else class="cockpit-panel empty-home-panel">
+      褰撳墠璐﹀彿娌℃湁鍙睍绀虹殑棣栭〉妯″潡
+    </section>
+
+    <el-dialog v-model="processDialogVisible" title="閫夋嫨宸ュ簭" width="500px" append-to-body>
+      <div class="process-selection-wrapper">
+        <el-checkbox-group v-model="tempProcessIds">
+          <div class="process-grid">
+            <el-checkbox v-for="item in processOptions" :key="item.id" :label="item.id" border>
+              {{ item.name }}
+            </el-checkbox>
+          </div>
+        </el-checkbox-group>
+      </div>
+      <template #footer>
+        <span class="dialog-footer">
+          <el-button @click="processDialogVisible = false">鍙栨秷</el-button>
+          <el-button type="primary" @click="handleProcessDialogConfirm">纭</el-button>
+        </span>
+      </template>
+    </el-dialog>
+  </div>
+</template>
+
+<script setup>
+import { ref, onMounted, onUnmounted, computed, reactive, watch } from "vue";
+import { useRouter } from "vue-router";
+import dayjs from "dayjs";
+import * as echarts from "echarts";
+import {
+  Box,
+  Calendar,
+  Checked,
+  DataAnalysis,
+  DataLine,
+  EditPen,
+  Operation,
+  Search,
+  ShoppingCartFull,
+  Tickets,
+  Tools,
+  UserFilled,
+} from "@element-plus/icons-vue";
+import Echarts from "@/components/Echarts/echarts.vue";
+import usePermissionStore from "@/store/modules/permission";
+import useUserStore from "@/store/modules/user.js";
+import {
+  analysisCustomerContractAmounts,
+  getAmountHalfYear,
+  getBusiness,
+  homeTodos,
+  processDataProductionStatistics,
+  productionOrderProgress,
+  productionOverview,
+  productionRealtimeBoard,
+  qualityInspectionStatistics,
+  statisticsReceivablePayable,
+  todayProductionPlan,
+} from "@/api/viewIndex.js";
+import { list } from "@/api/productionManagement/productionProcess";
+
+const router = useRouter();
+const userStore = useUserStore();
+const permissionStore = usePermissionStore();
+const defaultWelcomeAvatar = new URL("../assets/images/profile.jpg", import.meta.url).href;
+
+const nowTime = ref("");
+const welcomeAvatarLoadFailed = ref(false);
+let clockTimer = null;
+const weatherText = "澶氫簯 28掳C";
+
+const nowDate = computed(() => (nowTime.value ? nowTime.value.slice(0, 10) : dayjs().format("YYYY-MM-DD")));
+
+const greetingText = computed(() => {
+  const hour = dayjs().hour();
+  if (hour < 6) return "鍑屾櫒濂�";
+  if (hour < 9) return "鏃╀笂濂�";
+  if (hour < 12) return "涓婂崍濂�";
+  if (hour < 14) return "涓崍濂�";
+  if (hour < 18) return "涓嬪崍濂�";
+  return "鏅氫笂濂�";
+});
+
+const welcomeAvatar = computed(() =>
+    welcomeAvatarLoadFailed.value || !userStore.avatar ? defaultWelcomeAvatar : userStore.avatar
+);
+
+const handleWelcomeAvatarError = () => {
+  if (welcomeAvatar.value !== defaultWelcomeAvatar) {
+    welcomeAvatarLoadFailed.value = true;
+  }
+};
+
+watch(
+    () => userStore.avatar,
+    () => {
+      welcomeAvatarLoadFailed.value = false;
+    }
+);
+
+const axisTextColor = "#5f6f86";
+const axisLineColor = "rgba(148, 163, 184, 0.45)";
+const splitLineColor = "rgba(148, 163, 184, 0.18)";
+
+const chartBaseOptions = reactive({
+  backgroundColor: "transparent",
+  textStyle: { color: axisTextColor },
+});
+
+const processOptions = ref([]);
+const selectedProcessIds = ref([]);
+const tempProcessIds = ref([]);
+const processDialogVisible = ref(false);
+const activeProcessIndex = ref(0);
+
+const businessInfo = ref({
+  inventoryNum: 0,
+  monthPurchaseHaveMoney: 0,
+  monthPurchaseMoney: 0,
+  monthSaleHaveMoney: 0,
+  monthSaleMoney: 0,
+  todayInventoryNum: 0,
+});
+
+const qualityStatisticsObject = ref({
+  supplierNum: 0,
+  processNum: 0,
+  factoryNum: 0,
+});
+
+const productionOverviewData = ref({
+  totalOutput: 0,
+  totalScrap: 0,
+  yieldRate: 0,
+});
+
+const realtimeBoardData = ref({
+  deviceOee: { value: 0, compareYesterday: 0 },
+  orderAchievementRate: { value: 0, compareYesterday: 0 },
+  defectRate: { value: 0, compareYesterday: 0 },
+});
+
+const orderProgressMeta = ref({
+  status: "all",
+  tab: "all",
+  bizDate: null,
+  total: 0,
+  pageNum: 1,
+  pageSize: 10,
+  waitingCount: 0,
+  inProgressCount: 0,
+  completedCount: 0,
+  pausedCount: 0,
+});
+
+const todayPlanList = ref([]);
+const todayPlanTotal = ref(0);
+
+const sum = ref(0);
+const yny = ref(0);
+const chain = ref(0);
+
+const pieLegend = reactive({ show: false });
+const piePalette = ["#2563eb", "#14b8a6", "#7c3aed", "#f97316", "#38bdf8", "#f43f5e"];
+
+const chartStyle = {
+  width: "100%",
+  height: "100%",
+};
+
+const chartStylePie = {
+  width: "100%",
+  height: "200px",
+};
+
+const grid = {
+  left: "3%",
+  right: "4%",
+  bottom: "2%",
+  top: "12%",
+  containLabel: true,
+};
+
+const tooltip = {
+  trigger: "axis",
+  axisPointer: { type: "shadow" },
+  backgroundColor: "rgba(255, 255, 255, 0.97)",
+  borderColor: "rgba(148, 163, 184, 0.26)",
+  textStyle: { color: "#334155" },
+};
+
+const barColors2 = ["#2563eb", "#14b8a6"];
+
+const xAxis = [
+  {
+    type: "value",
+    axisLine: { lineStyle: { color: axisLineColor } },
+    splitLine: { lineStyle: { color: splitLineColor } },
+    axisLabel: { color: axisTextColor },
+  },
+];
+
+const yAxis = [
+  {
+    type: "category",
+    data: ["搴斾粯璐︽", "搴旀敹璐︽"],
+    axisTick: { show: false },
+    axisLine: { lineStyle: { color: axisLineColor } },
+    axisLabel: { color: axisTextColor },
+  },
+];
+
+const barSeries = ref([
+  {
+    type: "bar",
+    barWidth: 22,
+    itemStyle: { borderRadius: [0, 8, 8, 0] },
+    label: { show: true, position: "right", color: "#334155" },
+    data: [],
+  },
+]);
+
+const barLegend = {
+  show: true,
+  textStyle: { color: axisTextColor },
+  data: ["鍘熸潗鏂欎笉鍚堟牸鏁�", "杩囩▼涓嶅悎鏍兼暟", "鍑哄巶涓嶅悎鏍兼暟"],
+};
+
+const xAxis1 = ref([
+  {
+    type: "category",
+    axisTick: { show: false },
+    axisLine: { lineStyle: { color: axisLineColor } },
+    axisLabel: { color: axisTextColor },
+    data: [],
+  },
+]);
+
+const yAxis1 = [
+  {
+    type: "value",
+    splitLine: { lineStyle: { color: splitLineColor } },
+    axisLine: { lineStyle: { color: axisLineColor } },
+    axisLabel: { color: axisTextColor },
+  },
+];
+
+const barSeries1 = ref([
+  {
+    name: "鍘熸潗鏂欎笉鍚堟牸鏁�",
+    type: "bar",
+    barGap: 0,
+    itemStyle: { color: "#2563eb", borderRadius: [6, 6, 0, 0] },
+    emphasis: { focus: "series" },
+    data: [],
+  },
+  {
+    name: "杩囩▼涓嶅悎鏍兼暟",
+    type: "bar",
+    itemStyle: { color: "#14b8a6", borderRadius: [6, 6, 0, 0] },
+    emphasis: { focus: "series" },
+    data: [],
+  },
+  {
+    name: "鍑哄巶涓嶅悎鏍兼暟",
+    type: "bar",
+    itemStyle: { color: "#f59e0b", borderRadius: [6, 6, 0, 0] },
+    emphasis: { focus: "series" },
+    data: [],
+  },
+]);
+
+const lineLegend = {
+  show: true,
+  textStyle: { color: axisTextColor },
+  data: ["寮�绁�", "鍥炴"],
+};
+
+const xAxis2 = ref([
+  {
+    type: "category",
+    data: [],
+    axisLine: { lineStyle: { color: axisLineColor } },
+    axisLabel: {
+      color: axisTextColor,
+      interval: 0,
+      formatter: (value) => value.replace(/~/g, "\n"),
+    },
+  },
+]);
+
+const yAxis2 = ref([
+  {
+    type: "value",
+    splitLine: { lineStyle: { color: splitLineColor } },
+    axisLine: { lineStyle: { color: axisLineColor } },
+    axisLabel: { color: axisTextColor },
+  },
+]);
+
+const tooltipLine = {
+  trigger: "axis",
+  backgroundColor: "rgba(255, 255, 255, 0.97)",
+  borderColor: "rgba(148, 163, 184, 0.26)",
+  textStyle: { color: "#334155" },
+};
+
+const lineSeries = ref([
+  {
+    name: "寮�绁�",
+    type: "line",
+    data: [],
+    smooth: true,
+    itemStyle: { color: "#2563eb" },
+    lineStyle: { width: 2, color: "#2563eb" },
+    showSymbol: true,
+    areaStyle: {
+      color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
+        { offset: 0, color: "rgba(37, 99, 235, 0.24)" },
+        { offset: 1, color: "rgba(37, 99, 235, 0.02)" },
+      ]),
+    },
+  },
+  {
+    name: "鍥炴",
+    type: "line",
+    data: [],
+    smooth: true,
+    itemStyle: { color: "#14b8a6" },
+    lineStyle: { width: 2, color: "#14b8a6" },
+    showSymbol: true,
+    areaStyle: {
+      color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
+        { offset: 0, color: "rgba(20, 184, 166, 0.2)" },
+        { offset: 1, color: "rgba(20, 184, 166, 0.02)" },
+      ]),
+    },
+  },
+]);
+
+const pieTooltip = reactive({
+  trigger: "item",
+  backgroundColor: "rgba(255, 255, 255, 0.97)",
+  borderColor: "rgba(148, 163, 184, 0.26)",
+  textStyle: { color: "#334155" },
+  formatter: (params) => `${params.name} ${formatNumber(params.value)}鍏� ${params.percent}%`,
+});
+
+const materialPieSeries = ref([
+  {
+    type: "pie",
+    radius: ["62%", "88%"],
+    avoidLabelOverlap: false,
+    itemStyle: {
+      borderColor: "rgba(255, 255, 255, 0.95)",
+      borderWidth: 2,
+    },
+    label: { show: false },
+    data: [],
+  },
+]);
+
+const todoList = ref([]);
+const qualityRange = ref(1);
+const processRange = ref(1);
+const processChartData = ref([]);
+
+const processXAxis = ref([
+  {
+    type: "value",
+    axisLine: { lineStyle: { color: axisLineColor } },
+    splitLine: { lineStyle: { color: splitLineColor, type: "dashed" } },
+    axisLabel: { color: axisTextColor },
+  },
+]);
+
+const processYAxis = ref([
+  {
+    type: "category",
+    axisTick: { show: false },
+    axisLine: { show: false },
+    axisLabel: { color: axisTextColor },
+    data: [],
+  },
+]);
+
+const processGrid = reactive({ left: "4%", right: "4%", top: 20, bottom: 18, containLabel: true });
+
+const processTooltip = reactive({
+  trigger: "axis",
+  axisPointer: { type: "shadow" },
+  backgroundColor: "rgba(255, 255, 255, 0.97)",
+  borderColor: "rgba(148, 163, 184, 0.26)",
+  textStyle: { color: "#334155" },
+  formatter: (params) => {
+    const name = params?.[0]?.name ?? "";
+    const list = Array.isArray(params) ? params : [];
+    const lines = list
+        .map((p) => {
+          const colorBox = `<span style="display:inline-block;margin-right:6px;border-radius:2px;width:10px;height:10px;background:${p.color}"></span>`;
+          return `${colorBox}${p.seriesName}<b style="float:right;">${Number(p.value || 0).toFixed(2)}</b>`;
+        })
+        .join("<br/>");
+    return `<div style="min-width:140px;"><div style="font-weight:700;margin-bottom:6px;">${name}</div>${lines}</div>`;
+  },
+});
+
+const processSeries = computed(() => {
+  const input = processChartData.value.map((item) => item.input);
+  const scrap = processChartData.value.map((item) => item.scrap);
+  const output = processChartData.value.map((item) => item.output);
+  return [
+    {
+      name: "鎶曞叆閲�",
+      type: "bar",
+      stack: "total",
+      barWidth: 18,
+      itemStyle: { color: "#2563eb", borderRadius: [8, 0, 0, 8] },
+      data: input,
+    },
+    {
+      name: "鎶ュ簾閲�",
+      type: "bar",
+      stack: "total",
+      barWidth: 18,
+      itemStyle: { color: "#f59e0b" },
+      data: scrap,
+    },
+    {
+      name: "浜у嚭閲�",
+      type: "bar",
+      stack: "total",
+      barWidth: 18,
+      itemStyle: { color: "#14b8a6", borderRadius: [0, 8, 8, 0] },
+      data: output,
+    },
+  ];
+});
+
+const processAside = computed(() => {
+  const listData = processChartData.value;
+  const item = listData[activeProcessIndex.value] || {};
+  return {
+    processName: item.name || "鏆傛棤鏁版嵁",
+    totalInput: item.input || 0,
+    totalScrap: item.scrap || 0,
+    totalOutput: item.output || 0,
+  };
+});
+
+const processTotals = computed(() =>
+    processChartData.value.reduce(
+        (acc, cur) => {
+          acc.input += Number(cur.input || 0);
+          acc.scrap += Number(cur.scrap || 0);
+          acc.output += Number(cur.output || 0);
+          return acc;
+        },
+        { input: 0, scrap: 0, output: 0 }
+    )
+);
+
+const hasProcessData = computed(() => {
+  if (!processChartData.value.length) return false;
+  return processChartData.value.some((item) => {
+    const input = Number(item.input || 0);
+    const scrap = Number(item.scrap || 0);
+    const output = Number(item.output || 0);
+    return input > 0 || scrap > 0 || output > 0;
+  });
+});
+
+const dashboardCards = computed(() => [
+  {
+    key: "sales",
+    title: "閿�鍞暟鎹�",
+    desc: "鏈湀閿�鍞(鍏�)",
+    value: formatNumber(businessInfo.value.monthSaleMoney),
+    subLabel: "鏈紑绁ㄩ噾棰�",
+    subValue: formatNumber(businessInfo.value.monthSaleHaveMoney),
+    trend: `鍗犳瘮 ${ratioText(businessInfo.value.monthSaleHaveMoney, businessInfo.value.monthSaleMoney)}`,
+    icon: DataLine,
+    visible: visibleModules.value.sales,
+  },
+  {
+    key: "purchase",
+    title: "閲囪喘鏁版嵁",
+    desc: "鏈湀閲囪喘棰�(鍏�)",
+    value: formatNumber(businessInfo.value.monthPurchaseMoney),
+    subLabel: "寰呬粯娆鹃噾棰�",
+    subValue: formatNumber(businessInfo.value.monthPurchaseHaveMoney),
+    trend: `鍗犳瘮 ${ratioText(
+        businessInfo.value.monthPurchaseHaveMoney,
+        businessInfo.value.monthPurchaseMoney
+    )}`,
+    icon: ShoppingCartFull,
+    visible: visibleModules.value.procurement,
+  },
+  {
+    key: "inventory",
+    title: "搴撳瓨鏁版嵁",
+    desc: "褰撳墠搴撳瓨鎬婚噺(浠�)",
+    value: formatNumber(businessInfo.value.inventoryNum),
+    subLabel: "浠婃棩鍏ュ簱",
+    subValue: formatNumber(businessInfo.value.todayInventoryNum),
+    trend: "搴撳瓨缁撴瀯鎸佺画浼樺寲",
+    icon: Box,
+    visible: visibleModules.value.inventory,
+  },
+  {
+    key: "production",
+    title: "鐢熶骇鎬昏",
+    desc: "绱浜у嚭(浠�)",
+    value: formatNumber(productionOverviewData.value.totalOutput),
+    subLabel: "绱鎶ュ簾",
+    subValue: formatNumber(productionOverviewData.value.totalScrap),
+    trend: `鑹巼 ${Number(productionOverviewData.value.yieldRate || 0).toFixed(2)}%`,
+    icon: Operation,
+    visible: visibleModules.value.production,
+  },
+].filter((item) => item.visible));
+
+const productionOrders = ref([]);
+
+const orderFilterOptions = ["all", "waiting", "inProgress", "completed", "paused"];
+const orderFilterAliasMap = {
+  1: "waiting",
+  2: "inProgress",
+  3: "completed",
+  4: "paused",
+};
+const orderFilter = ref("all");
+const filteredOrders = computed(() => productionOrders.value);
+
+const normalizeOrderFilter = (value, fallback = "all") => {
+  const safeFallback = orderFilterOptions.includes(fallback) ? fallback : "all";
+  const text = String(value ?? "").trim();
+  if (orderFilterAliasMap[text]) {
+    return orderFilterAliasMap[text];
+  }
+  return orderFilterOptions.includes(text) ? text : safeFallback;
+};
+
+const parseCount = (value) => {
+  if (value === null || value === undefined || value === "") return null;
+  const num = Number(value);
+  return Number.isFinite(num) ? num : null;
+};
+
+const resolveProgressCount = (rawValue, currentStatus, targetStatus, total) => {
+  const count = parseCount(rawValue);
+  if (count !== null) return count;
+  return currentStatus === targetStatus ? total : 0;
+};
+
+const getCompareTrend = (value) => {
+  const num = Number(value || 0);
+  if (num > 0) return "up";
+  if (num < 0) return "down";
+  return "flat";
+};
+
+const getCompareText = (value) => {
+  const num = Number(value || 0);
+  const abs = Math.abs(num).toFixed(2);
+  if (num > 0) return `杈冩槰鏃� 鈫� ${abs}%`;
+  if (num < 0) return `杈冩槰鏃� 鈫� ${abs}%`;
+  return "杈冩槰鏃� 鎸佸钩";
+};
+
+const realtimeBoard = computed(() => {
+  const oee = Number(realtimeBoardData.value.deviceOee?.value || 0);
+  const orderAchievement = Number(realtimeBoardData.value.orderAchievementRate?.value || 0);
+  const defectRate = Number(realtimeBoardData.value.defectRate?.value || 0);
+  const oeeCompare = Number(realtimeBoardData.value.deviceOee?.compareYesterday || 0);
+  const orderCompare = Number(realtimeBoardData.value.orderAchievementRate?.compareYesterday || 0);
+  const defectCompare = Number(realtimeBoardData.value.defectRate?.compareYesterday || 0);
+  return [
+    {
+      key: "oee",
+      label: "璁惧 OEE",
+      percent: clampPercent(oee),
+      display: `${oee.toFixed(2)}%`,
+      delta: getCompareText(oeeCompare),
+      trend: getCompareTrend(oeeCompare),
+      color: "#2d8cff",
+    },
+    {
+      key: "order",
+      label: "璁㈠崟杈炬垚鐜�",
+      percent: clampPercent(orderAchievement),
+      display: `${orderAchievement.toFixed(2)}%`,
+      delta: getCompareText(orderCompare),
+      trend: getCompareTrend(orderCompare),
+      color: "#31d2ff",
+    },
+    {
+      key: "defect",
+      label: "涓嶈壇鐜�",
+      percent: clampPercent(defectRate),
+      display: `${defectRate.toFixed(2)}%`,
+      delta: getCompareText(defectCompare),
+      trend: getCompareTrend(defectCompare),
+      color: "#f6a23f",
+    },
+  ];
+});
+
+const warningList = ref([
+  {
+    id: 1,
+    level: "device",
+    title: "璁惧棰勮",
+    desc: "CNC-001 璁惧鎸姩寮傚父",
+    time: "10:24:32",
+  },
+  {
+    id: 2,
+    level: "quality",
+    title: "璐ㄩ噺棰勮",
+    desc: "璁㈠崟 SO-20260517 涓嶈壇鐜囪秴鏍�",
+    time: "09:15:47",
+  },
+  {
+    id: 3,
+    level: "material",
+    title: "鐗╂枡棰勮",
+    desc: "鐗╂枡 1002001 搴撳瓨涓嶈冻",
+    time: "08:47:21",
+  },
+]);
+
+const quickEntryConfigs = [
+  { label: "涓荤敓浜ц鍒�", icon: Calendar, titles: ["涓荤敓浜ц鍒�"], fallbackPath: "/productionPlan/productionPlan" },
+  { label: "鐢熶骇璁㈠崟", icon: Tickets, titles: ["鐢熶骇璁㈠崟"], fallbackPath: "/productionManagement/productionOrder" },
+  { label: "鐢熶骇鎶ュ伐", icon: EditPen, titles: ["鐢熶骇鎶ュ伐"], fallbackPath: "/productionManagement/productionReporting" },
+  { label: "璁惧鍙拌处", icon: Tools, titles: ["璁惧鍙拌处"], fallbackPath: "/equipmentManagement/ledger" },
+  { label: "閿�鍞彴璐�", icon: DataLine, titles: ["閿�鍞彴璐�"], fallbackPath: "/salesManagement/salesLedger" },
+  { label: "閲囪喘鍙拌处", icon: ShoppingCartFull, titles: ["閲囪喘鍙拌处"], fallbackPath: "/procurementManagement/procurementLedger" },
+  { label: "鍛樺伐鍙拌处", icon: UserFilled, titles: ["鍛樺伐鍙拌处", "鍦ㄨ亴鍛樺伐鍙拌处"], fallbackPath: "/personnelManagement/employeeRecord" },
+  { label: "搴撳瓨绠$悊", icon: Box, titles: ["搴撳瓨绠$悊"], fallbackPath: "/inventoryManagement/stockManage" },
+];
+
+const normalizeMenuTitle = (title) => String(title || "").replace(/\s+/g, "").trim();
+const normalizeRoutePath = (path) =>
+    String(path || "")
+        .trim()
+        .replace(/\/+/g, "/")
+        .replace(/\/$/, "")
+        .toLowerCase();
+
+const resolveRoutePath = (route, parentPath = "") => {
+  const currentPath = String(route?.path || "").trim();
+  if (!currentPath) return parentPath || "";
+  if (/^(https?:)?\/\//.test(currentPath)) return currentPath;
+  if (currentPath.startsWith("/")) return currentPath;
+  const basePath = parentPath && parentPath !== "/" ? parentPath.replace(/\/$/, "") : "";
+  return `${basePath}/${currentPath}`.replace(/\/+/g, "/");
+};
+
+const collectAccessibleRoutes = (routes = [], parentPath = "") => {
+  const items = [];
+  (routes || []).forEach((route) => {
+    if (!route) return;
+    const fullPath = resolveRoutePath(route, parentPath);
+    const title = route.meta?.title ?? route.title ?? "";
+    if (title && fullPath && !String(route.redirect || "").includes("noRedirect")) {
+      items.push({
+        title: normalizeMenuTitle(title),
+        path: normalizeRoutePath(fullPath),
+      });
+    }
+    if (Array.isArray(route.children) && route.children.length > 0) {
+      items.push(...collectAccessibleRoutes(route.children, fullPath));
+    }
+  });
+  return items;
+};
+
+const accessibleMenuRoutes = computed(() => {
+  const routePool =
+      permissionStore.defaultRoutes?.length > 0
+          ? permissionStore.defaultRoutes
+          : permissionStore.sidebarRouters?.length > 0
+              ? permissionStore.sidebarRouters
+              : permissionStore.routes;
+  return collectAccessibleRoutes(routePool || []);
+});
+
+const moduleAccessConfig = {
+  sales: {
+    titles: ["閿�鍞鐞�", "閿�鍞彴璐�"],
+    pathPrefixes: ["/salesmanagement"],
+  },
+  procurement: {
+    titles: ["閲囪喘绠$悊", "閲囪喘鍙拌处"],
+    pathPrefixes: ["/procurementmanagement"],
+  },
+  inventory: {
+    titles: ["搴撳瓨绠$悊"],
+    pathPrefixes: ["/inventorymanagement"],
+  },
+  production: {
+    titles: ["鐢熶骇绠$悊", "涓荤敓浜ц鍒�", "鐢熶骇璁㈠崟", "鐢熶骇鎶ュ伐"],
+    pathPrefixes: ["/productionmanagement", "/productionplan"],
+  },
+  quality: {
+    titles: ["璐ㄩ噺绠$悊"],
+    pathPrefixes: ["/qualitymanagement"],
+  },
+  equipment: {
+    titles: ["璁惧绠$悊", "璁惧鍙拌处"],
+    pathPrefixes: ["/equipmentmanagement"],
+  },
+  personnel: {
+    titles: ["浜轰簨绠$悊", "鍛樺伐鍙拌处", "鍦ㄨ亴鍛樺伐鍙拌处"],
+    pathPrefixes: ["/personnelmanagement"],
+  },
+  approval: {
+    titles: ["鍗忓悓瀹℃壒", "寰呭姙浜嬮」"],
+    pathPrefixes: ["/collaborativeapproval"],
+  },
+  finance: {
+    titles: ["璐㈠姟绠$悊", "璐㈠姟鍒嗘瀽", "鍥炴绠$悊", "寮�绁ㄧ鐞�"],
+    pathPrefixes: ["/financesuite", "/financialmanagement"],
+  },
+};
+
+const hasModuleAccess = (config) =>
+    accessibleMenuRoutes.value.some((route) => {
+      const matchedTitle = (config.titles || []).some((title) => route.title === normalizeMenuTitle(title));
+      const matchedPath = (config.pathPrefixes || []).some(
+          (prefix) => route.path === prefix || route.path.startsWith(`${prefix}/`)
+      );
+      return matchedTitle || matchedPath;
+    });
+
+const visibleModules = computed(() => ({
+  sales: hasModuleAccess(moduleAccessConfig.sales),
+  procurement: hasModuleAccess(moduleAccessConfig.procurement),
+  inventory: hasModuleAccess(moduleAccessConfig.inventory),
+  production: hasModuleAccess(moduleAccessConfig.production),
+  quality: hasModuleAccess(moduleAccessConfig.quality),
+  equipment: hasModuleAccess(moduleAccessConfig.equipment),
+  personnel: hasModuleAccess(moduleAccessConfig.personnel),
+  approval: hasModuleAccess(moduleAccessConfig.approval),
+  finance: hasModuleAccess(moduleAccessConfig.finance),
+}));
+
+const visiblePanels = computed(() => ({
+  process: visibleModules.value.production,
+  order: visibleModules.value.production,
+  contract: visibleModules.value.sales,
+  quality: visibleModules.value.quality,
+  todo: visibleModules.value.approval,
+  realtime: visibleModules.value.production,
+  quick: quickEntries.value.length > 0,
+  plan: visibleModules.value.production,
+  receipt: visibleModules.value.sales || visibleModules.value.finance,
+}));
+
+const hasLeftPanels = computed(
+    () => visiblePanels.value.process || visiblePanels.value.order || visiblePanels.value.contract || visiblePanels.value.quality
+);
+const hasRightPanels = computed(
+    () => visiblePanels.value.todo || visiblePanels.value.realtime || visiblePanels.value.quick || visiblePanels.value.plan || visiblePanels.value.receipt
+);
+const hasVisiblePanels = computed(() => hasLeftPanels.value || hasRightPanels.value);
+
+const quickEntries = computed(() =>
+    quickEntryConfigs
+        .map((item) => {
+          const targetRoute = accessibleMenuRoutes.value.find((route) =>
+              item.titles.some((title) => route.title === normalizeMenuTitle(title))
+          );
+          const resolvedPath = targetRoute?.path || "";
+          return resolvedPath
+              ? {
+                label: item.label,
+                icon: item.icon,
+                path: resolvedPath,
+              }
+              : null;
+        })
+        .filter(Boolean)
+);
+
+const updateNowTime = () => {
+  nowTime.value = dayjs().format("YYYY-MM-DD HH:mm:ss");
+};
+
+const formatNumber = (value) => {
+  const num = Number(value || 0);
+  return num.toLocaleString(undefined, {
+    minimumFractionDigits: 2,
+    maximumFractionDigits: 2,
+  });
+};
+
+const formatAmount = (value) => {
+  const num = Number(value || 0);
+  return num.toLocaleString(undefined, {
+    minimumFractionDigits: 2,
+    maximumFractionDigits: 2,
+  });
+};
+
+const trendText = (value) => {
+  const num = Number(value || 0);
+  const flag = num >= 0 ? "鈫�" : "鈫�";
+  return `${flag} ${Math.abs(num).toFixed(1)}%`;
+};
+
+const ratioNumber = (numerator, denominator) => {
+  const n = Number(numerator || 0);
+  const d = Number(denominator || 0);
+  if (!d) return 0;
+  return (n / d) * 100;
+};
+
+const ratioText = (numerator, denominator) => `${ratioNumber(numerator, denominator).toFixed(1)}%`;
+
+const clampPercent = (val) => Math.max(0, Math.min(100, Number(val || 0)));
+
+const getOrderStatusText = (status) => {
+  const mapping = {
+    1: "寰呭紑濮�",
+    2: "杩涜涓�",
+    3: "宸插畬鎴�",
+    4: "宸叉殏鍋�",
+  };
+  return mapping[status] || "鏈煡";
+};
+
+const getOrderStatusType = (status) => {
+  const mapping = {
+    1: "info",
+    2: "success",
+    3: "primary",
+    4: "warning",
+  };
+  return mapping[status] || "info";
+};
+
+const formatDueDate = (value) => {
+  if (!value) return "--";
+  const date = dayjs(value);
+  return date.isValid() ? date.format("YYYY-MM-DD") : "--";
+};
+
+const mapOrderProgressRecord = (item = {}) => ({
+  orderNo: item.orderNo || "--",
+  productName: item.productName || "--",
+  planQty: Number(item.plannedQuantity || 0),
+  completedQty: Number(item.completedQuantity || 0),
+  completionRate: clampPercent(Number(item.completionRate || 0)),
+  deliveryDate: formatDueDate(item.dueDate),
+  status: Number(item.status || 0),
+  statusLabel: item.statusLabel || "",
+});
+
+const mapTodayPlanRecord = (item = {}) => ({
+  orderNo: item.orderNo || "--",
+  productName: item.productName || "--",
+  planQty: Number(item.plannedQuantity || 0),
+  deliveryDate: formatDueDate(item.dueDate),
+  status: Number(item.status || 0),
+  statusLabel: item.statusLabel || "",
+});
+
+const refreshProductionOverview = async () => {
+  try {
+    const res = await productionOverview();
+    const data = res?.data || {};
+    productionOverviewData.value = {
+      totalOutput: Number(data.totalOutput || 0),
+      totalScrap: Number(data.totalScrap || 0),
+      yieldRate: Number(data.yieldRate || 0),
+    };
+  } catch {
+    productionOverviewData.value = {
+      totalOutput: 0,
+      totalScrap: 0,
+      yieldRate: 0,
+    };
+  }
+};
+
+const refreshProductionRealtimeBoard = async () => {
+  try {
+    const res = await productionRealtimeBoard();
+    const data = res?.data || {};
+    realtimeBoardData.value = {
+      deviceOee: {
+        value: Number(data.deviceOee?.value || 0),
+        compareYesterday: Number(data.deviceOee?.compareYesterday || 0),
+      },
+      orderAchievementRate: {
+        value: Number(data.orderAchievementRate?.value || 0),
+        compareYesterday: Number(data.orderAchievementRate?.compareYesterday || 0),
+      },
+      defectRate: {
+        value: Number(data.defectRate?.value || 0),
+        compareYesterday: Number(data.defectRate?.compareYesterday || 0),
+      },
+    };
+  } catch {
+    realtimeBoardData.value = {
+      deviceOee: { value: 0, compareYesterday: 0 },
+      orderAchievementRate: { value: 0, compareYesterday: 0 },
+      defectRate: { value: 0, compareYesterday: 0 },
+    };
+  }
+};
+
+const refreshProductionOrderProgress = async () => {
+  try {
+    const res = await productionOrderProgress({
+      status: orderFilter.value,
+      tab: orderFilter.value,
+      pageNum: 1,
+      pageSize: 10,
+    });
+    const data = res?.data || {};
+    const statusValue = normalizeOrderFilter(data.status, orderFilter.value);
+    const total = Number(data.total || 0);
+    orderProgressMeta.value = {
+      status: statusValue,
+      tab: data.tab || orderFilter.value,
+      bizDate: data.bizDate || null,
+      total,
+      pageNum: Number(data.pageNum || 1),
+      pageSize: Number(data.pageSize || 10),
+      waitingCount: resolveProgressCount(data.waitingCount, statusValue, "waiting", total),
+      inProgressCount: resolveProgressCount(data.inProgressCount, statusValue, "inProgress", total),
+      completedCount: resolveProgressCount(data.completedCount, statusValue, "completed", total),
+      pausedCount: resolveProgressCount(data.pausedCount, statusValue, "paused", total),
+    };
+    productionOrders.value = (data.records || []).map(mapOrderProgressRecord);
+  } catch {
+    orderProgressMeta.value = {
+      status: orderFilter.value,
+      tab: orderFilter.value,
+      bizDate: null,
+      total: 0,
+      pageNum: 1,
+      pageSize: 10,
+      waitingCount: 0,
+      inProgressCount: 0,
+      completedCount: 0,
+      pausedCount: 0,
+    };
+    productionOrders.value = [];
+  }
+};
+
+const refreshTodayProductionPlan = async () => {
+  try {
+    const res = await todayProductionPlan({
+      limit: 4,
+      planDate: nowDate.value,
+    });
+    const data = res?.data || {};
+    todayPlanTotal.value = Number(data.total || 0);
+    todayPlanList.value = (data.records || []).map(mapTodayPlanRecord);
+  } catch {
+    todayPlanTotal.value = 0;
+    todayPlanList.value = [];
+  }
+};
+
+const getBusinessData = async () => {
+  const res = await getBusiness();
+  businessInfo.value = { ...res.data };
+};
+
+const analysisCustomer = async () => {
+  const res = await analysisCustomerContractAmounts();
+  sum.value = res.data.sum;
+  yny.value = res.data.yny;
+  chain.value = res.data.chain;
+  materialPieSeries.value[0].data = (res.data.item || []).map((item, index) => ({
+    ...item,
+    rate: Number(item.rate || 0),
+    itemStyle: { color: piePalette[index % piePalette.length] },
+  }));
+};
+
+const todoInfoS = async () => {
+  const res = await homeTodos();
+  todoList.value = res.data || [];
+};
+
+const statisticsReceivable = async () => {
+  const res = await statisticsReceivablePayable({ type: 1 });
+  barSeries.value[0].data = [
+    { value: res.data.payableMoney, itemStyle: { color: barColors2[0] } },
+    { value: res.data.receivableMoney, itemStyle: { color: barColors2[1] } },
+  ];
+};
+
+const qualityStatisticsInfo = async () => {
+  const res = await qualityInspectionStatistics({ type: qualityRange.value });
+  xAxis1.value[0].data = [];
+  barSeries1.value[0].data = [];
+  barSeries1.value[1].data = [];
+  barSeries1.value[2].data = [];
+  (res.data.item || []).forEach((item) => {
+    xAxis1.value[0].data.push(item.date);
+    barSeries1.value[0].data.push(item.supplierNum);
+    barSeries1.value[1].data.push(item.processNum);
+    barSeries1.value[2].data.push(item.factoryNum);
+  });
+  qualityStatisticsObject.value.supplierNum = res.data.supplierNum;
+  qualityStatisticsObject.value.processNum = res.data.processNum;
+  qualityStatisticsObject.value.factoryNum = res.data.factoryNum;
+};
+
+const getAmountHalfYearNum = async () => {
+  const res = await getAmountHalfYear();
+  const monthName = [];
+  const receiptAmount = [];
+  const invoiceAmount = [];
+  (res.data || []).forEach((item) => {
+    monthName.push(item.month);
+    receiptAmount.push(item.receiptAmount);
+    invoiceAmount.push(item.invoiceAmount);
+  });
+
+  xAxis2.value[0].data = monthName.map((item) => item.replace(/~/g, "\n~"));
+  lineSeries.value[0].data = invoiceAmount;
+  lineSeries.value[1].data = receiptAmount;
+};
+
+const getProcessList = async () => {
+  const res = await list();
+  processOptions.value = res.data.records || [];
+};
+
+const refreshProcessStats = async () => {
+  const res = await processDataProductionStatistics({
+    type: processRange.value,
+    processIds: selectedProcessIds.value.length > 0 ? selectedProcessIds.value.join(",") : null,
+  });
+  processChartData.value = (res.data || []).map((item) => ({
+    name: item.processName,
+    input: item.totalInput,
+    scrap: item.totalScrap,
+    output: item.totalOutput,
+  }));
+  processYAxis.value[0].data = processChartData.value.map((item) => item.name);
+  activeProcessIndex.value = 0;
+};
+
+const openProcessDialog = () => {
+  tempProcessIds.value = [...selectedProcessIds.value];
+  processDialogVisible.value = true;
+};
+
+const handleProcessDialogConfirm = () => {
+  selectedProcessIds.value = [...tempProcessIds.value];
+  processDialogVisible.value = false;
+  refreshProcessStats();
+};
+
+const resetProcessFilter = () => {
+  selectedProcessIds.value = [];
+  tempProcessIds.value = [];
+  refreshProcessStats();
+};
+
+const handleChartClick = (params) => {
+  if (params && params.dataIndex !== undefined) {
+    activeProcessIndex.value = params.dataIndex;
+  }
+};
+
+const goToQuick = (path) => {
+  if (!path) return;
+  router.push(path).catch(() => {});
+};
+
+watch(orderFilter, () => {
+  if (visiblePanels.value.order) {
+    refreshProductionOrderProgress();
+  }
+});
+
+onMounted(() => {
+  updateNowTime();
+  clockTimer = setInterval(updateNowTime, 1000);
+  if (dashboardCards.value.length > 0) {
+    getBusinessData();
+  }
+  if (visibleModules.value.production) {
+    refreshProductionOverview();
+  }
+  if (visiblePanels.value.contract) {
+    analysisCustomer();
+  }
+  if (visiblePanels.value.todo) {
+    todoInfoS();
+  }
+  if (visiblePanels.value.quality) {
+    qualityStatisticsInfo();
+  }
+  if (visiblePanels.value.receipt) {
+    statisticsReceivable();
+    getAmountHalfYearNum();
+  }
+  if (visiblePanels.value.process) {
+    getProcessList();
+    refreshProcessStats();
+  }
+  if (visiblePanels.value.order) {
+    refreshProductionOrderProgress();
+  }
+  if (visiblePanels.value.realtime) {
+    refreshProductionRealtimeBoard();
+  }
+  if (visiblePanels.value.plan) {
+    refreshTodayProductionPlan();
+  }
+});
+
+onUnmounted(() => {
+  if (clockTimer) {
+    clearInterval(clockTimer);
+  }
+});
+</script>
+
+<style scoped>
+.dashboard-cockpit {
+  min-height: calc(100vh - var(--topbar-height) - var(--tagsbar-height));
+  width: 100%;
+  min-width: 0;
+  padding: 0;
+  display: flex;
+  flex-direction: column;
+  gap: 16px;
+  overflow-x: clip;
+  margin-top: 10px;
+}
+
+.digital-number {
+  font-family: "DIN Alternate Bold", "Segoe UI", "PingFang SC", sans-serif;
+  letter-spacing: 0;
+}
+
+.cockpit-panel {
+  position: relative;
+  background: rgba(255, 255, 255, 0.9);
+  border: 1px solid rgba(148, 163, 184, 0.18);
+  border-radius: 16px;
+  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
+  backdrop-filter: blur(12px);
+  padding: 16px;
+}
+
+.welcome-panel {
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  min-height: 92px;
+  padding: 18px 22px;
+  background:
+      radial-gradient(circle at 8% 20%, rgba(59, 130, 246, 0.12), transparent 32%),
+      linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.88));
+}
+
+.welcome-user {
+  display: flex;
+  align-items: center;
+  gap: 12px;
+}
+
+.avatar {
+  width: 52px;
+  height: 52px;
+  border: 1px solid rgba(147, 197, 253, 0.42);
+  background: linear-gradient(145deg, #ffffff, #eef5ff);
+  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.14);
+}
+
+.avatar :deep(img) {
+  width: 100%;
+  height: 100%;
+  object-fit: cover;
+}
+
+.avatar :deep(.el-icon) {
+  font-size: 24px;
+  color: #3b82f6;
+}
+
+.welcome-title {
+  font-size: 28px;
+  font-weight: 700;
+  color: #1e3a5f;
+  line-height: 1.08;
+}
+
+.welcome-subtitle {
+  margin-top: 6px;
+  color: #64748b;
+  font-size: 14px;
+}
+
+.welcome-meta {
+  text-align: right;
+}
+
+.meta-time {
+  font-size: 28px;
+  color: #1f3658;
+  font-weight: 700;
+}
+
+.meta-extra {
+  margin-top: 6px;
+  display: flex;
+  justify-content: flex-end;
+  gap: 14px;
+  color: #64748b;
+  font-size: 13px;
+}
+
+.meta-tip {
+  margin-top: 4px;
+  color: #7a8ca6;
+  font-size: 13px;
+}
+
+.top-row {
+  display: block;
+}
+
+.stats-grid {
+  display: grid;
+  grid-template-columns: repeat(4, minmax(0, 1fr));
+  gap: 14px;
+}
+
+.stat-card {
+  position: relative;
+  border-radius: 18px;
+  padding: 18px 20px 22px;
+  min-height: 182px;
+  height: auto;
+  overflow: hidden;
+  border: 1px solid rgba(148, 163, 184, 0.2);
+  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
+  transition: transform 0.22s ease, box-shadow 0.22s ease;
+}
+
+.stat-card:hover {
+  transform: translateY(-2px);
+  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
+}
+
+.stat-card.sales {
+  background: linear-gradient(135deg, #ffffff 0%, #eaf3ff 100%);
+}
+
+.stat-card.purchase {
+  background: linear-gradient(135deg, #ffffff 0%, #e8fffb 100%);
+}
+
+.stat-card.inventory {
+  background: linear-gradient(135deg, #ffffff 0%, #f2edff 100%);
+}
+
+.stat-card.production {
+  background: linear-gradient(135deg, #ffffff 0%, #fff4e6 100%);
+}
+
+.stat-header {
+  display: flex;
+  justify-content: space-between;
+  align-items: flex-start;
+  position: relative;
+  z-index: 2;
+}
+
+.stat-title {
+  font-size: 16px;
+  font-weight: 700;
+}
+
+.stat-card.sales .stat-title {
+  color: #1d4ed8;
+}
+
+.stat-card.purchase .stat-title {
+  color: #0f766e;
+}
+
+.stat-card.inventory .stat-title {
+  color: #6d28d9;
+}
+
+.stat-card.production .stat-title {
+  color: #c2410c;
+}
+
+.stat-desc {
+  margin-top: 6px;
+  color: #64748b;
+  font-size: 13px;
+}
+
+.stat-icon-orb {
+  width: 52px;
+  height: 52px;
+  border-radius: 50%;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  font-size: 22px;
+  color: #fff;
+}
+
+.stat-card.sales .stat-icon-orb {
+  background: linear-gradient(135deg, #2563eb, #60a5fa);
+  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.32);
+}
+
+.stat-card.purchase .stat-icon-orb {
+  background: linear-gradient(135deg, #14b8a6, #5eead4);
+  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.3);
+}
+
+.stat-card.inventory .stat-icon-orb {
+  background: linear-gradient(135deg, #7c3aed, #a78bfa);
+  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.28);
+}
+
+.stat-card.production .stat-icon-orb {
+  background: linear-gradient(135deg, #f97316, #fdba74);
+  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.3);
+}
+
+.stat-value {
+  margin-top: 14px;
+  font-size: 30px;
+  line-height: 1.08;
+  font-weight: 700;
+  color: #0f172a;
+  position: relative;
+  z-index: 2;
+}
+
+.stat-footer {
+  margin-top: 8px;
+  color: #64748b;
+  font-size: 13px;
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  position: relative;
+  z-index: 2;
+}
+
+.stat-trend {
+  margin-top: 6px;
+  color: #0ea5a4;
+  font-size: 13px;
+  line-height: 1.25;
+  font-weight: 600;
+  position: relative;
+  z-index: 2;
+}
+
+.stat-wave {
+  position: absolute;
+  left: 10px;
+  right: 10px;
+  bottom: 6px;
+  height: 30px;
+  opacity: 0.62;
+  z-index: 1;
+  pointer-events: none;
+  background:
+      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 40' preserveAspectRatio='none'%3E%3Cpath d='M0 31C20 16 44 36 66 24C87 12 107 31 129 18C148 8 169 28 193 16C214 5 237 25 259 14C280 3 306 19 340 8' fill='none' stroke='%236ea4ee' stroke-width='1.5'/%3E%3C/svg%3E")
+      center / 100% 100% no-repeat;
+}
+
+.todo-panel {
+  padding: 12px;
+}
+
+.panel-title-row {
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  gap: 12px;
+}
+
+.panel-title {
+  font-size: 18px;
+  font-weight: 700;
+  color: #1f3658;
+  position: relative;
+  padding-left: 12px;
+}
+
+.panel-title::before {
+  content: "";
+  position: absolute;
+  left: 0;
+  top: 50%;
+  transform: translateY(-50%);
+  width: 4px;
+  height: 18px;
+  border-radius: 4px;
+  background: linear-gradient(180deg, #2563eb, #38bdf8);
+}
+
+.panel-more {
+  font-size: 14px;
+  color: #2563eb;
+  cursor: pointer;
+}
+
+.todo-list {
+  margin: 10px 0 0;
+  padding: 0;
+  list-style: none;
+  display: flex;
+  flex-direction: column;
+  gap: 8px;
+  max-height: 230px;
+  overflow-y: auto;
+}
+
+.todo-item {
+  border: 1px solid rgba(148, 163, 184, 0.2);
+  border-radius: 12px;
+  background: #f7fbff;
+  padding: 10px 12px;
+}
+
+.todo-head {
+  display: flex;
+  justify-content: space-between;
+  gap: 10px;
+  color: #334155;
+  font-size: 13px;
+}
+
+.todo-desc {
+  margin-top: 6px;
+  color: #64748b;
+  font-size: 12px;
+  line-height: 1.45;
+}
+
+.todo-no {
+  color: #1f3658;
+  font-weight: 600;
+}
+
+.panel-empty {
+  min-height: 140px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  color: var(--text-tertiary);
+}
+
+.empty-home-panel {
+  min-height: 220px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  color: #64748b;
+  font-size: 14px;
+}
+
+.main-grid {
+  display: grid;
+  grid-template-columns: minmax(0, 1fr) 400px;
+  gap: 16px;
+  align-items: start;
+}
+
+.left-column,
+.right-column {
+  display: flex;
+  flex-direction: column;
+  gap: 16px;
+  min-width: 0;
+}
+
+.process-panel {
+  padding-bottom: 12px;
+}
+
+.panel-actions {
+  display: flex;
+  gap: 8px;
+  align-items: center;
+  flex-wrap: wrap;
+}
+
+.process-body {
+  margin-top: 10px;
+  display: grid;
+  grid-template-columns: minmax(0, 1fr) 232px;
+  gap: 12px;
+  align-items: stretch;
+  min-height: 0;
+}
+
+.process-chart {
+  position: relative;
+  border: 1px solid rgba(148, 163, 184, 0.24);
+  border-radius: 14px;
+  background:
+      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.9)),
+      repeating-linear-gradient(
+          to right,
+          rgba(148, 163, 184, 0.07) 0,
+          rgba(148, 163, 184, 0.07) 1px,
+          transparent 1px,
+          transparent 48px
+      ),
+      repeating-linear-gradient(
+          to bottom,
+          rgba(148, 163, 184, 0.06) 0,
+          rgba(148, 163, 184, 0.06) 1px,
+          transparent 1px,
+          transparent 34px
+      );
+  overflow: hidden;
+  padding: 10px;
+}
+
+.process-chart.empty :deep(canvas) {
+  opacity: 0.2;
+}
+
+.chart-empty {
+  position: absolute;
+  inset: 0;
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: center;
+  gap: 8px;
+  color: #64748b;
+  font-size: 14px;
+  text-align: center;
+  pointer-events: auto;
+  padding: 12px;
+}
+
+.chart-empty .el-icon {
+  color: #2563eb;
+  font-size: 28px;
+}
+
+.chart-empty-title {
+  font-size: 16px;
+  font-weight: 700;
+  color: #334155;
+}
+
+.chart-empty-desc {
+  font-size: 13px;
+  color: #64748b;
+}
+
+.chart-empty-actions {
+  margin-top: 4px;
+  display: flex;
+  gap: 8px;
+}
+
+.process-aside {
+  display: flex;
+  flex-direction: column;
+  gap: 8px;
+}
+
+.process-legend,
+.process-card {
+  border: 1px solid rgba(148, 163, 184, 0.22);
+  border-radius: 12px;
+  background: rgba(255, 255, 255, 0.84);
+  padding: 10px 12px;
+}
+
+.process-card {
+  min-height: 74px;
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+}
+
+.process-legend {
+  min-height: 74px;
+  display: flex;
+  flex-direction: column;
+  gap: 6px;
+  justify-content: center;
+}
+
+.process-legend-item {
+  color: #475569;
+  font-size: 12px;
+  display: flex;
+  align-items: center;
+  gap: 8px;
+}
+
+.dot {
+  width: 10px;
+  height: 10px;
+  border-radius: 3px;
+  display: inline-block;
+}
+
+.dot-blue {
+  background: #2563eb;
+}
+
+.dot-orange {
+  background: #f59e0b;
+}
+
+.dot-cyan {
+  background: #14b8a6;
+}
+
+.process-name {
+  color: #2563eb;
+  font-weight: 700;
+  font-size: 14px;
+  line-height: 1.2;
+  margin-bottom: 2px;
+}
+
+.process-label {
+  font-size: 12px;
+  color: #64748b;
+}
+
+.process-value {
+  margin-top: 4px;
+  font-size: 24px;
+  color: #0f172a;
+  font-weight: 700;
+}
+
+.chart-row {
+  display: grid;
+  grid-template-columns: repeat(2, minmax(0, 1fr));
+  gap: 16px;
+}
+
+.contract-summary {
+  display: grid;
+  grid-template-columns: 1fr 190px;
+  gap: 12px;
+  align-items: center;
+  margin-top: 8px;
+}
+
+.contract-card {
+  border-radius: 14px;
+  border: 1px solid rgba(148, 163, 184, 0.2);
+  background: #f8fbff;
+  padding: 12px;
+}
+
+.contract-name {
+  color: #64748b;
+  font-size: 13px;
+}
+
+.contract-main {
+  margin-top: 8px;
+  font-size: 34px;
+  font-weight: 700;
+  color: #0f172a;
+}
+
+.contract-compare {
+  margin-top: 8px;
+  font-size: 13px;
+  color: #64748b;
+  display: flex;
+  gap: 10px;
+}
+
+.rise {
+  color: #0ea5a4;
+  font-weight: 600;
+}
+
+.contract-list {
+  margin: 8px 0 0;
+  padding: 0;
+  list-style: none;
+  display: flex;
+  flex-direction: column;
+  gap: 8px;
+}
+
+.contract-list li {
+  display: grid;
+  grid-template-columns: 12px minmax(0, 1fr) 56px auto;
+  align-items: center;
+  gap: 8px;
+  color: #475569;
+  font-size: 13px;
+}
+
+.legend-dot {
+  width: 8px;
+  height: 8px;
+  border-radius: 50%;
+}
+
+.contract-item-name {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+.contract-item-rate {
+  text-align: right;
+  color: #64748b;
+}
+
+.contract-item-value {
+  color: #1f3658;
+  text-align: right;
+}
+
+.quality-cards {
+  margin: 8px 0 10px;
+  display: grid;
+  grid-template-columns: repeat(3, minmax(0, 1fr));
+  gap: 10px;
+}
+
+.quality-card {
+  border-radius: 12px;
+  border: 1px solid rgba(148, 163, 184, 0.2);
+  padding: 10px 12px;
+  color: #475569;
+  font-size: 13px;
+}
+
+.quality-card.one {
+  background: linear-gradient(135deg, #ffffff, #edf4ff);
+}
+
+.quality-card.two {
+  background: linear-gradient(135deg, #ffffff, #ebfffc);
+}
+
+.quality-card.three {
+  background: linear-gradient(135deg, #ffffff, #fff3e6);
+}
+
+.quality-card span {
+  color: #0f172a;
+  font-weight: 700;
+  margin-left: 6px;
+}
+
+.realtime-grid {
+  margin-top: 10px;
+  display: grid;
+  grid-template-columns: repeat(3, minmax(0, 1fr));
+  gap: 10px;
+}
+
+.realtime-item {
+  border: 1px solid rgba(148, 163, 184, 0.2);
+  border-radius: 12px;
+  background: #f8fbff;
+  padding: 10px 8px;
+  text-align: center;
+}
+
+.realtime-value {
+  font-size: 26px;
+  color: #0f172a;
+  font-weight: 700;
+}
+
+.realtime-label {
+  margin-top: 8px;
+  font-size: 12px;
+  color: #475569;
+}
+
+.realtime-delta {
+  margin-top: 4px;
+  font-size: 12px;
+}
+
+.realtime-delta.up {
+  color: #0ea5a4;
+}
+
+.realtime-delta.down {
+  color: #f59e0b;
+}
+
+.realtime-delta.flat {
+  color: #64748b;
+}
+
+.warning-list {
+  margin-top: 10px;
+  display: flex;
+  flex-direction: column;
+  gap: 8px;
+  max-height: 300px;
+  overflow-y: auto;
+}
+
+.warning-item {
+  display: grid;
+  grid-template-columns: 10px minmax(0, 1fr) 72px;
+  align-items: center;
+  gap: 10px;
+  border: 1px solid rgba(148, 163, 184, 0.2);
+  border-radius: 12px;
+  background: #f8fbff;
+  padding: 10px;
+}
+
+.warning-dot {
+  width: 8px;
+  height: 8px;
+  border-radius: 50%;
+  display: block;
+}
+
+.warning-dot.device {
+  background: #ef4444;
+}
+
+.warning-dot.quality {
+  background: #f59e0b;
+}
+
+.warning-dot.material {
+  background: #3b82f6;
+}
+
+.warning-title {
+  color: #334155;
+  font-size: 13px;
+  font-weight: 600;
+}
+
+.warning-desc {
+  color: #64748b;
+  font-size: 12px;
+  margin-top: 4px;
+}
+
+.warning-time {
+  color: #64748b;
+  font-size: 12px;
+  text-align: right;
+}
+
+.order-panel {
+  min-height: 0;
+}
+
+.quick-panel {
+  min-height: 0;
+}
+
+.table-progress {
+  display: flex;
+  align-items: center;
+  gap: 10px;
+}
+
+.table-progress span {
+  font-size: 12px;
+  color: #475569;
+}
+
+.quick-grid {
+  margin-top: 10px;
+  display: grid;
+  grid-template-columns: repeat(2, minmax(0, 1fr));
+  grid-auto-rows: 58px;
+  gap: 10px;
+}
+
+.quick-item {
+  border: 1px solid rgba(148, 163, 184, 0.22);
+  background: rgba(255, 255, 255, 0.92);
+  border-radius: 12px;
+  color: #334155;
+  display: flex;
+  align-items: center;
+  gap: 8px;
+  padding: 0 10px;
+  font-size: 12px;
+  cursor: pointer;
+  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
+}
+
+.plan-panel {
+  min-height: 236px;
+}
+
+.quality-panel {
+  min-height: 0;
+}
+
+.receipt-panel {
+  min-height: 340px;
+}
+
+.plan-list {
+  margin: 10px 0 0;
+  padding: 0;
+  list-style: none;
+  display: flex;
+  flex-direction: column;
+  gap: 8px;
+}
+
+.plan-item {
+  border: 1px solid rgba(148, 163, 184, 0.18);
+  border-radius: 12px;
+  background: #f8fbff;
+  padding: 10px 12px;
+}
+
+.plan-main {
+  display: flex;
+  justify-content: space-between;
+  gap: 10px;
+  align-items: center;
+}
+
+.plan-order {
+  font-size: 13px;
+  color: #1f3658;
+  font-weight: 600;
+}
+
+.plan-name {
+  font-size: 13px;
+  color: #334155;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+.plan-meta {
+  margin-top: 6px;
+  display: flex;
+  justify-content: space-between;
+  gap: 8px;
+  font-size: 12px;
+  color: #64748b;
+}
+
+.quick-item:hover {
+  transform: translateY(-2px);
+  border-color: rgba(96, 165, 250, 0.45);
+  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.1);
+}
+
+.quick-icon {
+  width: 30px;
+  height: 30px;
+  border-radius: 8px;
+  background: linear-gradient(135deg, #2563eb, #38bdf8);
+  display: inline-flex;
+  align-items: center;
+  justify-content: center;
+  font-size: 16px;
+  color: #fff;
+}
+
+.quick-item:nth-child(2) .quick-icon,
+.quick-item:nth-child(6) .quick-icon {
+  background: linear-gradient(135deg, #14b8a6, #5eead4);
+}
+
+.quick-item:nth-child(3) .quick-icon,
+.quick-item:nth-child(5) .quick-icon {
+  background: linear-gradient(135deg, #7c3aed, #a78bfa);
+}
+
+.quick-item:nth-child(4) .quick-icon,
+.quick-item:nth-child(7) .quick-icon {
+  background: linear-gradient(135deg, #f97316, #fdba74);
+}
+
+.process-selection-wrapper {
+  max-height: 400px;
+  overflow-y: auto;
+  padding: 8px;
+}
+
+.process-grid {
+  display: grid;
+  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
+  gap: 10px;
+}
+
+:deep(.el-checkbox.is-bordered) {
+  margin-left: 0 !important;
+  width: 100%;
+}
+
+:deep(.el-radio-button__inner) {
+  border-radius: 10px !important;
+  background: #f8fbff;
+  border-color: rgba(148, 163, 184, 0.22) !important;
+  color: #475569 !important;
+}
+
+:deep(.el-radio-button__original-radio:checked + .el-radio-button__inner) {
+  background: linear-gradient(135deg, #2f80ff, #38bdf8) !important;
+  border-color: transparent !important;
+  color: #fff !important;
+}
+
+:deep(.el-progress-circle__track) {
+  stroke: rgba(148, 163, 184, 0.3);
+}
+
+:deep(.el-progress-bar__outer) {
+  background-color: rgba(148, 163, 184, 0.2);
+}
+
+:deep(.order-panel .el-progress-bar__inner) {
+  background: linear-gradient(90deg, #2563eb, #38bdf8) !important;
+}
+
+:deep(.order-panel .el-table) {
+  border-radius: 14px;
+}
+
+:deep(.order-panel .el-table th.el-table__cell) {
+  background: #f2f7ff !important;
+}
+
+:deep(.order-panel .el-table__body tr:hover > td.el-table__cell) {
+  background: #f8fbff !important;
+}
+
+:deep(.order-panel .el-tag--success) {
+  color: #0f766e;
+  background: #e9fdf7;
+  border-color: #b7f2e0;
+}
+
+:deep(.order-panel .el-tag--warning) {
+  color: #b45309;
+  background: #fff6e8;
+  border-color: #fde0b8;
+}
+
+:deep(.order-panel .el-tag--primary) {
+  color: #2563eb;
+  background: #eaf2ff;
+  border-color: #b8d2ff;
+}
+
+@media (max-width: 1600px) {
+  .main-grid {
+    grid-template-columns: minmax(0, 1fr) 380px;
+  }
+}
+
+@media (max-width: 1366px) {
+  .main-grid {
+    grid-template-columns: minmax(0, 1fr) 340px;
+  }
+
+  .stats-grid {
+    grid-template-columns: repeat(2, minmax(0, 1fr));
+  }
+}
+
+@media (max-width: 1200px) {
+  .main-grid {
+    grid-template-columns: 1fr;
+  }
+
+  .right-column {
+    display: grid;
+    grid-template-columns: repeat(2, minmax(0, 1fr));
+    gap: 14px;
+  }
+
+  .chart-row {
+    grid-template-columns: 1fr;
+  }
+
+  .process-body {
+    grid-template-columns: 1fr;
+  }
+
+  .realtime-grid {
+    grid-template-columns: repeat(3, minmax(0, 1fr));
+  }
+
+  .quality-cards {
+    grid-template-columns: 1fr;
+  }
+}
+
+@media (max-width: 768px) {
+  .welcome-panel {
+    flex-direction: column;
+    align-items: flex-start;
+    gap: 10px;
+  }
+
+  .welcome-meta {
+    text-align: left;
+  }
+
+  .meta-extra {
+    justify-content: flex-start;
+  }
+
+  .stats-grid {
+    grid-template-columns: repeat(2, minmax(0, 1fr));
+  }
+
+  .right-column {
+    grid-template-columns: 1fr;
+  }
+
+  .realtime-grid {
+    grid-template-columns: 1fr;
+  }
+}
+</style>

--
Gitblit v1.9.3