From c4975d1cd0f50fd4b0b50a278413d788979d621e Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 23 Jul 2024 10:15:00 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/ywgl/qrxx/index.html | 35 ++--- WebRoot/view/ywgl/qrxx/sign_view.html | 45 ++++++ WebRoot/view/ywgl/qrxx_area/index.html | 170 +++++++++++++++++++++ WebRoot/view/ywgl/qrxx_area/sign_view.html | 45 ++++++ 4 files changed, 273 insertions(+), 22 deletions(-) create mode 100644 WebRoot/view/ywgl/qrxx/sign_view.html create mode 100644 WebRoot/view/ywgl/qrxx_area/index.html create mode 100644 WebRoot/view/ywgl/qrxx_area/sign_view.html 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 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/view/ywgl/qrxx_area/index.html b/WebRoot/view/ywgl/qrxx_area/index.html new file mode 100644 index 00000000..66dd3ab0 --- /dev/null +++ b/WebRoot/view/ywgl/qrxx_area/index.html @@ -0,0 +1,170 @@ + + + + + + + + + + + + +
+
+
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/view/ywgl/qrxx_area/sign_view.html b/WebRoot/view/ywgl/qrxx_area/sign_view.html new file mode 100644 index 00000000..ed81becb --- /dev/null +++ b/WebRoot/view/ywgl/qrxx_area/sign_view.html @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file