Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
d341f7c7
Commit
d341f7c7
authored
Sep 01, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_2376' into test
parents
b46c671b
cbc43355
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
12 deletions
+20
-12
common.less
src/assets/style/common.less
+8
-0
index.vue
src/views/charge-query/index.vue
+3
-6
index.vue
src/views/customer/info/index.vue
+0
-3
returnedMoney.vue
src/views/report/returnedMoney.vue
+8
-2
collectionDetail.vue
src/views/verification/collectionDetail.vue
+1
-1
No files found.
src/assets/style/common.less
View file @
d341f7c7
...
@@ -1049,3 +1049,11 @@ button::-moz-focus-inner {
...
@@ -1049,3 +1049,11 @@ button::-moz-focus-inner {
.p-r() {
.p-r() {
position: relative;
position: relative;
}
}
.blue-text{
color: #2B63FF;
}
.red-text{
color: red;
}
src/views/charge-query/index.vue
View file @
d341f7c7
...
@@ -88,12 +88,9 @@
...
@@ -88,12 +88,9 @@
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:xl=
"6"
:lg=
"3"
:sm=
"3"
>
<a-col
:xl=
"6"
:lg=
"3"
:sm=
"3"
>
<!--
<a-form-model-item
:label=
"` `"
>
-->
<div
class=
"residue-amount"
>
未清余额合计:
{{
ciReceiptTotalVo
.
residueBackAmount
||
0
}}
(共计
{{
<div
class=
"residue-amount"
>
未清余额合计:
{{
ciReceiptTotalVo
.
residueBackAmount
||
0
}}
(共计
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
条
<span
v-if=
"ciReceiptTotalVo.invalidNum"
>
,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
0
}}
</span>
条
</span>
)
ciReceiptTotalVo
.
totalNum
||
0
}}
条,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
</div>
0
}}
</span>
条)
</div>
<!--
</a-form-model-item>
-->
</a-col>
</a-col>
<a-col
:xl=
"6"
:lg=
"3"
:sm=
"3"
class=
"none-label"
>
<a-col
:xl=
"6"
:lg=
"3"
:sm=
"3"
class=
"none-label"
>
<a-form-model-item
label=
"button"
>
<a-form-model-item
label=
"button"
>
...
...
src/views/customer/info/index.vue
View file @
d341f7c7
...
@@ -252,7 +252,4 @@ export default {
...
@@ -252,7 +252,4 @@ export default {
.ant-btn .icon-class {
.ant-btn .icon-class {
.mg-r(10);
.mg-r(10);
}
}
.red-text{
color: red;
}
</
style
>
</
style
>
src/views/report/returnedMoney.vue
View file @
d341f7c7
...
@@ -51,7 +51,10 @@
...
@@ -51,7 +51,10 @@
</a-col>
</a-col>
<a-col
:xl=
"4"
:lg=
"6"
:sm=
"12"
class=
"none-label"
>
<a-col
:xl=
"4"
:lg=
"6"
:sm=
"12"
class=
"none-label"
>
<a-form-model-item
label=
"账单回款金额合计"
>
<a-form-model-item
label=
"账单回款金额合计"
>
<div>
共计
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
条,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
0
}}
</span>
条
</div>
<div>
共计
{{
ciReceiptTotalVo
.
totalNum
||
0
}}
条
<span
v-if=
"ciReceiptTotalVo.invalidNum"
>
,其中:无效
<span
style=
"color: red;"
>
{{
ciReceiptTotalVo
.
invalidNum
||
0
}}
</span>
条
</span>
</div>
</a-form-model-item>
</a-form-model-item>
...
@@ -114,7 +117,10 @@ export default {
...
@@ -114,7 +117,10 @@ export default {
{
title
:
'
账单编号
'
,
dataIndex
:
'
receiptNo
'
,
width
:
120
},
{
title
:
'
账单编号
'
,
dataIndex
:
'
receiptNo
'
,
width
:
120
},
{
title
:
'
账单日期
'
,
dataIndex
:
'
receiptDate
'
,
width
:
120
},
{
title
:
'
账单日期
'
,
dataIndex
:
'
receiptDate
'
,
width
:
120
},
{
title
:
'
收银
'
,
dataIndex
:
'
receiptTellerName
'
,
width
:
120
},
{
title
:
'
收银
'
,
dataIndex
:
'
receiptTellerName
'
,
width
:
120
},
{
title
:
'
账单金额
'
,
dataIndex
:
'
actualAmount
'
,
width
:
120
},
{
title
:
'
账单金额
'
,
dataIndex
:
'
actualAmount
'
,
width
:
120
,
// customRender: val =>
<
span
class
=
"
blue-text
"
>
{
val
}
<
/span>
},
{
title
:
'
回款金额
'
,
dataIndex
:
'
paidAmountEob
'
,
width
:
120
},
{
title
:
'
回款金额
'
,
dataIndex
:
'
paidAmountEob
'
,
width
:
120
},
{
{
title
:
'
个人欠费
'
,
title
:
'
个人欠费
'
,
...
...
src/views/verification/collectionDetail.vue
View file @
d341f7c7
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
</a-form-model>
</a-form-model>
<
template
v-if=
"activeKey === '1'"
>
<
template
v-if=
"activeKey === '1'"
>
<div
class=
"bill-content"
>
<div
class=
"bill-content"
>
<div
class=
"checked-count"
>
已勾选账单:
{{
selectedRowKeys
.
length
||
0
}}
条
<span
v-if=
"selectedRows.filter(v=> v.status == 2).length != 0"
>
,其中:无效
<span
style=
"color: red;"
>
{{
selectedRows
.
filter
(
v
=>
v
.
status
==
2
)
||
0
}}
</span>
条
</span></div>
<div
class=
"checked-count"
>
已勾选账单:
{{
selectedRowKeys
.
length
||
0
}}
条
<span
v-if=
"selectedRows.filter(v=> v.status == 2).length != 0"
>
,其中:无效
<span
style=
"color: red;"
>
{{
selectedRows
.
filter
(
v
=>
v
.
status
==
2
)
.
length
||
0
}}
</span>
条
</span></div>
<a-tabs
type=
"card"
v-model=
"activeKey1"
>
<a-tabs
type=
"card"
v-model=
"activeKey1"
>
<a-tab-pane
v-for=
"pane in panes1"
:key=
"pane.key"
:tab=
"pane.title"
>
<a-tab-pane
v-for=
"pane in panes1"
:key=
"pane.key"
:tab=
"pane.title"
>
<div>
<div>
...
...
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