|
|
@@ -1,120 +1,66 @@
|
|
|
{
|
|
|
- "templateName":"短信配置",
|
|
|
- "templateCode":"smsConfig",
|
|
|
- "templateKey":"smsId",
|
|
|
- "templateKeyName":"短信编号",
|
|
|
- "searchCode": "smsId",
|
|
|
- "searchName": "短信编号",
|
|
|
+ "templateName":"催缴记录",
|
|
|
+ "templateCode":"feeCollectionOrder",
|
|
|
+ "templateKey":"orderId",
|
|
|
+ "templateKeyName":"记录编号",
|
|
|
+ "searchCode": "orderId",
|
|
|
+ "searchName": "记录编号",
|
|
|
"directories": "property",
|
|
|
"conditions": [
|
|
|
{
|
|
|
- "name": "活动标题",
|
|
|
+ "name": "名称",
|
|
|
"inputType": "input",
|
|
|
- "code": "title",
|
|
|
+ "code": "collectionName",
|
|
|
+ "whereCondition": "equal"
|
|
|
+ },{
|
|
|
+ "name": "催缴人",
|
|
|
+ "inputType": "input",
|
|
|
+ "code": "staffName",
|
|
|
+ "whereCondition": "equal"
|
|
|
+ },{
|
|
|
+ "name": "催缴方式",
|
|
|
+ "inputType": "input",
|
|
|
+ "code": "collectionWay",
|
|
|
"whereCondition": "equal"
|
|
|
}
|
|
|
],
|
|
|
"columns":[
|
|
|
{
|
|
|
- "code":"smsType",
|
|
|
- "cnCode":"短信商",
|
|
|
- "desc":"必填,请填写短信商",
|
|
|
- "required":true,
|
|
|
- "hasDefaultValue":false,
|
|
|
- "inputType": "select",
|
|
|
- "selectValue":"ALI,TECENT",
|
|
|
- "selectValueName":"阿里,腾讯",
|
|
|
- "limit":"maxin",
|
|
|
- "limitParam":"1,20",
|
|
|
- "limitErrInfo":"短信商超长了",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "smsBusi",
|
|
|
- "cnCode":"短信业务",
|
|
|
- "desc":"必填,请填写短信业务",
|
|
|
- "required":true,
|
|
|
- "hasDefaultValue":false,
|
|
|
- "inputType": "select",
|
|
|
- "selectValue":"1001,2002",
|
|
|
- "selectValueName":"欠费催缴,工单通知",
|
|
|
- "limit":"num",
|
|
|
- "limitParam":"",
|
|
|
- "limitErrInfo":"短信业务格式有误",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "templateCode",
|
|
|
- "cnCode":"短信模板",
|
|
|
- "desc":"必填,请填写短信模板",
|
|
|
+ "code":"collectionName",
|
|
|
+ "cnCode":"催缴名称",
|
|
|
+ "desc":"必填,请填写催缴名称",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
"inputType": "input",
|
|
|
"limit":"maxLength",
|
|
|
"limitParam":"64",
|
|
|
- "limitErrInfo":"短信模板超过64位",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "signName",
|
|
|
- "cnCode":"短信签名",
|
|
|
- "desc":"必填,请填写短信签名",
|
|
|
- "required":true,
|
|
|
- "hasDefaultValue":false,
|
|
|
- "inputType": "input",
|
|
|
- "limit":"maxLength",
|
|
|
- "limitParam":"128",
|
|
|
- "limitErrInfo":"短信签名超过128位",
|
|
|
+ "limitErrInfo":"催缴名称超过64位",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code": "accessSecret",
|
|
|
- "cnCode":"短信秘钥",
|
|
|
- "desc":"必填,请填写短信秘钥",
|
|
|
- "required":true,
|
|
|
- "hasDefaultValue":false,
|
|
|
- "inputType": "input",
|
|
|
- "limit":"maxLength",
|
|
|
- "limitParam":"128",
|
|
|
- "limitErrInfo":"短信秘钥超过128位",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "accessKeyId",
|
|
|
- "cnCode":"访问KEY",
|
|
|
- "desc":"必填,请填写访问KEY",
|
|
|
- "required":true,
|
|
|
- "hasDefaultValue":false,
|
|
|
- "inputType": "input",
|
|
|
- "limit":"maxLength",
|
|
|
- "limitParam":"128",
|
|
|
- "limitErrInfo":"访问KEY超过128位",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "region",
|
|
|
- "cnCode":"区域",
|
|
|
- "desc":"必填,请填写区域",
|
|
|
+ "code": "staffName",
|
|
|
+ "cnCode":"催缴人",
|
|
|
+ "desc":"必填,请填写催缴人",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
"inputType": "input",
|
|
|
"limit":"maxLength",
|
|
|
"limitParam":"64",
|
|
|
- "limitErrInfo":"区域超过64位",
|
|
|
+ "limitErrInfo":"催缴人不能为空",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code": "logSwitch",
|
|
|
- "cnCode":"日志",
|
|
|
- "desc":"必填,请填写日志",
|
|
|
+ "code": "collectionWay",
|
|
|
+ "cnCode":"催缴方式",
|
|
|
+ "desc":"必填,请填写催缴方式",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
"inputType": "select",
|
|
|
- "selectValue":"ON,OFF",
|
|
|
- "selectValueName":"记录,不记录",
|
|
|
+ "selectValue":"001,002,003",
|
|
|
+ "selectValueName":"仅短信方式,短信微信方式,仅微信方式",
|
|
|
"limit":"maxLength",
|
|
|
- "limitParam":"20",
|
|
|
- "limitErrInfo":"日志格式有误",
|
|
|
+ "limitParam":"64",
|
|
|
+ "limitErrInfo":"催缴方式超过64位",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|