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
6a3620d7
Commit
6a3620d7
authored
May 09, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 PIC优先付款
parent
50cbcacb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
213 additions
and
3 deletions
+213
-3
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+2
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+186
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+2
-1
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+14
-0
ClientBankAccount.vue
...mponents/FinancialModule/components/ClientBankAccount.vue
+9
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
6a3620d7
...
@@ -3841,7 +3841,8 @@ else if (Type==2) {
...
@@ -3841,7 +3841,8 @@ else if (Type==2) {
JapanFeeRate
:
data
.
JapanFeeRate
,
JapanFeeRate
:
data
.
JapanFeeRate
,
JapanFinanceId
:
data
.
JapanFinanceId
,
JapanFinanceId
:
data
.
JapanFinanceId
,
FTravelID
:
data
.
FTravelID
,
FTravelID
:
data
.
FTravelID
,
FTracelRemark
:
data
.
FTracelRemark
FTracelRemark
:
data
.
FTracelRemark
,
JapanPayMark
:
data
.
JapanPayMark
}
}
this
.
helpBranchData
=
{
this
.
helpBranchData
=
{
Type
:
data
.
Type
,
Type
:
data
.
Type
,
...
...
src/components/FinancialModule/FinancialDocuments.vue
View file @
6a3620d7
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
6a3620d7
...
@@ -2754,7 +2754,8 @@
...
@@ -2754,7 +2754,8 @@
JapanFeeRate
:
data
.
JapanFeeRate
,
JapanFeeRate
:
data
.
JapanFeeRate
,
JapanFinanceId
:
data
.
JapanFinanceId
,
JapanFinanceId
:
data
.
JapanFinanceId
,
FTravelID
:
data
.
FTravelID
,
FTravelID
:
data
.
FTravelID
,
FTracelRemark
:
data
.
FTracelRemark
FTracelRemark
:
data
.
FTracelRemark
,
JapanPayMark
:
data
.
JapanPayMark
}
}
this
.
helpBranchData
=
{
this
.
helpBranchData
=
{
Type
:
data
.
Type
,
Type
:
data
.
Type
,
...
...
src/components/FinancialModule/RecPayQuery.vue
View file @
6a3620d7
...
@@ -5,6 +5,10 @@
...
@@ -5,6 +5,10 @@
.recpayQueryMore
{
margin
:
10px
0px
5px
0px
;
text-align
:
center
;
cursor
:
pointer
;}
.recpayQueryMore
{
margin
:
10px
0px
5px
0px
;
text-align
:
center
;
cursor
:
pointer
;}
.page_RecPayQuery
.el-form-item
{
margin-bottom
:
10px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -261,6 +265,16 @@
...
@@ -261,6 +265,16 @@
<
el
-
input
v
-
model
=
"msg.Remark"
><
/el-input
>
<
el
-
input
v
-
model
=
"msg.Remark"
><
/el-input
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"PIC优先付款:"
>
<
el
-
select
filterable
v
-
model
=
'msg.IsAirTicketSelect'
>
<
el
-
option
:
value
=
"0"
:
label
=
"$t('pub.unlimitedSel')"
><
/el-option
>
<
el
-
option
:
value
=
"1"
label
=
"只看已标记被驳回"
><
/el-option
>
<
el
-
option
:
value
=
"2"
label
=
"只看已标记出纳未审核"
><
/el-option
>
<
el
-
option
:
value
=
"3"
label
=
"只看已标记未审核通过"
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<!--
<
el
-
col
:
span
=
"4"
>
<!--
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"凭证费用:"
>
<
el
-
form
-
item
label
=
"凭证费用:"
>
<
el
-
select
filterable
v
-
model
=
'msg.KJCostTypeId'
>
<
el
-
select
filterable
v
-
model
=
'msg.KJCostTypeId'
>
...
...
src/components/FinancialModule/components/ClientBankAccount.vue
View file @
6a3620d7
...
@@ -148,6 +148,15 @@
...
@@ -148,6 +148,15 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"OrderReceivablesAccount-center"
v-if=
"clientBankAccountData.JapanPayMark && clientBankAccountData.JapanPayMark.length>0"
>
<div
v-if=
"clientBankAccountData.AccountCreateTime"
>
--------------------------------------------------
</div>
<div>
<span
style=
"display: inline; color: red"
>
PIC优先付款关联单:
</span>
<span
v-for=
"markFrid in clientBankAccountData.JapanPayMark"
style=
"display: inline; cursor: pointer; color: #106BAF;"
@
click=
"goUrlDetail('FinancialDocumentsDetail',markFrid)"
>
{{
markFrid
}}
</span>
</div>
</div>
</div>
</div>
</
template
>
</
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