username@email.com
2024-12-18 21a248a0cf76b6f05fcaac6f90975ef15ab607a1
CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx
@@ -447,7 +447,8 @@
        <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="减少版面" />  &nbsp; &nbsp; &nbsp; &nbsp;
                 <input type="button" class="Btn" value="纸张采购"  onclick="zhizhangcaigou();" />
            </td>
        </tr>
        <tr>
@@ -1169,6 +1170,13 @@
            }
        }
        //纸张采购
        function zhizhangcaigou() {
            top.Dialog.open({ URL: "/Pages/procurement/ProcurementADD.aspx", Title: "纸张采购", Width: 1100, Height: 700 });
        }
    </script>
</body>
</html>