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
f730b61e
Commit
f730b61e
authored
May 30, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 平台手续费变更处理
parent
e4075d87
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
6 deletions
+22
-6
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+5
-3
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+4
-2
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+1
-1
ClientBankAccount.vue
...mponents/FinancialModule/components/ClientBankAccount.vue
+12
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
f730b61e
...
...
@@ -1726,7 +1726,7 @@ class="w135 _border_b_1">
</div>
</div>
</div>
<div
style=
"display: flex;align-items: center;margin-top:15px;"
>
<div
v-if=
"GetDetail.Type === 1"
style=
"display: flex;align-items: center;margin-top:15px;"
>
<div
style=
"display: flex;align-items: center;flex-grow: 1;"
>
<span
style=
"font-size: 14px;"
>
{{$t('fnc.jylshuihao')}}:
</span>
<div
style=
"display: flex;flex-grow: 1;"
>
...
...
@@ -3883,7 +3883,7 @@ else if (Type==2) {
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
if
(
data
.
Type
==
2
||
data
.
FTravelID
){
if
(
data
.
Type
==
2
||
data
.
FTravelID
||
(
data
.
Type
==
1
&&
data
.
PlatformChangeFrIds
&&
data
.
PlatformChangeFrIds
.
length
>
0
)
){
this
.
isClientBankAccount
=
true
;
}
if
(
data
.
KingdeeClientID
>
0
){
...
...
@@ -3905,7 +3905,9 @@ else if (Type==2) {
JapanFinanceId
:
data
.
JapanFinanceId
,
FTravelID
:
data
.
FTravelID
,
FTracelRemark
:
data
.
FTracelRemark
,
JapanPayMark
:
data
.
JapanPayMark
JapanPayMark
:
data
.
JapanPayMark
,
PlatformChangeFrIds
:
data
.
PlatformChangeFrIds
,
PlatformChangeFee
:
data
.
PlatformChangeFee
}
this
.
helpBranchData
=
{
Type
:
data
.
Type
,
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
f730b61e
...
...
@@ -2753,7 +2753,7 @@
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
if
(
data
.
Type
==
2
||
data
.
FTravelID
)
{
if
(
data
.
Type
==
2
||
data
.
FTravelID
||
(
data
.
Type
==
1
&&
data
.
PlatformChangeFrIds
&&
data
.
PlatformChangeFrIds
.
length
>
0
)
)
{
this
.
isClientBankAccount
=
true
;
}
if
(
data
.
Type
==
2
&&
data
.
HelpBranchId
>
-
1
)
{
...
...
@@ -2773,7 +2773,9 @@
JapanFinanceId
:
data
.
JapanFinanceId
,
FTravelID
:
data
.
FTravelID
,
FTracelRemark
:
data
.
FTracelRemark
,
JapanPayMark
:
data
.
JapanPayMark
JapanPayMark
:
data
.
JapanPayMark
,
PlatformChangeFee
:
data
.
PlatformChangeFee
,
PlatformChangeFrIds
:
data
.
PlatformChangeFrIds
}
this
.
helpBranchData
=
{
Type
:
data
.
Type
,
...
...
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
f730b61e
...
...
@@ -703,7 +703,7 @@
<
/el-form
>
<
/div
>
<
div
>
<
span
style
=
"font-size: 13px; color:coral"
>*
注意
:
1
、团费对接系统抓取
'所有订单相关'
和
'客户预存与抵用'
单据,团费以出纳审核后即可导入金蝶
&
nbsp
;
&
nbsp
;
&
nbsp
;
2
、团成本对接系统抓取团队所有的成本单据
,
不包含‘月结单’与‘多币种账户付款’单据
<
/span
>
<
span
style
=
"font-size: 13px; color:coral"
>*
注意
:
1
、团费对接系统抓取
'所有订单相关'
和
'客户预存与抵用'
单据,团费以出纳审核后即可导入金蝶
&
nbsp
;
&
nbsp
;
&
nbsp
;
2
、团成本对接系统抓取团队所有的成本单据
,
不包含‘月结单’与‘多币种账户付款’单据
&
nbsp
;
&
nbsp
;
&
nbsp
;
3
、凭证导入标记是根据摘要后
6
位抓取的单号匹配
<
/span
>
<
/div
>
<
div
class
=
"query-box"
style
=
"padding: 0;border: 0;"
>
<
ul
class
=
"clearfix"
>
...
...
src/components/FinancialModule/components/ClientBankAccount.vue
View file @
f730b61e
...
...
@@ -157,6 +157,18 @@
<span
v-for=
"markFrid in clientBankAccountData.JapanPayMark"
style=
"display: inline; cursor: pointer; color: #106BAF;"
@
click=
"goUrlDetail('FinancialDocumentsDetail',markFrid)"
>
{{
markFrid
}}
</span>
</div>
</div>
<div
class=
"OrderReceivablesAccount-center"
v-if=
"clientBankAccountData.PlatformChangeFrIds && clientBankAccountData.PlatformChangeFrIds.length>0"
>
<div
v-if=
"clientBankAccountData.FTravelID"
>
--------------------------------------------------
</div>
<div>
<span
style=
"display: inline; color: red"
>
手续费变更单号:
</span>
<span
v-for=
"pcFrid in clientBankAccountData.PlatformChangeFrIds"
style=
"display: inline; cursor: pointer; color: #106BAF;"
@
click=
"goUrlDetail('FinancialDocumentsDetail',pcFrid)"
>
{{
pcFrid
}}
</span>
</div>
<div>
<span
style=
"display: inline; color: red"
>
最终手续费金额:
{{
clientBankAccountData
.
PlatformChangeFee
}}
</span>
</div>
</div>
</div>
</
template
>
...
...
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