diff --git a/WebRoot/view/zj/chouqu.html b/WebRoot/view/zj/chouqu.html
index 33d43c18..56907bfd 100644
--- a/WebRoot/view/zj/chouqu.html
+++ b/WebRoot/view/zj/chouqu.html
@@ -23,14 +23,16 @@
.leftBox {
float: left;
width: 750px;
- height: 600px;
+ height: 500px;
margin: 0 auto;
margin-top: 0px;
clear: both;
border: 1px solid #cccccc;
border-radius: 6px;
+ overflow-y: auto;
}
+
#span {
float: right;
top: 30px;
@@ -38,7 +40,6 @@
}
-
.nameBox {
width: 100px;
height: 40px;
@@ -54,15 +55,11 @@
.selectedName {
float: right;
width: 430px;
- height: 600px;
+ height: 500px;
border: 1px solid #cccccc;
border-radius: 6px;
overflow: hidden;
}
-
- h1 {
- text-align: center;
- }
@@ -86,14 +83,18 @@
-
+
+
+
+
@@ -116,43 +117,32 @@
-
-
+
+
diff --git a/WebRoot/view/zj/list.html b/WebRoot/view/zj/list.html
index 38cb30e3..55725487 100644
--- a/WebRoot/view/zj/list.html
+++ b/WebRoot/view/zj/list.html
@@ -72,7 +72,7 @@
function tableRender() {
table.render({
elem: '#data-table',
- url: '/QingLong/zjcq/listZjcq',
+ url: '/QingLong/zjcq/listZjcq',
height: 'full-150',
page: {
limit: 15
@@ -83,7 +83,7 @@
cols: [[
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
{ title: '名称', field: 'ys_name', align: 'center' },
- { title: '日期', field: 'ys_date', align: 'center', width: "15%" },
+ { title: '日期', field: 'ys_date', align: 'center', width: "15%" },
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "35%" }
]],
skin: 'line',
@@ -104,7 +104,7 @@
title: '专家抽取',
shade: 0.1,
area: ['100%', '100%'],
- content: './chouqu.html'
+ content: './chouqu.html?ys_id=' + obj.data.ys_id
});
} else if (obj.event === 'edit') {
window.edit(obj);