Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cmszMonitorAnalysis
Project
Project
Details
Activity
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
liuna
cmszMonitorAnalysis
Commits
6f6f5639
Commit
6f6f5639
authored
Dec 07, 2017
by
莫林毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 '新增参数后 页面不展示'bug 调整界面 '参数'部分的UI
parent
e7853639
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
14 deletions
+34
-14
ModelMaintainController.java
.../com/hp/cmsz/web/modelmanage/ModelMaintainController.java
+0
-0
ModelParameterConfigurationController.java
...eb/modelmanage/ModelParameterConfigurationController.java
+1
-0
AssociateDiagosisDetailController.java
...b/monitoroperation/AssociateDiagosisDetailController.java
+22
-1
ModelMaintain.jsp
src/main/webapp/WEB-INF/views/ModelManage/ModelMaintain.jsp
+11
-13
ModelParameterConfiguration.jsp
...WEB-INF/views/ModelManage/ModelParameterConfiguration.jsp
+0
-0
No files found.
src/main/java/com/hp/cmsz/web/modelmanage/ModelMaintainController.java
View file @
6f6f5639
This diff is collapsed.
Click to expand it.
src/main/java/com/hp/cmsz/web/modelmanage/ModelParameterConfigurationController.java
View file @
6f6f5639
...
@@ -177,6 +177,7 @@ public class ModelParameterConfigurationController {
...
@@ -177,6 +177,7 @@ public class ModelParameterConfigurationController {
modelParameter
.
setParameterCode
(
paramCode
);
modelParameter
.
setParameterCode
(
paramCode
);
modelParameter
.
setParameterValue
(
paramValue
);
modelParameter
.
setParameterValue
(
paramValue
);
modelParameter
.
setParameterDataType
(
paramType
);
modelParameter
.
setParameterDataType
(
paramType
);
modelParameter
.
setIfSystemDefault
(
0L
);
modelParameterDao
.
save
(
modelParameter
);
modelParameterDao
.
save
(
modelParameter
);
}
else
{
}
else
{
// modelParameterService.updateParameterByParameterId(paramName, paramValue, paramType, Long.parseLong(paramId.split(":")[1]));
// modelParameterService.updateParameterByParameterId(paramName, paramValue, paramType, Long.parseLong(paramId.split(":")[1]));
...
...
src/main/java/com/hp/cmsz/web/monitoroperation/AssociateDiagosisDetailController.java
View file @
6f6f5639
...
@@ -15,6 +15,7 @@ import org.springframework.ui.ModelMap;
...
@@ -15,6 +15,7 @@ import org.springframework.ui.ModelMap;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMethod
;
import
org.springframework.web.bind.annotation.RequestMethod
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
org.springframework.web.bind.annotation.ResponseBody
;
import
javax.servlet.ServletRequest
;
import
javax.servlet.ServletRequest
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletRequest
;
...
@@ -95,8 +96,28 @@ public class AssociateDiagosisDetailController {
...
@@ -95,8 +96,28 @@ public class AssociateDiagosisDetailController {
return
""
;
return
""
;
}
}
@RequestMapping
(
""
)
@RequestMapping
(
""
)
public
String
lis
(
Map
model
,
ServletRequest
request
,
HttpSession
session
)
throws
UnsupportedEncodingException
,
ParseException
{
List
<
Province
>
provinceList
=(
List
<
Province
>)
provinceDao
.
findProvince
();
model
.
put
(
"provinceList"
,
provinceList
);
return
PageURLController
.
AssociateDiagosisDetail
;
}
@RequestMapping
(
"/tableList"
)
@ResponseBody
public
String
tableList
(){
return
""
;
}
@RequestMapping
(
"/aaa"
)
public
String
list
(
Map
model
,
ServletRequest
request
,
HttpSession
session
)
public
String
list
(
Map
model
,
ServletRequest
request
,
HttpSession
session
)
throws
UnsupportedEncodingException
,
ParseException
{
throws
UnsupportedEncodingException
,
ParseException
{
...
...
src/main/webapp/WEB-INF/views/ModelManage/ModelMaintain.jsp
View file @
6f6f5639
...
@@ -91,8 +91,14 @@
...
@@ -91,8 +91,14 @@
<tr><td>
业务开始时间(
<font
color=
"red"
>
必填
</font>
):
</td><td><input
id=
"businessStartTime"
name=
"businessStartTime"
class=
"form-control"
type=
"text"
onFocus=
"WdatePicker({maxDate:'#F{$dp.$D(\'businessEndTime\')}'})"
>
</td></tr>
<tr><td>
业务开始时间(
<font
color=
"red"
>
必填
</font>
):
</td><td><input
id=
"businessStartTime"
name=
"businessStartTime"
class=
"form-control"
type=
"text"
onFocus=
"WdatePicker({maxDate:'#F{$dp.$D(\'businessEndTime\')}'})"
>
</td></tr>
<tr><td>
已添加参数:
</td>
<tr><td>
已添加参数:
</td>
<td><table
class=
"table table-hover table-striped"
id=
"displayParam"
>
<td><table
class=
"table table-hover table-striped"
id=
"displayParam"
>
<thead>
<thead
class=
'col-md-15'
>
<tr><th>
参数名
</th><th>
参数编码
</th><th>
参数值
</th><th>
参数类型
</th><th><a
href=
"javascript:deleteAllTr()"
>
删除所有参数
</a></th></tr>
<tr>
<th
class=
"col-3 text-center"
>
参数名
</th>
<th
class=
"col-3 text-center"
>
参数编码
</th>
<th
class=
"col-3 text-center"
>
参数值
</th>
<th
class=
"col-3 text-center"
>
参数类型
</th>
<th
class=
"col-3 text-center"
><a
href=
"javascript:deleteAllTr()"
>
删除所有参数
</a></th>
</tr>
</thead>
</thead>
<tbody
id=
"addTr"
></tbody>
<tbody
id=
"addTr"
></tbody>
</table></td></tr>
</table></td></tr>
...
@@ -217,7 +223,7 @@
...
@@ -217,7 +223,7 @@
$
.
alert
(
"参数编码不能为空"
);
$
.
alert
(
"参数编码不能为空"
);
}
else
{
}
else
{
if
(
$
(
"#addTr"
).
find
(
"tr.orange-tr"
).
html
()
==
null
){
if
(
$
(
"#addTr"
).
find
(
"tr.orange-tr"
).
html
()
==
null
){
var
addRow
=
$
(
"<tr><td>"
+
paramName
+
"</td><td>"
+
paramCode
+
"</td><td>"
+
paramValue
+
"</td><td>"
+
paramDataType
+
"</td><td><a href='javascript:;' title='' onclick='deleteRow(this)'>删除</a>
<a href='javascript:;' onclick='updateRow(this)'>修改</a></td></tr>"
);
var
addRow
=
$
(
"<tr><td>"
+
paramName
+
"</td><td>"
+
paramCode
+
"</td><td>"
+
paramValue
+
"</td><td>"
+
paramDataType
+
"</td><td><a href='javascript:;' title='' onclick='deleteRow(this)'>删除</a><a href='javascript:;' onclick='updateRow(this)'>修改</a></td></tr>"
);
$
(
"#addTr"
).
append
(
addRow
);
$
(
"#addTr"
).
append
(
addRow
);
$
(
"#paramName"
).
attr
(
"value"
,
""
);
$
(
"#paramName"
).
attr
(
"value"
,
""
);
$
(
"#paramValue"
).
attr
(
"value"
,
""
);
$
(
"#paramValue"
).
attr
(
"value"
,
""
);
...
@@ -262,7 +268,6 @@
...
@@ -262,7 +268,6 @@
ok
:
function
(){
ok
:
function
(){
$
(
"#modelSubmit"
).
attr
(
"disabled"
,
true
);
$
(
"#modelSubmit"
).
attr
(
"disabled"
,
true
);
var
i
=
$
(
"#addTr"
).
find
(
"tr"
).
size
();
var
i
=
$
(
"#addTr"
).
find
(
"tr"
).
size
();
console
.
log
(
"i "
+
i
);
if
(
i
==
0
){
if
(
i
==
0
){
var
createForm
=
$
(
"#modelMaintainForm"
);
var
createForm
=
$
(
"#modelMaintainForm"
);
createForm
.
attr
(
"action"
,
"${ctx}/ModelManage/ModelMaintain/saveModelDataForm"
);
createForm
.
attr
(
"action"
,
"${ctx}/ModelManage/ModelMaintain/saveModelDataForm"
);
...
@@ -275,8 +280,7 @@
...
@@ -275,8 +280,7 @@
var
paramCode
=
$
(
this
).
find
(
"td"
).
eq
(
1
).
html
();
var
paramCode
=
$
(
this
).
find
(
"td"
).
eq
(
1
).
html
();
var
paramValue
=
$
(
this
).
find
(
"td"
).
eq
(
2
).
html
();
var
paramValue
=
$
(
this
).
find
(
"td"
).
eq
(
2
).
html
();
var
paramType
=
$
(
this
).
find
(
"td"
).
eq
(
3
).
html
();
var
paramType
=
$
(
this
).
find
(
"td"
).
eq
(
3
).
html
();
console
.
log
(
"paramName "
+
paramName
);
console
.
log
(
"paramCode "
+
paramCode
);
$
.
ajax
({
$
.
ajax
({
type
:
"GET"
,
type
:
"GET"
,
contentType
:
"application/json"
,
contentType
:
"application/json"
,
...
@@ -302,11 +306,8 @@
...
@@ -302,11 +306,8 @@
cancelValue
:
"取消"
,
cancelValue
:
"取消"
,
});
});
}
else
{
}
else
{
alert
(
2
);
$
(
"#modelSubmit"
).
attr
(
"disabled"
,
true
);
$
(
"#modelSubmit"
).
attr
(
"disabled"
,
true
);
var
i
=
$
(
"#addTr"
).
find
(
"tr"
).
size
();
var
i
=
$
(
"#addTr"
).
find
(
"tr"
).
size
();
alert
(
"i "
+
i
);
if
(
i
==
0
){
if
(
i
==
0
){
var
createForm
=
$
(
"#modelMaintainForm"
);
var
createForm
=
$
(
"#modelMaintainForm"
);
...
@@ -320,10 +321,7 @@
...
@@ -320,10 +321,7 @@
var
paramCode
=
$
(
this
).
find
(
"td"
).
eq
(
1
).
html
();
var
paramCode
=
$
(
this
).
find
(
"td"
).
eq
(
1
).
html
();
var
paramValue
=
$
(
this
).
find
(
"td"
).
eq
(
2
).
html
();
var
paramValue
=
$
(
this
).
find
(
"td"
).
eq
(
2
).
html
();
var
paramType
=
$
(
this
).
find
(
"td"
).
eq
(
3
).
html
();
var
paramType
=
$
(
this
).
find
(
"td"
).
eq
(
3
).
html
();
alert
(
"paramName "
+
paramName
);
alert
(
"paramCode "
+
paramCode
);
console
.
log
(
"paramName "
+
paramName
);
console
.
log
(
"paramCode "
+
paramCode
);
$
.
ajax
({
$
.
ajax
({
type
:
"GET"
,
type
:
"GET"
,
contentType
:
"application/json"
,
contentType
:
"application/json"
,
...
...
src/main/webapp/WEB-INF/views/ModelManage/ModelParameterConfiguration.jsp
View file @
6f6f5639
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