/** * 表单默认value配置 */ /** 产品基本信息默认值 */ export const PROBASEINFODEFVALUE = { typeno: '', typename: '', attribute2: '', attribute3: 'M', attribute22: '', attribute23: '', attribute17: '', attribute18: '', elementname: '', attribute16: '', suitableflow: '', suitableflowname: '', attribute5: '', attribute6: '', attribute19: '1', inputuser: '', inputtime: '', updateuser: '', updatetime: '' } /** 产品额度信息默认值 */ export const PROAMOUNTINFOFODEFVALUE = { attribute7: '', attribute11: '', attribute8: '', attribute10: '', attribute12: '', attribute15: '', attribute13: '', minsingleloansum: '', maxsingleloansum: '', mincreditsum: '', maxcreditsum: '' } /** 产品业务信息默认值 */ export const PROBUSINESSINFODEFVALUE = { customerBaseConfirmWay: '', attribute21: '', attribute14: '', attribute4: '', attribute24: '', mergeCreditLoan: '', thereviewsum: '', thefinalsum: '', preapproved: '' } /** 产品维度信息 */ // 基本信息 export const DIMENSIONBASEINFODEF = { dimensionCode: '', dimensionsName: '', dimensioneffectdate: '', dimensionfailuredate: '', dimensionStatus: '1', } // 匹配元素 export const MATCHEDELEMENTDEFVALUE = { orgId: '', cityCode: '', areaCode: '', projectNo: '', customersNo: '', minBusinessSum: '', maxBusinessSum: '', riskLevel: '', tradeType: '', } // 额度配置 export const AMOUNTSETTINGDEFVALUE = { mincreditsum: '', maxcreditsum: '', isallowedamount: '', } // 维度贷后基础配置 export const DIMENSIONPOSTLOANDEFVALUE = { isprepayment: '0', isrollover: '0', isbillvisible: '1', graceday: '3', penaltyinterest: '1', feerate: '', isreporting: '', } // 合作商信息配置默认值 export const PARTNERSINFOSETTINGDEFVALUE = { havecooperation: '2', enterprisename: '', socialcreditcode: '', isissuepartners: '0', partnersaccountname: '', partnersaccount: '', partnersprovince: '', partnerscity: '', partnersbank: '', partnersbranch: '', partnersbranchName: '', cooperationagreement: '', discounttype: '', contractno: '', discountagreement: '', discountway: '', discountpayment: '', paymentaccount: '', paymentprovince: '', paymentcity: '', paymentbank: '', paymentbranch: '', paymentbranchName: '', settlementaccount: '', settlementbankname: '', clearingvirtual: '', discountsum: '999999999', effectdate: '', expirtdate: '', vatinvoicetype: '', taxpayerno: '', contacttaxpayer: '', taxpayerphone: '', taxpayerbankno: '', taxpayerbankname: '', taxpayeraccountno: '', contactpersonname: '', contactpersonphone: '', contactpersonprovince: '', contactpersoncity: '', contactpersonaddr: '', } /** 维度运营配置 */ // 基础配置默认值 export const OPERATINGSETTINGDEFVALUE = { iswereborrowed: '', isguaranter: '', } // 流程控制配置默认值 export const PROCESSCONTROLSETTINGDEFVALUE = { minmcreditterm: '', maxmcreditterm: '', mindcreditterm: '0', maxdcreditterm: '999', mincreditsum: '0', maxcreditsum: '999999999', paymenttype: '', isdefault: '0', manualReviewType: '', visaInterviewType: '', autoPassVoucherAudit: '', needuserreview: '', needareafinaudit: '', needvouncheraddition: '', isdelete: '0', } // 维度定价配置新增 export const DIMENSIONPRICINGSETTINGDEFVALUE = { minmcreditterm: '', maxmcreditterm: '', mindcreditterm: '0', maxdcreditterm: '999', paymenttype: 'RPT-13', isdelete: '0', rateinteresttype: '1', interestperiod: '2', interesttype: '2', rateunit: '2', rate: '', eachratefixed: '', poundagetype: '1', poundagerate: '', minpoundage: '0', maxpoundage: '999999999', poundagefixed: '', poundagecharge: '1', poundagemonth: '', platformtype: '0', platformrate: '', minplatform: '0', maxplatform: '999999999', platformfixed: '', platformcharge: '', platformmonth: '', guarantycalculation: '0', guarantyrate: '', minguaranty: '0', maxguaranty: '999999999', guarantyfixed: '', guarantycharge: '', guarantymonth: '', } // 提前还款配置表单默认值配置 export const PREPAYMENTSETTINGDEFVALUE = { minmcreditterm: '', maxmcreditterm: '', mindcreditterm: '0', maxdcreditterm: '999', paymenttype: 'RPT-13', isdelete: '0', prepaymenttype: '', prepaymentmonth: '', prepaymentrate: '', } // 展期方案配置默认值配置 export const ROLLPLANSETTINGDEFVALUE = { minmcreditterm: '', maxmcreditterm: '', mindcreditterm: '0', maxdcreditterm: '999', paymenttype: 'RPT-13', isdelete: '0', rolloverlimitsum: '', rolloverlimit: '', rollovertype: '', rollovermonth: '', rollinteresttype: '', rolloverrate: '', rolloversum: '', } // 贴息方案配置表单默认值 export const DISCOUNTPLANSETTINGDEFVALUE = { minmcreditterm: '', maxmcreditterm: '', mindcreditterm: '0', maxdcreditterm: '999', minbusinesssum: '0', maxbusinesssum: '999999999', paymenttype: 'RPT-13', isdelete: '0', isallpostedinterest: '', isallpostedpoundage: '', isallpostedservice: '', isallpostedguaranty: '', discountterm: '', discountrate: '', discountsum: '', poundagerate: '', poundagesum: '', servicerate: '', servicesum: '', guarantyrate: '', guarantysum: '', } // 维度激励配置表单默认值 export const DIMENSIONINCENTIVESETTINGDEFVALUE = { minmcreditterm: '', maxmcreditterm: '', mindcreditterm: '0', maxdcreditterm: '999', minbusinesssum: '0', maxbusinesssum: '999999999', incentiveobject: '', isdelete: '0', incentiveway: '', incentiveratio: '', incentivesum: '', } // 征信查询配置表单默认值 export const CREDITQUERYSETTINGDEFVALUE = { minmcreditterm: '', maxmcreditterm: '', mindcreditterm: '0', maxdcreditterm: '999', minApplyQuota: '0', maxApplyQuota: '999999999', paymenttype: '', isdefault: '0', type: '', queryMainBorrowerCredit: '', queryCoborrowerCredit: '', queryGuaranteeCredit: '', isdelete: '0', } // 影像资料配置表单校验默认值 export const SCREENAGEDOCSETTINGDEFVALUE = { phaseNo: '', docNo: '', docName: '', isMandatory: '', mobilityShowFlag: '', marketingShowFlag: '', sortNo: '', isDelete: '0', theTemple: '', } // 审批意见 export const APPROVALDEFVALUE = { phasechoice: '', phaseopinion: '', } // 复制产品默认 export const COPYPRODEFVALUE = { newtypeno: '', typename: '', } // 维度复制默认 export const COPYDIMENSIONDEFVALUE = { olddimensionno: '', dimensionsName: '', newdimensionsname: '', } // 影像资料配置批量复制默认 export const COPYIMGLISTDEFVALUE = { flowno: '' } // 产品任务调整-任务指派 export const PROTASKADJUTDEFVALUE = { serialNo: '', productType: '', productCode: '', productName: '', currentPhaseNo: '', currentUser: '', taskUserName: '', } // 产品自定义还款方式表单默认值 export const PROFREEREPAYMENTDEFVALUE = { paymentno: '', paymentname: '', componenremark: '', effectDate: '', failureDate: '', status: '1', inputdate: '', inputuser: '', inputorg: '', updatedate: '', updateuser: '', updateorg: '', } // 产品自定义还款方式-期数配置信息默认值 export const PRONPERINFODEFVALUE = { allterm: '', remark: '' }