|
@@ -36,7 +36,6 @@ function getTabData(activePage){
|
|
|
leaveHosDateEnd: leaveHosDateEnd //0-未启用 1-启用
|
|
|
}
|
|
|
post(api.qcList,param).then(res =>{
|
|
|
- console.log('ress', res)
|
|
|
if(res.data.code == '0'){
|
|
|
tabList = res.data.data.records
|
|
|
const totalPage = res.data.data.pages
|
|
@@ -121,7 +120,6 @@ bindOperaAll()
|
|
|
function bindScoreOperaItem(){
|
|
|
$(".scoreOperaItem").on("click", function(e){
|
|
|
const index = $(this).parent().attr("data-index")
|
|
|
- console.log(index)
|
|
|
tabList[index].hasSelect = tabList[index].hasSelect ? false:true
|
|
|
renderTab(tabList)
|
|
|
})
|
|
@@ -137,7 +135,6 @@ function bindRecordScoreOper(){
|
|
|
function bindOperaAll(){
|
|
|
$('.scoreOpera').on("click", function(e){
|
|
|
const hasSelectAll = $('.scoreOpera').attr("data-selectall")
|
|
|
- console.log('hasSelectAll',hasSelectAll)
|
|
|
if(hasSelectAll == 'true'){
|
|
|
|
|
|
for(let i = 0; i < tabList.length; i++){
|