java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
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
{
  "templateName":"账户提现",
  "templateCode":"accountWithdrawalApply",
  "templateKey":"applyId",
  "templateKeyName":"提现ID",
  "searchCode": "applyId",
  "searchName": "提现ID",
  "directories": "acct",
  "conditions": [
    {
      "name": "申请人名称",
      "inputType": "input",
      "code": "applyUserName",
      "whereCondition": "equal"
    },
    {
      "name": "申请人电话",
      "inputType": "input",
      "code": "applyUserTel",
      "whereCondition": "equal"
    }
  ],
  "columns":[
    {
      "code":"amount",
      "cnCode":"提现金额",
      "desc":"必填,请填写提现金额",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"money",
      "limitParam":"",
      "limitErrInfo":"提现金额格式错误",
      "show": true
    },
    {
      "code": "applyUserId",
      "cnCode":"申请人ID",
      "desc":"必填,请选择类型",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"类型格式错误",
      "show": true
    },
    {
      "code": "applyUserName",
      "cnCode":"申请人名称",
      "desc":"必填,请填写申请人名称",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxin",
      "limitParam":"1,20",
      "limitErrInfo":"申请人名称不能超过20位",
      "show": true
    },
    {
      "code": "applyUserTel",
      "cnCode":"申请人电话",
      "desc":"必填,请填写申请人电话",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"phone",
      "limitParam":"",
      "limitErrInfo":"申请人电话格式错误",
      "show": true
    },
    {
      "code": "context",
      "cnCode":"申请说明",
      "desc":"请填写申请说明",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"500",
      "limitErrInfo":"申请说明不能超过500",
      "show": true
    }
  ]
}