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
60d5d489
Commit
60d5d489
authored
Sep 22, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d50f4659
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+13
-6
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
60d5d489
...
@@ -623,7 +623,7 @@
...
@@ -623,7 +623,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.PayReceiptNo"
: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>
...
@@ -785,8 +785,8 @@
...
@@ -785,8 +785,8 @@
ContractCustomer
:
null
,
ContractCustomer
:
null
,
Description
:
''
,
Description
:
''
,
msg
:
{
msg
:
{
CourseName
:
''
,
Course
_
Name
:
''
,
PayReceiptNo
:
null
,
PayReceipt
_
No
:
null
,
CourseId
:
null
,
CourseId
:
null
,
ReFinanceId
:
''
,
ReFinanceId
:
''
,
FrID
:
0
,
FrID
:
0
,
...
@@ -937,11 +937,11 @@
...
@@ -937,11 +937,11 @@
methods
:
{
methods
:
{
getCourseId
(){
getCourseId
(){
if
(
!
this
.
msg
.
CourseId
){
if
(
!
this
.
msg
.
CourseId
){
this
.
msg
.
CourseName
=
''
this
.
msg
.
Course
_
Name
=
''
return
return
}
}
let
list
=
this
.
PaymentMethodList
.
filter
(
x
=>
{
return
x
.
Id
==
this
.
msg
.
CourseId
})
let
list
=
this
.
PaymentMethodList
.
filter
(
x
=>
{
return
x
.
Id
==
this
.
msg
.
CourseId
})
this
.
msg
.
CourseName
=
list
[
0
].
Name
this
.
msg
.
Course
_
Name
=
list
[
0
].
Name
},
},
deleteRow
(
i
,
obj
)
{
deleteRow
(
i
,
obj
)
{
obj
.
show
=
false
;
obj
.
show
=
false
;
...
@@ -1431,7 +1431,7 @@
...
@@ -1431,7 +1431,7 @@
e
.
target
.
value
=
(
e
.
target
.
value
.
match
(
/^
\d
*
(\.?\d{0,1})
/g
)[
0
])
||
null
e
.
target
.
value
=
(
e
.
target
.
value
.
match
(
/^
\d
*
(\.?\d{0,1})
/g
)[
0
])
||
null
},
},
AddFinancial
(
z
)
{
//保存
AddFinancial
(
z
)
{
//保存
if
(
this
.
msg
.
TemplateId
==
27
&&
this
.
msg
.
CourseId
&&!
this
.
msg
.
PayReceiptNo
){
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
)
{
...
@@ -1833,6 +1833,13 @@
...
@@ -1833,6 +1833,13 @@
this
.
msg
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
this
.
msg
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
this
.
msg
.
SigningCustomerId
=
data
.
SigningCustomerId
?
Number
(
data
.
SigningCustomerId
)
:
''
this
.
msg
.
SigningCustomerId
=
data
.
SigningCustomerId
?
Number
(
data
.
SigningCustomerId
)
:
''
this
.
msg
.
DepositCustomerId
=
data
.
DepositCustomerId
?
Number
(
data
.
DepositCustomerId
)
:
''
this
.
msg
.
DepositCustomerId
=
data
.
DepositCustomerId
?
Number
(
data
.
DepositCustomerId
)
:
''
this
.
msg
.
PayReceipt_No
=
data
.
PayReceipt_No
this
.
msg
.
Course_Name
=
data
.
Course_Name
if
(
data
.
Course_Name
==
'银行'
)
this
.
msg
.
CourseId
=
1
if
(
data
.
Course_Name
==
'平台'
)
this
.
msg
.
CourseId
=
4
this
.
msg
.
TemplateId
=
data
.
TemplateId
if
(
this
.
msg
.
DepositCustomerId
)
this
.
isDepositCustomer
=
true
if
(
this
.
msg
.
DepositCustomerId
)
this
.
isDepositCustomer
=
true
if
(
this
.
orderObj
&&
(
this
.
msg
.
SigningCustomerId
||
this
.
msg
.
DepositCustomerId
))
this
.
$set
(
this
.
orderObj
,
'isPrestore'
,
true
)
if
(
this
.
orderObj
&&
(
this
.
msg
.
SigningCustomerId
||
this
.
msg
.
DepositCustomerId
))
this
.
$set
(
this
.
orderObj
,
'isPrestore'
,
true
)
let
obj
=
{
let
obj
=
{
...
...
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