| | |
| | | * 微信支付配置 |
| | | */ |
| | | Wechat = 5, |
| | | /** |
| | | * 保险产品配置 |
| | | */ |
| | | InsureProduct = 6, |
| | | // /** |
| | | // * 保险产品配置 |
| | | // */ |
| | | // InsureProduct = 6, |
| | | } |
| | | |
| | | export const EnterpriseConfigureTypeTextSupplier = { |
| | |
| | | [EnterpriseConfigureType.Electronic]: '电子签配置', |
| | | [EnterpriseConfigureType.ShortMessage]: '短信通道配置', |
| | | [EnterpriseConfigureType.Wechat]: '微信支付配置', |
| | | [EnterpriseConfigureType.InsureProduct]: '保险产品配置', |
| | | // [EnterpriseConfigureType.InsureProduct]: '保险产品配置', |
| | | }; |
| | | |
| | | export const EnterpriseConfigureTypeTextPartA = { |
| | |
| | | [EnumEnterpriseWalletExpandindirectOrderStatus.DISUSE]: '已废弃', |
| | | [EnumEnterpriseWalletExpandindirectOrderStatus.REVOKED]: '已撤销', |
| | | }; |
| | | |
| | | export const EnumEnterpriseCooperationStatusText = { |
| | | [EnumEnterpriseCooperationStatus.None]: '未合作', |
| | | [EnumEnterpriseCooperationStatus.Completed]: '已合作', |
| | | }; |
| | | |
| | | export const EnumEnterpriseCooperationSignStatusText = { |
| | | [EnumEnterpriseCooperationSignStatus.None]: '未签约', |
| | | [EnumEnterpriseCooperationSignStatus.Completed]: '已签约', |
| | | }; |
| | | |
| | | export const EnumEnterpriseCooperationServiceFeeCollectTypeText = { |
| | | [EnumEnterpriseCooperationServiceFeeCollectType.Rate]: '按比例', |
| | | [EnumEnterpriseCooperationServiceFeeCollectType.SingleTime]: '单人单次', |
| | | }; |