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
cc6e3d0b
Commit
cc6e3d0b
authored
Jan 31, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
27992f42
d0e5fa70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
SalesFinancialDetail.vue
src/components/SalesModule/SalesFinancialDetail.vue
+1
-0
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+3
-3
No files found.
src/components/SalesModule/SalesFinancialDetail.vue
View file @
cc6e3d0b
...
@@ -302,6 +302,7 @@ export default {
...
@@ -302,6 +302,7 @@ export default {
Sort
:
'2'
,
Sort
:
'2'
,
EmployeeId
:
''
,
EmployeeId
:
''
,
IsNotCancelFinance
:
1
,
IsNotCancelFinance
:
1
,
IsSellOrderForm
:
1
},
},
GetFinancLogList
:
[],
GetFinancLogList
:
[],
LogLoading
:
true
,
LogLoading
:
true
,
...
...
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
cc6e3d0b
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<th
width=
"80"
>
返佣总计
</th>
<th
width=
"80"
>
返佣总计
</th>
<th
width=
"80"
>
汇率
</th>
<th
width=
"80"
>
汇率
</th>
<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>
<tr
v-if=
"list.length==0"
>
<tr
v-if=
"list.length==0"
>
...
@@ -154,8 +154,8 @@
...
@@ -154,8 +154,8 @@
v-if=
"img !== ''"
style=
"cursor: pointer;"
>
{{ '凭证' + (imgIndex + 1)}}
</p>
v-if=
"img !== ''"
style=
"cursor: pointer;"
>
{{ '凭证' + (imgIndex + 1)}}
</p>
</div>
</div>
</td>
</td>
<td
class=
"more_td"
:rowspan=
"2*outItem.StaticsReportList.length"
v-if=
'index==0'
>
<td
class=
"more_td"
:rowspan=
"2*outItem.StaticsReportList.length"
v-if=
'index==0'
style=
"display:none;"
>
<
template
v-for=
"subItem in item.CommonReport.PriceShopList"
>
<
template
v-for=
"subItem in item.CommonReport.PriceShopList"
>
<div>
<div>
<!--subItem.ShopDetailsList-->
<!--subItem.ShopDetailsList-->
<p
style=
"cursor: pointer;color:blue;"
@
click=
"CreateBill(subItem.ShopDetailsList,outItem.StaticsReportList)"
>
生成单据
</p>
<p
style=
"cursor: pointer;color:blue;"
@
click=
"CreateBill(subItem.ShopDetailsList,outItem.StaticsReportList)"
>
生成单据
</p>
...
...
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