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
01a35de3
Commit
01a35de3
authored
Jul 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d5f3e0c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+16
-4
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+1
-1
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
01a35de3
...
...
@@ -37,7 +37,7 @@
</table>
<table
class=
"leaderReimbursementTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
<th
colspan=
"1
5
"
class=
"bgwhite"
>
车辆使用
</th>
<th
colspan=
"1
6
"
class=
"bgwhite"
>
车辆使用
</th>
</tr>
<tr
class=
"title"
>
<th
width=
"100"
>
使用时间
</th>
...
...
@@ -55,6 +55,7 @@
<th
width=
"60"
>
总金额
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"60"
>
凭证
</th>
<th
width=
"60"
>
供应商
</th>
</tr>
<tr
v-for=
'(item,index) in list.BusList'
>
<td>
{{
item
.
PlanDateStr
}}
</td>
...
...
@@ -115,11 +116,16 @@
</p>
</div>
</td>
<td>
<span
v-if=
"item.SupplierPayType !== 0"
>
<span>
{{
item
.
SupplierName
}}
<span
:style=
"
{'color': item.SupplierPayType == 2 ? '#E95252': '#111111'}">
{{
item
.
SupplierPayType
==
2
?
'签单'
:
'现付'
}}
</span></span>
</span>
</td>
</tr>
<tr
v-if=
"TotalNav.reimburseTotalPrice"
>
<td>
总金额
</td>
<td
colspan=
"1
4
"
>
{{
moneyFormat
(
TotalNav
.
reimburseTotalPrice
.
SelfPayingExpendTotalPrice
)
}}
<td
colspan=
"1
5
"
>
<span
v-for=
"item in TotalNav.busPrice"
>
{{
item
.
Str
+
':'
+
item
.
TotalPrice
}}
</span>
</td>
<!--
<td>
签单/预付/抵扣总金额
</td>
<td
colspan=
"7"
>
...
...
@@ -129,7 +135,7 @@
</table>
<table
class=
"leaderReimbursementTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
<th
colspan=
"1
5
"
class=
"bgwhite"
>
酒店使用
</th>
<th
colspan=
"1
6
"
class=
"bgwhite"
>
酒店使用
</th>
</tr>
<tr
class=
"title"
>
<th
width=
"100"
>
使用时间
</th>
...
...
@@ -147,6 +153,7 @@
<th
width=
""
>
总金额
</th>
<th
width=
""
>
付款方式
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"100"
>
供应商
</th>
</tr>
<template
v-for=
'(outItem,outIndex) in list.HotelOrderListReport'
>
<template
v-for=
"(subItem,subIndex) in outItem.HotelOrderList"
>
...
...
@@ -216,6 +223,11 @@
<td
v-if=
"childIndex==0"
:rowspan=
"5"
>
{{subItem.Remarks}}
</td>
<td>
<span
v-if=
"subItem.SupplierPayType !== 0"
>
<span>
{{subItem.SupplierName}}
<span
:style=
"{'color': subItem.SupplierPayType == 2 ? '#E95252': '#111111'}"
>
{{subItem.SupplierPayType == 2 ? '签单' : '现付'}}
</span></span>
</span>
</td>
</tr>
</template>
</template>
...
...
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
01a35de3
...
...
@@ -141,7 +141,7 @@
<!-- style="display:none;" -->
<div
>
<p
style=
"cursor: pointer;color:blue;"
@
click=
"CreateBill(item.ShopDetailsList)"
>
生成单据
</p>
<p
style=
"cursor: pointer;color:blue;"
@
click=
"CreateHandBill(outItem)"
>
手动生成单据
</p>
<p
style=
"cursor: pointer;color:blue;
margin-top:10px;
"
@
click=
"CreateHandBill(outItem)"
>
手动生成单据
</p>
</div>
</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