diff --git a/YLErpWeb/Views/client/_ClientDutyDirectorList.cshtml b/YLErpWeb/Views/client/_ClientDutyDirectorList.cshtml new file mode 100644 index 00000000..7682a838 --- /dev/null +++ b/YLErpWeb/Views/client/_ClientDutyDirectorList.cshtml @@ -0,0 +1,55 @@ +@{ + Layout = null; +} + +
+
+
股东董事会成员信息
+
+ @**@ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
姓名证件类型证件号码董事会身份管理层身份是否股东股东持股类型股东持股比例(%)操作
{{item.ContactName}}{{item.IdCardType}}{{item.IdCardNo}}{{item.IdentityOfTheBoardOfDirectors}}{{item.ManagementIdentity}}{{item.IsShareholder}}{{item.ShareholdingByShareholdersType}}{{item.ShareholdingByShareholdersRatio}} + +
+
+
+
请先保存用户基本信息
+
\ No newline at end of file diff --git a/YLErpWeb/Views/client/_ClientFileList.cshtml b/YLErpWeb/Views/client/_ClientFileList.cshtml new file mode 100644 index 00000000..74741147 --- /dev/null +++ b/YLErpWeb/Views/client/_ClientFileList.cshtml @@ -0,0 +1,100 @@ +@{ + Layout = null; +} + +
+
+
+ 文件类型: + +
+
+ 文件名: + +
+
+ 日期: + +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ 文件类型 + + + + + 文件名 + + + + + 签署时间 + + + + + 协议编号 + + + + + + 文件说明 + + + + + 日期 + + + + 操作
{{item.FileTypeName.length>5?item.FileTypeName.substring(0,5)+'...':item.FileTypeName}} + {{item.FileName}} + + {{item.SignDate}}{{item.ProtocolNumber}}{{item.FileDesc}}{{item.BookTime}} + + + +
+
+
+
请先保存用户基本信息
+
\ No newline at end of file diff --git a/YLErpWeb/Views/client/_ClientInvestorsList.cshtml b/YLErpWeb/Views/client/_ClientInvestorsList.cshtml new file mode 100644 index 00000000..6cce46d0 --- /dev/null +++ b/YLErpWeb/Views/client/_ClientInvestorsList.cshtml @@ -0,0 +1,44 @@ +@{ + Layout = null; +} + +
+
+
产品投资人列表
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
产品投资人适当性类型产品权益比例操作者备注操作
{{item.Investor}}{{item.EligibilityType}}{{item.ShareRate * 100}}%{{item.OptName}}{{item.Comments}} + +
+
+
+
请先保存用户基本信息
+
\ No newline at end of file