|
@@ -12,45 +12,54 @@
|
|
|
width:100%;
|
|
|
}
|
|
|
</style>
|
|
|
- <div class="p_block" style = "min-width:100%;width:100%;margin-left: 0px;">
|
|
|
- <div class="p_buttondiv" style = "min-width:100%;width:100%;">
|
|
|
-
|
|
|
- <button id="btnSave" class="btn btn-success btn-round btn-sm"
|
|
|
- onclick="checkWxhw()">
|
|
|
- <i class="glyphicon glyphicon-ok"></i> 确定
|
|
|
- </button>
|
|
|
- <button type="button" class="btn btn-grey btn-round btn-sm"
|
|
|
- onclick="closeWxhw()">
|
|
|
- <i class="glyphicon glyphicon-remove"></i> 取消
|
|
|
- </button>
|
|
|
+ <div class="modal fade" id="pop-wxhwpmb" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
|
+ <div class="modal-dialog" style="width:80%;height:100%;">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h6 class="modal-title" id="myModalLabel"></h6>
|
|
|
+ </div>
|
|
|
+ <div class="p_block" style = "min-width:100%;width:100%;margin-left: 0px;">
|
|
|
+ <div class="p_buttondiv" style = "min-width:100%;width:100%;">
|
|
|
+
|
|
|
+ <button id="btnSave" class="btn btn-success btn-round btn-sm"
|
|
|
+ onclick="checkWxhw()">
|
|
|
+ <i class="glyphicon glyphicon-ok"></i> 确定
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-grey btn-round btn-sm"
|
|
|
+ onclick="closeWxhw()">
|
|
|
+ <i class="glyphicon glyphicon-remove"></i> 取消
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <div style = "min-width:100%;width:100%;">
|
|
|
+ <table class="tabsearch" style = "min-width:100%;width:100%;">
|
|
|
+ <tr class="trsearch">
|
|
|
+ <td class="tdname">编号</td>
|
|
|
+ <td class="tdcontent">
|
|
|
+ <input type="text" id="bh" name="bh" class="p_txt"/>
|
|
|
+ </td>
|
|
|
+ <td class="tdname">名称和说明</td>
|
|
|
+ <td class="tdcontent">
|
|
|
+ <input type="text" id="mchsm" name="mchsm" class="p_txt"/>
|
|
|
+ </td>
|
|
|
+ <td class="tdname">类别和项别 </td>
|
|
|
+ <td class="tdcontent">
|
|
|
+ <input type="text" id="lbhxb" name="lbhxb" class="p_txt"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tdname"></td>
|
|
|
+ <td class="tdcontent" colspan="5">
|
|
|
+ <img class="p_searchbtn" src="<%=base%>/static/images/list/btn_query.png" title="查询"
|
|
|
+ onclick="wxhwSearch()"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="gridmanager">
|
|
|
+ <table grid-manager="wxhw-grid-table" id="wxhw-grid-table"></table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div style = "min-width:100%;width:100%;">
|
|
|
- <table class="tabsearch" style = "min-width:100%;width:100%;">
|
|
|
- <tr class="trsearch">
|
|
|
- <td class="tdname">编号</td>
|
|
|
- <td class="tdcontent">
|
|
|
- <input type="text" id="bh" name="bh" class="p_txt"/>
|
|
|
- </td>
|
|
|
- <td class="tdname">名称和说明</td>
|
|
|
- <td class="tdcontent">
|
|
|
- <input type="text" id="mchsm" name="mchsm" class="p_txt"/>
|
|
|
- </td>
|
|
|
- <td class="tdname">类别和项别 </td>
|
|
|
- <td class="tdcontent">
|
|
|
- <input type="text" id="lbhxb" name="lbhxb" class="p_txt"/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td class="tdname"></td>
|
|
|
- <td class="tdcontent" colspan="5">
|
|
|
- <img class="p_searchbtn" src="<%=base%>/static/images/list/btn_query.png" title="查询"
|
|
|
- onclick="wxhwSearch()"/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="gridmanager">
|
|
|
- <table grid-manager="wxhw-grid-table" id="wxhw-grid-table"></table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<script src="<%=base%>/static/js/pop/pop_WxhwName.js"></script>
|