@{ ViewBag.Title = "Aduit"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@if (ViewBag.model.PROTOCOLTYPE == 4 || ViewBag.model.PROTOCOLTYPE == 5) {
if (ViewBag.model.PRODUCTTYPE == 1) {
@ViewBag.GiftStatusName
} else {
}
} @if (@ViewBag.status != 0) {
}
@if (@ViewBag.status == 0) {
}