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
a2355717
Commit
a2355717
authored
May 05, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证下单成本
parent
84b48d2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
17 deletions
+23
-17
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+17
-13
offset.vue
src/components/public/offset.vue
+6
-4
No files found.
src/components/SalesVisa/VisaProductOrder.vue
View file @
a2355717
...
...
@@ -874,18 +874,19 @@
<th
width=
"6%"
>
业务员
</th>
<th
width=
"6%"
>
公司
</th>
<th
width=
"4%"
>
人数
</th>
<th
width=
"8%"
>
出发日期
</th>
<th
width=
"8%"
>
报名日期
</th>
<th
width=
"8%"
>
应收总额
</th>
<th
width=
"8%"
>
实收
</th>
<th
width=
"6%"
>
退款
</th>
<th
width=
"6%"
>
平台税金
</th>
<th
width=
"6%"
>
优惠
</th>
<th
width=
"7%"
>
出发日期
</th>
<th
width=
"7%"
>
报名日期
</th>
<th
width=
"7%"
>
应收总额
</th>
<th
width=
"7%"
>
成本
</th>
<th
width=
"7%"
>
实收
</th>
<th
width=
"5%"
>
退款
</th>
<th
width=
"5%"
>
平台税金
</th>
<th
width=
"5%"
>
优惠
</th>
<th
width=
"5%"
>
待收
</th>
<th
width=
"5%"
>
在途
</th>
<th
width=
"
6
%"
>
订单状态
</th>
<th
width=
"
4
%"
>
订单状态
</th>
<th
width=
"5%"
>
状态
</th>
<th
width=
"1
2
%"
>
操作
</th>
<th
width=
"1
4
%"
>
操作
</th>
</tr>
<tbody
v-for=
'(item,index) in dataList'
>
<tr>
...
...
@@ -908,6 +909,9 @@
<td>
<span
class=
"totalPrice"
>
¥
{{
moneyFormat
(
item
.
TotalPrice
)
}}
</span>
</td>
<td>
<span
class=
"income"
>
¥
{{
moneyFormat
(
item
.
CostMoney
)
}}
</span>
</td>
<td>
<span
class=
"income"
>
¥
{{
moneyFormat
(
item
.
Income
)
}}
</span>
</td>
...
...
@@ -967,7 +971,7 @@
</tr>
<tr>
<td
colspan=
"1
6
"
class=
"RL_Order"
style=
"height:40px;"
>
<td
colspan=
"1
7
"
class=
"RL_Order"
style=
"height:40px;"
>
<span
class=
"VO-remarkTitle"
>
名单:
</span>
<span
class=
"VO-redType VO-remarkCon"
v-if=
"item.GuestList.length>0"
style=
"cursor:pointer"
>
<span
v-for=
"(childItem) in item.GuestList"
style=
"margin-right:10px;"
...
...
@@ -987,7 +991,7 @@
</div>
</div>
</td>
<td
colspan=
"
8
"
class=
"groupTourOrder_tickets2"
style=
"height: 40px;"
>
<td
colspan=
"
9
"
class=
"groupTourOrder_tickets2"
style=
"height: 40px;"
>
<div>
<div
class=
"row justify-sb wrap mr"
>
<div
class=
"row relative"
style=
"margin-top: 5px;"
>
...
...
@@ -1080,11 +1084,11 @@
</td>
</tr>
<tr>
<td
colspan=
"1
7
"
style=
"height: 1px;magrin:0;padding: 0;background-color: #000;"
></td>
<td
colspan=
"1
8
"
style=
"height: 1px;magrin:0;padding: 0;background-color: #000;"
></td>
</tr>
</tbody>
<tr
v-show=
"dataList.length==0"
>
<td
v-show=
"dataList.length==0"
colspan=
"1
7
"
align=
"center"
>
暂无数据
</td>
<td
v-show=
"dataList.length==0"
colspan=
"1
8
"
align=
"center"
>
暂无数据
</td>
</tr>
</table>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total"
...
...
src/components/public/offset.vue
View file @
a2355717
...
...
@@ -112,16 +112,18 @@
isShow
:
{
handler
(
newValue
,
onldValue
)
{
this
.
cdState
=
newValue
// this.czgetList()
// this.getCostTypeList()
if
(
this
.
cdState
==
true
){
this
.
czgetList
()
this
.
getCostTypeList
()
}
},
// deep:true,
immediate
:
false
}
},
mounted
()
{
this
.
czgetList
()
this
.
getCostTypeList
()
//
this.czgetList()
//
this.getCostTypeList()
},
methods
:
{
close
(){
...
...
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