From d4fa828f8cf6370e30894c39e27fb92cffa1923c Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 10 Jul 2026 19:32:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=8C=E9=AB=98=E8=B0=83=E6=95=B4+?= =?UTF-8?q?=E5=8E=BB=E5=85=83=E5=8D=95=E4=BD=8D+=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E6=88=AA=E6=96=AD+select=E9=AB=98=E5=BA=A6=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 项目财务明细行高增至1.37(原0.95的1.2x1.2倍) - 去掉所有表格内容中的元单位 - 客户名称固定100px+省略号+hover显示完整 - planInlineSelect的select高度固定20px对齐文本 - switchFinanceTab选择器限定#financeModal - 版本号 v1.2.0.11 --- static/modules/finance.js | 16 ++++++++-------- static/modules/home.js | 2 +- static/modules/plan.js | 18 +++++++++--------- static/modules/utils.js | 2 +- templates/index.html | 2 +- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/static/modules/finance.js b/static/modules/finance.js index 8e54db1..5a55e3c 100644 --- a/static/modules/finance.js +++ b/static/modules/finance.js @@ -1,6 +1,6 @@ // finance.js — 经营管理(财务)模块 -const moneyInt = (v) => `${Math.round(Number(v || 0)).toLocaleString("zh-CN")} 元`; +const moneyInt = (v) => `${Math.round(Number(v || 0)).toLocaleString("zh-CN")}`; const moneyWan = (v) => `${(Number(v || 0) / 10000).toFixed(1)} 万`; function renderFinance() { @@ -98,7 +98,7 @@ function renderFinance() { })(); const sm = pf.sign_month || ""; const signMonthCell = `${sm || '—'}`; - return `${esc(pf.client_name || "")}${esc(pf.customer_name)}${signMonthCell}${money(pf.sign_amount)}${mCols}${totalCol}`; + return `${esc(pf.client_name || "")}${esc(pf.customer_name)}${signMonthCell}${money(pf.sign_amount)}${mCols}${totalCol}`; }; const now2 = new Date(); @@ -185,7 +185,7 @@ function renderFinance() {

¥0

- +
月份确收毛利回款备注
@@ -202,14 +202,14 @@ function renderFinance() {

¥0

- +
月份费用类型成本支出备注
- +
月份确收毛利回款备注
@@ -200,14 +200,14 @@ function renderPlan() {

¥0

- +
月份费用类型成本已付备注