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
| import store from "@/store";
| const USERINFO = store.state.rlc.USERINFO;
|
| /** 客户白名单管理FORM默认值 */
| export const CUSTOMERSWHITEDEFVALUES = {
| serialno: "",
| customername: "",
| certtypeCn: "",
| certid: "",
| productnameSel: "",
| phone: "",
| bankcardno: "",
| productcustomerbasenameSel: "",
| productpresetlimit: "",
| suggestBaseCreditlimit: "",
| executeProductCreditlimit: "",
| executeBaseCreditlimit: "",
| executeCreditlimitActdate: "",
| executeCreditlimitExpdate: "",
| productCustomerBase: "",
| productcustomerbasename: "",
| productname: "个人场景贷",
| productno: "YZD",
| datasource: "",
| datasourceCn: "",
| updateuser: "",
| updatedate: "",
| inputuser: "",
| inputdate: "",
| isDelete: "0",
| projectname: "",
| projectserialno: ""
| };
|
|