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
50f2a4e6
Commit
50f2a4e6
authored
Jul 22, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d498e454
60a960b6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
616 additions
and
2 deletions
+616
-2
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+4
-1
ShoppingReimbursementDetails.vue
...components/ShoppingStore/ShoppingReimbursementDetails.vue
+1
-1
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+2
-0
airTicketRules.vue
src/components/Ticketing/airTicketRules.vue
+601
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
50f2a4e6
...
...
@@ -60,6 +60,7 @@
<th
width=
"80"
>
返佣总计
</th>
<th
width=
"80"
>
汇率
</th>
<th
width=
"80"
>
凭证
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"80"
>
财务单据
</th>
<th
width=
"80"
>
操作
</th>
</tr>
...
...
@@ -137,6 +138,9 @@
<p
v-for=
"(img, imgIndex) in subItem.dmcImageList"
title=
"点击下载"
@
click=
"downLoadPZ(img)"
v-if=
"img !== ''"
style=
"cursor: pointer;color:blue;"
>
{{ '凭证' + (imgIndex + 1)}}
</p>
</td>
<td
width=
"80"
:rowspan=
"item.ShopDetailsList.length"
v-if=
'subIndex==0'
>
{{subItem.Remarks}}
</td>
<td
:rowspan=
"item.ShopDetailsList.length"
v-if=
'subIndex==0'
style=
""
>
<!-- style="display:none;" -->
<div
>
...
...
@@ -234,7 +238,6 @@
},
methods
:
{
goCreateHandBill
:
function
()
{
console
.
log
(
this
.
CreateHandBillID
)
let
obj
=
{}
for
(
let
i
=
0
;
i
<
this
.
CreateHandBillList
.
length
;
i
++
)
{
if
(
this
.
CreateHandBillList
[
i
].
id
==
this
.
CreateHandBillID
)
{
...
...
src/components/ShoppingStore/ShoppingReimbursementDetails.vue
View file @
50f2a4e6
...
...
@@ -32,7 +32,7 @@
<th
width=
"120"
>
备注
</th>
</tr>
<tr
v-if=
"list.length==0"
>
<td
colspan=
"1
3
"
>
暂无数据
</td>
<td
colspan=
"1
5
"
>
暂无数据
</td>
</tr>
<tbody
v-for=
"(item,outindex) in list"
:class=
"
{roomReservationsSplitTrCss:outindex%2!=0}">
<tr
v-for=
"(subItem,subIndex) in item.ShopDetailsList"
>
...
...
src/components/ShoppingStore/ShoppingStore.vue
View file @
50f2a4e6
...
...
@@ -722,6 +722,7 @@
<th
width=
"80"
>
导游提成
</th>
<th
width=
"80"
>
汇率
</th>
<th
width=
"80"
>
币种
</th>
<th
width=
"80"
>
备注
</th>
<th
width=
"80"
>
操作
</th>
</tr>
<tr
v-for=
"(item,index) in importData"
:key=
"item.subCode"
:class=
"
{'IsConflict':item.IsConflict==1}">
...
...
@@ -757,6 +758,7 @@
<td>
{{
item
.
GuideExtract
}}
</td>
<td>
{{
item
.
Rate
}}
</td>
<td
:class=
"
{'redType':item.CurrencyExist==-1}">
<span>
{{
item
.
Currency
}}
</span></td>
<td>
{{
item
.
Remarks
}}
</td>
<td><span
class=
"delInfo"
@
click=
"delInfo(index)"
>
删除
</span></td>
</tr>
</thead>
...
...
src/components/Ticketing/airTicketRules.vue
0 → 100644
View file @
50f2a4e6
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
50f2a4e6
...
...
@@ -3533,6 +3533,14 @@ export default {
meta
:
{
title
:
'商城订单管理'
}
},
{
path
:
"/airTicketRules"
,
name
:
"airTicketRules"
,
component
:
resolve
=>
require
([
'@/components/Ticketing/airTicketRules'
],
resolve
),
meta
:
{
title
:
'票务规则配置'
}
}
]
},
...
...
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