Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
godwithdh
WX_h5
Commits
0a8f8a3b
Commit
0a8f8a3b
authored
Mar 03, 2020
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收发存
parent
80273d04
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
73 deletions
+28
-73
index.vue
src/view/tiip/IntReportForms/index.vue
+1
-11
liabilities.vue
src/view/tiip/IntReportForms/liabilities.vue
+2
-1
index.vue
src/view/tiip/receive/index.vue
+12
-30
varietiesDetail.vue
src/view/tiip/receive/varietiesDetail.vue
+13
-31
No files found.
src/view/tiip/IntReportForms/index.vue
View file @
0a8f8a3b
...
...
@@ -135,14 +135,6 @@
<tab-item
@
on-item-click=
"situation='repayment'"
>
回款额
</tab-item>
<tab-item
@
on-item-click=
"situation='cost'"
>
费用分析
</tab-item>
</tab>
<!--
<button-tab
class=
"buttonTab"
:value=
"activeBtn"
>
<button-tab-item
@
on-item-click=
"situation='salesStatistics'"
>
销售统计
</button-tab-item>
<button-tab-item
@
on-item-click=
"situation='empAna'"
>
员工分析
</button-tab-item>
<button-tab-item
@
on-item-click=
"situation='revenue'"
>
收支分析
</button-tab-item>
<button-tab-item
@
on-item-click=
"situation='liabilities'"
>
负债分析
</button-tab-item>
<button-tab-item
@
on-item-click=
"situation='repayment'"
>
回款额
</button-tab-item>
<button-tab-item
@
on-item-click=
"situation='cost'"
>
费用分析
</button-tab-item>
</button-tab>
-->
</div>
<div
class=
"content"
>
<component
:is=
"situation"
/>
...
...
@@ -170,9 +162,7 @@ export default {
situation
:
"salesStatistics"
,
}
},
computed
:{
},
computed
:{
},
mounted
(){
this
.
$store
.
dispatch
(
'saveUserId'
,
this
.
$route
.
params
.
userId
);
this
.
$nextTick
(()
=>
{
...
...
src/view/tiip/IntReportForms/liabilities.vue
View file @
0a8f8a3b
...
...
@@ -98,7 +98,8 @@
<div
v-for=
"(v,k) in list"
:key=
"k"
>
<span
class=
"num"
>
{{
k
+
1
}}
</span>
<div
@
click=
"routerToDetail(v)"
>
<div
style=
"margin-bottom:10px"
>
{{
v
.
sCustomerName
}}
</div>
<div
style=
"margin-bottom:10px"
v-if=
"activeIndex=='客户'"
>
{{
v
.
sCustomerName
}}
</div>
<div
style=
"margin-bottom:10px"
v-else
>
{{
v
.
sProviderName
}}
</div>
<div
style=
"font-size:12rpx;color:#777;"
>
欠款:
{{
v
.
nAmount
}}
元
</div>
</div>
<a
class=
"iconfont icon-dianhua"
:href=
"`tel:$
{v.sTelephone01}`" v-if="activeIndex=='客户'" />
...
...
src/view/tiip/receive/index.vue
View file @
0a8f8a3b
...
...
@@ -29,18 +29,14 @@
padding: 6px 15px;
}
}
&.addr{
background:#eef4fe;
>td{
color:#068FCA;
text-align: left;
padding: 4px 20px;
}
}
&.num{
border-top:1px solid #eef4fe;
background:#fff;
>td{
padding:4px 0;
&:first-child{
color:#229BD0;
}
}
}
}
...
...
@@ -86,47 +82,33 @@
<div
:key=
"k"
>
<tr
class=
"user"
>
<td
@
click=
"toDetail(v.sProviderName)"
style=
"text-decoration: underline;"
>
{{
v
.
sProviderName
}}
</td>
<td/>
<td/>
</tr>
<tr
class=
"addr"
>
<td
colspan=
"5"
>
期初库存
</td>
</tr>
<tr
class=
"num"
>
<td></td>
<td>
期初库存
</td>
<td>
{{
v
.
nOldPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOldLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOldLengthYD
||
0
}}
</td>
<td>
{{
v
.
nOldLengthYD
||
0
}}
</td>
<td>
{{
v
.
nOldWeight
||
0
}}
</td>
</tr>
<tr
class=
"addr"
>
<td
colspan=
"5"
>
本期入库
</td>
</tr>
<tr
class=
"num"
>
<td></td>
<td>
本期入库
</td>
<td>
{{
v
.
nInPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nInLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nInLengthYD
||
0
}}
</td>
<td>
{{
v
.
nInLengthYD
||
0
}}
</td>
<td>
{{
v
.
nInWeight
||
0
}}
</td>
</tr>
<tr
class=
"addr"
>
<td
colspan=
"5"
>
本期出库
</td>
</tr>
<tr
class=
"num"
>
<td></td>
<td>
本期出库
</td>
<td>
{{
v
.
nOutPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOutLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOutLengthYD
||
0
}}
</td>
<td>
{{
v
.
nOutLengthYD
||
0
}}
</td>
<td>
{{
v
.
nOutWeight
||
0
}}
</td>
</tr>
<tr
class=
"addr"
>
<td
colspan=
"5"
>
本期库存
</td>
</tr>
<tr
class=
"num"
>
<td></td>
<td>
本期库存
</td>
<td>
{{
v
.
nStockPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nStockLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nStockLengthYD
||
0
}}
</td>
<td>
{{
v
.
nStockLengthYD
||
0
}}
</td>
<td>
{{
v
.
nStockWeight
||
0
}}
</td>
</tr>
</div>
...
...
src/view/tiip/receive/varietiesDetail.vue
View file @
0a8f8a3b
...
...
@@ -29,18 +29,14 @@
padding: 6px 15px;
}
}
&.addr{
background:#eef4fe;
>td{
color:#068FCA;
text-align: left;
padding-left:20px;
}
}
&.num{
border-top:1px solid #eef4fe;
background:#fff;
>td{
padding:4px 0;
&:first-child{
color:#229BD0;
}
}
}
}
...
...
@@ -76,46 +72,32 @@
<tbody>
<template
v-for=
"(v,k) in list"
>
<div
:key=
"k"
>
<tr
class=
"user"
:key=
"k+'_user'"
>
<tr
class=
"user"
>
<td
@
click=
"toDetail(v.sProviderName)"
style=
"color:#000;"
>
{{
v
.
sBillNo
||
'无'
}}
</td>
<td/>
<td/>
</tr>
<tr
class=
"addr"
:key=
"k+'_addr1'"
>
<td
colspan=
"5"
>
期初库存
</td>
</tr>
<tr
class=
"num"
:key=
"k+'_num1'"
>
<td></td>
<tr
class=
"num"
>
<td>
期初库存
</td>
<td>
{{
v
.
nOldPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOldLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOldLengthYD
||
0
}}
</td>
<td>
{{
v
.
nOldWeight
||
0
}}
</td>
</tr>
<tr
class=
"addr"
:key=
"k+'_addr2'"
>
<td
colspan=
"5"
>
本期入库
</td>
</tr>
<tr
class=
"num"
:key=
"k+'_num2'"
>
<td></td>
<tr
class=
"num"
>
<td>
本期入库
</td>
<td>
{{
v
.
nInPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nInLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nInLengthYD
||
0
}}
</td>
<td>
{{
v
.
nInWeight
||
0
}}
</td>
</tr>
<tr
class=
"addr"
:key=
"k+'_addr3'"
>
<td
colspan=
"5"
>
本期出库
</td>
</tr>
<tr
class=
"num"
:key=
"k+'_num3'"
>
<td></td>
<tr
class=
"num"
>
<td>
本期出库
</td>
<td>
{{
v
.
nOutPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOutLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nOutLengthYD
||
0
}}
</td>
<td>
{{
v
.
nOutWeight
||
0
}}
</td>
</tr>
<tr
class=
"addr"
:key=
"k+'_addr4'"
>
<td
colspan=
"5"
>
本期库存
</td>
</tr>
<tr
class=
"num"
:key=
"k+'_num4'"
>
<td></td>
<tr
class=
"num"
>
<td>
本期库存
</td>
<td>
{{
v
.
nStockPieceQty
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nStockLengthM
||
0
}}
</td>
<td
style=
"color:#64B18B;"
>
{{
v
.
nStockLengthYD
||
0
}}
</td>
...
...
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