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
0916a76a
Commit
0916a76a
authored
Jul 25, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报账页面调整
parent
ee68dc50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
leaderPay2.vue
src/components/leaderPay2.vue
+9
-10
No files found.
src/components/leaderPay2.vue
View file @
0916a76a
...
...
@@ -938,17 +938,17 @@
<th>
汇兑损益金额
</th>
<th>
{{$t('system.table_operation')}}
</th>
</tr>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`t
nav
`+index"
>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`t
ln
`+index"
>
<td>
{{item.TCNUMS}}
</td>
<td>
{{item.LeaderGetPrice}}
</td>
<td>
<p
v-for=
"(f, fd) in item.FinanceIds"
:key=
"`t
nav
-fee`+fd"
>
{{f.Fee}}
</p>
<p
v-for=
"(f, fd) in item.FinanceIds"
:key=
"`t
ln
-fee`+fd"
>
{{f.Fee}}
</p>
</td>
<td>
<p
v-for=
"(f, fd) in item.FinanceIds"
:key=
"`t
nav
-rt`+fd"
>
{{f.Rate}}
</p>
<p
v-for=
"(f, fd) in item.FinanceIds"
:key=
"`t
ln
-rt`+fd"
>
{{f.Rate}}
</p>
</td>
<td>
<p
v-for=
"(f, fd) in item.FinanceIds"
:key=
"`t
nav
-om`+fd"
>
<p
v-for=
"(f, fd) in item.FinanceIds"
:key=
"`t
ln
-om`+fd"
>
{{Math.round(f.OriginalMoney * (f.Rate - f.Fee) * 100) / 100}}
</p>
</td>
<td
width=
"80"
class=
"_zhidan"
>
...
...
@@ -964,7 +964,7 @@
<th
colspan=
"7"
>
稽核单据
</th>
</tr>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`tn
avv
`+index"
>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`tn
l
`+index"
>
<td
colspan=
"3"
>
{{item.TCNUMS}}
</td>
<td
colspan=
"3"
>
<el-input
size=
"mini"
class=
"w150"
type=
"number"
v-model=
"item.price"
></el-input>
...
...
@@ -983,7 +983,7 @@
<th>
业务员
</th>
</tr>
<
template
v-for=
"(item, index) in TotalNav"
>
<tr
v-for=
"(Sitem, Sindex) in item.FinanceAuditList"
:key=
"`t
nav
_fa`+index+Sindex"
>
<tr
v-for=
"(Sitem, Sindex) in item.FinanceAuditList"
:key=
"`t
ln
_fa`+index+Sindex"
>
<td>
{{
Sindex
+
1
}}
</td>
<td><span
class=
"cursorpointer text-decoration"
@
click=
"goFncUrl('FinancialDocumentsDetail', Sitem.FinanceId)"
>
{{
Sitem
.
FinanceId
}}
</span></td>
...
...
@@ -1001,7 +1001,7 @@
<th
colspan=
"8"
>
预付款冲抵
</th>
</tr>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`t
nav
_yf`+index"
>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`t
ln
_yf`+index"
>
<td
colspan=
"4"
>
{{item.TCNUMS}}
</td>
<td
colspan=
"4"
>
<input
type=
"button"
value=
"制单"
class=
"leader2Btn"
@
click=
"ZhiDanChongDi(item)"
>
...
...
@@ -1048,7 +1048,7 @@
<th>
已填写人数
</th>
<th>
明细
</th>
</tr>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`t
nav
_yj`+index"
>
<tr
v-for=
"(item, index) in TotalNav"
:key=
"`t
l
_yj`+index"
>
<td>
{{item.TCNUMS}}
</td>
<td>
{{item.CommonReport.HouseStatistics.RealityNum}}
</td>
<td>
{{item.TotalGuestsurvey}}
</td>
...
...
@@ -1687,9 +1687,8 @@
godetailAll
:
function
(
name
)
{
this
.
godetail
(
name
)
},
//
明细
//明细
godetail
:
function
(
name
,
obj
)
{
let
path
=
""
,
TCIDs
=
this
.
msg
.
TCIDs
,
date
=
''
;
...
...
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