diff --git a/index.html b/index.html index c12c64f..560d124 100644 --- a/index.html +++ b/index.html @@ -232,6 +232,7 @@ const SITE_MAP = [ { file:'arc-employee.html', label:'员工营养数据' }, { file:'arc-employee-detail.html', label:'员工营养详情' }, { file:'arc-unit.html', label:'单位报表数据' }, + { file:'arc-canteen.html', label:'食堂报表数据' }, { file:'arc-algo.html', label:'算法模型' }, { file:'farm-land.html', label:'土地环境' }, { file:'farm-monitor-crop.html', label:'作物种植监控' }, diff --git a/web-admin/nutrition/arc-algo.html b/web-admin/nutrition/arc-algo.html index 8edd1ef..4b0e8c0 100644 --- a/web-admin/nutrition/arc-algo.html +++ b/web-admin/nutrition/arc-algo.html @@ -144,6 +144,7 @@ ${CSS_RULE} 👤员工营养数据 🏢单位报表数据 + 🍽️食堂报表数据 🤖算法模型 diff --git a/web-admin/nutrition/arc-canteen.html b/web-admin/nutrition/arc-canteen.html new file mode 100644 index 0000000..75aa952 --- /dev/null +++ b/web-admin/nutrition/arc-canteen.html @@ -0,0 +1,513 @@ + + + + + +营养管理 - 食堂报表数据 | 健康长庆原型 + + + + + +
+ + +
+ ← 返回首页 +
+ 系统管理员 ▾ +
+
+ + + + + +
+ + +
+
+
🍽️
+
+
12
+
食堂总数
+
+
+
+
👥
+
+
3,860
+
日均服务总人次
+
+
+
+
📊
+
+
87.2%
+
综合营养达标率
+
+
+
+
🛡️
+
+
99.6%
+
食安检测合格率
+
+
+
+ + +
+
+
运营总览
+
成本效益
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
食堂运营数据(2026年)
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
食堂名称所属单位餐线数量开餐天数开餐次数日均服务人次年度用餐总次数人均用餐频次餐线利用率终端覆盖率
总部一食堂长庆油田总部413841468093,8402.892%100%
总部二食堂长庆油田总部313841452071,7602.688%100%
采油一厂食堂采油一厂5140420860120,4002.995%80%
采油一厂前线食堂采油一厂214028021029,4002.574%50%
采油二厂食堂采油二厂413841472099,3602.790%75%
采气一厂食堂采气一厂313640848065,2802.686%67%
采气一厂驻地食堂采气一厂213627219025,8402.472%50%
勘探院食堂勘探开发研究院213540520027,0002.784%100%
+
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
食堂名称所属单位年度营收(元)成本总计(元)营收利润(元)人均消费(元)食材成本率毛利率余量处置率综合评分
总部一食堂长庆油田总部2,814,7202,290,380524,34030.042.5%18.6%96%92
总部二食堂长庆油田总部2,009,2801,671,720337,56028.044.2%16.8%94%89
采油一厂食堂采油一厂3,371,2002,792,640578,56028.043.8%17.2%93%90
采油一厂前线食堂采油一厂735,000643,86091,14025.048.6%12.4%82%74
采油二厂食堂采油二厂2,782,0802,309,130472,95028.044.0%17.0%91%87
采气一厂食堂采气一厂1,827,8401,537,390290,45028.045.1%15.9%89%85
采气一厂驻地食堂采气一厂620,160546,96073,20024.049.2%11.8%78%71
勘探院食堂勘探开发研究院837,000676,260160,74031.041.8%19.2%95%88
+
+ +
+
+ +
+ + + + diff --git a/web-admin/nutrition/arc-employee.html b/web-admin/nutrition/arc-employee.html index 1def294..42e1505 100644 --- a/web-admin/nutrition/arc-employee.html +++ b/web-admin/nutrition/arc-employee.html @@ -115,6 +115,7 @@ ${CSS_RULE} 👤员工营养数据 🏢单位报表数据 + 🍽️食堂报表数据 🤖算法模型 diff --git a/web-admin/nutrition/arc-unit.html b/web-admin/nutrition/arc-unit.html index bef1a59..53160e0 100644 --- a/web-admin/nutrition/arc-unit.html +++ b/web-admin/nutrition/arc-unit.html @@ -140,6 +140,7 @@ tbody tr:hover{background:#F8FBFF;} 👤员工营养数据 🏢单位报表数据 + 🍽️食堂报表数据 🤖算法模型 diff --git a/web-admin/nutrition/farm-monitor-crop.html b/web-admin/nutrition/farm-monitor-crop.html index b009b18..abb6291 100644 --- a/web-admin/nutrition/farm-monitor-crop.html +++ b/web-admin/nutrition/farm-monitor-crop.html @@ -122,6 +122,22 @@ tbody tr:hover td.td-actions{background:#F8FBFF;} .detail-item.full{grid-column:1/-1;} .detail-label{width:120px;flex-shrink:0;color:var(--text-secondary);font-size:var(--font-sm);} .detail-value{flex:1;font-size:var(--font-sm);color:var(--text-primary);} +/* 巡检记录弹窗 */ +.inspection-modal{width:960px;max-height:85vh;} +.inspection-header-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;} +.inspection-header-bar .batch-info{font-size:var(--font-sm);color:var(--text-secondary);} +.inspection-header-bar .batch-info strong{color:var(--text-primary);margin-right:16px;} +.inspection-table{width:100%;border-collapse:collapse;font-size:var(--font-sm);} +.inspection-table thead th{background:#FAFAFA;padding:10px 12px;text-align:left;color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);white-space:nowrap;} +.inspection-table tbody td{padding:12px;color:var(--text-primary);border-bottom:1px solid var(--border);} +.inspection-table tbody tr:last-child td{border-bottom:none;} +.inspection-table tbody tr:hover{background:#F8FBFF;} +.inspection-empty{text-align:center;padding:40px 0;color:var(--text-placeholder);font-size:var(--font-sm);} +/* 巡检内联编辑行 */ +.inspection-table .edit-row td{background:#F9FAFB;padding:8px;} +.inspection-table .edit-row input,.inspection-table .edit-row select,.inspection-table .edit-row textarea{height:32px;padding:0 8px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12px;outline:none;width:100%;min-width:80px;} +.inspection-table .edit-row input:focus,.inspection-table .edit-row select:focus,.inspection-table .edit-row textarea:focus{border-color:var(--primary);} +.inspection-table .edit-row textarea{height:32px;padding:4px 8px;resize:none;} @@ -173,31 +189,31 @@ tbody tr:hover td.td-actions{background:#F8FBFF;}
-
🌱
+
🗺️
-
24
-
监控地块
+
5
+
种植地块数
-
+
🌱
-
21
-
生长正常
+
18
+
本年总批次
-
🐛
+
🌾
-
2
-
虫害预警
+
4
+
在种批次
-
⚠️
+
📦
-
1
-
生长异常
+
3
+
待收获批次
@@ -214,22 +230,26 @@ tbody tr:hover td.td-actions{background:#F8FBFF;} + +
- +
- - + + + +
@@ -237,7 +257,7 @@ tbody tr:hover td.td-actions{background:#F8FBFF;}
- +
@@ -255,79 +275,121 @@ tbody tr:hover td.td-actions{background:#F8FBFF;} 地块名称 作物名称 品种 + 种植面积(亩) 播种日期 - 当前生长周期 - 生长状态 - 虫害预警 - 病虫害处理记录 预计收获日期 - 巡检人 + 当前生长周期 + 灌溉方式 + 健康状况 + 种植负责人 + 负责人电话 + 种植状态 操作 - CROP-202604-001 + CROP-202601-001 A区蔬菜基地 菠菜 尖叶菠菜 - 2026-03-20 - 生长期 - 正常 - 无 - — - 2026-04-24 - 李巡检 - 详情 编辑 删除 + 12.5 + 2026-01-10 + 2026-03-15 + 成熟期 + 滴灌 + 良好 + 李建国 + 138****2051 + 已收获 + 详情 编辑 删除 巡检记录 - CROP-202604-002 + CROP-202603-002 B区根茎基地 胡萝卜 红芯胡萝卜 + 8.0 2026-03-01 + 2026-05-28 成熟期 - 正常 - 无 - — - 2026-04-28 - 王巡检 - 详情 编辑 删除 + 喷灌 + 良好 + 王志强 + 139****8837 + 生长中 + 详情 编辑 删除 巡检记录 - CROP-202604-003 - C区菌菇大棚 - 香菇 - 808香菇 - 2026-04-01 - 幼苗期 - 虫害预警 - 有:蚜虫 - 2026-04-21 喷施苦参碱,待复查 - 待定 - 李巡检 - 详情 编辑 删除 + CROP-202603-003 + A区蔬菜基地 + 油麦菜 + 香油麦 + 6.0 + 2026-03-20 + 2026-05-10 + 成熟期 + 滴灌 + 良好 + 李建国 + 138****2051 + 已收获 + 详情 编辑 删除 巡检记录 CROP-202604-004 + C区菌菇大棚 + 香菇 + 808香菇 + 3.5 + 2026-04-01 + 2026-06-15 + 生长期 + 微喷 + 一般 + 张伟 + 137****6543 + 生长中 + 详情 编辑 删除 巡检记录 + + + CROP-202604-005 D区豆类基地 四季豆 架豆王 - 2026-03-15 - 生长期 - 正常 - 无 - — - 2026-04-26 - 张巡检 - 详情 编辑 删除 + 10.0 + 2026-04-15 + 2026-07-10 + 幼苗期 + 沟灌 + 良好 + 赵明 + 136****9021 + 生长中 + 详情 编辑 删除 巡检记录 + + + CROP-202605-006 + E区叶菜基地 + 生菜 + 罗马生菜 + 5.0 + 2026-05-05 + 2026-07-01 + 播种期 + 滴灌 + 良好 + 李建国 + 138****2051 + 播种期 + 详情 编辑 删除 巡检记录 - +