From 75227c51c3a801dea92860732268644a61e65f14 Mon Sep 17 00:00:00 2001 From: mac Date: Sat, 11 Jul 2026 11:57:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=B2=E5=8F=91=E7=94=9F=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=BB=8F=E8=90=A5=E5=AD=A3=E6=8A=A5=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正为: 部门损益情况→部门现金流→项目经营详情 - 与预算模块保持一致的顺序 - 版本号 v1.2.0.23 --- static/modules/finance.js | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/modules/finance.js b/static/modules/finance.js index d03cdc9..337ad60 100644 --- a/static/modules/finance.js +++ b/static/modules/finance.js @@ -1215,9 +1215,9 @@ function renderFinanceQuarterlyOverview() { } document.querySelector("#financeQuarterlyOverview").innerHTML = '
' + - card('

项目经营详情 所有项目产生的签单,确收,毛利,回款,当期成本,当期流出,现金流

' + thead + '' + tbody + '
', 'p-4') + card('

部门损益情况 部门利润 = 所有项目产生的毛利 - 部门 1 级产生的人力成本,研发成本,差旅和其他支出

' + deptThead + '' + deptTbody + '
', 'p-4') + card('

部门现金流 部门现金流=所有项目产生的现金流 - 部门一级因费用产生的现金流出或流入

' + deptThead + '' + cfTbody + '
', 'p-4') + + card('

项目经营详情 所有项目产生的签单,确收,毛利,回款,当期成本,当期流出,现金流

' + thead + '' + tbody + '
', 'p-4') + '
'; if (window.lucide) window.lucide.createIcons(); } diff --git a/templates/index.html b/templates/index.html index faee1b2..d5b99e7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -76,7 +76,7 @@
-

OPC Manager v1.2.0.22

+

OPC Manager v1.2.0.23

科普 OPC 工作台