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
243e7faa
Commit
243e7faa
authored
Jan 31, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地接单据修改
parent
c481f4d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+5
-6
No files found.
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
243e7faa
...
...
@@ -57,7 +57,7 @@
<th
width=
"80"
>
返佣总计
</th>
<th
width=
"80"
>
汇率
</th>
<th
width=
"80"
>
凭证
</th>
<th
width=
"80"
style=
"display:none"
>
财务单据
</th>
<th
width=
"80"
>
财务单据
</th>
<th
width=
"80"
>
操作
</th>
</tr>
<tr
v-if=
"list.length==0"
>
...
...
@@ -154,14 +154,13 @@
v-if=
"img !== ''"
style=
"cursor: pointer;"
>
{{ '凭证' + (imgIndex + 1)}}
</p>
</div>
</td>
<td
class=
"more_td"
:rowspan=
"2*outItem.StaticsReportList.length"
v-if=
'index==0'
style=
"display:none"
>
<td
class=
"more_td"
:rowspan=
"2*outItem.StaticsReportList.length"
v-if=
'index==0'
>
<
template
v-for=
"subItem in item.CommonReport.PriceShopList"
>
<div>
<!--subItem.ShopDetailsList-->
<p
style=
"cursor: pointer;color:blue;
display:none;
"
@
click=
"CreateBill(subItem.ShopDetailsList,outItem.StaticsReportList)"
>
生成单据
</p>
<p
style=
"cursor: pointer;color:blue;"
@
click=
"CreateBill(subItem.ShopDetailsList,outItem.StaticsReportList)"
>
生成单据
</p>
</div>
</
template
>
</td>
<td
:rowspan=
"2*outItem.StaticsReportList.length"
v-if=
'index==0'
>
<p
style=
"cursor: pointer;color:blue;margin-top:5px;"
@
click=
"goHuiZhi(outItem.TCIDs, item.LeaderName, item.GuideName, item.StartCityNames, item.TCNUMS)"
>
选择购物店
</p>
...
...
@@ -349,8 +348,8 @@
parseInt
(
myDate
.
getMonth
()
+
1
)
+
"-"
+
myDate
.
getDate
();
//
this.msg.StartDate = nowDate;
this
.
msg
.
StartDate
=
'2019-01-01'
;
this
.
msg
.
StartDate
=
nowDate
;
//
this.msg.StartDate = '2019-01-01';
this
.
getLineTeamList
();
this
.
getList
()
},
...
...
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