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
| {
| "templateName":"旧货",
| "templateCode":"junkRequirement",
| "templateKey":"junkRequirementId",
| "templateKeyName":"旧货编码",
| "searchCode": "junkRequirementId",
| "searchName": "旧货编码",
| "conditions": [
| {
| "name": "类别",
| "inputType": "select",
| "selectValue":"10001,10002",
| "selectValueName":"家具,电器",
| "code": "classification",
| "whereCondition": "equal"
| },
| {
| "name": "发布人",
| "inputType": "input",
| "code": "publishUserName",
| "whereCondition": "equal"
| },
| {
| "name": "状态",
| "inputType": "select",
| "selectValue":"12001,13001,14001,15001",
| "selectValueName":"未审核,审核通过,审核失败,处理完成",
| "code": "publishUserLink",
| "whereCondition": "equal"
| },
| {
| "name": "发布电话",
| "inputType": "input",
| "code": "publishUserLink",
| "whereCondition": "equal"
| }
| ],
| "columns":[
| {
| "code":"classification",
| "cnCode":"类别",
| "desc":"必填,请选择类别",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "select",
| "selectValue":"10001,10002",
| "selectValueName":"家具,电器",
| "limit":"num",
| "limitParam":"",
| "limitErrInfo":"任务编码格式错误",
| "show": true
| },
| {
| "code": "inspectionPlanId",
| "cnCode":"巡检计划",
| "desc":"必填,请填写收费项目",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"maxin",
| "limitParam":"1,100",
| "limitErrInfo":"收费项目不能超过100位",
| "show": true
| },
| {
| "code":"context",
| "cnCode":"内容",
| "desc":"必填,请选择内容",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"maxLength",
| "limitParam":"200",
| "limitErrInfo":"内容不能超过200个字符",
| "show": false
| },
| {
| "code": "referencePrice",
| "cnCode":"参考价格",
| "desc":"必填,请填写参考价格",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"money",
| "limitParam":"",
| "limitErrInfo":"参考价格格式错误",
| "show": true
| },
| {
| "code": "publishUserName",
| "cnCode":"发布人",
| "desc":"必填,发布人不能为空",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"maxLength",
| "limitParam":"50",
| "limitErrInfo":"发布人不能超过50",
| "show": true
| },
| {
| "code":"publishUserLink",
| "cnCode":"联系方式",
| "desc":"必填,请填写联系方式",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"phone",
| "limitParam":"",
| "limitErrInfo":"联系方式不是有效的电话格式",
| "show": true
| },
| {
| "code":"state",
| "cnCode":"状态",
| "desc":"必填,请填写状态",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "select",
| "selectValue":"12001,13001,14001,15001",
| "selectValueName":"未审核,审核通过,审核失败,处理完成",
| "limit":"num",
| "limitParam":"",
| "limitErrInfo":"状态格式错误",
| "show": true
| }
| ]
| }
|
|