|
@{
|
Layout = null;
|
}
|
|
<!DOCTYPE html>
|
|
<html>
|
<head>
|
<meta name="viewport" content="width=device-width" />
|
<title>SetProperty</title>
|
</head>
|
<body>
|
<div class="form-horizontal">
|
<br />
|
<div class="row-fluid">
|
<div class="span6">
|
<div class="control-group">
|
<label class="control-label dialogtitle">库位属性:</label>
|
<div class="controls dialogcontent">
|
<select class="input-medium" name="Property" type="text">@Html.Raw( ViewBag.PropertyList)</select>
|
</div>
|
</div>
|
|
</div>
|
</div>
|
|
|
|
|
|
</div>
|
</body>
|
</html>
|