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
89ad4388
Commit
89ad4388
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a71e62a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+7
-9
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
89ad4388
...
...
@@ -376,7 +376,7 @@
</p>
<div
class=
"rb_top_row _r_mb5"
>
<p>
{{
$t
(
'fnc.fkuanzhanghu'
)
}}
:
<el-select
filterable
v-model=
'bankType'
placeholder=
""
@
change=
"getAccountList(bankType)"
<el-select
filterable
v-model=
'bankType'
placeholder=
""
@
change=
"getAccountList(bankType)
,getCourseId()
"
class=
"w100 _border_b_1"
>
<el-option
v-for=
'item in AccList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
...
...
@@ -632,8 +632,8 @@
<span>
<el-input
v-if=
"msg.CourseId!=12&&msg.CourseId>0"
type=
"text"
class=
"w135 _border_b_1"
v-model=
"msg.PayReceipt_No"
placeholder=
"输入银行卡号后四位"
style=
"width: 364px;"
clearable
></el-input>
<el-select
v-if=
"msg.CourseId==12&&PlatformUserNameList&&PlatformUserNameList.length>0"
v-model=
"msg.PayReceipt_No"
placeholder=
"选择平台用户名称"
clearable
<el-select
v-if=
"msg.CourseId==12&&PlatformUserNameList&&PlatformUserNameList.length>0"
v-model=
"msg.PayReceipt_No"
placeholder=
"选择平台用户名称"
clearable
class=
"w135 _border_b_1"
style=
"width: 100%;"
>
<el-option
v-for=
"(item,index) in PlatformUserNameList"
:key=
"index"
:label=
"item"
...
...
@@ -979,11 +979,7 @@
// 客户平台名称
getCourseId
(){
if
(
!
this
.
msg
.
CourseId
){
this
.
msg
.
PayReceipt_No
=
''
this
.
msg
.
Course_Name
=
''
return
}
this
.
msg
.
PayReceipt_No
=
''
let
list
=
this
.
PaymentMethodList
.
filter
(
x
=>
{
return
x
.
Id
==
this
.
msg
.
CourseId
})
this
.
msg
.
Course_Name
=
list
[
0
].
Name
this
.
$forceUpdate
()
...
...
@@ -1285,11 +1281,13 @@
if
(
i
!=
12
){
this
.
msg
.
CourseId
=
1
this
.
AccountPrompt
=
'请输入参加活动的转账卡号,不输入则此单不参与'
this
.
msg
.
Course_Name
=
'银行卡'
}
if
(
i
==
12
){
this
.
msg
.
CourseId
=
12
this
.
AccountPrompt
=
'请输入参加活动的平台用户名称,不输入则此单不参与'
this
.
msg
.
Course_Name
=
'平台'
}
this
.
getCourseId
()
if
(
!
t
)
{
this
.
msg
.
BankList
[
0
].
AccountId
=
''
;
this
.
AccountNumber
=
''
;
...
...
This diff is collapsed.
Click to expand it.
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