@using MySystem.Models; @{MerchantAddInfo editData = ViewBag.data as MerchantAddInfo;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; string Id = ViewBag.Id as string; } 商户进件资料(修改)
  • 超级管理员信息
  • 主体资料
  • 经营资料
  • 结算规则
  • 结算银行账户
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoLicenseCopy"))
@if (!string.IsNullOrEmpty(editData.LicenseCopy)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoCertCopy"))
@if (!string.IsNullOrEmpty(editData.CertCopy)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoOrganizationCopy"))
@if (!string.IsNullOrEmpty(editData.OrganizationCopy)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoCertificateLetterCopy"))
@if (!string.IsNullOrEmpty(editData.CertificateLetterCopy)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoIdCardCopy"))
@if (!string.IsNullOrEmpty(editData.IdCardCopy)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoIdCardNational"))
@if (!string.IsNullOrEmpty(editData.IdCardNational)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoUboInfoIdCardCopy"))
@if (!string.IsNullOrEmpty(editData.UboInfoIdCardCopy)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoUboInfoIdCardNational"))
@if (!string.IsNullOrEmpty(editData.UboInfoIdCardNational)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoUboInfoIdDocCopy"))
@if (!string.IsNullOrEmpty(editData.UboInfoIdDocCopy)) { }
@{ string SalesScenesTypeJson = "["; SalesScenesTypeJson += "{\"value\": \"SALES_SCENES_STORE\", \"title\": \"线下门店\"},"; SalesScenesTypeJson += "{\"value\": \"SALES_SCENES_MP\", \"title\": \"公众号\"},"; SalesScenesTypeJson += "{\"value\": \"SALES_SCENES_MINI_PROGRAM\", \"title\": \"小程序\"},"; SalesScenesTypeJson += "{\"value\": \"SALES_SCENES_WEB\", \"title\": \"PC网站\"},"; SalesScenesTypeJson += "{\"value\": \"SALES_SCENES_APP\", \"title\": \"APP\"},"; SalesScenesTypeJson += "{\"value\": \"SALES_SCENES_WEWORK\", \"title\": \"企业微信\"},"; SalesScenesTypeJson = SalesScenesTypeJson.TrimEnd(','); SalesScenesTypeJson += "]"; }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoStoreEntrancePic"))
@if (!string.IsNullOrEmpty(editData.StoreEntrancePic)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoIndoorPic"))
@if (!string.IsNullOrEmpty(editData.IndoorPic)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoMpPics"))
@if (!string.IsNullOrEmpty(editData.MpPics)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoMiniProgramPics"))
@if (!string.IsNullOrEmpty(editData.MiniProgramPics)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoAppPics"))
@if (!string.IsNullOrEmpty(editData.AppPics)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoWebAuthorisation"))
@if (!string.IsNullOrEmpty(editData.WebAuthorisation)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoWeworkPics"))
@if (!string.IsNullOrEmpty(editData.WeworkPics)) { }
@(new MySystem.PublicFunction().GetUploadHint("MerchantAddInfoQualifications"))
@if (!string.IsNullOrEmpty(editData.Qualifications)) { }