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

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