wuxw
2021-04-23 e9be8d15ab3ee20685793e16071c56485b32e33a
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
{
  "templateName":"租聘设置",
  "directories": "admin",
  "templateCode":"rentingConfig",
  "templateKey":"rentingConfigId",
  "templateKeyName":"配置ID",
  "searchCode": "rentingConfigId",
  "searchName": "配置ID",
  "conditions": [
    {
      "name": "配置ID",
      "inputType": "input",
      "code": "rentingConfigId",
      "whereCondition": "equal"
    },
    {
      "name": "租聘类型",
      "inputType": "select",
      "selectValue":"3344,4455",
      "selectValueName":"整租,合租",
      "code": "rentingType",
      "whereCondition": "equal"
    },
    {
      "name": "收费公式",
      "inputType": "select",
      "selectValue":"1001,2002",
      "selectValueName":"固定值,每月租金比例",
      "code": "rentingFormula",
      "whereCondition": "equal"
    }
  ],
  "columns":[
    {
      "code":"rentingType",
      "cnCode":"租聘类型",
      "desc":"必填,请填写值",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"3344,4455",
      "selectValueName":"整租,合租",
      "limit":"maxLength",
      "limitParam":"200",
      "limitErrInfo":"值超过200位",
      "show": true
    },
    {
      "code":"rentingFormula",
      "cnCode":"收费公式",
      "desc":"必填,请选择算费公式",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"1001,2002",
      "selectValueName":"固定值,每月租金比例",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"显示格式错误",
      "show": true
    },
    {
      "code": "servicePrice",
      "cnCode":"服务费",
      "desc":"必填,请填写服务费",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"money",
      "limitParam":"",
      "limitErrInfo":"格式错误",
      "show": true
    },
    {
      "code": "serviceOwnerRate",
      "cnCode":"业主收费比率",
      "desc":"必填,请填写业主收费比率",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"money",
      "limitParam":"",
      "limitErrInfo":"格式错误",
      "show": true
    },
    {
      "code": "serviceTenantRate",
      "cnCode":"租客收费比率",
      "desc":"必填,请填写租客收费比率",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"money",
      "limitParam":"",
      "limitErrInfo":"格式错误",
      "show": true
    },
    {
      "code": "adminSeparateRate",
      "cnCode":"运营分账比率",
      "desc":"必填,请填写运营分账比率",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"money",
      "limitParam":"",
      "limitErrInfo":"格式错误",
      "show": true
    },
    {
      "code": "proxySeparateRate",
      "cnCode":"代理商分账比率",
      "desc":"必填,请填写代理商分账比率",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"money",
      "limitParam":"",
      "limitErrInfo":"格式错误",
      "show": true
    },
    {
      "code": "propertySeparateRate",
      "cnCode":"物业分账比率",
      "desc":"必填,请填写物业分账比率",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"money",
      "limitParam":"",
      "limitErrInfo":"格式错误",
      "show": true
    }
  ]
}