bug修改。
This commit is contained in:
parent
51dd58e077
commit
7d580e1a2f
@ -57,6 +57,7 @@
|
|||||||
var common = layui.common;
|
var common = layui.common;
|
||||||
var resizeTimeout = null;
|
var resizeTimeout = null;
|
||||||
var tableUrl = 'api/bossscore/worknoteforscore';
|
var tableUrl = 'api/bossscore/worknoteforscore';
|
||||||
|
var yearDate = new Date().getFullYear();
|
||||||
|
|
||||||
|
|
||||||
$(document).on('click', '#excel', function() {
|
$(document).on('click', '#excel', function() {
|
||||||
|
@ -71,6 +71,7 @@
|
|||||||
var common = layui.common;
|
var common = layui.common;
|
||||||
var resizeTimeout = null;
|
var resizeTimeout = null;
|
||||||
var tableUrl = 'api/casescore/getcasescore';
|
var tableUrl = 'api/casescore/getcasescore';
|
||||||
|
var yearDate = new Date().getFullYear();
|
||||||
|
|
||||||
// 初始化表格
|
// 初始化表格
|
||||||
function initTable() {
|
function initTable() {
|
||||||
|
@ -56,6 +56,7 @@
|
|||||||
var common = layui.common;
|
var common = layui.common;
|
||||||
var resizeTimeout = null;
|
var resizeTimeout = null;
|
||||||
var tableUrl = 'api/casesupervise/listpagecasesupervise';
|
var tableUrl = 'api/casesupervise/listpagecasesupervise';
|
||||||
|
var yearDate = new Date().getFullYear();
|
||||||
|
|
||||||
function quarterFun(value){
|
function quarterFun(value){
|
||||||
$("#quarter").empty();
|
$("#quarter").empty();
|
||||||
|
@ -56,6 +56,7 @@
|
|||||||
var resizeTimeout = null;
|
var resizeTimeout = null;
|
||||||
var tableUrl = 'api/bossscore/personscore?dictId={dictId}';
|
var tableUrl = 'api/bossscore/personscore?dictId={dictId}';
|
||||||
var dictId = '9d179f05-3ea0-48f7-853c-d3b7124b791c';
|
var dictId = '9d179f05-3ea0-48f7-853c-d3b7124b791c';
|
||||||
|
var yearDate = new Date().getFullYear();
|
||||||
|
|
||||||
$(document).on('click', '#excel', function() {
|
$(document).on('click', '#excel', function() {
|
||||||
var year = $('#year').val();
|
var year = $('#year').val();
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
var laydate = layui.laydate;
|
var laydate = layui.laydate;
|
||||||
var resizeTimeout = null;
|
var resizeTimeout = null;
|
||||||
var tableUrl = 'api/scoredetail/listpagescoredetail';
|
var tableUrl = 'api/scoredetail/listpagescoredetail';
|
||||||
|
var yearDate = new Date().getFullYear();
|
||||||
|
|
||||||
$(document).on('click', '#excel', function() {
|
$(document).on('click', '#excel', function() {
|
||||||
var year = $('#year').val();
|
var year = $('#year').val();
|
||||||
|
Loading…
Reference in New Issue
Block a user