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
2d4fc89e
Commit
2d4fc89e
authored
Sep 10, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
c52e92ee
44062717
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+0
-1
ShoppingReimbursementDetails.vue
...components/ShoppingStore/ShoppingReimbursementDetails.vue
+3
-3
No files found.
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
2d4fc89e
...
...
@@ -448,7 +448,6 @@
"-"
+
myDate
.
getDate
();
this
.
msg
.
StartDate
=
nowDate
;
//this.msg.StartDate = '2019-06-26'
this
.
getLineList
();
this
.
getList
();
},
...
...
src/components/ShoppingStore/ShoppingReimbursementDetails.vue
View file @
2d4fc89e
...
...
@@ -10,7 +10,7 @@
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; "
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomReservationsTalbe"
v-loading=
"loading"
>
<tr>
<th
colspan=
"
8
"
>
导游操作
</th>
<th
colspan=
"
6
"
>
导游操作
</th>
<th
colspan=
"8"
>
地接OP
</th>
</tr>
<tr>
...
...
@@ -21,7 +21,7 @@
<th
width=
"80"
>
进店人数
</th>
<th
width=
"100"
>
总金额
</th>
<th
width=
"100"
>
佣金领取状况
</th>
<th
width=
"120"
>
凭证上传
</th>
<th
width=
"120"
style=
"display:none;"
>
凭证上传
</th>
<th
width=
"100"
>
领队佣金
<br
/>
应付
</th>
<th
width=
"100"
>
导游佣金
<br
/>
应付
</th>
<th
width=
"100"
>
公司佣金
<br
/>
应收
</th>
...
...
@@ -69,7 +69,7 @@
<el-option
label=
"公司领取"
:value=
'2'
></el-option>
</el-select>
</td>
<td
class=
"more_td"
@
click=
"upIndex = outindex"
v-if=
"subIndex==0"
:rowspan=
"item.ShopDetailsList.length"
>
<td
class=
"more_td"
@
click=
"upIndex = outindex"
v-if=
"subIndex==0"
:rowspan=
"item.ShopDetailsList.length"
style=
"display:none;"
>
<p
v-for=
"(img, imgIndex) in item.ShopDetailsList[0].imgList"
@
click=
"downLoadPZ(img)"
v-if=
"img !== ''"
style=
"cursor: pointer;padding: 5px;"
title=
"点击下载"
>
{{
'凭证'
+
(
imgIndex
+
1
)
}}
<span
style=
"text-align: right;color: red;"
@
click
.
stop=
"UploadType=1,deleteImg(outindex,imgIndex)"
>
X
</span>
...
...
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