old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "考勤班组", |
| | | "directories": "property", |
| | | "templateCode": "attendanceClasses", |
| | | "templateKey": "classesId", |
| | | "templateKeyName": "班组ID", |
| | | "searchCode": "classesId", |
| | | "searchName": "班组ID", |
| | | "templateName":"金币设置", |
| | | "templateCode":"systemGoldSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "directories": "admin", |
| | | "conditions": [ |
| | | { |
| | | "name": "班组名称", |
| | | "name": "活动标题", |
| | | "inputType": "input", |
| | | "code": "classesName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "班组ID", |
| | | "inputType": "input", |
| | | "code": "classesId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "打卡类型", |
| | | "inputType": "select", |
| | | "selectValue":"1001,1002,1003", |
| | | "selectValueName":"每天打卡,隔天打卡,自定义", |
| | | "code": "clockType", |
| | | "code": "title", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "classesName", |
| | | "cnCode": "班次名称", |
| | | "desc": "必填,请填写班次名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "班次名称格式错误", |
| | | "code":"goldName", |
| | | "cnCode":"名称", |
| | | "desc":"必填,请填写名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,64", |
| | | "limitErrInfo":"名称不能超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "timeOffset", |
| | | "cnCode": "打卡范围", |
| | | "desc": "必填,请填写打卡范围", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "打卡范围格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "clockCount", |
| | | "cnCode": "打卡次数", |
| | | "desc": "选填,请选择打卡次数", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "goldType", |
| | | "cnCode":"类型", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"2,4,6", |
| | | "selectValueName":"2次,4次,6次", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "打卡次数错误", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通金币", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | },{ |
| | | "code": "clockType", |
| | | "cnCode": "打卡类型", |
| | | "desc": "选填,请选择打卡类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | }, |
| | | { |
| | | "code": "buyPrice", |
| | | "cnCode":"购买价格", |
| | | "desc":"必填,请填写购买金币价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"购买价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "usePrice", |
| | | "cnCode":"使用价格", |
| | | "desc":"必填,请填写使用价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"使用价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "validity", |
| | | "cnCode":"有效期", |
| | | "desc":"必填,请填写有效期", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"有效期必须为整数", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "state", |
| | | "cnCode":"状态", |
| | | "desc":"必填,请选择状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,1002,1003", |
| | | "selectValueName":"每天打卡,隔天打卡,自定义", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "打卡类型错误", |
| | | "show": true |
| | | },{ |
| | | "code": "clockTypeValue", |
| | | "cnCode": "打卡规则", |
| | | "desc": "必填,请填写打卡规则 * 每天打卡 ? 隔天打卡 0-6组成逗号分隔 自定义", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "12", |
| | | "limitErrInfo": "打卡规则格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "leaveOffset", |
| | | "cnCode": "迟到范围", |
| | | "desc": "必填,请填写迟到范围", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "20", |
| | | "limitErrInfo": "迟到范围错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "lateOffset", |
| | | "cnCode": "早退范围", |
| | | "desc": "必填,请填写早退范围", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "20", |
| | | "limitErrInfo": "早退范围错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "classesObjType", |
| | | "cnCode": "班次对象类型", |
| | | "desc": "选填,请选择班次对象类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,1002,1003", |
| | | "selectValueName":"集团公司,分公司,部门", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "班次对象类型错误", |
| | | "show": true |
| | | },{ |
| | | "code": "classesObjId", |
| | | "cnCode": "班次对象", |
| | | "desc": "选填,请选择班次对象", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "班次对象错误", |
| | | "selectValue":"001,002", |
| | | "selectValueName":"启用,停用", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"状态格式错误", |
| | | "show": true |
| | | } |
| | | ] |