Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
f4910f04
Commit
f4910f04
authored
Jun 18, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9793b5a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+11
-3
No files found.
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
f4910f04
...
...
@@ -302,8 +302,16 @@
<td>
{{detail.CreateDateStr}}
</td>
<td>
{{$t('ios.dzriqi')}}
</td>
<td>
<td>
已开发票金额
</td>
<td><el-tooltip
class=
"item"
effect=
"dark"
content=
"财务审核通过的所有发票总额"
placement=
"top"
>
<span>
{{detail.PassMoney}}
</span>
</el-tooltip>
</td>
</tr>
<tr>
<td
>
{{$t('ios.dzriqi')}}
</td>
<td
colspan=
"3"
>
{{orderList.TradeDateStr}}
</td>
</tr>
...
...
@@ -326,7 +334,7 @@
<td
colspan=
"3"
class=
"w600 text-align-left font-weight cursorpointer"
>
<
template
v-for=
"(item,index) in orderList.FrIDs"
>
<span
:key=
"index+10000"
@
click=
"goUrlSFD('SalesFinancialDetail', '销售财务单据', detail.OrderId, detail.TCNUM, detail.TCID)"
>
{{
item
}}
</span>
@
click=
"goUrlSFD('SalesFinancialDetail', '销售财务单据', detail.OrderId, detail.TCNUM, detail.TCID)"
>
{{
item
+
(
index
<
(
orderList
.
FrIDs
.
length
-
1
)?
","
:
""
)
}}
</span>
</
template
>
<span
v-if=
"orderList.FrIDs && orderList.FrIDs.length<1"
>
{{$t('ios.zanwu')}}
</span>
</td>
...
...
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