Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
36137d2b
Commit
36137d2b
authored
9 months ago
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
profitDetailsQuery模块末税更改为未税
parent
be00ed9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.vscode/settings.json
+2
-2
src/views/vab/profitDetailsQuery/index.vue
+1
-1
No files found.
.vscode/settings.json
View file @
36137d2b
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/views/vab/profitDetailsQuery/index.vue
View file @
36137d2b
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment