Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
87395cdb
authored
2018-03-31 21:40:57 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
e2a6673f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
application/views/common/footer.php
application/views/work/资料/资料补录.php
application/views/common/footer.php
View file @
87395cd
...
...
@@ -142,7 +142,8 @@
type
:
method
,
url
:
apiBaseUrl
+
url
,
cache
:
false
,
data
:
JSON
.
stringify
(
data
),
// data:JSON.stringify(data),
data
:
data
,
dataType
:
'json'
,
contentType
:
"application/json; charset=UTF-8"
,
success
:
function
(
data
){
...
...
application/views/work/资料/资料补录.php
View file @
87395cd
...
...
@@ -532,7 +532,7 @@
}
reader
.
readAsDataURL
(
file
[
0
]);
}
else
{
alert
(
file
[
0
].
name
+
" is not a valid image file."
);
alert
(
file
[
0
].
name
+
" is not a valid image file."
);
;
dvPreview
.
html
(
""
);
return
false
;
}
...
...
@@ -546,7 +546,8 @@
var
data
=
$
(
"form"
).
serializeJson
();
data
=
json
(
data
);
data
.
clientContactInputVOS
=
Object
.
values
(
data
.
clientContactInputVOS
);
var
dwellDetail
=
$
(
'[name=clientInfoInputVO\\.dwellState]:checked'
).
parent
().
find
(
'input[type=text]'
).
val
();
data
.
clientInfoInputVO
.
dwellDetail
=
dwellDetail
;
ajax
(
'client/collection'
,
'post'
,
data
,
'操作成功'
,
function
()
{
window
.
parent
.
reload
();
layer_close
();
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment