| | |
| | | <tr> |
| | | <td colspan="2" align="center"> |
| | | <input type="button" class="Btn AddForums" value="添加版面" /> |
| | | <input type="button" class="Btn CutForums" value="减少版面" /> |
| | | <input type="button" class="Btn CutForums" value="减少版面" /> |
| | | <input type="button" class="Btn" value="纸张采购" onclick="zhizhangcaigou();" /> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | //纸张采购 |
| | | function zhizhangcaigou() { |
| | | |
| | | top.Dialog.open({ URL: "/Pages/procurement/ProcurementADD.aspx", Title: "纸张采购", Width: 1100, Height: 700 }); |
| | | |
| | | } |
| | | </script> |
| | | </body> |
| | | </html> |