username@email.com
3 天以前 e4ee60ed94d24e394a7895daa9fb98df813e5953
CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyList.aspx
@@ -9,15 +9,15 @@
        //请示明细
        function onView(keyid, value_PlanTyle) {
            if (value_PlanTyle == "3") {
                top.Dialog.open({ URL: "/Pages/work/MyRequestDetail.aspx?keyid=" + keyid, Title: "请示明细", Width: 620, Height: 360 });
                top.Dialog.open({ URL: "/Pages/work/MyRequestDetail.aspx?keyid=" + keyid, Title: "请示明细", Width: 620, Height: 560 });
            } else {
                top.Dialog.open({ URL: "/Pages/work/WorkPlanDetail.aspx?keyid=" + keyid, Title: "工作明细", Width: 620, Height: 460 });
                top.Dialog.open({ URL: "/Pages/work/WorkPlanDetail.aspx?keyid=" + keyid, Title: "工作明细", Width: 620, Height: 560 });
             }
        }
        //批复请示
        function onEdit(keyid) {
            top.Dialog.open({ URL: "/Pages/work/RequestReplyAdd.aspx?keyid=" + keyid, Title: "批复请示", Width: 620, Height: 360 });
            top.Dialog.open({ URL: "/Pages/work/RequestReplyAdd.aspx?keyid=" + keyid, Title: "批复请示", Width: 620, Height: 560 });
        }
        $(function () {