|
|
@@ -1,38 +1,50 @@
|
|
|
{
|
|
|
- "templateName":"巡检任务",
|
|
|
- "templateCode":"inspectionTask",
|
|
|
- "templateKey":"taskId",
|
|
|
- "templateKeyName":"任务编码",
|
|
|
- "searchCode": "taskId",
|
|
|
- "searchName": "任务编码",
|
|
|
+ "templateName":"旧货",
|
|
|
+ "templateCode":"junkRequirement",
|
|
|
+ "templateKey":"junkRequirementId",
|
|
|
+ "templateKeyName":"旧货编码",
|
|
|
+ "searchCode": "junkRequirementId",
|
|
|
+ "searchName": "旧货编码",
|
|
|
"conditions": [
|
|
|
{
|
|
|
- "name": "执行人",
|
|
|
- "inputType": "input",
|
|
|
- "code": "planUserName",
|
|
|
+ "name": "类别",
|
|
|
+ "inputType": "select",
|
|
|
+ "selectValue":"10001,10002",
|
|
|
+ "selectValueName":"家具,电器",
|
|
|
+ "code": "classification",
|
|
|
"whereCondition": "equal"
|
|
|
},
|
|
|
{
|
|
|
- "name": "巡检计划",
|
|
|
+ "name": "发布人",
|
|
|
"inputType": "input",
|
|
|
- "code": "inspectionPlanId",
|
|
|
+ "code": "publishUserName",
|
|
|
+ "whereCondition": "equal"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "状态",
|
|
|
+ "inputType": "select",
|
|
|
+ "selectValue":"12001,13001,14001,15001",
|
|
|
+ "selectValueName":"未审核,审核通过,审核失败,处理完成",
|
|
|
+ "code": "publishUserLink",
|
|
|
"whereCondition": "equal"
|
|
|
},
|
|
|
{
|
|
|
- "name": "巡检时间",
|
|
|
+ "name": "发布电话",
|
|
|
"inputType": "input",
|
|
|
- "code": "actInsTime",
|
|
|
+ "code": "publishUserLink",
|
|
|
"whereCondition": "equal"
|
|
|
}
|
|
|
],
|
|
|
"columns":[
|
|
|
{
|
|
|
- "code":"taskId",
|
|
|
- "cnCode":"任务编码",
|
|
|
- "desc":"必填,请选择任务编码",
|
|
|
+ "code":"classification",
|
|
|
+ "cnCode":"类别",
|
|
|
+ "desc":"必填,请选择类别",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType": "input",
|
|
|
+ "inputType": "select",
|
|
|
+ "selectValue":"10001,10002",
|
|
|
+ "selectValueName":"家具,电器",
|
|
|
"limit":"num",
|
|
|
"limitParam":"",
|
|
|
"limitErrInfo":"任务编码格式错误",
|
|
|
@@ -51,67 +63,65 @@
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code":"planInsTime",
|
|
|
- "cnCode":"巡检时间",
|
|
|
- "desc":"必填,请选择费用标识",
|
|
|
+ "code":"context",
|
|
|
+ "cnCode":"内容",
|
|
|
+ "desc":"必填,请选择内容",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType": "select",
|
|
|
- "selectValue":"1003006,2006012",
|
|
|
- "selectValueName":"周期性费用,一次性费用",
|
|
|
- "limit":"num",
|
|
|
- "limitParam":"",
|
|
|
- "limitErrInfo":"费用类型格式错误",
|
|
|
- "show": true
|
|
|
+ "inputType": "input",
|
|
|
+ "limit":"maxLength",
|
|
|
+ "limitParam":"200",
|
|
|
+ "limitErrInfo":"内容不能超过200个字符",
|
|
|
+ "show": false
|
|
|
},
|
|
|
{
|
|
|
- "code": "actInsTime",
|
|
|
- "cnCode":"实际巡检时间",
|
|
|
- "desc":"必填,请选择计费起始时间",
|
|
|
+ "code": "referencePrice",
|
|
|
+ "cnCode":"参考价格",
|
|
|
+ "desc":"必填,请填写参考价格",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
"inputType": "input",
|
|
|
- "limit":"dateTime",
|
|
|
+ "limit":"money",
|
|
|
"limitParam":"",
|
|
|
- "limitErrInfo":"计费起始时间不是有效的时间格式",
|
|
|
+ "limitErrInfo":"参考价格格式错误",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code": "planUserName",
|
|
|
- "cnCode":"巡检人",
|
|
|
- "desc":"必填,请选择计费终止时间",
|
|
|
+ "code": "publishUserName",
|
|
|
+ "cnCode":"发布人",
|
|
|
+ "desc":"必填,发布人不能为空",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
"inputType": "input",
|
|
|
- "limit":"dateTime",
|
|
|
- "limitParam":"",
|
|
|
- "limitErrInfo":"计费终止时间不是有效的时间格式",
|
|
|
+ "limit":"maxLength",
|
|
|
+ "limitParam":"50",
|
|
|
+ "limitErrInfo":"发布人不能超过50",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code":"actUserName",
|
|
|
- "cnCode":"实际巡检人",
|
|
|
- "desc":"必填,请填写附加费用",
|
|
|
+ "code":"publishUserLink",
|
|
|
+ "cnCode":"联系方式",
|
|
|
+ "desc":"必填,请填写联系方式",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType": "select",
|
|
|
- "selectValue":"1001,2002",
|
|
|
- "selectValueName":"面积*单价+附加费,固定费用",
|
|
|
- "limit":"num",
|
|
|
+ "inputType": "input",
|
|
|
+ "limit":"phone",
|
|
|
"limitParam":"",
|
|
|
- "limitErrInfo":"计算公式格式错误",
|
|
|
- "show": false
|
|
|
+ "limitErrInfo":"联系方式不是有效的电话格式",
|
|
|
+ "show": true
|
|
|
},
|
|
|
{
|
|
|
- "code":"signType",
|
|
|
- "cnCode":"巡检方式",
|
|
|
- "desc":"必填,请填写计费单价",
|
|
|
+ "code":"state",
|
|
|
+ "cnCode":"状态",
|
|
|
+ "desc":"必填,请填写状态",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType": "input",
|
|
|
- "limit":"money",
|
|
|
+ "inputType": "select",
|
|
|
+ "selectValue":"12001,13001,14001,15001",
|
|
|
+ "selectValueName":"未审核,审核通过,审核失败,处理完成",
|
|
|
+ "limit":"num",
|
|
|
"limitParam":"",
|
|
|
- "limitErrInfo":"计费单价格式错误",
|
|
|
+ "limitErrInfo":"状态格式错误",
|
|
|
"show": true
|
|
|
}
|
|
|
]
|