shiyj1101
2021-06-28 c95f03bd1441b96c971777ae72765ef54299ba60
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
{
  "templateName":"保证金对象",
  "templateCode":"accountBondObj",
  "templateKey":"bobjId",
  "templateKeyName":"保证金对象ID",
  "searchCode": "bobjId",
  "searchName": "保证金对象ID",
  "directories": "acct",
  "conditions": [
  ],
  "columns":[
    {
      "code":"bondId",
      "cnCode":"保证金",
      "desc":"必填,请填写保证金",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"maxin",
      "limitParam":"1,20",
      "limitErrInfo":"保证金名称超长了",
      "show": true
    },
    {
      "code": "objId",
      "cnCode":"保证金对象ID",
      "desc":"必填,请填写保证金对象ID",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"保证金金额格式有误",
      "show": true
    },
    {
      "code": "receivableAmount",
      "cnCode":"应收金额",
      "desc":"必填,请填写应收金额",
      "required":false,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"不是有效数字格式",
      "show": true
    },
    {
      "code": "receivedAmount",
      "cnCode":"实收金额",
      "desc":"必填,请填写实收金额",
      "required":false,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"不是有效数字格式",
      "show": true
    }
  ]
}