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
b268b16a
Commit
b268b16a
authored
Nov 21, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a2fb4006
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+6
-5
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
b268b16a
...
...
@@ -694,7 +694,7 @@
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderReimbursementTable"
>
<tr>
<th
:colspan=
"
7
"
>
<th
:colspan=
"
8
"
>
<span>
追加团款
</span>
</th>
<th
:colspan=
"1"
width=
"200"
>
...
...
@@ -707,6 +707,7 @@
<th>
单号
</th>
<th>
所属公司
</th>
<th>
单据类型
</th>
<th>
单据状态
</th>
<th>
费用类型
</th>
<th>
交易方式
</th>
<th>
金额
</th>
...
...
@@ -719,6 +720,8 @@
</td>
<td>
{{item.BranchName}}
</td>
<td><span
class=
"_bg__"
:class=
"item.Type==1 || item.Type==5?'_bg_green':'_bg_red'"
>
{{item.TypeName}}
</span>
<td>
<span
style=
"color: red;"
>
{{item.StatusStr}}
</span>
</td>
<td>
<
template
v-for=
"(s,si) in item.CostTypeList"
>
...
...
@@ -763,7 +766,7 @@
</td>
</tr>
<tr
v-if=
"!zhuijiaList.length"
>
<td
colspan=
"
8
"
>
暂无数据
</td>
<td
colspan=
"
9
"
>
暂无数据
</td>
</tr>
</table>
<div
v-if=
'picIsShow'
class=
"viewBigPicLayer"
>
...
...
@@ -1004,7 +1007,6 @@
CurrencyId
:
leadr
.
CurrencyId
,
}
let
id
=
[];
console
.
log
(
"nowLineId:"
+
obj
.
LineId
+
"old:"
+
this
.
LineId
);
if
(
obj
.
LineId
==
this
.
LineId
)
{
id
=
[
98
,
99
]
}
else
{
...
...
@@ -1216,7 +1218,6 @@
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
nav
=
res
.
data
.
data
.
list
;
this
.
LineId
=
res
.
data
.
data
.
EntryId
if
(
nav
[
0
].
OutBranchId
==
1216
)
{
this
.
IsShowRMB
=
true
;
}
...
...
@@ -1326,7 +1327,7 @@
this
.
isUpdate
=
this
.
$route
.
query
.
isUpdate
;
this
.
msg
.
TCIDs
=
this
.
$route
.
query
.
id
;
this
.
NewCombinationNum
=
this
.
$route
.
query
.
NewCombinationNum
;
this
.
LineId
=
this
.
$route
.
query
.
lineId
?
this
.
$route
.
query
.
lineId
:
0
if
(
this
.
$route
.
query
.
OutBranchId
==
1216
)
{
this
.
IsShowRMB
=
true
;
}
...
...
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