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
8178ab2f
Commit
8178ab2f
authored
Apr 18, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
07c8f288
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
HandFeeStatistics.vue
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
+3
-3
No files found.
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
View file @
8178ab2f
...
...
@@ -345,7 +345,7 @@
<el-dialog
custom-class=
'w400'
title=
"手配费制单"
:visible
.
sync=
"iszhidanBox"
center
>
<
template
>
<div
style=
"color: black;font-size: 17px;padding: 0 0 10px 10px;border-bottom: 1px solid #EBEEF5;"
>
<p>
已选中
{{
multipleSelection
.
length
}}
调
数据
</p>
<p>
已选中
{{
multipleSelection
.
length
}}
条
数据
</p>
<p
style=
"margin-top: 15px;"
>
原币总金额:
{{
totalZD
.
toFixed
(
2
)
}}
</p>
...
...
@@ -518,9 +518,9 @@ export default {
setHandFeeFr
(){
this
.
$refs
[
'shezhiMsg'
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
apipost
(
'Financial_post_SetFinanceHandFee
Cod
e'
,
this
.
shezhiMsg
,
res
=>
{
this
.
apipost
(
'Financial_post_SetFinanceHandFee
Relevanc
e'
,
this
.
shezhiMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
is
zhidan
Box
=
false
this
.
is
shezhi
Box
=
false
this
.
getPageList
()
}
else
{
this
.
Error
(
res
.
data
.
message
);
...
...
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