全选框

This commit is contained in:
58261 2018-09-26 16:20:49 +08:00
parent c072570f84
commit 0064d7834d

View File

@ -43,8 +43,8 @@
var portionCollectionID = "";
var portionMoney = 0;
var mayopeMoney = 0;
$(function(){
//$("#DW_CheckAll_myiframe0").style.visibility="visible";
mayopeMoney = AsControl.RunJsp("/Tenwa/Lease/Flow/Fund/FundCollection/GetEbankMayopeMoney.jsp","FlowUnid=<%=flowunid%>");
var phaseInput = $("<input type='checkbox' style='vertical-align:middle;' id='period'/><label for='period' id='periodLabel' style='vertical-align:middle;'><a>ÔÊÐí¸ôÆÚ»ØÁý</a></label>");
$("#ListButtonArea").append(phaseInput);
@ -56,9 +56,9 @@
})
function setCheckBoxEvent(){
if($("#DW_CheckAll_myiframe0")){
/* if($("#DW_CheckAll_myiframe0")){
$("#DW_CheckAll_myiframe0").hide();
}
} */
var checkInput = $("input[name='check_S_myiframe0']");
for(var i=0;i<checkInput.length;i++){
$(checkInput[i]).attr("onclick","checkInputData("+i+")");