| | |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/attendance/getAttendanceRule": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "考勤管理" |
| | | ], |
| | | "summary": "获取加班规则", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/attendance/getAttendanceStatistic": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "考勤管理" |
| | | ], |
| | | "summary": "获取考勤统计", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.GetAttendanceStatistic" |
| | | } |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.Response" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "$ref": "#/definitions/response.AttendanceList" |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/attendance/getTemplate": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "考勤管理" |
| | | ], |
| | | "summary": "获取模版列表", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.TemplateCategoryRequest" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/attendance/saveAttendanceRule": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "考勤管理" |
| | | ], |
| | | "summary": "保存加班规则", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/models.AttendanceRule" |
| | | } |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/attendance/updateAttendance": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "考勤管理" |
| | | ], |
| | | "summary": "更新考勤", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.UpdateAttendance" |
| | | } |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/fineness/changeYieldRegister": { |
| | | "post": { |
| | | "produces": [ |
| | |
| | | } |
| | | } |
| | | }, |
| | | "post": { |
| | | "put": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | |
| | | "summary": "纤度检验修改", |
| | | "parameters": [ |
| | | { |
| | | "description": "字典信息", |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/models.FinenessCheck" |
| | | "$ref": "#/definitions/response.FinenessCheckInfo" |
| | | } |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/forms/salaryReportForms": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "报表管理" |
| | | ], |
| | | "summary": "薪资报表", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.SalaryReportForms" |
| | | } |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.ResponseList" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/response.SalaryReportForms" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/getWorkshopManageList": { |
| | | "get": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | |
| | | } |
| | | }, |
| | | "definitions": { |
| | | "constvar.AttendanceStatus": { |
| | | "type": "integer", |
| | | "enum": [ |
| | | 1, |
| | | 2, |
| | | 3, |
| | | 4 |
| | | ], |
| | | "x-enum-comments": { |
| | | "Abnormal": "异常", |
| | | "Normal": "正常", |
| | | "Overtime": "加班", |
| | | "Vacation": "休假" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "Normal", |
| | | "Overtime", |
| | | "Vacation", |
| | | "Abnormal" |
| | | ] |
| | | }, |
| | | "constvar.CarFlag": { |
| | | "type": "integer", |
| | | "enum": [ |
| | |
| | | "DictTypeSpec" |
| | | ] |
| | | }, |
| | | "constvar.FileTemplateCategory": { |
| | | "type": "integer", |
| | | "enum": [ |
| | | 1, |
| | | 2 |
| | | ], |
| | | "x-enum-comments": { |
| | | "FileTemplateCategory_Output": "出库", |
| | | "FileTemplateCategory_Selfmade": "入库-自制" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "FileTemplateCategory_Selfmade", |
| | | "FileTemplateCategory_Output" |
| | | ] |
| | | }, |
| | | "constvar.MiniDictType": { |
| | | "type": "integer", |
| | | "enum": [ |
| | |
| | | 5, |
| | | 6, |
| | | 7, |
| | | 8 |
| | | 8, |
| | | 9, |
| | | 10 |
| | | ], |
| | | "x-enum-comments": { |
| | | "Absenteeism": "缺勤", |
| | | "EarlyWarningDay": "预警天数", |
| | | "InspectionWayType": "质检方式类型", |
| | | "MiniDictTypeBomVersionType": "Bom版本类型", |
| | |
| | | "OutsourcingSupplierCreditGrade": "信用等级", |
| | | "OutsourcingSupplierRange": "供货范围", |
| | | "OutsourcingSupplierType": "委外供应商类型", |
| | | "SalaryType": "嘉联薪资类型" |
| | | "SalaryType": "嘉联薪资类型", |
| | | "WildSilk": "野纤" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "MiniDictTypePlcBrand", |
| | |
| | | "OutsourcingSupplierType", |
| | | "OutsourcingSupplierCreditGrade", |
| | | "OutsourcingSupplierRange", |
| | | "SalaryType" |
| | | "SalaryType", |
| | | "WildSilk", |
| | | "Absenteeism" |
| | | ] |
| | | }, |
| | | "constvar.WorkerStatus": { |
| | |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "overTimeDuration": { |
| | | "type": "number" |
| | | }, |
| | | "phoneNum": { |
| | | "type": "string" |
| | | }, |
| | | "startWorkTime": { |
| | | "type": "string" |
| | | }, |
| | | "status": { |
| | | "$ref": "#/definitions/constvar.AttendanceStatus" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | }, |
| | | "workType": { |
| | | "$ref": "#/definitions/models.WorkTypeManage" |
| | | }, |
| | | "workTypeId": { |
| | | "type": "integer" |
| | | }, |
| | | "workerId": { |
| | | "type": "string" |
| | | }, |
| | | "workerName": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "models.AttendanceRule": { |
| | | "type": "object", |
| | | "properties": { |
| | | "createdAt": { |
| | | "type": "string" |
| | | }, |
| | | "deletedAt": { |
| | | "$ref": "#/definitions/gorm.DeletedAt" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "overTimeStart": { |
| | | "type": "number" |
| | | }, |
| | | "restDayRule": { |
| | | "type": "integer" |
| | | }, |
| | | "restDayStart": { |
| | | "type": "number" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | }, |
| | | "weekdayRule": { |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | |
| | | "description": "庄口", |
| | | "type": "string" |
| | | }, |
| | | "name": { |
| | | "description": "车间", |
| | | "type": "string" |
| | | }, |
| | | "number": { |
| | | "description": "编号", |
| | | "type": "string" |
| | |
| | | "workshopGroup": { |
| | | "description": "车组", |
| | | "type": "integer" |
| | | }, |
| | | "workshopName": { |
| | | "type": "string" |
| | | }, |
| | | "workshopNumber": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | "type": "string" |
| | | }, |
| | | "salaryFormula": { |
| | | "description": "SalaryType string ` + "`" + `json:\"salaryType\" gorm:\"type:varchar(255);comment:薪资类型\"` + "`" + `", |
| | | "type": "string" |
| | | }, |
| | | "salaryType": { |
| | | "type": "string" |
| | | "$ref": "#/definitions/models.MiniDict" |
| | | }, |
| | | "salaryTypeId": { |
| | | "type": "integer" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "name": { |
| | | "description": "车间", |
| | | "type": "string" |
| | | }, |
| | | "startDate": { |
| | | "description": "开始日期", |
| | | "type": "string" |
| | |
| | | "description": "工人ID", |
| | | "type": "string" |
| | | }, |
| | | "workshop": { |
| | | "description": "车间编号", |
| | | "type": "string" |
| | | }, |
| | | "workshopGroup": { |
| | | "description": "车组", |
| | | "type": "integer" |
| | | }, |
| | | "workshopName": { |
| | | "description": "车间名称", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | "description": "庄口", |
| | | "type": "string" |
| | | }, |
| | | "name": { |
| | | "description": "车间", |
| | | "type": "string" |
| | | }, |
| | | "number": { |
| | | "description": "编号", |
| | | "type": "string" |
| | |
| | | "workshopGroup": { |
| | | "description": "车组", |
| | | "type": "integer" |
| | | }, |
| | | "workshopName": { |
| | | "type": "string" |
| | | }, |
| | | "workshopNumber": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | "startWorkerPosition", |
| | | "workerId", |
| | | "workshop", |
| | | "workshopGroup" |
| | | "workshopGroup", |
| | | "workshopName" |
| | | ], |
| | | "properties": { |
| | | "endDate": { |
| | |
| | | "type": "string" |
| | | }, |
| | | "workshop": { |
| | | "description": "车间", |
| | | "description": "车间编号", |
| | | "type": "string" |
| | | }, |
| | | "workshopGroup": { |
| | | "description": "车组", |
| | | "type": "integer" |
| | | }, |
| | | "workshopName": { |
| | | "description": "车间名称", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | "type": "object", |
| | | "properties": { |
| | | "ids": { |
| | | "description": "记录id", |
| | | "type": "array", |
| | | "items": { |
| | | "type": "integer" |
| | |
| | | "pageSize": { |
| | | "description": "每页大小", |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | | "request.GetAttendanceStatistic": { |
| | | "type": "object", |
| | | "properties": { |
| | | "keyword": { |
| | | "type": "string" |
| | | }, |
| | | "month": { |
| | | "description": "月份", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | } |
| | | }, |
| | | "request.SalaryReportForms": { |
| | | "type": "object", |
| | | "properties": { |
| | | "keyword": { |
| | | "type": "string" |
| | | }, |
| | | "month": { |
| | | "type": "string" |
| | | }, |
| | | "page": { |
| | | "description": "页码", |
| | | "type": "integer" |
| | | }, |
| | | "pageSize": { |
| | | "description": "每页大小", |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | | "request.SalaryType": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "request.SalaryTypeValue": { |
| | | "type": "object", |
| | | "properties": { |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "isDefault": { |
| | | "description": "是否可编辑", |
| | | "type": "boolean" |
| | |
| | | "items": { |
| | | "$ref": "#/definitions/request.RankStandard" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "request.TemplateCategoryRequest": { |
| | | "type": "object", |
| | | "properties": { |
| | | "category": { |
| | | "$ref": "#/definitions/constvar.FileTemplateCategory" |
| | | } |
| | | } |
| | | }, |
| | | "request.UpdateAttendance": { |
| | | "type": "object", |
| | | "properties": { |
| | | "classes": { |
| | | "description": "班次", |
| | | "type": "string" |
| | | }, |
| | | "classesEndTime": { |
| | | "description": "班次下班时间", |
| | | "type": "string" |
| | | }, |
| | | "classesStartTime": { |
| | | "description": "班次开始时间", |
| | | "type": "string" |
| | | }, |
| | | "date": { |
| | | "description": "日期", |
| | | "type": "string" |
| | | }, |
| | | "endWorkTime": { |
| | | "description": "下班打卡时间", |
| | | "type": "string" |
| | | }, |
| | | "overTimeDuration": { |
| | | "description": "加班时长", |
| | | "type": "number" |
| | | }, |
| | | "startWorkTime": { |
| | | "description": "上班打卡时间", |
| | | "type": "string" |
| | | }, |
| | | "status": { |
| | | "description": "状态", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/constvar.AttendanceStatus" |
| | | } |
| | | ] |
| | | }, |
| | | "workTypeId": { |
| | | "description": "工种id", |
| | | "type": "integer" |
| | | }, |
| | | "workerId": { |
| | | "description": "人员id", |
| | | "type": "string" |
| | | }, |
| | | "workerName": { |
| | | "description": "人员姓名", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | "startWorkerPosition", |
| | | "workerId", |
| | | "workshop", |
| | | "workshopGroup" |
| | | "workshopGroup", |
| | | "workshopName" |
| | | ], |
| | | "properties": { |
| | | "endDate": { |
| | |
| | | "type": "string" |
| | | }, |
| | | "workshop": { |
| | | "description": "车间", |
| | | "description": "车间编号", |
| | | "type": "string" |
| | | }, |
| | | "workshopGroup": { |
| | | "description": "车组", |
| | | "type": "integer" |
| | | }, |
| | | "workshopName": { |
| | | "description": "车间名称", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | } |
| | | }, |
| | | "response.AttendanceDetail": { |
| | | "type": "object", |
| | | "properties": { |
| | | "classes": { |
| | | "description": "班次", |
| | | "type": "string" |
| | | }, |
| | | "classesEndTime": { |
| | | "description": "班次下班时间", |
| | | "type": "string" |
| | | }, |
| | | "classesStartTime": { |
| | | "description": "班次开始时间", |
| | | "type": "string" |
| | | }, |
| | | "date": { |
| | | "description": "日期", |
| | | "type": "integer" |
| | | }, |
| | | "endWorkTime": { |
| | | "description": "下班打卡时间", |
| | | "type": "string" |
| | | }, |
| | | "startWorkTime": { |
| | | "description": "上班打卡时间", |
| | | "type": "string" |
| | | }, |
| | | "status": { |
| | | "description": "状态", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/constvar.AttendanceStatus" |
| | | } |
| | | ] |
| | | }, |
| | | "weekDay": { |
| | | "description": "星期", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "response.AttendanceList": { |
| | | "type": "object", |
| | | "properties": { |
| | | "list": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/response.AttendanceStatistic" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "response.AttendanceStatistic": { |
| | | "type": "object", |
| | | "properties": { |
| | | "actualAttendanceDays": { |
| | | "description": "实际出勤天数", |
| | | "type": "integer" |
| | | }, |
| | | "details": { |
| | | "description": "详情", |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/response.AttendanceDetail" |
| | | } |
| | | }, |
| | | "month": { |
| | | "description": "月份", |
| | | "type": "string" |
| | | }, |
| | | "requiredAttendanceDays": { |
| | | "description": "应出勤天数", |
| | | "type": "integer" |
| | | }, |
| | | "restDayOverTime": { |
| | | "description": "休息日加班时长", |
| | | "type": "number" |
| | | }, |
| | | "weekdayOverTime": { |
| | | "description": "工作日加班时长", |
| | | "type": "number" |
| | | }, |
| | | "workType": { |
| | | "description": "工种", |
| | | "type": "string" |
| | | }, |
| | | "workTypeId": { |
| | | "description": "工种id", |
| | | "type": "integer" |
| | | }, |
| | | "workerId": { |
| | | "description": "人员id", |
| | | "type": "string" |
| | | }, |
| | | "workerName": { |
| | | "description": "人员姓名", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "response.CarAndLevel": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | } |
| | | } |
| | | }, |
| | | "response.SalaryDetail": { |
| | | "type": "object", |
| | | "properties": { |
| | | "amount": { |
| | | "description": "工资值", |
| | | "type": "number" |
| | | }, |
| | | "salaryType": { |
| | | "description": "薪资类型", |
| | | "type": "string" |
| | | }, |
| | | "salaryTypeId": { |
| | | "description": "薪资类型id", |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | | "response.SalaryReportForms": { |
| | | "type": "object", |
| | | "properties": { |
| | | "details": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/response.SalaryDetail" |
| | | } |
| | | }, |
| | | "issueSalary": { |
| | | "description": "应发工资", |
| | | "type": "number" |
| | | }, |
| | | "phone": { |
| | | "type": "string" |
| | | }, |
| | | "remark": { |
| | | "description": "备注", |
| | | "type": "string" |
| | | }, |
| | | "workType": { |
| | | "description": "工种", |
| | | "type": "string" |
| | | }, |
| | | "workerId": { |
| | | "type": "string" |
| | | }, |
| | | "workerName": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "util.Response": { |
| | | "type": "object", |
| | | "properties": { |