| | |
| | | deleteDataAcquisitionConfiguration: "/deviceScope/deleteDataAcquisitionConfiguration", // 删除数采配置 |
| | | determineWhetherToCollectData: "/deviceScope/determineWhetherToCollectData", // 判断该设备是否可以数采 |
| | | dataCollection: "/deviceScope/dataCollection", // 数采-数据采集 |
| | | treeDevice: "/deviceScope/treeDevice", // 设备树形 |
| | | temDataAcquisition: "/deviceScope/temDataAcquisition", // PK8000数采 |
| | | } |
| | | |
| | | const insOrder = { |
| | |
| | | update: "/performanceShift/update", //绩效管理-班次-班次状态修改 |
| | | pageYear: "/performanceShift/pageYear", //绩效管理-班次-年份分页查询 |
| | | export: "/performanceShift/export", //绩效管理-班次-导出 |
| | | shiftAdd: "/shiftTime/add", //绩效管理-班次-时间配置-新增 |
| | | getList: "/shiftTime/list", //绩效管理-班次-时间配置-查询时间配置信息 |
| | | shiftRemove: "/shiftTime/remove", //绩效管理-班次-时间配置-删除 |
| | | shiftUpdate: "/shiftTime/update", //绩效管理-班次-时间配置-修改 |
| | | } |
| | | |
| | | const auxiliaryWorkingHours = { |