@model DTO.CooperOrderDTO @using DTO; @using zhengcaioa.Models; @{ List customer = ViewData["customer"] as List; //客户 List OrderType = ViewData["OrderType"] as List; //订单类型 //List project = ViewData["project"] as List; //项目 string ShouliStatus = ViewData["ShouliStatus"] as string; //受理后不允许编辑 //List YouHuiList = ViewData["YouHuiList"] as List; //优惠列表 } @{ Layout = null; } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
 基本信息
@*
*@
系统自动根据8天内申请的优惠项目计算优惠金额