Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
17bc53ce
Commit
17bc53ce
authored
3 years ago
by
yanglilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改'
parent
bd87deda
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
base.js
src/api/funcs_modules/base.js
+1
-1
collectionDetail.vue
src/views/verification/collectionDetail.vue
+5
-1
No files found.
src/api/funcs_modules/base.js
View file @
17bc53ce
...
...
@@ -48,7 +48,7 @@ const GETREFCDBYREFGRP = (data) => {
// 校验用户邮箱
const
CHECKUSEREMAIL
=
(
data
)
=>
{
return
req
.
post
(
apis
.
checkUserEmail
,
data
);
return
req
.
post
(
`
${
apis
.
checkUserEmail
}
?userName=
${
data
.
userName
}
`
);
};
// 对象数组
...
...
This diff is collapsed.
Click to expand it.
src/views/verification/collectionDetail.vue
View file @
17bc53ce
...
...
@@ -317,9 +317,13 @@ export default {
handleEditOK
()
{
this
.
$refs
.
editForm
.
validate
((
valid
)
=>
{
if
(
valid
)
{
let
editFormObj
=
{
...
this
.
editFormObj
,
eobBackDate
:
this
.
editFormObj
.
eobBackDate
?
moment
(
this
.
editFormObj
.
eobBackDate
).
format
(
'
YYYY-MM-DD 00:00:00
'
):
""
,
}
this
.
$apis
.
SAVEBACKMONEY
({
...
this
.
form
,
backMoneyEobList
:
[
this
.
editFormObj
],
backMoneyEobList
:
[
editFormObj
],
backDate
:
this
.
form
.
backDate
?
moment
(
this
.
form
.
backDate
).
format
(
'
YYYY-MM-DD 00:00:00
'
):
''
,
backMoneyNo
:
this
.
backMoneyNo
,
//回款编号
})
...
...
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