Commit 36137d2b by zhangmengjie

profitDetailsQuery模块末税更改为未税

parent be00ed9c
......@@ -25,8 +25,8 @@
"**/.idea": true
},
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true,
"source.fixAll.eslint": true
"source.fixAll.stylelint": "explicit",
"source.fixAll.eslint": "explicit"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
......
......@@ -164,7 +164,7 @@
<div class="table_container">
<div class="money_container">
<div class="money_item">
<span class="money_title">票扣金额 (税)合计:</span>
<span class="money_title">票扣金额 (税)合计:</span>
<span>{{ table && table[0] ? table[0].pnotMoney : '0.00' }}</span>
</div>
<div class="money_item">
......
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