username@email.com
2024-12-18 21a248a0cf76b6f05fcaac6f90975ef15ab607a1
CY_ECommercePlatform/CY.WebForm/Pages/business/AgMergerOrderEdit.aspx
@@ -532,6 +532,8 @@
            <tr>
                <td style="text-align: center;" colspan="10">
                    <asp:Button ID="btn_submit" runat="server" Text="提交" OnClick="btn_Submit_form" OnClientClick="CorrectText();" />
                    &nbsp; &nbsp; &nbsp; &nbsp; <input type="button" class="Btn" value="纸张采购"  onclick="zhizhangcaigou();" />
                </td>
            </tr>
        </tbody>
@@ -583,6 +585,14 @@
                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>