diff --git a/admin/src/views/finance/mubiao-dept-card.vue b/admin/src/views/finance/mubiao-dept-card.vue new file mode 100644 index 00000000..d24429db --- /dev/null +++ b/admin/src/views/finance/mubiao-dept-card.vue @@ -0,0 +1,592 @@ + + + + + + + {{ seg }} + + + + + + + + {{ node.dept_name.slice(0, 1) }} + + + {{ node.dept_name }} + + {{ node.children.length }} 个子部门 + · ¥{{ formatMoneyShort(childTotal) }} + + + + 已保存 + 未设置 + + + + + + + + + + + + 目标金额 + + + ¥ {{ formatMoney(node.target_amount) }} + + + + 备注 + + + + + + + + + 子部门 + {{ node.children.length }} + + + + + + {{ child.dept_name }} + 已保存 + + + + + + + + + ={{ formatMoneyShort(subtreeSum(child)) }} + + + + {{ child.children.length }} + + + + + + + + + + + + + + + + diff --git a/server/app/common/model/tcm/DiagnosisGuahaoLog.php b/server/app/common/model/tcm/DiagnosisGuahaoLog.php new file mode 100644 index 00000000..e2560c27 --- /dev/null +++ b/server/app/common/model/tcm/DiagnosisGuahaoLog.php @@ -0,0 +1,17 @@ +