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
702e1f21
Commit
702e1f21
authored
Jun 19, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
a994a4a4
3f7225ec
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 @
702e1f21
...
...
@@ -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