<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" > <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button> <h4 class="modal-title" id="myModalLabel"> Add New </h4> </div> <div class="modal-body"> <div class="ibox float-e-margins"> <form class="form-horizontal" id="form2"> <table class="table table-striped table-bordered table-hover" id="table"> <thead> <tr data-tabullet-map="id"> <th width="50" data-tabullet-map="_index" data-tabullet-readonly="true">Line<br/>行号</th> <th data-tabullet-map="qty">Quantity<br/>数量</th> <th data-tabullet-map="partnet">Part Net<br/>不含税单价</th> <th data-tabullet-map="partlinetotal">Part Line Total<br/>不含税总额</th> <th data-tabullet-map="vat">Vat<br/>税额</th> <th data-tabullet-map="description">Description<br/>描述</th> <th width="50" data-tabullet-type="edit"></th> <th width="50" data-tabullet-type="delete"></th> </tr> </thead> </table> </form> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close 关闭</button> <button type="button" class="btn btn-primary" id="myModal_TJGG" onclick="saveUserInfo();">Save 保存</button> </div> </div> </div></div>
- 2 回答
- 0 关注
- 2532 浏览
添加回答
举报
0/150
提交
取消