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
cbc43355
Commit
cbc43355
authored
Sep 01, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 文案优化
parent
1cc72841
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
11 deletions
+19
-11
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
No files found.
src/assets/style/common.less
View file @
cbc43355
...
@@ -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 @
cbc43355
...
@@ -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 @
cbc43355
...
@@ -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 @
cbc43355
...
@@ -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
:
'
个人欠费
'
,
...
...
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