wuxw
2020-10-04 bdced1d6c6798882e540023dfa80b00db12a0a20
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
136
137
138
139
140
{
  "templateName":"巡检计划",
  "templateCode":"inspectionPlan",
  "templateKey":"inspectionPlanId",
  "templateKeyName":"巡检计划名称",
  "searchCode": "inspectionPlanName",
  "searchName": "巡检计划名称",
  "conditions": [
    {
      "name": "计划,路线名称,执行人员姓名",
      "inputType": "input",
      "code": "keyWord",
      "whereCondition": "like"
    },
    {
      "name": "当前状态",
      "inputType": "select",
      "selectValue":"888800010001,888800010002",
      "selectValueName":"处理中,已完成",
      "code": "state",
      "whereCondition": "equal"
    }
  ],
  "columns":[
    {
      "code": "inspectionPlanName",
      "cnCode":"计划名称",
      "desc":"必填,请填写巡检计划名称",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxin",
      "limitParam":"1,100",
      "limitErrInfo":"巡检计划名称不能超过100位",
      "show": true
    },
    {
      "code": "inspectionRouteId",
      "cnCode":"巡检路线",
      "desc":"必填,请填写巡检路线",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxin",
      "limitParam":"1,30",
      "limitErrInfo":"巡检路线不能超过30位",
      "show": true
    },
    {
      "code":"inspectionPlanPeriod",
      "cnCode":"执行周期",
      "desc":"必填,请选择执行周期",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"1003006,2006012",
      "selectValueName":"周期A,周期B",
      "limit":"maxin",
      "limitParam":"1,12",
      "limitErrInfo":"执行周期格式错误",
      "show": true
    },
    {
      "code": "staffId",
      "cnCode":"执行人员",
      "desc":"必填,请填写执行人员",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxin",
      "limitParam":"1,30",
      "limitErrInfo":"执行人员不能超过30位",
      "show": true
    },
    {
      "code": "startTime",
      "cnCode":"开始时间",
      "desc":"必填,请选择计划开始时间",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"dateTime",
      "limitParam":"",
      "limitErrInfo":"计计划开始时间不是有效的时间格式",
      "show": true
    },
    {
      "code": "endTime",
      "cnCode":"结束时间",
      "desc":"必填,请选择结束时间",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"dateTime",
      "limitParam":"",
      "limitErrInfo":"计划结束时间不是有效的时间格式",
      "show": true
    },
    {
      "code":"signType",
      "cnCode":"签到方式",
      "desc":"必填,请填写签到方式",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"1001,2002",
      "selectValueName":"拍照签到,定位签到",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"签到方式格式错误",
      "show": false
    },
    {
      "code":"state",
      "cnCode":"状态",
      "desc":"必填,请填写签到方式",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"1001,2002",
      "selectValueName":"拍照签到,定位签到",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"签到方式格式错误",
      "show": false
    },
    {
      "code":"remark",
      "cnCode":"备注",
      "desc":"选填,请填写备注",
      "required":false,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"200",
      "limitErrInfo":"备注信息不能超过200位",
      "show": true
    }
  ]
}