Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
hlcm
leaf-hlcm
Commits
588de211
Commit
588de211
authored
Dec 30, 2019
by
Darming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]评分更新
parent
3d81407e
Pipeline
#4390
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
prj_project_maintain.lview
...ain/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
+2
-2
No files found.
src/main/webapp/modules/prj/PRJ501N/prj_project_maintain.lview
View file @
588de211
...
@@ -706,7 +706,7 @@
...
@@ -706,7 +706,7 @@
for(var
key
in
record.data){
for(var
key
in
record.data){
if
(key
!=
'bp_detail_id'
&&
key
!=
'score_name')
{
if
(key
!=
'bp_detail_id'
&&
key
!=
'score_name')
{
var
vl =
obj[key];
var
vl =
obj[key];
if(
key =
=
'bp_birth'){
if(
key =
=
'bp_birth'
&&
obj[key]
){
vl =
new
Date(obj[key].toString());
vl =
new
Date(obj[key].toString());
}
}
if(vl
!=
"null"){
if(vl
!=
"null"){
...
@@ -834,7 +834,7 @@
...
@@ -834,7 +834,7 @@
fullScreen:
true,
fullScreen:
true,
draggable:
true
draggable:
true
});
});
win.on('c
o
lose',function(){
win.on('close',function(){
$(ds_id).query();
$(ds_id).query();
});
});
}
}
...
...
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