@using ZXDT.CallCenter.MVCWeb.Models; @using ZXDT.CallCenter.Model;
物品信息
  • @Model.F_GoodsName
    @Model.F_PropertyName
    @Model.F_KindsName
  • @Model.F_PlaceName
    @if (Model.F_GetDate != null) { @string.Format("{0:yyyy-MM-dd HH:mm:ss}", Model.F_GetDate) }
    @Model.F_GetPersonName
  • @if (!string.IsNullOrEmpty(Model.F_GoodsImg)) { 原图 }
失主信息
  • @Model.F_OwerName
    @Model.F_OwerPhoneNumber
  • @Model.F_OwerCardNumber
    @Model.F_EarNumber
@if (!string.IsNullOrEmpty(Model.F_OwerCardPath)) { 原图 }
@if (Model.TransInfoModelList != null && Model.TransInfoModelList.Count > 0) {
流转信息
    @foreach (T_Good_TransInfo TransInfoModel in Model.TransInfoModelList) {
  • @TransInfoModel.F_RecivedDepName
    @TransInfoModel.F_TStatusName
    @if (TransInfoModel.F_RecivedDate != null) { @string.Format("{0:yyyy-MM-dd HH:mm:ss}", TransInfoModel.F_RecivedDate) }
  • }
}