zhaoxiaoqiang1
2026-01-04 f1d30d03186c79ca2cbcfe60d6d2ce7d73fba97b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
/**
 * 表单默认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: ''
}