Files
郭庆泰 cf5790229a refactor: 合并 biz_support_unit/biz_execution_unit/biz_service_org 为 biz_org, 删除 2 张孤儿表, 改 biz_person.work_unit → org_id FK
主要改动:
- SQL: biz_support_unit → biz_org, 加 org_type, 加 business_nature; 删 biz_execution_unit, biz_service_org
- SQL: biz_project.support_unit_id/name + service_org_id/name → org_id/name/type
- SQL: biz_meeting.support_unit_name → org_name
- SQL: biz_person.work_unit → org_id (FK)
- 后端: 新 BizOrg entity/mapper/service/controller
- 后端: BizProject/BizMeeting 字段重命名
- 后端: 删 12 个 BizSupportUnit/BizExecutionUnit/BizServiceOrg Java 文件
- 后端: BizPersonImportVO.workUnit → orgName (导入时查 biz_org 取 org_id)
- 后端: BizAuthController.registerExecutor 完整实现 (原 registerSupplier stub)
- 前端: 新 admin/Orgs.vue + manager/Orgs.vue (原 SupportUnits)
- 前端: RegisterExecutor.vue (原 RegisterSupplier, 单页 2 步)
- 前端: sponsor/executor/manager 多个文件 workUnit → orgId/orgName 重命名
- 前端: 统一 supplier → executor, 业务命名 sponsor(赞助方) / executor(执行方=供应商)
- 前端: 全工程 execution → executor (company type / role / person unit_type)
2026-08-15 12:41:10 +08:00

219 lines
7.6 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>项目详情 - 项目管理系统</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
color: #333;
background: #fafafa;
min-height: 100vh;
}
.content { padding: 24px 32px; }
.breadcrumb {
font-size: 13px;
color: #8c8c8c;
margin-bottom: 12px;
}
.breadcrumb a { color: #1890ff; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-title {
font-size: 22px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 20px;
}
.card {
background: #fff;
border-radius: 8px;
padding: 24px 32px;
margin-bottom: 16px;
border: 1px solid #f0f0f0;
}
/* 原型用 label+label 并排,实际是 label-value 结构 */
.info-list {
display: flex;
flex-direction: column;
gap: 14px;
}
.info-row {
display: flex;
align-items: center;
gap: 16px;
}
.info-label {
flex: 0 0 90px;
font-size: 14px;
color: #595959;
text-align: right;
}
.info-value {
font-size: 14px;
color: #1a1a1a;
}
.info-value.code {
font-family: ui-monospace, "Courier New", monospace;
color: #1890ff;
}
.status-tag {
display: inline-block;
padding: 2px 10px;
border-radius: 10px;
font-size: 12px;
background: #e6f7ff;
color: #1890ff;
}
.section-title {
font-size: 14px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 14px;
padding-left: 10px;
border-left: 3px solid #1890ff;
}
.op-link {
color: #1890ff;
background: none;
border: none;
padding: 0;
cursor: pointer;
font-size: 13px;
text-decoration: none;
margin-right: 12px;
}
.op-link:last-child { margin-right: 0; }
.op-link:hover { text-decoration: underline; }
.form-actions {
display: flex;
justify-content: flex-start;
padding: 24px 0 0;
}
.btn-default {
height: 36px;
padding: 0 32px;
background: #fff;
color: #333;
border: 1px solid #d9d9d9;
border-radius: 4px;
font-size: 14px;
cursor: pointer;
}
.btn-default:hover { border-color: #1890ff; color: #1890ff; }
@media (max-width: 768px) {
.content { padding: 16px; }
.card { padding: 16px; }
.info-row { flex-direction: column; align-items: flex-start; gap: 4px; }
.info-label { text-align: left; }
}
</style>
</head>
<body>
<!--
============================================================
来源: /原型/项目详情_3.html
/原型/files/项目详情_3/styles.css
============================================================
按 top 排序的内容区模块:
#1 u11967 "项目列表>项目详情" (282, 143) → 面包屑
#2 u11947 "项目详情" (721, 188) → h1 页面标题
#3 u11945/u11961 项目编号 (510,290)/(587,290) → label+值
#4 u11943/u11955 项目名称 (510,344)/(587,344) → label+值
#5 u11998/u12000 会议名称 (510,405)/(587,405) → label+值
#6 u11963/u11965 项目形式 (510,457)/(587,457) → label+值
#7 u11994/u11996 状态 (537,516)/(587,516) → label+已报名
#8 u11953 公告 (537, 569) → 章节标题
#9 u11949 "邀请函" (587, 569) → 文件名
#10 u11957 查看 (679, 569) → 操作链接
#11 u11959 下载 (745, 571) → 操作链接
#12 u11951 返回按钮 (636, 716) → 主操作
(u11992 水平线 top:1019,纯装饰,略)
============================================================
框架元素(由父级 doctor.html 渲染,本页面不输出):
- u11970/u11972/u11974/u11976/u11978/u11980/u11982/u11984/u11986/u11988 侧边栏+顶栏
============================================================
新增项(非原型):
- 响应式 768px
============================================================
-->
<main class="content">
<!-- #1 面包屑(对应 u11967) -->
<div class="breadcrumb">
<a href="javascript:void(0)" onclick="goBack()">项目列表</a> &gt; 项目详情
</div>
<!-- #2 页面标题(对应 u11947) -->
<h1 class="page-title">项目详情</h1>
<!-- #3~#7 基本信息(对应 u11945/u11961 + u11943/u11955 + u11998/u12000 + u11963/u11965 + u11994/u11996) -->
<div class="card">
<div class="info-list">
<div class="info-row">
<span class="info-label">项目编号:</span>
<span class="info-value code">ZH-2026-658</span>
</div>
<div class="info-row">
<span class="info-label">项目名称:</span>
<span class="info-value">小牛血清创新应用研讨会</span>
</div>
<div class="info-row">
<span class="info-label">会议名称:</span>
<span class="info-value">小牛血清创新应用研讨会</span>
</div>
<div class="info-row">
<span class="info-label">项目形式:</span>
<span class="info-value">线上</span>
</div>
<div class="info-row">
<span class="info-label">状态:</span>
<span class="info-value"><span class="status-tag">已报名</span></span>
</div>
</div>
</div>
<!-- #8~#11 公告(对应 u11953/u11949/u11957/u11959) -->
<div class="card">
<div class="section-title">公告</div>
<div class="info-list">
<div class="info-row">
<span class="info-label" style="flex: 0 0 90px;">邀请函:</span>
<a class="op-link" href="../公示详情.html" target="_blank">查看</a>
<a class="op-link" href="javascript:void(0)">下载</a>
</div>
</div>
</div>
<!-- #12 返回按钮(对应 u11951) -->
<div class="form-actions">
<button type="button" class="btn-default" onclick="goBack()">返回</button>
</div>
</main>
<script>
function goBack() {
try {
if (window.parent && window.parent.document.getElementById('contentFrame')) {
window.parent.document.getElementById('contentFrame').src = 'my-registrations.html';
} else {
history.back();
}
} catch (e) {
history.back();
}
}
</script>
</body>
</html>