Commit de43b8c2 by guanzhenshan

解决资产负债表有些数据没有显示的问题

parent 6935fb1e
......@@ -85,7 +85,7 @@
<div style="width:11.5%;" class="monetary_fund">0</div>
<div style="width:11.5%;" class="monetary_fund">0</div>
<div style="width:11.5%;">
<input id="monetary_fund txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
<input id="monetary_fund" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div>
<div style="width:8%;">
......@@ -100,7 +100,7 @@
<div style="width:11.5%;" class="withdraw_amount">0</div>
<div style="width:11.5%;" class="withdraw_amount">0</div>
<div style="width:11.5%;">
<input id="withdraw_amount txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
<input id="withdraw_amount" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div>
<div style="width:8%;">
......@@ -115,7 +115,7 @@
<div style="width:11.5%;" class="platform_balance">0</div>
<div style="width:11.5%;" class="platform_balance">0</div>
<div style="width:11.5%;">
<input id="platform_balance txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
<input id="platform_balance" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div>
<div style="width:8%;">
......@@ -130,7 +130,7 @@
<div style="width:11.5%;" class="bank_account_balance">0</div>
<div style="width:11.5%;" class="bank_account_balance">0</div>
<div style="width:11.5%;">
<input id="bank_account_balance txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
<input id="bank_account_balance" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div>
<div style="width:8%;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment