var str = '';
str += '<tr style="vertical-align: middle !important;text-align: center;" id="'+hanghao+'">';
str += '<td class="width-5 active"><input type="checkbox" value="1"/></td>';
str += '<td class="width-15 active"><input type="text" id="fpxmIn'+hanghao+'" name="fpxm'+hanghao+'" class="form-control required" value="" οnclick="showDiv('+hanghao+')" AUTOCOMPLETE="off"/><div id="fpxmB'+hanghao+'" style="display: none;"><div tabindex="0" οnfοcus="test()" hidefocus="true" οnblur="moveout1('+hanghao+')" style="max-height: 150px;max-width: 150px;font-size:10px;overflow: scroll;position: absolute;border:1px; solid #ccc;outline=0;" id="fpxmD'+hanghao+'"></div></div></td>';
str += '<td class="width-15 active"><input type="text" id="bxxmIn'+hanghao+'" name="bxxm'+hanghao+'" class="form-control required" value="" οnchange="getysyeandspr('+hanghao+')" οnclick="showDiv2('+hanghao+')" AUTOCOMPLETE="off"/><div id="bxxmB'+hanghao+'" tabindex="0" οnblur="moveout2('+hanghao+')" style="display: none;"><div style="max-height: 150px;max-width: 150px;font-size:10px;overflow: scroll;position: absolute;" id="bxxmD'+hanghao+'"></div></div></td>';
str += '<td class="width-15 active"><input type="text" id="cdbmIn'+hanghao+'" name="cdbm'+hanghao+'" class="form-control required" value="" οnchange="getysyeandspr('+hanghao+')" οnclick="showDiv3('+hanghao+')" AUTOCOMPLETE="off"/><input type="hidden" id="cdbmidIn'+hanghao+'" name="cdbmid'+hanghao+'" /><div id="cdbmB'+hanghao+'" tabindex="0" οnblur="moveout3('+hanghao+')" style="display: none;"><div style="max-height: 150px;max-width: 150px;font-size:10px;overflow: scroll;position: absolute;" id="cdbmD'+hanghao+'" ></div></div></td>';
str += '<td class="width-15 active"><input type="text" id="xm'+hanghao+'" name="xm'+hanghao+'" class="form-control" value="" /><div id="xm'+hanghao+'" style="display: none;"><div style="max-height: 100px;overflow: scroll;position: absolute;" id="xm'+hanghao+'"></div></div></td>';
str += '<td class="width-15 active"><input type="text" id="ysye'+hanghao+'" style="border-style:none" readonly=readonly name="ysye'+hanghao+'" value="" class="form-control"/></td>';
str += '<td class="width-15 active"><input type="text" id="je'+hanghao+'" name="je'+hanghao+'" min="0" class="form-control required"/></td>';
str += '<td class="width-15 active"><input type="text" id="zy'+hanghao+'" name="zy'+hanghao+'" class="form-control required"/></td>';
str += '</tr>';
$("#fybxtbodyid").append(str);