public ActionResult MPurSupAckDate() { WinModule window = new WinModule { Title = "供应商回复时间", Width = 400, Height = 250, Loader = { Url = Url.Action("AckDate") } }; window.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult ClickSee(string id) { WinModule win = new WinModule(); win.Title = "报价详细信息"; win.Loader.Url = Url.Action("BudgetSeeView", "ProjectBudget", new { ID = id }); win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult SeeBack(string id) { WinModule win = new WinModule(); win.ID = "window2"; win.Loader.Url = Url.Action("BackSeeView", new { id = id }); win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult BudgetAddButton() { WinModule win = new WinModule(); win.Title = "新增报价单"; win.Loader.Url = Url.Action("BudgetAddView", "ProjectBudget"); win.Listeners.Close.Handler = "App.direct.gyproject.BudgetReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult MReceiptAddbtn() { WinModule win = new WinModule(); win.Title = "新增收货单"; win.Loader.Url = Url.Action("MReceiptAddView", "MReceipt"); win.Listeners.Close.Handler = "App.direct.gyproject.MReceiptReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult MApplyAddButton() { WinModule win = new WinModule(); win.Title = "添加申请单"; win.Loader.Url = Url.Action("MApplyAddView", "MApply"); win.Listeners.Close.Handler = "App.direct.gyproject.MApplyReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult MEXWarehouse() { WinModule win = new WinModule(); win.Title = "仓库调拨"; win.Loader.Url = Url.Action("MEXWarehouseView", "MPurchase"); //win.Listeners.Close.Handler = "App.direct.gyproject.MPurchaseReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult BudgetSeeReload(string version) { WinModule win = new WinModule(); win.ID = "win_his"; win.Title = "历史报价单详细信息"; win.Loader.Url = Url.Action("History", "ProjectBudget", new { id = version }); win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult FADeploy() { WinModule win = new WinModule(); win.ID = "window3"; win.Loader.Url = Url.Action("FADeployView"); win.Listeners.Close.Handler = "App.direct.gyproject.FAPurchaseReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult MResidualAddbtn() { WinModule win = new WinModule(); win.ID = "window2"; win.Title = "余料退回单"; win.Loader.Url = Url.Action("MResidualAddView", "MResidual"); win.Listeners.Close.Handler = "App.direct.gyproject.MResidualReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult ClickEdit(string id) { WinModule win = new WinModule(); win.ID = "window1"; win.Title = "物资信息修改"; win.Height = 450; win.Loader.Url = Url.Action("MaterialEditView", "Material", new { ID = id }); win.Listeners.Close.Handler = "App.direct.gyproject.MaterialInfoReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult MaterialAddButton() { WinModule win = new WinModule(); win.ID = "window2"; win.Title = "物资信息添加"; win.Height = 450; win.Loader.Url = Url.Action("MaterialAddView", "Material"); win.Listeners.Close.Handler = "App.direct.gyproject.MaterialInfoReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult PONoAddButton() { WinModule win = new WinModule(); win.ID = "window1"; win.Height = 715; win.Title = "新增客户订单"; win.Loader.Url = Url.Action("POAddView"); win.Listeners.Close.Handler = "App.direct.gyproject.PONoReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult ClickEdit(string id) { WinModule win = new WinModule(); win.ID = "window2"; win.Title = "供应商信息修改"; win.Height = 400; win.Loader.Url = Url.Action("SupplierEditView", "Supplier", new { ID = id }); win.Listeners.Close.Handler = "App.direct.gyproject.SupplierInfoReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult SupplierAddButton() { WinModule win = new WinModule(); win.ID = "window1"; win.Title = "供应商信息添加"; win.Height = 400; win.Loader.Url = Url.Action("SupplierAddView", "Supplier"); win.Listeners.Close.Handler = "App.direct.gyproject.SupplierInfoReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult FieldDataAddButton() { WinModule win = new WinModule(); win.ID = "window2"; win.Title = "现场资料添加"; win.Height = 500; win.Width = 400; win.Loader.Url = Url.Action("FieldAttachAddView", "FieldAttach"); win.Listeners.Close.Handler = "App.direct.workyard.FieldAttachReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult AddButton() { WinModule win = new WinModule(); win.ID = "window2"; win.Title = "客户评价添加"; win.Height = 320; win.Width = 400; win.Loader.Url = Url.Action("CustomRatingAddView", "CustomRating"); win.Listeners.Close.Handler = "App.direct.workyard.CustomRatingReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult FieldInfoAddButton() { WinModule win = new WinModule(); win.ID = "window1"; win.Title = "现场信息添加"; win.Height = 280; win.Width = 380; win.Loader.Url = Url.Action("FieldInfoAddView", "FieldInfoManagement"); win.Listeners.Close.Handler = "App.direct.workyard.FieldInfoReload()"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult SM(string type = "M") { WinModule win = new WinModule(); win.Constrain = false; win.ID = "window12"; win.Title = "选择材料"; win.Height = 550; win.Width = 550; win.Loader.Url = Url.Action("SelMInfo", "Share", new { type = type }); win.Listeners.Close.Handler = "App.direct.gyproject.GetM('MaterialSelected')"; win.Render(RenderMode.Auto); return(this.Direct()); }
public ActionResult PONoUpdate(string id) { string statu = DB.T_GM_Project.Find(id).OfferStatus; if (statu == "异常订单") { WinModule win = new WinModule(); win.Title = "修改客户订单"; win.Height = 400; win.Loader.Url = Url.Action("PONoUpdateView", new { ID = id }); win.Listeners.Close.Handler = "App.direct.gyproject.PONoReload()"; win.Render(RenderMode.Auto); } else { X.Msg.Alert("提示", "只有没有填写客户订单号的异常订单才能修改!!!").Show(); } return(this.Direct()); }
public ActionResult ClickEdit(string id) { var pass_condition = DB.V_GM_DetailBudget.Where(w => w.GID == id).ToList().FirstOrDefault(); if (pass_condition.Description == "审核驳回") //禁止修改审核通过的报价单 //if (pass_condition.Description=="审核驳回" || pass_condition.Description=="审核通过") { WinModule win = new WinModule(); win.Title = "修改报价单"; win.Loader.Url = Url.Action("BudgetEditView", "ProjectBudget", new { ID = id }); win.Listeners.Close.Handler = "App.direct.gyproject.BudgetReload()"; win.Render(RenderMode.Auto); } else { X.Msg.Alert("提示", "您没有权限执行该操作!!!").Show(); } return(this.Direct()); }