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
fc32975a
Commit
fc32975a
authored
Sep 22, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c4bd8662
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+5
-4
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+5
-2
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
fc32975a
...
@@ -833,7 +833,11 @@
...
@@ -833,7 +833,11 @@
</my-GZ-Bill>
</my-GZ-Bill>
<div
class=
"_explain"
>
<div
class=
"_explain"
>
<div
class=
"illustrate-text"
>
<div
class=
"illustrate-text"
>
<p
class=
"illustrate-left"
>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
<p
class=
"illustrate-left"
>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.Course_Name"
>
收款类型:
{{
GetDetail
.
Course_Name
}}
/
{{
GetDetail
.
PayReceipt_No
}}
</span>
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"goComplain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"
>
@
click=
"goComplain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{
GetDetail
.
ComplainID
}}
</span></span>
class=
"cursorpointer text-decoration"
>
{{
GetDetail
.
ComplainID
}}
</span></span>
...
@@ -2498,9 +2502,6 @@
...
@@ -2498,9 +2502,6 @@
this
.
chongJudge
(
data
)
this
.
chongJudge
(
data
)
this
.
GetDetail
=
data
;
this
.
GetDetail
=
data
;
if
(
this
.
GetDetail
.
DetailList
)
{
if
(
this
.
GetDetail
.
DetailList
)
{
this
.
GetDetail
.
DetailList
.
forEach
(
item
=>
{
this
.
GetDetail
.
DetailList
.
forEach
(
item
=>
{
if
(
item
.
CostTypeName
==
"领队导游资金池领款"
)
{
if
(
item
.
CostTypeName
==
"领队导游资金池领款"
)
{
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
fc32975a
...
@@ -602,6 +602,9 @@
...
@@ -602,6 +602,9 @@
</span></p>
</span></p>
<
template
v-if=
"msg.TemplateId==27"
>
<
template
v-if=
"msg.TemplateId==27"
>
<p
style=
"margin-left: 15px;"
>
<p
style=
"margin-left: 15px;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"请输入参加活动的转账卡号/平台用户名,不输入则此单不参与"
placement=
"top"
>
<i
class=
"el-icon-warning-outline"
style=
"cursor: pointer;"
></i>
</el-tooltip>
<span>
类型:
</span>
<span>
类型:
</span>
<span>
<span>
<el-select
v-model=
"msg.CourseId"
placeholder=
"选择收款类型"
clearable
<el-select
v-model=
"msg.CourseId"
placeholder=
"选择收款类型"
clearable
...
@@ -623,7 +626,7 @@
...
@@ -623,7 +626,7 @@
</span>
</span>
<span>
<span>
<el-input
type=
"text"
class=
"w135 _border_b_1"
<el-input
type=
"text"
class=
"w135 _border_b_1"
v-model=
"msg.PayReceipt_No"
:placeholder=
"msg.CourseId==1?'输入银行卡号后四位':'输入平台
名称
'"
style=
"width: 364px;"
clearable
></el-input>
v-model=
"msg.PayReceipt_No"
:placeholder=
"msg.CourseId==1?'输入银行卡号后四位':'输入平台
用户名
'"
style=
"width: 364px;"
clearable
></el-input>
</span>
</span>
</p>
</p>
</template>
</template>
...
@@ -1432,7 +1435,7 @@
...
@@ -1432,7 +1435,7 @@
},
},
AddFinancial
(
z
)
{
//保存
AddFinancial
(
z
)
{
//保存
if
(
this
.
msg
.
TemplateId
==
27
&&
this
.
msg
.
CourseId
&&!
this
.
msg
.
PayReceipt_No
){
if
(
this
.
msg
.
TemplateId
==
27
&&
this
.
msg
.
CourseId
&&!
this
.
msg
.
PayReceipt_No
){
return
this
.
Error
(
`请输入
${
this
.
msg
.
CourseId
==
1
?
'银行卡号后四位'
:
'请输入平台
名称
'
}
`
)
return
this
.
Error
(
`请输入
${
this
.
msg
.
CourseId
==
1
?
'银行卡号后四位'
:
'请输入平台
用户名
'
}
`
)
}
}
if
((
this
.
orderObj
&&
!
this
.
orderObj
.
isPrestore
)
||
this
.
msg
.
DepositCustomerId
)
{
if
((
this
.
orderObj
&&
!
this
.
orderObj
.
isPrestore
)
||
this
.
msg
.
DepositCustomerId
)
{
let
To
=
Number
(
this
.
allPrice
+
this
.
msg
.
Fee
)
let
To
=
Number
(
this
.
allPrice
+
this
.
msg
.
Fee
)
...
...
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