From 496a2b870b67580f57a673f747589e6c7c413ce3 Mon Sep 17 00:00:00 2001 From: ShengLong <452591453@qq.com> Date: Sat, 9 May 2026 18:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E8=AE=A2=E5=8D=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 + .../diagnosis/components/PatientOrderList.vue | 555 +++++++++++++++++- 2 files changed, 535 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index aea6eb06..bd2f47fe 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ bin-release/ /.claude /.claude /.kbctx +/server/.spool +/server/.claude diff --git a/admin/src/views/tcm/diagnosis/components/PatientOrderList.vue b/admin/src/views/tcm/diagnosis/components/PatientOrderList.vue index e2bb8ee4..c2c1e2ec 100644 --- a/admin/src/views/tcm/diagnosis/components/PatientOrderList.vue +++ b/admin/src/views/tcm/diagnosis/components/PatientOrderList.vue @@ -39,19 +39,313 @@ {{ formatTime(row.create_time) }} + + +
+ + + + + +
+ + + + + +
总金额
+
¥{{ detailData.amount }}
+
+
+ + +
已付总额
+
¥{{ detailData.linked_pay_paid_total || 0 }}
+
+
+ + +
需代收
+
¥{{ formatMoney(detailAgencyToCollect) }}
+
+
+ + +
已付笔数
+
{{ detailLinkedPayOrders.length }} 笔
+
+
+
+ +
+ + +
审核通过
+
已驳回
+ + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + +
审核通过
+
已驳回
+ + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + {{ detailData.diagnosis_id }} + {{ formatTime(detailData.create_time) }} + +
+
{{ detailData.creator_name || '—' }}
+
{{ detailOrderCreatorMetaLine }}
+
+ +
+ +
+
+ + {{ name }} + +
+
+ +
+ {{ detailData.recipient_name }} + + {{ detailData.recipient_phone || '—' }} + 与处方手机不一致 + + {{ detailFullAddress }} + {{ detailData.is_follow_up ? '是' : '否' }} + {{ detailData.medication_days ? detailData.medication_days + ' 天' : '—' }} + {{ detailData.prev_staff || '—' }} + {{ detailData.service_channel || '—' }} + {{ feeTypeText(detailData.fee_type) }} + {{ detailData.tracking_number || '—' }} + {{ expressCompanyLabel(detailData.express_company) }} + {{ detailData.remark_extra || '—' }} + {{ detailData.remark_assistant || '—' }} + {{ detailData.prescription_audit_remark || '—' }} + {{ detailData.payment_slip_audit_remark || '—' }} +
+
+ + + + +
+ + + + + + + + 刷新轨迹 +
+
正在加载物流轨迹...
+
+
+ 状态:{{ logisticsTracePayload.state_text }} + {{ logisticsTracePayload.carrier_label }} +
+ + + {{ t.context }} + + + +
+
+ + + + + + +
+ {{ log.admin_name }} + {{ logActionText(log.action) }} +
+ {{ log.summary }} +
+
+ +
+
+