From 733ade024ac9e9832ed0fd2c70771a5868526b5f Mon Sep 17 00:00:00 2001 From: hjhan Date: Sat, 22 Aug 2026 10:29:57 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E8=A1=A5=E5=9B=9Ed42742ab=E8=AF=AF?= =?UTF-8?q?=E9=9A=8F=E6=89=B9=E5=88=A0=E9=99=A4=E7=9A=84client=E4=B8=89?= =?UTF-8?q?=E4=B8=AA=E4=B8=8B=E5=88=92=E7=BA=BFpartial=E2=80=94=E2=80=94?= =?UTF-8?q?=5FClientDutyDirectorList/=5FClientFileList/=5FClientInvestorsL?= =?UTF-8?q?ist=E3=80=82d42742ab=E6=8F=90=E4=BA=A4=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A3=B0=E6=98=8E"=E5=BE=85=E6=9F=A5=E5=BA=93=E6=9C=AA?= =?UTF-8?q?=E5=88=A0"=E4=BD=86git=20rm=E6=B7=B7=E6=89=B9=E6=97=B6=E8=A2=AB?= =?UTF-8?q?=E4=B8=80=E5=B9=B6=E5=B8=A6=E8=B5=B0,=E4=B8=8E=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E4=B8=8D=E7=AC=A6=E3=80=82=E8=BF=993=E4=B8=AA?= =?UTF-8?q?=E8=B5=B0clientEditV2.cshtml:123/clientViewV2.cshtml:127?= =?UTF-8?q?=E7=9A=84PartialAsync(item.viewPath)=E9=80=9A=E9=81=93,viewPath?= =?UTF-8?q?=E6=BA=90=E8=87=AADB=20AppConfig(PGroup=3DSystem,PName=3DClient?= =?UTF-8?q?EditConfig),=E4=BB=A3=E7=A0=81grep=E6=97=A0=E6=B3=95=E7=A9=B7?= =?UTF-8?q?=E5=B0=BDDB=E8=A6=86=E7=9B=96;=E9=BB=98=E8=AE=A4=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E9=85=8D=E7=BD=AE(Resources.clientEditConfig)?= =?UTF-8?q?=E9=9B=B6=E5=BC=95=E7=94=A8=E5=B7=B2=E5=A4=8D=E6=A0=B8=E3=80=82?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E5=90=8E=E7=BB=B4=E6=8C=81"=E4=BB=85DB?= =?UTF-8?q?=E6=98=BE=E5=BC=8F=E8=A6=86=E7=9B=96=E5=8F=AF=E8=BE=BE"?= =?UTF-8?q?=E7=9A=84=E5=BE=85=E6=9F=A5=E7=8A=B6=E6=80=81,=E6=9F=A5?= =?UTF-8?q?=E5=BA=93=E7=A1=AE=E8=AE=A4=E5=90=8E=E5=86=8D=E5=A4=84=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/_ClientDutyDirectorList.cshtml | 55 ++++++++++ YLErpWeb/Views/client/_ClientFileList.cshtml | 100 ++++++++++++++++++ .../Views/client/_ClientInvestorsList.cshtml | 44 ++++++++ 3 files changed, 199 insertions(+) create mode 100644 YLErpWeb/Views/client/_ClientDutyDirectorList.cshtml create mode 100644 YLErpWeb/Views/client/_ClientFileList.cshtml create mode 100644 YLErpWeb/Views/client/_ClientInvestorsList.cshtml 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