From 328411da1f53e6467e9ab1f61d62746bbd6e499f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9F=B5=E7=90=B4?= <757188142@qq.com> Date: Thu, 16 Apr 2026 09:01:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=98=8E=E7=BB=86=E9=A1=B5=EF=BC=8C=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E4=BC=98=E5=8C=96=E7=AE=A1=E7=90=86=E7=AB=AF=E5=81=A5?= =?UTF-8?q?=E5=BA=B7=E5=92=A8=E8=AF=A2=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 archive-unit-detail.html 单位报表明细二级页面 - archive-unit.html 查看明细添加跳转逻辑 - 新增员工明细、视频详情、结算等多个页面 - 批量优化管理端现有页面交互和布局细节 - 同步更新导航页 SITE_MAP 和 CHANGELOG Co-Authored-By: Claude Opus 4.6 --- .../health-consult/consult-person-detail.html | 12 +- index.html | 11 + .../archive-personal-detail.html | 489 ++++++++++++++++++ .../health-consult/archive-personal.html | 131 +++-- .../health-consult/archive-unit-detail.html | 299 +++++++++++ web-admin/health-consult/archive-unit.html | 209 ++++---- .../assistant/chat-message.html | 27 +- .../assistant/checkup-standard.html | 242 +++++---- .../assistant/consult-settle-add.html | 265 ++++++++++ .../assistant/consult-settle-report.html | 205 ++++++++ .../assistant/consult-settle.html | 189 +++++-- .../assistant/contacts-dialog.html | 6 +- .../assistant/current-consult.html | 153 +++++- .../assistant/employee-profile-dialog.html | 46 ++ .../assistant/expert-manage.html | 10 +- .../assistant/expert-schedule-dialog.html | 205 ++++++++ .../assistant/history-consult.html | 457 ++++++++++++---- .../assistant/select-expert-dialog.html | 106 +++- .../health-consult/assistant/sms-send.html | 115 ++-- .../health-consult/config-department.html | 102 ++-- web-admin/health-consult/config-disease.html | 103 ++-- web-admin/health-consult/config-hospital.html | 101 ++-- web-admin/health-consult/config-notice.html | 4 +- web-admin/health-consult/config-phrase.html | 87 +++- web-admin/health-consult/consult-record.html | 53 +- web-admin/health-consult/doc/CHANGELOG.md | 16 + web-admin/health-consult/exception-dirty.html | 46 +- .../health-consult/expert-statistics.html | 45 +- .../health-consult/history-assistant.html | 59 ++- .../health-consult/history-evaluation.html | 59 ++- web-admin/health-consult/history-expert.html | 173 +++++-- web-admin/health-consult/settlement-add.html | 324 ++++++++++++ .../health-consult/settlement-report.html | 398 ++++++++++++++ web-admin/health-consult/settlement.html | 238 ++++----- .../video-detail-cancelled.html | 137 +++++ .../video-detail-completed.html | 146 ++++++ .../video-detail-pending-confirm.html | 131 +++++ .../video-detail-pending-start.html | 129 +++++ .../health-consult/video-detail-rejected.html | 134 +++++ 39 files changed, 4737 insertions(+), 925 deletions(-) create mode 100644 web-admin/health-consult/archive-personal-detail.html create mode 100644 web-admin/health-consult/archive-unit-detail.html create mode 100644 web-admin/health-consult/assistant/consult-settle-add.html create mode 100644 web-admin/health-consult/assistant/consult-settle-report.html create mode 100644 web-admin/health-consult/assistant/expert-schedule-dialog.html create mode 100644 web-admin/health-consult/settlement-add.html create mode 100644 web-admin/health-consult/settlement-report.html create mode 100644 web-admin/health-consult/video-detail-cancelled.html create mode 100644 web-admin/health-consult/video-detail-completed.html create mode 100644 web-admin/health-consult/video-detail-pending-confirm.html create mode 100644 web-admin/health-consult/video-detail-pending-start.html create mode 100644 web-admin/health-consult/video-detail-rejected.html diff --git a/employee-app/health-consult/consult-person-detail.html b/employee-app/health-consult/consult-person-detail.html index 6aaa5cd..580cbce 100644 --- a/employee-app/health-consult/consult-person-detail.html +++ b/employee-app/health-consult/consult-person-detail.html @@ -122,17 +122,7 @@
- -
-
👤
-
-
- 张旭 - 父亲 -
-
28岁 · 男 · 170cm · 65kg
-
-
+
diff --git a/index.html b/index.html index 19fec12..1125355 100644 --- a/index.html +++ b/index.html @@ -181,15 +181,24 @@ const SITE_MAP = [ { name:'专家咨询(管理员)', dir:'web-admin/health-consult', entry:'history-expert.html', prd:'web-admin/health-consult/doc/PRD.md', pages:[ { file:'history-expert.html', label:'专家咨询记录' }, { file:'history-expert-detail.html', label:'专家对话详情' }, + { file:'video-detail-pending-confirm.html', label:'视频详情-待确认' }, + { file:'video-detail-pending-start.html', label:'视频详情-待开始' }, + { file:'video-detail-completed.html', label:'视频详情-已完成' }, + { file:'video-detail-rejected.html', label:'视频详情-已拒绝' }, + { file:'video-detail-cancelled.html', label:'视频详情-已取消' }, { file:'history-assistant.html', label:'小助手咨询记录' }, { file:'history-assistant-detail.html', label:'小助手对话详情' }, { file:'history-evaluation.html', label:'用户评价' }, { file:'consult-record.html', label:'咨询档案' }, { file:'consult-record-detail.html', label:'咨询档案详情' }, { file:'archive-personal.html', label:'个人咨询数据' }, + { file:'archive-personal-detail.html', label:'员工咨询明细' }, { file:'archive-unit.html', label:'单位报表数据' }, + { file:'archive-unit-detail.html', label:'单位报表明细' }, { file:'expert-statistics.html', label:'专家咨询统计' }, { file:'settlement.html', label:'咨询结算' }, + { file:'settlement-add.html', label:'新增结算' }, + { file:'settlement-report.html', label:'结算报表' }, { file:'exception-result.html', label:'结果异常' }, { file:'exception-dirty.html', label:'系统脏数据' }, { file:'config-hospital.html', label:'医院配置' }, @@ -210,6 +219,8 @@ const SITE_MAP = [ { file:'checkup-standard.html', label:'体检标准化' }, { file:'sms-send.html', label:'短信发送' }, { file:'consult-settle.html', label:'咨询结算' }, + { file:'consult-settle-add.html', label:'新增/编辑结算配置' }, + { file:'consult-settle-report.html', label:'结算报表' }, { file:'employee-profile-dialog.html', label:'咨询人档案弹窗', dialog:true }, { file:'select-expert-dialog.html', label:'选择专家弹窗', dialog:true }, { file:'contacts-dialog.html', label:'通讯录弹窗', dialog:true }, diff --git a/web-admin/health-consult/archive-personal-detail.html b/web-admin/health-consult/archive-personal-detail.html new file mode 100644 index 0000000..502ed6f --- /dev/null +++ b/web-admin/health-consult/archive-personal-detail.html @@ -0,0 +1,489 @@ + + + + + +个人咨询数据 - 张伟详情 | 健康长庆原型 + + + + + +
+ + +
+ +
+ + 返回 +
+
+ 系统管理员 ▾ +
+
+ + + + + +
+ + + + + +
+
+
+
+
张伟
+
+ 员工编号 EMP001 + 性别 男 + 年龄 35岁 + 所属单位 采油一厂 + 所属部门 安全生产部 +
+
+
+ +
+ + +
+ +
+ +
咨询专家
+
咨询小助手
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
序号咨询单号咨询类型咨询状态咨询专家专家职称专家医院专家科室专家类型发起咨询时间首次回复时间咨询完成时间咨询时长评分操作
1ZJ20260409001图文咨询已完成李医生主任医师长庆医院心血管内科收费专家2026-04-09 09:122026-04-09 09:252026-04-09 09:3523分钟★★★★★查看对话
2ZJ20260408002视频咨询已完成王医生副主任医师长庆医院内分泌科免费专家2026-04-08 10:302026-04-08 10:452026-04-08 11:1545分钟★★★★☆查看详情
3ZJ20260407003图文咨询已完成陈医生主治医师西安交大一附院骨科收费专家2026-04-07 14:002026-04-07 14:102026-04-07 14:3030分钟★★★★★查看对话
4ZJ20260401004图文咨询已取消赵医生主任医师长庆医院神经内科收费专家2026-04-01 09:00查看详情
5ZJ20260320005视频咨询已完成孙医生副主任医师西安市中心医院消化内科免费专家2026-03-20 15:002026-03-20 15:122026-03-20 15:5050分钟★★★☆☆查看详情
+
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
序号咨询单号咨询状态发起咨询时间首次回复时间咨询完成时间咨询时长操作
1ZX20260414001已结束2026-04-14 08:302026-04-14 08:352026-04-14 08:388分钟查看对话
2ZX20260413002已结束2026-04-13 09:452026-04-13 09:502026-04-13 10:0520分钟查看对话
3ZX20260412003进行中2026-04-12 14:002026-04-12 14:0235分钟查看对话
4ZX20260410004已结束2026-04-10 10:122026-04-10 10:142026-04-10 10:153分钟查看对话
5ZX20260409005已结束2026-04-09 16:002026-04-09 16:012026-04-09 16:088分钟查看对话
+
+ +
+
+ +
+ + + +
+
+ + +
+
+ + + + diff --git a/web-admin/health-consult/archive-personal.html b/web-admin/health-consult/archive-personal.html index 081c632..ab6c3ca 100644 --- a/web-admin/health-consult/archive-personal.html +++ b/web-admin/health-consult/archive-personal.html @@ -69,8 +69,17 @@ .table-card__title{font-size:var(--font-base);font-weight:600;} .table-card__actions{display:flex;gap:8px;align-items:center;} table{width:100%;border-collapse:collapse;} - thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);} - tbody td{padding:14px 16px;font-size:var(--font-sm);color:var(--text-primary);border-bottom:1px solid var(--border);} + thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);white-space:nowrap;} + tbody td{padding:14px 16px;font-size:var(--font-sm);color:var(--text-primary);border-bottom:1px solid var(--border);white-space:nowrap;} + .table-card__content{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;} + .table-card__content table{min-width:100%;white-space:nowrap;} + .col-fixed{position:sticky;z-index:2;background:#fff;} + thead .col-fixed{background:#FAFAFA;z-index:3;} + .col-fixed-1{left:0;min-width:60px;width:60px;} + .col-fixed-2{left:60px;} + .col-fixed-3{left:130px;} + .col-fixed-end{right:0;min-width:120px;box-shadow:-2px 0 4px rgba(0,0,0,0.04);} + .col-fixed-3::after{content:'';position:absolute;top:0;right:-4px;bottom:0;width:4px;background:linear-gradient(to right,rgba(0,0,0,0.04),transparent);pointer-events:none;} tbody tr:last-child td{border-bottom:none;} tbody tr:hover{background:#F8FBFF;} .tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:var(--font-xs);} @@ -131,29 +140,7 @@
- -
-
-
员工总人数
-
3,842
-
截至今日
-
-
-
本年咨询专家总次数
-
12,567
-
2026年度
-
-
-
本年咨询小助手总次数
-
38,920
-
2026年度
-
-
-
有咨询记录员工数
-
2,109
-
本年度活跃
-
-
+ @@ -239,19 +226,20 @@
- -
- - - - -
+ +
+ +
+ + + +
+ + + + + diff --git a/web-admin/health-consult/archive-unit.html b/web-admin/health-consult/archive-unit.html index ee2d606..3927c57 100644 --- a/web-admin/health-consult/archive-unit.html +++ b/web-admin/health-consult/archive-unit.html @@ -57,13 +57,22 @@ .orange{color:var(--warning);} .stat-card__trend{font-size:var(--font-xs);color:var(--text-placeholder);margin-top:4px;} .table-card{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;} + .table-card__content{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;} + .table-card__content table{min-width:100%;white-space:nowrap;} + .col-fixed{position:sticky;z-index:2;background:#fff;} + thead .col-fixed{background:#FAFAFA;z-index:3;} + .col-fixed-1{left:0;min-width:60px;width:60px;} + .col-fixed-2{left:60px;} + .col-fixed-3{left:180px;} + .col-fixed-end{right:0;min-width:120px;box-shadow:-2px 0 4px rgba(0,0,0,0.04);} + .col-fixed-3::after{content:'';position:absolute;top:0;right:-4px;bottom:0;width:4px;background:linear-gradient(to right,rgba(0,0,0,0.04),transparent);pointer-events:none;} .table-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);} .table-card__title{font-size:var(--font-base);font-weight:600;} table{width:100%;border-collapse:collapse;} - thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);} + thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);white-space:nowrap;} thead th.sortable{cursor:pointer;} thead th.sortable:hover{color:var(--primary);} - tbody td{padding:14px 16px;font-size:var(--font-sm);border-bottom:1px solid var(--border);} + tbody td{padding:14px 16px;font-size:var(--font-sm);border-bottom:1px solid var(--border);white-space:nowrap;} tbody tr:last-child td{border-bottom:none;} tbody tr:hover{background:#F8FBFF;} .rank-num{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-xs);font-weight:700;} @@ -77,6 +86,10 @@ .link{color:var(--primary);cursor:pointer;font-size:var(--font-sm);} .link:hover{color:#40a9ff;} /* Tab */ + .pagination{display:flex;align-items:center;justify-content:flex-end;padding:16px 24px;gap:8px;border-top:1px solid var(--border);} + .pagination span{font-size:var(--font-sm);color:var(--text-secondary);} + .page-btn{width:32px;height:32px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;font-size:var(--font-sm);display:inline-flex;align-items:center;justify-content:center;transition:all .2s;} + .page-btn:hover,.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);} .tab-bar{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:16px;} .tab-item{padding:10px 24px;font-size:var(--font-sm);color:var(--text-secondary);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;white-space:nowrap;} .tab-item:hover{color:var(--primary);} @@ -123,28 +136,7 @@
-
-
-
统计单位数
-
28
-
全部所属单位
-
-
-
本年度咨询专家总次数
-
12,567
-
2026年度汇总
-
-
-
本年度咨询小助手总次数
-
38,920
-
2026年度汇总
-
-
-
本年度咨询总费用
-
¥ 248,600
-
2026年度汇总
-
-
+
@@ -183,91 +175,101 @@ 查询 - - +
+ + +
+ + + + +
+
二级单位咨询数据列表
+
- - - + + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - +
排名单位名称员工人数序号单位名称员工人数 咨询专家次数 ↕ 咨询小助手次数 ↕ 咨询占比 咨询费用(元)↕操作操作
1采油一厂6232,3417,8201采油一厂6232,3417,820
72%
¥ 46,820查看明细查看明细
2采油二厂5581,9866,5402采油二厂5581,9866,540
65%
¥ 39,720查看明细查看明细
3采油三厂5021,6755,8903采油三厂5021,6755,890
58%
¥ 33,500查看明细查看明细
4勘探开发研究院3891,2034,2104勘探开发研究院3891,2034,210
45%
¥ 24,060查看明细查看明细
5机关事务服务中心3128763,1505机关事务服务中心3128763,150
38%
¥ 17,520查看明细查看明细
6天然气开采厂2787432,6806天然气开采厂2787432,680
32%
¥ 14,860查看明细查看明细
7长庆石化公司2456122,1907长庆石化公司2456122,190
28%
¥ 12,240查看明细查看明细
8工程技术研究院1984871,7308工程技术研究院1984871,730
22%
¥ 9,740查看明细查看明细
+
+ + +
+ + + + +
+
三级单位咨询数据列表
+
- - - + + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - +
排名所属单位部门名称序号所属单位部门名称 员工人数 咨询专家次数 ↕ 咨询小助手次数 ↕ 咨询占比 咨询费用(元)↕操作操作
1采油一厂生产一队1867122,4301采油一厂生产一队1867122,430
68%
¥ 14,240查看明细查看明细
2采油一厂生产二队1746582,1802采油一厂生产二队1746582,180
63%
¥ 13,160查看明细查看明细
3采油二厂生产一队1635981,9603采油二厂生产一队1635981,960
57%
¥ 11,960查看明细查看明细
4采油三厂生产二队1585431,8204采油三厂生产二队1585431,820
52%
¥ 10,860查看明细查看明细
5勘探开发研究院地质研究室1424871,6405勘探开发研究院地质研究室1424871,640
47%
¥ 9,740查看明细查看明细
6采油一厂安全环保部1364321,4506采油一厂安全环保部1364321,450
43%
¥ 8,640查看明细查看明细
7采油二厂综合管理部1283781,2607采油二厂综合管理部1283781,260
38%
¥ 7,560查看明细查看明细
8机关事务服务中心综合管理部1153121,0808机关事务服务中心综合管理部1153121,080
32%
¥ 6,240查看明细查看明细
+
diff --git a/web-admin/health-consult/assistant/chat-message.html b/web-admin/health-consult/assistant/chat-message.html index a3e0d38..ed74f5b 100644 --- a/web-admin/health-consult/assistant/chat-message.html +++ b/web-admin/health-consult/assistant/chat-message.html @@ -30,9 +30,13 @@ .msg-list__header{padding:16px;border-bottom:1px solid var(--border);display:flex;gap:8px;align-items:center;} .msg-list__search{flex:1;height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 12px 0 36px;font-size:var(--font-sm);outline:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Ccircle cx='6' cy='6' r='4' stroke='%23999' stroke-width='1.4'/%3E%3Cpath d='M10 10l2.5 2.5' stroke='%23999' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 12px center;} .msg-list__search:focus{border-color:var(--primary);} - .btn-contacts{height:36px;padding:0 14px;border-radius:var(--radius-sm);font-size:var(--font-sm);cursor:pointer;border:1px solid var(--primary);background:#fff;color:var(--primary);display:inline-flex;align-items:center;gap:6px;white-space:nowrap;transition:all .2s;} + .btn-contacts{width:36px;height:36px;border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--primary);background:#fff;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;} .btn-contacts:hover{background:var(--primary);color:#fff;} .btn-contacts svg{width:16px;height:16px;} + .btn-refresh{width:36px;height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);flex-shrink:0;transition:all .2s;} + .btn-refresh:hover{color:var(--primary);border-color:var(--primary);} + .btn-refresh svg{width:16px;height:16px;transition:transform .4s ease;} + .btn-refresh.spinning svg{transform:rotate(360deg);} .msg-list__body{flex:1;overflow-y:auto;} .msg-item{display:flex;gap:12px;padding:14px 16px;cursor:pointer;border-bottom:1px solid #F5F5F5;transition:background .15s;} .msg-item:hover{background:#FAFAFA;} @@ -128,11 +132,14 @@
- + - + +
@@ -189,7 +196,7 @@ 孙主任 04-08
-
管理员
+
健康管理员
本月咨询结算数据请尽快整理
@@ -278,7 +285,7 @@ var msgData = [ {name:'周丽',role:'操作人员',roleClass:'operator',char:'周',detail:'长庆油田应急救援中心'}, {name:'林护士',role:'专业人员',roleClass:'professional',char:'林',detail:'主管护师'}, {name:'赵刚',role:'驻场人员',roleClass:'onsite',char:'赵',detail:'长庆油田总医院'}, - {name:'孙主任',role:'管理员',roleClass:'admin',char:'孙',detail:'长庆油田 · 健康管理部'} + {name:'孙主任',role:'健康管理员',roleClass:'admin',char:'孙',detail:'长庆油田 · 健康管理部'} ]; function selectMsg(el, idx) { @@ -296,12 +303,18 @@ function selectMsg(el, idx) { } } +/* 刷新消息列表 */ +function refreshMsgList(btn) { + btn.classList.add('spinning'); + setTimeout(function(){ btn.classList.remove('spinning'); }, 500); +} + /* 接收通讯录弹窗消息,添加联系人到列表 */ window.addEventListener('message', function(e) { if (e.data === 'close-dialog') { closeOverlay(); return; } if (e.data && e.data.type === 'add-contact') { var c = e.data; - var roleClassMap = {'咨询专家':'expert','操作人员':'operator','专业人员':'professional','驻场人员':'onsite','管理员':'admin'}; + var roleClassMap = {'咨询专家':'expert','操作人员':'operator','专业人员':'professional','驻场人员':'onsite','健康管理员':'admin'}; var rc = roleClassMap[c.role] || 'operator'; var ch = c.name.charAt(0); /* 检查是否已存在 */ diff --git a/web-admin/health-consult/assistant/checkup-standard.html b/web-admin/health-consult/assistant/checkup-standard.html index 672fc53..ea3fb4e 100644 --- a/web-admin/health-consult/assistant/checkup-standard.html +++ b/web-admin/health-consult/assistant/checkup-standard.html @@ -7,7 +7,7 @@ @@ -74,80 +93,121 @@
-
-
体检分类
- -
-
一般检查 8
-
血液检查 15
-
尿液检查 10
-
肝功能 12
-
肾功能 6
-
血脂检查 7
-
血糖检查 4
-
甲状腺功能 6
-
肿瘤标志物 8
-
心电图 3
-
影像检查 9
-
眼科检查 5
-
耳鼻喉科 4
+ +
+
+ 体检分类 +
+ +
+
-
一般检查 · 8个项目
+ +
+ + +
-
- - - - - - - - - - - - - - -
项目名称项目编码参考范围单位临床意义操作
身高GE001cm基础体格指标查看明细
体重GE002kg基础体格指标查看明细
BMIGE00318.5 ~ 23.9kg/m²评估体重是否正常查看明细
收缩压GE00490 ~ 139mmHg评估血压水平查看明细
舒张压GE00560 ~ 89mmHg评估血压水平查看明细
脉搏GE00660 ~ 100次/分评估心率查看明细
腰围GE007男<85 女<80cm评估腹型肥胖查看明细
体脂率GE008男10~20 女18~28%评估体脂水平查看明细
+
+
+ + 从左侧选择小类,查看标准化项目列表 +
- - -
-
- - -
-
\ No newline at end of file diff --git a/web-admin/health-consult/assistant/consult-settle-add.html b/web-admin/health-consult/assistant/consult-settle-add.html new file mode 100644 index 0000000..e13b231 --- /dev/null +++ b/web-admin/health-consult/assistant/consult-settle-add.html @@ -0,0 +1,265 @@ + + + + + +专家咨询·小助手 - 新增结算 | 健康长庆原型 + + + +
+ + +
+ 返回首页 +
健康小助手 ▾ +
+
+
+ + + +
+
基本信息
+
+
结算名称
+ +
+
+
是否产生通讯费用
+
+ + +
+
+ +
+ + +
+
结算费用设置
+ + + + + + + + + + + + + + + + + + + +
费用类型结算对象图文咨询费用(元)视频咨询费用(元)操作
+ + + + 删除
+
+ +
+
+ +
+
结算周期设置
+
+
开始月份
+ +
+
+
结束月份
+ +
+ +
+ +
+
+ + +
+ + + diff --git a/web-admin/health-consult/assistant/consult-settle-report.html b/web-admin/health-consult/assistant/consult-settle-report.html new file mode 100644 index 0000000..080afef --- /dev/null +++ b/web-admin/health-consult/assistant/consult-settle-report.html @@ -0,0 +1,205 @@ + + + + + +专家咨询·小助手 - 结算报表 | 健康长庆原型 + + + +
+ + +
+ 返回首页 +
健康小助手 ▾ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+ +
+ + +
+
+
+
专家结算明细 — 2026年3月专家咨询结算
+
共 42 位专家
+
+ + + + + + + + + + + + + + + + + + + + + + + +
专家编号专家姓名专家职称专家医院图文咨询单价(元)视频咨询单价(元)图文咨询次数视频咨询次数总咨询费(元)结算费(元)操作
EXP-20250001李医生主任医师西安交通大学第一附属医院50.00100.0052346,000.005,300.00咨询详情
EXP-20250002王医生副主任医师长庆油田职工医院40.0080.0038243,440.003,440.00咨询详情
EXP-20250003张医生主治医师陕西省人民医院40.0080.0030152,400.002,600.00咨询详情
EXP-20250004陈医生主任医师西北妇女儿童医院50.00100.0025132,550.002,900.00咨询详情
EXP-20250005孙医生住院医师庆阳市人民医院30.0060.0018101,140.001,140.00咨询详情
+ +
+
+ + + + + + \ No newline at end of file diff --git a/web-admin/health-consult/assistant/consult-settle.html b/web-admin/health-consult/assistant/consult-settle.html index d097bb3..49fb04d 100644 --- a/web-admin/health-consult/assistant/consult-settle.html +++ b/web-admin/health-consult/assistant/consult-settle.html @@ -19,11 +19,6 @@ .btn-back{color:rgba(255,255,255,0.65);cursor:pointer;display:flex;align-items:center;gap:4px;text-decoration:none;}.btn-back:hover{color:#fff;} .avatar{width:32px;height:32px;border-radius:50%;background:var(--success);display:flex;align-items:center;justify-content:center;color:#fff;font-size:var(--font-sm);} .main{margin-top:56px;padding:24px;} - .stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;} - .stat-card{background:#fff;border-radius:var(--radius-md);padding:20px 24px;box-shadow:var(--shadow-sm);} - .stat-card__label{font-size:var(--font-sm);color:var(--text-secondary);} - .stat-card__value{font-size:var(--font-xxl);font-weight:700;margin-top:8px;} - .stat-card__sub{font-size:var(--font-xs);color:var(--text-secondary);margin-top:4px;} .filter-bar{background:#fff;border-radius:var(--radius-md);padding:20px 24px;margin-bottom:16px;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:16px;flex-wrap:wrap;} .filter-item{display:flex;align-items:center;gap:8px;} .filter-item label{font-size:var(--font-sm);color:var(--text-secondary);white-space:nowrap;} @@ -37,20 +32,25 @@ .table-card{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;} .table-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);} .table-card__title{font-size:var(--font-base);font-weight:600;} + .table-card__content{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;} + .table-card__content table{min-width:100%;white-space:nowrap;} table{width:100%;border-collapse:collapse;} thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);white-space:nowrap;} tbody td{padding:14px 16px;font-size:var(--font-sm);border-bottom:1px solid var(--border);white-space:nowrap;} tbody tr:last-child td{border-bottom:none;} tbody tr:hover{background:#F8FBFF;} + .col-fixed{position:sticky;z-index:2;background:#fff;} + thead .col-fixed{background:#FAFAFA;z-index:3;} + .col-fixed-1{left:0;min-width:60px;width:60px;} + .col-fixed-2{left:60px;} + .col-fixed-3{left:160px;} + .col-fixed-end{right:0;min-width:120px;box-shadow:-2px 0 4px rgba(0,0,0,0.04);} + .col-fixed-3::after{content:'';position:absolute;top:0;right:-4px;bottom:0;width:4px;background:linear-gradient(to right,rgba(0,0,0,0.04),transparent);pointer-events:none;} .tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:var(--font-xs);} .tag-green{background:#F6FFED;color:var(--success);} .tag-orange{background:#FFF7E6;color:var(--warning);} .tag-blue{background:var(--primary-light);color:var(--primary);} - .amount-total{font-weight:700;color:var(--warning);font-size:var(--font-base);} - .expert-info{display:flex;align-items:center;gap:10px;} - .expert-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:var(--primary);font-weight:600;font-size:var(--font-sm);flex-shrink:0;} - .expert-name{font-weight:500;} - .expert-dept{font-size:var(--font-xs);color:var(--text-secondary);} + .tag-gray{background:#F5F5F5;color:var(--text-secondary);} .link{color:var(--primary);cursor:pointer;font-size:var(--font-sm);}.link:hover{color:#40a9ff;} .pagination{display:flex;align-items:center;justify-content:flex-end;padding:16px 24px;gap:8px;border-top:1px solid var(--border);} .pagination span{font-size:var(--font-sm);color:var(--text-secondary);} @@ -84,73 +84,158 @@
-
-
本月待结算金额
¥ 32,450
2026年4月
-
本月已结算金额
¥ 18,200
已完成结算
-
本年累计结算
¥ 248,600
2026年度
-
待结算专家数
28
本月待处理
-
-
- +
+
-
-
- +
+ + +
+
+ +
-
- - + + + +
-
结算明细列表(2026年4月)
-
共 42 位专家
+
结算列表
+
共 5 条
+
- + + + + + + + + + + + + + - - - - - + + + + + + + + + - - - - - + + + + + + + + + - - - - - + + + + + + + + + - - - - - + + + + + + + + + - - - - - + + + + + + + + +
专家信息图文咨询次数图文单价视频咨询次数视频单价应结算金额结算状态结算时间操作
序号结算名称结算开始月份结算结束月份结算状态创建时间结算开始时间结算结束时间操作
李医生
心血管内科
312¥ 3086¥ 80¥ 16,240待结算查看明细12026年4月专家咨询结算2026-042026-04待结算2026-04-15 09:30 +
+ 开始结算 + 编辑配置 + 删除 +
+
王医生
内分泌科
245¥ 3062¥ 80¥ 12,310已结算2026-04-05查看明细22026年3月专家咨询结算2026-032026-03已结算2026-03-31 10:002026-04-01 09:002026-04-03 17:20 +
+ 查看报表 + 查看配置 + 删除 +
+
张医生
神经内科
198¥ 3045¥ 80¥ 9,540结算中查看明细32026年2月专家咨询结算2026-022026-02已结算2026-02-28 14:152026-03-01 09:002026-03-04 16:45 +
+ 查看报表 + 查看配置 + 删除 +
+
陈医生
骨科
156¥ 3018¥ 80¥ 6,120待结算查看明细42026年1月专家咨询结算2026-012026-01已结算2026-01-31 11:002026-02-01 09:002026-02-03 15:30 +
+ 查看报表 + 查看配置 + 删除 +
+
孙医生
消化内科
89¥ 3012¥ 80¥ 3,630已结算2026-04-06查看明细52025年Q4专家咨询结算2025-102025-12结算中2025-12-31 16:002026-01-02 09:00 +
+ 查看报表 + 查看配置 + 删除 +
+
+
@@ -88,8 +88,8 @@ var contacts = [ {name:'郑营养师',role:'专业人员',roleClass:'professional',detail:'高级营养师'}, {name:'赵刚',role:'驻场人员',roleClass:'onsite',detail:'长庆油田总医院'}, {name:'钱磊',role:'驻场人员',roleClass:'onsite',detail:'庆阳市人民医院'}, - {name:'孙主任',role:'管理员',roleClass:'admin',detail:'长庆油田 · 健康管理部'}, - {name:'马处长',role:'管理员',roleClass:'admin',detail:'长庆油田 · 安全环保部'} + {name:'孙主任',role:'健康管理员',roleClass:'admin',detail:'长庆油田 · 健康管理部'}, + {name:'马处长',role:'健康管理员',roleClass:'admin',detail:'长庆油田 · 安全环保部'} ]; var selectedIdx = -1; diff --git a/web-admin/health-consult/assistant/current-consult.html b/web-admin/health-consult/assistant/current-consult.html index 3da4993..a4eb6d3 100644 --- a/web-admin/health-consult/assistant/current-consult.html +++ b/web-admin/health-consult/assistant/current-consult.html @@ -28,6 +28,11 @@ /* ===== 左侧对话列表 ===== */ .conv-list{width:320px;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;} .conv-list__header{padding:16px;border-bottom:1px solid var(--border);} + .conv-list__search-row{display:flex;gap:8px;align-items:center;} + .btn-refresh{width:36px;height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);flex-shrink:0;transition:all .2s;} + .btn-refresh:hover{color:var(--primary);border-color:var(--primary);} + .btn-refresh svg{width:16px;height:16px;transition:transform .4s ease;} + .btn-refresh.spinning svg{transform:rotate(360deg);} .conv-list__search{width:100%;height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 12px 0 36px;font-size:var(--font-sm);outline:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Ccircle cx='6' cy='6' r='4' stroke='%23999' stroke-width='1.4'/%3E%3Cpath d='M10 10l2.5 2.5' stroke='%23999' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 12px center;} .conv-list__search:focus{border-color:var(--primary);} .conv-list__filters{display:flex;gap:16px;padding:10px 10px 0;font-size:var(--font-sm);} @@ -44,14 +49,19 @@ .conv-info__time{font-size:var(--font-xs);color:#bbb;} .conv-info__msg{font-size:var(--font-xs);color:var(--text-secondary);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} .conv-badge{width:18px;height:18px;border-radius:50%;background:var(--danger);color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;} + .conv-type-tag{font-size:10px;padding:1px 6px;border-radius:8px;white-space:nowrap;margin-left:6px;font-weight:400;} + .conv-type-tag--expert{background:var(--primary-light);color:var(--primary);} + .conv-type-tag--asst{background:#F6FFED;color:var(--success);} /* ===== 右侧聊天区 ===== */ .chat-area{flex:1;display:flex;flex-direction:column;background:#F5F7FA;} - .chat-header{height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0;} - .chat-header__left{display:flex;align-items:center;gap:12px;} + .chat-header{min-height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0;} + .chat-header__left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;} .chat-header__name{font-size:var(--font-base);font-weight:600;} .chat-header__tag{font-size:var(--font-xs);padding:2px 8px;border-radius:10px;background:#F6FFED;color:var(--success);} .chat-header__tag--ended{background:#F5F5F5;color:#999;} + .chat-expert-info{display:flex;align-items:center;gap:6px;font-size:var(--font-xs);color:var(--text-secondary);width:100%;margin-top:2px;} + .chat-expert-info span{white-space:nowrap;} /* 咨询结束卡片(员工侧发出) */ .end-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 18px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-sm);} .end-card__icon{width:36px;height:36px;border-radius:50%;background:#FFF1F0;color:var(--danger);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;} @@ -98,7 +108,10 @@ .phrase-wrap{position:relative;} .phrase-pop{display:none;position:absolute;bottom:calc(100% + 8px);left:0;width:260px;background:#fff;border-radius:var(--radius-md);box-shadow:0 4px 16px rgba(0,0,0,0.15);z-index:50;overflow:hidden;} .phrase-pop.open{display:block;} - .phrase-pop__title{padding:10px 14px;font-size:var(--font-xs);color:var(--text-secondary);border-bottom:1px solid var(--border);font-weight:500;} + .phrase-pop__title{padding:10px 14px;font-size:var(--font-xs);color:var(--text-secondary);border-bottom:none;font-weight:500;} + .phrase-pop__tabs{display:flex;gap:6px;padding:4px 14px 8px;flex-wrap:wrap;border-bottom:1px solid var(--border);} + .phrase-tab{font-size:12px;padding:2px 10px;border-radius:10px;cursor:pointer;background:var(--bg-page);color:var(--text-secondary);border:1px solid var(--border);} + .phrase-tab.active{background:var(--primary-light);color:var(--primary);border-color:var(--primary);} .phrase-pop__list{max-height:220px;overflow-y:auto;} .phrase-pop__item{padding:9px 14px;font-size:var(--font-sm);cursor:pointer;transition:background .12s;border-bottom:1px solid #F5F5F5;} .phrase-pop__item:last-child{border-bottom:none;} @@ -155,7 +168,13 @@
- +
+ + + +
@@ -168,7 +187,7 @@
- 李明 + 李明咨询专家 10:32
我体检报告显示空腹血糖6.8,这是糖尿病吗?
@@ -179,7 +198,7 @@
- 张伟 + 张伟咨询专家 09:58
最近总是头疼,需要做什么检查?
@@ -189,7 +208,7 @@
- 王芳 + 王芳咨询小助手 09:45
请问体检套餐B包含哪些项目?
@@ -199,7 +218,7 @@
- 赵静 + 赵静咨询小助手 昨天
我想了解一下高血压的日常注意事项
@@ -209,7 +228,7 @@
- 刘洋 + 刘洋咨询专家 昨天
帮我推荐一个心血管方面的专家
@@ -220,7 +239,7 @@
- 陈强 + 陈强咨询小助手 04-08
我的体检报告有几项异常,帮我看看
@@ -231,9 +250,10 @@
-
+
李明 + 咨询专家 咨询中
@@ -242,12 +262,25 @@ 咨询人档案 - - + +
+
+
+ 员工:李明··35岁·采油二厂·生产运行科 +
+
+ 专家:王建国·主任医师·内分泌科·北京协和医院 +
+
会话开始 · 2026-04-10 10:20
@@ -320,21 +353,38 @@
选择常用语
+
+ 全部 + 问候语 + 引导语 + 注意事项 + 结束语 +
-
您好,我是健康咨询小助手,请问有什么可以帮您?
-
请您稍等,我为您查询一下相关信息。
-
根据您的体检报告,建议您进一步咨询专科医生。
-
我为您推荐一位擅长该领域的专家,请查看。
-
建议您保持健康饮食,适量运动,定期复查。
-
您的咨询已记录,如有需要可随时联系我们。
-
感谢您的咨询,祝您身体健康!
+
您好,我是健康咨询小助手,请问有什么可以帮您?
+
您好,欢迎使用健康咨询服务,请描述您的问题。
+
请您稍等,我为您查询一下相关信息。
+
根据您的体检报告,建议您进一步咨询专科医生。
+
我为您推荐一位擅长该领域的专家,请查看。
+
建议您保持健康饮食,适量运动,定期复查。
+
请注意按时服药,如有不适请及时就医。
+
您的咨询已记录,如有需要可随时联系我们。
+
感谢您的咨询,祝您身体健康!
+ +
@@ -387,12 +437,12 @@ convContents[1] = '' /* 各对话的状态配置:tag文字 + 是否已结束 */ var convStatus = { - 0: { text: '咨询中', ended: false }, - 1: { text: '已结束', ended: true }, - 2: { text: '咨询中', ended: false }, - 3: { text: '咨询中', ended: false }, - 4: { text: '咨询中', ended: false }, - 5: { text: '咨询中', ended: false } + 0: { text: '咨询中', ended: false, type: 'expert', typeText: '咨询专家', expert: '王建国 · 主任医师 · 内分泌科 · 北京协和医院', emp: '李明 · 男 · 35岁 · 采油二厂 · 生产运行科' }, + 1: { text: '已结束', ended: true, type: 'expert', typeText: '咨询专家', expert: '李慧敏 · 副主任医师 · 神经内科 · 西京医院', emp: '张伟 · 男 · 42岁 · 钻井工程公司 · 技术管理部' }, + 2: { text: '咨询中', ended: false, type: 'asst', typeText: '咨询小助手', expert: '', emp: '王芳 · 女 · 29岁 · 长庆油田总医院 · 护理部' }, + 3: { text: '咨询中', ended: false, type: 'asst', typeText: '咨询小助手', expert: '', emp: '赵静 · 女 · 38岁 · 第五采气厂 · 综合管理科' }, + 4: { text: '咨询中', ended: false, type: 'expert', typeText: '咨询专家', expert: '张明远 · 主任医师 · 心血管内科 · 阜外医院', emp: '刘洋 · 男 · 45岁 · 勘探开发研究院 · 地质研究所' }, + 5: { text: '咨询中', ended: false, type: 'asst', typeText: '咨询小助手', expert: '', emp: '陈强 · 男 · 31岁 · 采油三厂 · 安全环保科' } }; var currentConvIdx = 0; @@ -411,13 +461,47 @@ function selectConv(el, idx) { /* 切换状态标签 */ var tag = document.getElementById('chatTag'); - var status = convStatus[idx] || { text: '咨询中', ended: false }; + var typeTag = document.getElementById('chatType'); + var status = convStatus[idx] || { text: '咨询中', ended: false, type: 'asst', typeText: '咨询小助手' }; tag.textContent = status.text; if (status.ended) { tag.classList.add('chat-header__tag--ended'); } else { tag.classList.remove('chat-header__tag--ended'); } + typeTag.textContent = status.typeText; + typeTag.className = 'conv-type-tag conv-type-tag--' + status.type; + var expertInfo = document.getElementById('chatExpertInfo'); + if (status.expert) { + var parts = status.expert.split(' · '); + expertInfo.innerHTML = '专家:' + parts[0] + '·' + parts[1] + '·' + parts[2] + '·' + parts[3] + ''; + expertInfo.style.display = 'flex'; + } else { + expertInfo.style.display = 'none'; + } + var empInfo = document.getElementById('chatEmpInfo'); + if (status.emp) { + var ep = status.emp.split(' · '); + empInfo.innerHTML = '员工:' + ep[0] + '·' + ep[1] + '·' + ep[2] + '·' + ep[3] + '·' + ep[4] + ''; + empInfo.style.display = 'flex'; + } else { + empInfo.style.display = 'none'; + } + document.getElementById('btnSendSms').style.display = status.type === 'expert' ? '' : 'none'; + var btnEnd = document.getElementById('btnEndConsult'); + if (status.ended) { + btnEnd.disabled = true; + btnEnd.style.color = '#bbb'; + btnEnd.style.borderColor = '#E8E8E8'; + btnEnd.style.cursor = 'not-allowed'; + btnEnd.style.background = '#fafafa'; + } else { + btnEnd.disabled = false; + btnEnd.style.color = 'var(--danger)'; + btnEnd.style.borderColor = 'var(--danger)'; + btnEnd.style.cursor = ''; + btnEnd.style.background = ''; + } /* 切换聊天内容 */ var body = document.getElementById('chatBody'); @@ -434,6 +518,13 @@ function togglePhrase(e) { e.stopPropagation(); document.getElementById('phrasePop').classList.toggle('open'); } +function filterPhrase(cat, el) { + document.querySelectorAll('.phrase-tab').forEach(function(t){ t.classList.remove('active'); }); + el.classList.add('active'); + document.querySelectorAll('.phrase-pop__item').forEach(function(item){ + item.style.display = (cat === 'all' || item.getAttribute('data-cat') === cat) ? '' : 'none'; + }); +} function sendPhrase(el) { var text = el.textContent; var body = document.getElementById('chatBody'); @@ -453,6 +544,14 @@ function sendPhrase(el) { document.addEventListener('click', function() { document.getElementById('phrasePop').classList.remove('open'); }); +document.getElementById('phrasePop').addEventListener('click', function(e) { + e.stopPropagation(); +}); +/* 刷新对话列表 */ +function refreshConvList(btn) { + btn.classList.add('spinning'); + setTimeout(function(){ btn.classList.remove('spinning'); }, 500); +} diff --git a/web-admin/health-consult/assistant/employee-profile-dialog.html b/web-admin/health-consult/assistant/employee-profile-dialog.html index a9ddc90..a028e00 100644 --- a/web-admin/health-consult/assistant/employee-profile-dialog.html +++ b/web-admin/health-consult/assistant/employee-profile-dialog.html @@ -28,6 +28,18 @@ .sub-title{font-size:var(--font-sm);font-weight:600;color:#333;margin:20px 0 10px;padding-left:8px;border-left:3px solid var(--primary);} .sub-title:first-child{margin-top:0;} + + .archive-block{border:1px solid var(--border);border-radius:var(--radius-sm);} + .archive-row{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);font-size:var(--font-sm);} + .archive-row:last-child{border-bottom:none;} + .archive-row--top{align-items:flex-start;} + .archive-label{color:var(--primary);width:70px;flex-shrink:0;} + .archive-value{color:#333;flex:1;} + .archive-tag{display:inline-block;background:var(--primary-light);color:var(--primary);border-radius:20px;padding:2px 12px;font-size:var(--font-xs);} + .archive-files{display:flex;gap:12px;flex-wrap:wrap;} + .file-card{width:100px;height:72px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:var(--font-sm);cursor:pointer;} + .file-card--blue{background:#E6F7FF;color:var(--primary);border:1px solid #BAE7FF;} + .file-card--yellow{background:#FFFBE6;color:#FA8C16;border:1px solid #FFE58F;} @@ -106,8 +118,42 @@ + +
本次档案
+
+
+ 问题描述 + 久坐后腰部持续酸痛,弯腰时加重,近两周症状明显,影响日常工作和休息。 +
+
+ 持续时间 + 1-2周 +
+
+ 检查资料 +
+
检查报告
+
患处照片
+
+
+
+ 医院名称 + 北京协和医院 + 科室 + 骨科 +
+
+ 疾病名称 + 腰肌劳损 +
+
+ 期望帮助 + 希望了解腰部疼痛的具体病因,是否需要进一步检查,以及日常缓解和治疗方案建议。 +
+
+
基本信息
diff --git a/web-admin/health-consult/assistant/expert-manage.html b/web-admin/health-consult/assistant/expert-manage.html index 7ad0c6e..effd071 100644 --- a/web-admin/health-consult/assistant/expert-manage.html +++ b/web-admin/health-consult/assistant/expert-manage.html @@ -138,7 +138,7 @@ 关闭咨询| 详情| - + @@ -153,7 +153,7 @@ 关闭咨询| 详情| - + @@ -168,7 +168,7 @@ 开启咨询| 详情| - + @@ -183,7 +183,7 @@ 关闭咨询| 详情| - + @@ -198,7 +198,7 @@ 关闭咨询| 详情| - + diff --git a/web-admin/health-consult/assistant/expert-schedule-dialog.html b/web-admin/health-consult/assistant/expert-schedule-dialog.html new file mode 100644 index 0000000..9dee983 --- /dev/null +++ b/web-admin/health-consult/assistant/expert-schedule-dialog.html @@ -0,0 +1,205 @@ + + + + + +排班配置 + + + +
+
+ 排班配置 +
+ +
+ +
+
+
+
郭建强  副主任医师
+
+ 专家编号:CQZJ20250018 + 医院:西安市第九医院 + 科室:心脏内科 + 收费类型:免费专家 +
+
+
+ + +
+ 开启视频咨询 + + 已开启 — 患者可预约视频咨询 +
+ + +
每周排班设置
+ + + + + + + + + +
星期上午下午
+
+ + +
+ + + + diff --git a/web-admin/health-consult/assistant/history-consult.html b/web-admin/health-consult/assistant/history-consult.html index 5077780..83864ac 100644 --- a/web-admin/health-consult/assistant/history-consult.html +++ b/web-admin/health-consult/assistant/history-consult.html @@ -65,6 +65,32 @@ .page-btn{width:32px;height:32px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;font-size:var(--font-sm);display:inline-flex;align-items:center;justify-content:center;transition:all .2s;} .page-btn:hover,.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);} + /* Tab 切换 */ + .page-tabs{display:flex;gap:0;background:#fff;border-radius:var(--radius-md) var(--radius-md) 0 0;box-shadow:var(--shadow-sm);margin-bottom:0;border-bottom:1px solid var(--border);overflow:hidden;} + .page-tab{padding:14px 28px;font-size:var(--font-sm);cursor:pointer;color:var(--text-secondary);border-bottom:2px solid transparent;transition:all .2s;user-select:none;} + .page-tab:hover{color:var(--primary);} + .page-tab.active{color:var(--primary);font-weight:600;border-bottom-color:var(--primary);background:#fff;} + .tab-panel{display:block;padding-top:16px;} + .tab-panel.hidden{display:none;} + /* 专家筛选展开 */ + .filter-bar__rows{display:flex;flex-direction:column;gap:12px;width:100%;} + .filter-bar__row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;} + .filter-bar__row.hidden{display:none;} + .filter-bar__expand-btn{background:none;border:none;color:var(--primary);cursor:pointer;font-size:var(--font-sm);padding:0;display:flex;align-items:center;gap:4px;} + .filter-bar__expand-btn svg{width:14px;height:14px;transition:transform .2s;} + .filter-bar__expand-btn.expanded svg{transform:rotate(180deg);} + .tag-red{background:#FFF1F0;color:var(--danger);} + .stars{color:#FAAD14;font-size:var(--font-sm);} + /* 固定列 */ + .col-fixed{position:sticky;z-index:2;background:#fff;} + thead .col-fixed{background:#FAFAFA;z-index:3;} + tbody tr:hover .col-fixed{background:#F8FBFF;} + .col-f1{left:0;min-width:56px;width:56px;} + .col-f2{left:56px;min-width:120px;} + .col-f3{left:176px;min-width:80px;} + .col-f3::after{content:'';position:absolute;top:0;right:-4px;bottom:0;width:4px;background:linear-gradient(to right,rgba(0,0,0,0.06),transparent);pointer-events:none;} + .col-fend{right:0;min-width:80px;box-shadow:-2px 0 4px rgba(0,0,0,0.05);} + table{min-width:100%;} /* 模态弹窗(iframe覆盖层) */ .overlay-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.45);z-index:1000;align-items:center;justify-content:center;} .overlay-modal.open{display:flex;} @@ -96,6 +122,206 @@
+ +
+
咨询专家
+
咨询小助手
+
+ + +
+
+
+
+
+
+
+
+ +
+
全部单位/部门
+
+
+
单位
+
全部单位/部门
+
采油一厂
+
采油二厂
+
采油三厂
+
勘探开发研究院
+
机关事务服务中心
+
+
+
部门
+
全部部门
+
+
+
+
+
+ + +
+
+ + +
+
+ +
+ + + +
+
+
+
+ + +
+
+
+
咨询记录列表
+
共 12,567 条
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
序号咨询单号姓名员工编号所属单位所属部门咨询类型咨询状态咨询专家专家职称专家医院专家科室专家类型发起咨询时间首次回复时间咨询完成时间咨询时长评分操作
1ZJ20260409001张伟EMP001采油一厂心血管科图文咨询已完成李医生主任医师长庆医院心血管内科收费专家2026-04-09 09:122026-04-09 09:252026-04-09 09:3523分钟★★★★★查看对话
2ZJ20260409002李明EMP002采油二厂内分泌科视频咨询已完成王医生副主任医师长庆医院内分泌科免费专家2026-04-09 10:302026-04-09 10:452026-04-09 11:1545分钟★★★★☆查看详情
3ZJ20260409003王芳EMP003勘探开发研究院医学研究部图文咨询进行中张医生主治医师长庆医院神经内科收费专家2026-04-09 11:052026-04-09 11:15查看对话
4ZJ20260408004刘洋EMP004采油三厂生产部图文咨询已完成陈医生副主任医师长庆医院骨科其他专家2026-04-08 14:222026-04-08 14:352026-04-08 14:4018分钟★★★☆☆查看对话
5ZJ20260408005赵静EMP005机关事务服务中心行政部视频咨询已拒绝孙医生主任医师长庆医院消化内科免费专家2026-04-08 16:402026-04-08 16:42查看详情
6ZJ20260407006孙丽EMP010采油二厂技术部视频咨询已取消陈医生副主任医师长庆医院骨科收费专家2026-04-07 08:202026-04-07 08:45查看详情
7ZJ20260407007陈磊EMP006采油一厂技术部图文咨询已完成李医生主任医师长庆医院心血管内科收费专家2026-04-07 09:552026-04-07 10:052026-04-07 10:2015分钟★★★★★查看对话
8ZJ20260409008周华EMP007采油一厂安全部图文咨询待回复刘医生主治医师长庆医院呼吸科收费专家2026-04-09 14:30查看对话
9ZJ20260409009吴娟EMP008采油二厂技术部视频咨询待确认王医生副主任医师长庆医院内分泌科免费专家2026-04-09 15:10查看详情
10ZJ20260409010何军EMP009勘探开发研究院数据分析部视频咨询待开始张医生主治医师长庆医院神经内科收费专家2026-04-09 16:002026-04-09 16:05查看详情
+
+ +
+
+ + + +
@@ -262,6 +470,110 @@ \ No newline at end of file diff --git a/web-admin/health-consult/assistant/select-expert-dialog.html b/web-admin/health-consult/assistant/select-expert-dialog.html index 389efa2..18464b8 100644 --- a/web-admin/health-consult/assistant/select-expert-dialog.html +++ b/web-admin/health-consult/assistant/select-expert-dialog.html @@ -20,6 +20,21 @@ .filter-input:focus{border-color:var(--primary);} .filter-select{height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 28px 0 12px;font-size:var(--font-sm);outline:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;min-width:120px;} + /* 可搜索下拉 */ + .cs-wrap{position:relative;display:inline-block;} + .cs-trigger{height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 28px 0 12px;font-size:var(--font-sm);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;user-select:none;} + .cs-trigger:hover,.cs-wrap.open .cs-trigger{border-color:var(--primary);} + .cs-panel{display:none;position:absolute;top:calc(100% + 4px);left:0;min-width:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:100;} + .cs-wrap.open .cs-panel{display:block;} + .cs-search{padding:8px;border-bottom:1px solid #F0F0F0;} + .cs-search input{width:100%;height:30px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 10px;font-size:var(--font-sm);outline:none;} + .cs-search input:focus{border-color:var(--primary);} + .cs-list{max-height:200px;overflow-y:auto;} + .cs-option{padding:8px 12px;font-size:var(--font-sm);cursor:pointer;white-space:nowrap;} + .cs-option:hover{background:#F5F5F5;} + .cs-option.active{color:var(--primary);background:var(--primary-light);} + .cs-empty{padding:12px;font-size:var(--font-sm);color:var(--text-secondary);text-align:center;} + /* 专家列表 */ .expert-list{padding:0 24px;} .expert-item{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid #F5F5F5;cursor:pointer;transition:background .15s;margin:0 -24px;padding-left:24px;padding-right:24px;} @@ -55,29 +70,38 @@
- - - + +
+
全部科室
+
+ +
+
全部科室
+
内分泌科
+
心血管内科
+
神经内科
+
骨科
+
消化内科
+
+
+
+ +
+
擅长疾病类型
+
+ +
+
擅长疾病类型
+
糖尿病
+
甲状腺
+
高血压
+
冠心病
+
头痛/眩晕
+
颈椎病/腰椎
+
胃病/肝胆
+
+
+
@@ -87,7 +111,6 @@
王医生 · 主任医师
北京协和医院 · 内分泌科
- 在线 糖尿病 甲状腺
@@ -103,7 +126,6 @@
李医生 · 主任医师
西京医院 · 心血管内科
- 在线 高血压 冠心病
@@ -119,7 +141,6 @@
张医生 · 副主任医师
唐都医院 · 神经内科
- 在线 头痛 眩晕
@@ -135,7 +156,6 @@
陈医生 · 主治医师
长庆医院 · 骨科
- 离线 颈椎病 腰椎间盘
@@ -151,7 +171,6 @@
孙医生 · 副主任医师
西安交大一附院 · 消化内科
- 在线 胃病 肝胆
@@ -174,6 +193,37 @@ function selectExpert(el) { el.classList.add('selected'); document.getElementById('selectedName').textContent = el.querySelector('.expert-name').textContent.split('·')[0].trim(); } + +/* 可搜索下拉 */ +function csToggle(id) { + const wrap = document.getElementById(id); + const isOpen = wrap.classList.contains('open'); + document.querySelectorAll('.cs-wrap.open').forEach(w => { w.classList.remove('open'); w.querySelector('.cs-search input').value = ''; csFilter(w.id, ''); }); + if (!isOpen) { wrap.classList.add('open'); wrap.querySelector('.cs-search input').focus(); } +} +function csSelect(id, el) { + const wrap = document.getElementById(id); + wrap.querySelectorAll('.cs-option').forEach(o => o.classList.remove('active')); + el.classList.add('active'); + wrap.querySelector('.cs-trigger').textContent = el.textContent; + wrap.classList.remove('open'); + wrap.querySelector('.cs-search input').value = ''; + csFilter(id, ''); +} +function csFilter(id, kw) { + const wrap = document.getElementById(id); + const opts = wrap.querySelectorAll('.cs-option'); + let any = false; + opts.forEach(o => { const show = o.textContent.includes(kw); o.style.display = show ? '' : 'none'; if (show) any = true; }); + let empty = wrap.querySelector('.cs-empty'); + if (!any) { if (!empty) { empty = document.createElement('div'); empty.className = 'cs-empty'; empty.textContent = '无匹配结果'; wrap.querySelector('.cs-list').appendChild(empty); } empty.style.display = ''; } + else if (empty) { empty.style.display = 'none'; } +} +document.addEventListener('click', function(e) { + if (!e.target.closest('.cs-wrap')) { + document.querySelectorAll('.cs-wrap.open').forEach(w => { w.classList.remove('open'); w.querySelector('.cs-search input').value = ''; csFilter(w.id, ''); }); + } +}); \ No newline at end of file diff --git a/web-admin/health-consult/assistant/sms-send.html b/web-admin/health-consult/assistant/sms-send.html index 942cb51..259085e 100644 --- a/web-admin/health-consult/assistant/sms-send.html +++ b/web-admin/health-consult/assistant/sms-send.html @@ -81,95 +81,90 @@
-
-
本月发送总量
1,286
2026年4月
-
发送成功
1,245
成功率 96.8%
-
发送失败
41
需关注
-
待发送
12
定时任务
-
+
-
- +
+
-
- - - +
+
- + - -
+ +
+
+
短信发送记录
-
共 256 条
+
共 5 条
- + - - - - - - - + + + + + + + + - - - - - - - + + + + + + + + - - - - - - - + + + + + + + + - - - - - - - + + + + + + + + - - - - - - - + + + + + + + +
发送批次短信内容发送对象发送人数成功/失败发送状态发送时间操作
序号标题通知对象发送状态发送人创建时间发布进度操作
SMS20260410001【健康长庆】您的体检报告已出,请登录APP查看详情。采油一厂326320 / 6已发送2026-04-10 09:00查看详情120260413全体员工已发布管理员2026-04-13 16:59:40446/446详情 删除
SMS20260409002【健康长庆】温馨提醒:您预约的专家咨询将于明日10:00开始。指定人员(15人)1515 / 0已发送2026-04-09 16:30查看详情22026042全体员工已发布管理员2026-04-02 08:39:518/8详情 删除
SMS20260409003【健康长庆】春季健康讲座通知:4月15日下午2点,主题"职场压力管理"。全部员工2,8602,831 / 29已发送2026-04-09 10:00查看详情3测试下短信的长度指定员工已发布管理员2026-04-01 17:57:3949/47详情 删除
SMS20260411004【健康长庆】您的健康评估报告已更新,请及时查看。采油二厂280— / —待发送2026-04-11 08:00(定时)查看详情4测试全体员工已发布管理员2026-04-01 17:37:048/8详情 删除
SMS20260408005【健康长庆】体检预约提醒:请于4月12日前完成年度体检预约。勘探开发研究院156150 / 6已发送2026-04-08 14:00查看详情5测试指定员工已发布管理员2026-04-01 17:23:5810/10详情 删除
diff --git a/web-admin/health-consult/config-department.html b/web-admin/health-consult/config-department.html index 7a3e298..36ed611 100644 --- a/web-admin/health-consult/config-department.html +++ b/web-admin/health-consult/config-department.html @@ -43,9 +43,18 @@ .table-card{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;} .table-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);} .table-card__title{font-size:var(--font-base);font-weight:600;} + .table-card__content{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;} + .table-card__content table{min-width:100%;white-space:nowrap;} table{width:100%;border-collapse:collapse;} - thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);} - tbody td{padding:14px 16px;font-size:var(--font-sm);border-bottom:1px solid var(--border);} + thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);white-space:nowrap;} + tbody td{padding:14px 16px;font-size:var(--font-sm);border-bottom:1px solid var(--border);white-space:nowrap;} + .col-fixed{position:sticky;z-index:2;background:#fff;} + thead .col-fixed{background:#FAFAFA;z-index:3;} + .col-fixed-1{left:0;min-width:60px;width:60px;} + .col-fixed-2{left:60px;} + .col-fixed-3{left:160px;} + .col-fixed-end{right:0;min-width:120px;box-shadow:-2px 0 4px rgba(0,0,0,0.04);} + .col-fixed-3::after{content:'';position:absolute;top:0;right:-4px;bottom:0;width:4px;background:linear-gradient(to right,rgba(0,0,0,0.04),transparent);pointer-events:none;} tbody tr:last-child td{border-bottom:none;} tbody tr:hover{background:#F8FBFF;} .tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:var(--font-xs);} @@ -234,84 +243,95 @@
科室列表
共 32 个科室
+
- - + + + - + - - + + + - + - - + + + - + - - + + + - + - - + + + - + - - + + + - + - - + + + - + - - + + + - + - - + + + - +
科室名称科室分类序号科室名称科室分类 关联专家数 置顶 排序操作操作
心血管内科内科1心血管内科内科 12 位专家
1
编辑删除
编辑删除
神经内科内科2神经内科内科 8 位专家
2
编辑删除
编辑删除
骨科外科3骨科外科 6 位专家
3
编辑删除
编辑删除
消化内科内科4消化内科内科 9 位专家
4
编辑删除
编辑删除
内分泌科内科5内分泌科内科 5 位专家
5
编辑删除
编辑删除
眼科五官科6眼科五官科 4 位专家
6
编辑删除
编辑删除
妇科妇产科7妇科妇产科 7 位专家
7
编辑删除
编辑删除
皮肤科外科8皮肤科外科 3 位专家
8
编辑删除
编辑删除
+
+ + diff --git a/web-admin/health-consult/settlement-report.html b/web-admin/health-consult/settlement-report.html new file mode 100644 index 0000000..f5cf55a --- /dev/null +++ b/web-admin/health-consult/settlement-report.html @@ -0,0 +1,398 @@ + + + + + +专家咨询 - 结算报表 | 健康长庆原型 + + + +
+ + +
+
+ + 返回首页 +
+
+ 系统管理员 ▾ +
+
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+ +
+ + + + + + +
+ +
+
+
专家结算明细 — 2026年3月专家咨询结算
+
共 42 位专家
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
专家编号专家姓名专家职称专家医院图文咨询单价(元)视频咨询单价(元)图文咨询次数视频咨询次数总咨询费(元)结算费(元)操作
EXP-20250001李医生主任医师西安交通大学第一附属医院50.00100.0052346,000.005,300.00咨询详情
EXP-20250002王医生副主任医师长庆油田职工医院40.0080.0038243,440.003,440.00咨询详情
EXP-20250003张医生主治医师陕西省人民医院40.0080.0030152,400.002,600.00咨询详情
EXP-20250004陈医生主任医师西北妇女儿童医院50.00100.0025132,550.002,900.00咨询详情
EXP-20250005孙医生住院医师庆阳市人民医院30.0060.0018101,140.001,140.00咨询详情
+ +
+ +
+ + + + + + + diff --git a/web-admin/health-consult/settlement.html b/web-admin/health-consult/settlement.html index ef3cd28..2b9efd0 100644 --- a/web-admin/health-consult/settlement.html +++ b/web-admin/health-consult/settlement.html @@ -56,11 +56,20 @@ .table-card{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;} .table-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);} .table-card__title{font-size:var(--font-base);font-weight:600;} + .table-card__content{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;} + .table-card__content table{min-width:100%;white-space:nowrap;} table{width:100%;border-collapse:collapse;} - thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);} - tbody td{padding:14px 16px;font-size:var(--font-sm);border-bottom:1px solid var(--border);} + thead th{background:#FAFAFA;padding:12px 16px;text-align:left;font-size:var(--font-sm);color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);white-space:nowrap;} + tbody td{padding:14px 16px;font-size:var(--font-sm);border-bottom:1px solid var(--border);white-space:nowrap;} tbody tr:last-child td{border-bottom:none;} tbody tr:hover{background:#F8FBFF;} + .col-fixed{position:sticky;z-index:2;background:#fff;} + thead .col-fixed{background:#FAFAFA;z-index:3;} + .col-fixed-1{left:0;min-width:60px;width:60px;} + .col-fixed-2{left:60px;} + .col-fixed-3{left:160px;} + .col-fixed-end{right:0;min-width:120px;box-shadow:-2px 0 4px rgba(0,0,0,0.04);} + .col-fixed-3::after{content:'';position:absolute;top:0;right:-4px;bottom:0;width:4px;background:linear-gradient(to right,rgba(0,0,0,0.04),transparent);pointer-events:none;} .tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:var(--font-xs);} .tag-green{background:#F6FFED;color:var(--success);} .tag-orange{background:#FFF7E6;color:var(--warning);} @@ -118,27 +127,26 @@
+
+ + +
- - -
-
- - + +
- -
+ + + + - - +
-
结算明细列表(2026年4月)
-
共 42 位专家
+
结算列表
+
共 5 条
+
- - - - - - + + + + - - + + + + - - - - - - + + + + + - + - - - - - - + + + + - - - - - + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - -
专家信息图文咨询次数图文单价视频咨询次数视频单价应结算金额序号结算名称结算开始月份结算结束月份 结算状态结算时间操作创建时间结算开始时间结算结束时间操作
-
-
-
-
李医生
-
心血管内科
-
-
-
312¥ 3086¥ 80¥ 16,24012026年4月专家咨询结算2026-042026-04 待结算2026-04-15 09:30 +
- 查看明细 - - 确认结算 + 开始结算 + 编辑配置 + 删除
-
-
-
-
王医生
-
内分泌科
-
-
-
245¥ 3062¥ 80¥ 12,31022026年3月专家咨询结算2026-032026-03 已结算2026-04-05查看明细
-
-
-
-
张医生
-
神经内科
-
+
2026-03-31 10:002026-04-01 09:002026-04-03 17:20 +
+ 查看报表 + 查看配置 + 删除
198¥ 3045¥ 80¥ 9,540
32026年2月专家咨询结算2026-022026-02已结算2026-02-28 14:152026-03-01 09:002026-03-04 16:45 +
+ 查看报表 + 查看配置 + 删除 +
+
42026年1月专家咨询结算2026-012026-01已结算2026-01-31 11:002026-02-01 09:002026-02-03 15:30 +
+ 查看报表 + 查看配置 + 删除 +
+
52025年Q4专家咨询结算2025-102025-12 结算中2025-12-31 16:002026-01-02 09:00 查看明细
-
-
-
-
陈医生
-
骨科
-
-
-
156¥ 3018¥ 80¥ 6,120待结算 +
- 查看明细 - 确认结算 + 查看报表 + 查看配置 + 删除
-
-
-
-
孙医生
-
消化内科
-
-
-
89¥ 3012¥ 80¥ 3,630已结算2026-04-06查看明细
+