客户 适当性管理

This commit is contained in:
吴方海
2025-04-11 09:36:49 +08:00
parent 3b0ecae72d
commit 19b18b781a
13 changed files with 707 additions and 41 deletions
@@ -745,25 +745,10 @@ namespace YLErp.Modules.SystemModule
public static List<SelectItem> GetAllDerivativesInvestmentVarieties()
{
return new List<SelectItem> {
new SelectItem
{
Text = DerivativesInvestmentVarietiesEnum..ToString(),
Value = ((int)DerivativesInvestmentVarietiesEnum.).ToString()
},
new SelectItem
{
Text = DerivativesInvestmentVarietiesEnum..ToString(),
Value = ((int)DerivativesInvestmentVarietiesEnum.).ToString()
},
new SelectItem
{
Text = DerivativesInvestmentVarietiesEnum..ToString(),
Value = ((int)DerivativesInvestmentVarietiesEnum.).ToString()
},
new SelectItem
{
Text = DerivativesInvestmentVarietiesEnum..ToString(),
Value = ((int)DerivativesInvestmentVarietiesEnum.).ToString()
}
};
}
@@ -1532,11 +1517,6 @@ namespace YLErp.Modules.SystemModule
public static List<SelectItem> GetAllDerivativesInvestmentVarietiesForCredit()
{
return new List<SelectItem> {
new SelectItem
{
Text = DerivativesInvestmentVarietiesEnum..ToString(),
Value = ((int)DerivativesInvestmentVarietiesEnum.).ToString()
},
new SelectItem
{
Text = DerivativesInvestmentVarietiesEnum..ToString(),