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
688dfe70
Commit
688dfe70
authored
Feb 29, 2020
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
form
parent
f41751ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
liabilities.vue
src/view/tiip/IntReportForms/liabilities.vue
+1
-1
varietiesDetail.vue
src/view/tiip/receive/varietiesDetail.vue
+2
-2
No files found.
src/view/tiip/IntReportForms/liabilities.vue
View file @
688dfe70
...
...
@@ -88,7 +88,7 @@
</div>
<div
class=
"HEADER iCard"
>
<span
style=
"color:#777;margin-right:10rpx;"
v-if=
"activeIndex=='客户'"
>
总
映山红
额
</span>
<span
style=
"color:#777;margin-right:10rpx;"
v-if=
"activeIndex=='客户'"
>
总
应收
额
</span>
<span
style=
"color:#777;margin-right:10rpx;"
v-else
>
总欠款额
</span>
<div
:style=
"
{'width':rate+'%','background':color}">
</div>
<span
class=
"number"
>
{{
total
}}
万
</span>
...
...
src/view/tiip/receive/varietiesDetail.vue
View file @
688dfe70
...
...
@@ -66,7 +66,7 @@
<table
align=
"center"
v-if=
"list.length>0"
>
<thead>
<tr>
<th>
地点
</th>
<th>
单号
</th>
<th>
匹数
</th>
<th>
米数
</th>
<th>
码数
</th>
...
...
@@ -77,7 +77,7 @@
<template
v-for=
"(v,k) in list"
>
<div
:key=
"k"
>
<tr
class=
"user"
:key=
"k+'_user'"
>
<td
@
click=
"toDetail(v.sProviderName)"
style=
"
text-decoration: underline;"
>
{{
v
.
sProviderName
}}
</td>
<td
@
click=
"toDetail(v.sProviderName)"
style=
"
color:#000;"
>
{{
v
.
sBillNo
||
'无'
}}
</td>
<td/>
<td/>
</tr>
...
...
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