Commit 63959ff2 authored by 黄奎's avatar 黄奎

去掉多余的Console

parent f8839c1c
......@@ -525,7 +525,7 @@
* */
//获取数据
self.getSeat = function () {
console.log(SeatData(), '数据');
//console.log(SeatData(), '数据');
};
self.SetArea = function (type) {
......@@ -605,11 +605,11 @@
});
if (nowLouCount > 0) {
newObj.rowIndex = "";
console.log((i + 1 - louCount), "隐藏排");
}
else {
newObj.rowIndex = (i + 1 - louCount) + "排";
console.log((i + 1 - louCount), "排");
}
}
else {
......@@ -625,20 +625,17 @@
});
if (nowTangCount > 0) {
newObj.rowIndex = "";
console.log((i + 1 - lourow - TangCount), "隐藏排");
} else {
newObj.rowIndex = (i + 1 - lourow - TangCount) + "排";
console.log((i + 1 - lourow - TangCount), "排");
}
}
$(".row_input").each(function (x) {
//console.log($(this),'thsithisthis');
console.log($(this).val(), 'vvvvvvvv')
if ($(this).val() == '') {
$(this).addClass('noSeat');
}
})
SeatData.replace(SeatData()[i], newObj);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment