|
@@ -2,7 +2,7 @@ const $ = require('jquery');
|
|
|
require("../css/qcListCopy.less");
|
|
|
require('./modal.js');
|
|
|
const {api} = require('./api.js')
|
|
|
-const {post,getCookie,getUrlArgObjectNew,emptyBox,downloadExportedData,expJson} = require('./utils.js')
|
|
|
+const {post,getCookie,getUrlArgObjectNew,emptyBox,downloadExportedData,expJson,initScroll} = require('./utils.js')
|
|
|
require('./../resource/jquery-ui/jquery-ui.min.js');
|
|
|
require('./../resource/jquery-ui/jquery-ui.min.css');
|
|
|
const iconCheck= require("./../images/icon_check.png")
|
|
@@ -226,6 +226,7 @@ function renderTab(data,hisId){
|
|
|
let hasSelectAll = true;
|
|
|
if(data.length===0){
|
|
|
$('.tbody').html(emptyBox(null,showNum+2))
|
|
|
+ initScroll("qcListCopy","YX",1)
|
|
|
return;
|
|
|
}
|
|
|
for(let i = 0; i < data.length; i++){
|
|
@@ -274,6 +275,7 @@ function renderTab(data,hisId){
|
|
|
bindScoreOperaItem()
|
|
|
bindRecordScoreOper()
|
|
|
bindScoreDetail(hisId)
|
|
|
+ initScroll("qcListCopy","YX",1)
|
|
|
}
|
|
|
|
|
|
function isTextCenter(name){
|