diff --git a/WebRoot/view/ywgl/qrxx/index.html b/WebRoot/view/ywgl/qrxx/index.html index 98524637..af87f7f6 100644 --- a/WebRoot/view/ywgl/qrxx/index.html +++ b/WebRoot/view/ywgl/qrxx/index.html @@ -75,12 +75,12 @@ page: false, cols: [[ { title: '序号', align: 'center', width: "5%", type: 'numbers' }, - { title: '学期', field: 'term_name', align: 'center' }, - { title: '教师数', field: 'teacher_count', align: 'center', width: "15%" }, - { title: '学生数', field: 'student_count', align: 'center', width: "15%" }, - { title: '班级数', field: 'class_count', align: 'center', width: "15%" }, - { title: '教师调转待审数', field: 'wait_teacher_count', align: 'center', width: "15%" }, - { title: '学生调转待审数', field: 'wait_student_count', align: 'center', width: "15%" }, + { title: '学期', field: 'term_name', align: 'center' , width: "25%"}, + { title: '教师数', field: 'teacher_count', align: 'center', width: "10%" }, + { title: '学生数', field: 'student_count', align: 'center', width: "10%" }, + { title: '班级数', field: 'class_count', align: 'center', width: "10%" }, + { title: '教师调转待审数', field: 'wait_teacher_count', align: 'center', width: "10%" }, + { title: '学生调转待审数', field: 'wait_student_count', align: 'center', width: "10%" }, { title: '操作', toolbar: '#table-bar', align: 'center', width: "20%" } ]], skin: 'line', @@ -95,23 +95,14 @@ table.on('tool(data-table)', function (obj) { - if (obj.event === 'remove') { - window.remove(obj); - } else if (obj.event === 'edit') { - window.edit(obj); - } else if (obj.event === 'orgMgmt') { - window.orgMgmt(obj); - } - else if (obj.event === 'personMgmt') { - window.personMgmt(obj); - } + if (obj.event === 'viewSign') { + window.viewSign(obj); + } }); table.on('toolbar(data-table)', function (obj) { if (obj.event === 'add') { window.add(); - } else if (obj.event === 'refresh') { - window.refresh(); } }); @@ -125,13 +116,13 @@ }); } - window.edit = function (obj) { + window.viewSign = function (obj) { layer.open({ type: 2, - title: '编辑', + title: '查看签名', shade: 0.1, - area: ['650px', editH], - content: './update.html?org_id=' + obj.data.org_id + '&level_id=' + levelId + '&area_id=' + areaId + area: ['430px', '230px'], + content: './sign_view.html?id=' + obj.data.id }); } diff --git a/WebRoot/view/ywgl/qrxx/sign_view.html b/WebRoot/view/ywgl/qrxx/sign_view.html new file mode 100644 index 00000000..ed81becb --- /dev/null +++ b/WebRoot/view/ywgl/qrxx/sign_view.html @@ -0,0 +1,45 @@ + + + +
+ +