日期:2014-05-17 浏览次数:20758 次
@model Udp.Model.Car_Goods_Info
@{
ViewBag.Title = "评价";
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="@Url.Content("~/css/goods.css")" rel="stylesheet" type="text/css" />
<script src="@Url.Content("~/js/jquery-1.5.2.min.js")" type="text/javascript"></script>
</head>
<body scroll="no">
<div>
@using (Html.BeginForm("SaveCar_Goods_pj", "Goods", FormMethod.Post, new { id = "frmAdminSet" }))
{
@Html.ValidationSummary(true)
@Html.HiddenFor(m => m.ID)
<table cellpadding="0" cellspacing="0" class="CarTable" width="750px">
<tr>
<td class="tabletitle">
商品名:
</td>
<td style="width: 150px;">
@Model.GoodsName
@Html.HiddenFor(m => m.GoodsName)
</td>
<td class="tabletitle">
产地:
</td>