| | |
| | | <tr> |
| | | <td style="text-align: center;" colspan="10"> |
| | | <asp:Button ID="btn_submit" runat="server" Text="提交" OnClick="btn_Submit_form" OnClientClick="CorrectText();" /> |
| | | |
| | | <input type="button" class="Btn" value="纸张采购" onclick="zhizhangcaigou();" /> |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | |
| | | top.Dialog.open({ URL: "/Pages/business/AgConWarehouse.aspx?CommidityType=版材&&value_pparid=" + value_pparid, Width: 1000, Height: 650, Title: "选择货品参数" }); |
| | | }); |
| | | }); |
| | | |
| | | |
| | | //纸张采购 |
| | | function zhizhangcaigou() { |
| | | |
| | | top.Dialog.open({ URL: "/Pages/procurement/ProcurementADD.aspx", Title: "纸张采购", Width: 1100, Height: 700 }); |
| | | |
| | | } |
| | | </script> |
| | | </body> |
| | | </html> |