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
2fb8f7f7
Commit
2fb8f7f7
authored
May 26, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
804ff6fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
35 deletions
+8
-35
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+1
-33
ExpectedCommission.vue
src/components/sale/ExpectedCommission.vue
+7
-2
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
2fb8f7f7
...
...
@@ -1171,15 +1171,7 @@ input[type="number"] {
</div>
</
template
>
</el-dialog>
<!-- <el-dialog title="修改单据手续费" width="300px"
:visible.sync="transactionTax" center :before-close="closeChangeMachie">
<p style="font-size:12px;margin-bottom:10px;">交易手续费:</p>
<el-input v-model="transTax.Fee" placeholder="请输入内容"></el-input>
<div slot="footer" class="dialog-footer">
<el-button class="hollowFixedBtn" @click="transactionTax=false">{{$t('pub.cancelBtn')}}</el-button>
<el-button class="normalBtn" type="primary" @click="saveTransTaxMoney" :loading="transTax.loading">{{$t('pub.sureBtn')}}</el-button>
</div>
</el-dialog> -->
<!-- 修改手续费 -->
<
template
v-if=
"transactionTax"
>
<shouxufei
:transTax=
"transTax"
@
success=
"close(),resetPageIndex(),getPageList()"
@
close=
"close"
></shouxufei>
...
...
@@ -2814,30 +2806,6 @@ export default {
this
.
PaymentSync
=
true
}
},
saveTransTaxMoney
()
{
if
(
this
.
transTax
.
loading
)
return
;
this
.
transTax
.
loading
=
true
;
if
(
this
.
transTax
.
Fee
&&
this
.
transTax
.
Fee
!=
""
)
{
this
.
apipost
(
"Financial_post_UpdateFinanceFee"
,
{
FrId
:
this
.
transTax
.
FrId
,
Fee
:
this
.
transTax
.
Fee
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
"修改成功"
);
this
.
getPageList
();
this
.
transactionTax
=
false
;
}
this
.
transTax
.
loading
=
false
;
},
err
=>
{
this
.
transTax
.
loading
=
false
;
}
);
}
else
{
this
.
transTax
.
loading
=
false
;
this
.
$message
.
error
(
"请输入手续费"
);
}
},
getAccountList2
(
AccountTypeId
,
y
)
{
//获取账户类型对应下的账户列表
this
.
alltransaction
.
map
(
x
=>
{
...
...
src/components/sale/ExpectedCommission.vue
View file @
2fb8f7f7
...
...
@@ -46,6 +46,11 @@
.CommissionLadder
p
{
padding
:
5px
0
0px
0
;
font-size
:
15px
;
display
:
flex
;
justify-content
:
space-between
;
}
.CommissionLadder
p
span
:last-child
{
color
:
red
;
}
.CommissionInfor
{
padding
:
0
0
10px
0
;
...
...
@@ -214,7 +219,7 @@
</div>
<div
style=
"display: flex;"
>
<div
class=
"CommissionLadder Line"
style=
"margin: 0 10px 10px 0;"
>
<p>
当月人头奖励(不含门票、包车、国内游)
</p>
<p>
<span>
当月人头奖励(不含门票、包车、国内游)
</span><span>
单团(独立成团)
</span>
</p>
<div
class=
"CommissionInfor"
>
<span>
人头数量:
<span>
{{CommissionInfor.PeopleNum}}
</span>
...
...
@@ -228,7 +233,7 @@
</div>
</div>
<div
class=
"CommissionLadder Line"
>
<p>
当月人头奖励(不含门票、包车、国内游)
</p>
<p>
<span>
当月人头奖励(不含门票、包车、国内游)
</span><span>
单团(独立成团)
</span>
</p>
<div
class=
"CommissionInfor"
>
<span>
人头数量:
<span>
{{CommissionInfor.EuropePNum}}
</span>
...
...
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