From 9a2edb15c351196a31aed6f5f3ca9622151c4023 Mon Sep 17 00:00:00 2001 From: meswork Date: Wed, 27 May 2026 20:57:27 +0800 Subject: [PATCH] Update AI assistant --- .../docs/DeepSeekV4Pro_AI_MCP_设计文档.md | 8 +- .../docs/module-feature-profiles.csv | 146 + .../docs/quality-data-query-profiles.csv | 2 + .../docs/wc-spc-knowledge-base.json | 115180 ++++++++++++--- .../docs/wc-spc-static-analysis.md | 4 +- MES-Manager_View/mcp-server/README.md | 6 +- .../mcp-server/build-knowledge-base.js | 357 +- MES-Manager_View/mcp-server/server.js | 1060 +- MES-Manager_View/src/api/ipAddress.js | 2 +- .../components/DeepSeekAssistant/index.vue | 87 +- 10 files changed, 99092 insertions(+), 17760 deletions(-) create mode 100644 MES-Manager_View/docs/module-feature-profiles.csv create mode 100644 MES-Manager_View/docs/quality-data-query-profiles.csv diff --git a/MES-Manager_View/docs/DeepSeekV4Pro_AI_MCP_设计文档.md b/MES-Manager_View/docs/DeepSeekV4Pro_AI_MCP_设计文档.md index 9ffec1b..b10a370 100644 --- a/MES-Manager_View/docs/DeepSeekV4Pro_AI_MCP_设计文档.md +++ b/MES-Manager_View/docs/DeepSeekV4Pro_AI_MCP_设计文档.md @@ -69,7 +69,7 @@ | --- | --- | | 用户咨询项目功能 | 前端助手发送问题到 MCP 服务;MCP 服务检索知识库;必要时调用 DeepSeek 整理;返回 HTML 表格。 | | 用户要求打开页面 | MCP 服务通过知识库匹配页面路径;前端助手收到 `navigate` 动作后调用 `$router.push`。 | -| 用户查询质量数据 | MCP 服务识别质量模块和查询条件;调用知识库中的只读接口或只读 SQL 白名单;返回数据表、字段说明和查询来源。 | +| 用户查询质量数据 | MCP 服务识别质量模块和查询条件;复用项目人机界面已有 `CreateData` 查询入口、`MESCommonBase.ashx` 或已有 `src/api` 函数;返回数据表、字段说明和查询来源。禁止直连数据库。 | | 用户查看 SPC 图 | MCP 服务识别图表类型;调用对应 SPC 接口;标准化为 ECharts option、统计摘要、明细表;前端助手渲染图表和表格。 | | DeepSeek 智能回答 | MCP 服务把知识库摘要、查询结果、图表摘要作为上下文发送给 DeepSeek;要求输出 HTML 表格化答案。 | @@ -85,7 +85,7 @@ | 新增 | `mcp-server/*` | 新增本地 AI MCP 服务,独立运行。 | | 新增 | `docs/*` | 生成静态分析文档和知识库文件。 | | 新增 | `scripts/*` | 新增启动、停止、状态检查脚本。 | -| 小范围调整 | `package.json` | 增加 AI MCP 启动、停止、知识库构建脚本;必要时增加 `mssql` 依赖。 | +| 小范围调整 | `package.json` | 增加 AI MCP 启动、停止、知识库构建脚本;不增加数据库直连依赖。 | ### 4.2 明确不修改的内容 @@ -427,8 +427,7 @@ MCP 服务是一个运行在本机或内网服务器上的 Node.js 服务,作 | `MES_BACKEND_URL` | 通用 MES 后端接口地址。 | | `SPC_BACKEND_URL` | SPC 专用 `.ashx` 后端地址。 | | `AI_MCP_ALLOW_BACKEND_CALLS` | 是否允许调用 MES 后端,默认仅只读查询。 | -| `AI_MCP_ALLOW_SQL_QUERY` | 是否允许直接查询 SQL Server,默认可关闭。 | -| `SQL_SERVER`、`SQL_DATABASE`、`SQL_USER`、`SQL_PASSWORD` | 只读数据库连接配置。 | +| 数据查询约束 | 后续查询不直连 SQL Server,不配置数据库账号;只通过项目已有 HMI 函数、`CreateData`、`MESCommonBase.ashx`、已有 `src/api` 和 SPC 接口实现。 | ## 13. 任务节点与实施计划 @@ -535,4 +534,3 @@ MCP 服务是一个运行在本机或内网服务器上的 Node.js 服务,作 | 表格优先 | 回答、错误、来源、摘要都尽量表格化。 | | 图表结构化 | SPC 图表用标准结构渲染,不执行模型生成脚本。 | | 可追溯 | 每条数据回答都展示来源页面、接口或表对象。 | - diff --git a/MES-Manager_View/docs/module-feature-profiles.csv b/MES-Manager_View/docs/module-feature-profiles.csv new file mode 100644 index 0000000..1cd35d9 --- /dev/null +++ b/MES-Manager_View/docs/module-feature-profiles.csv @@ -0,0 +1,146 @@ +"View","Module","RoutePath","Title","Description","Actions","Filters","Buttons","TableFields","Lifecycle","Methods","BackendCalls","ApiFiles","ApiFunctions","RiskLevel" +"src\views\404.vue","404.vue","","404.vue","404.vue 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","","","","","","","","","","只读查询为主" +"src\views\AndonSystem\AndonQuery\index.vue","AndonSystem","/AndonSystem/AndonQuery","AndonSystem / AndonQuery","AndonSystem / AndonQuery 页面支持 查询、导出;主要控件 开始日期、请选择、请选择;表格字段 序号、名称、报警内容、报警时间、认可时间、报警时长、处理情况、处理人员。","查询|导出","开始日期:timeFrame:el-date-picker|请选择:station:el-select|请选择:alarmCode:el-select","查询:searchTable:查询|EXCEL:exportExcel:导出","序号:StationName|名称:StationNameDesignation|报警内容:AlarmName|报警时间:AlarmTime|认可时间:SureTime|报警时长:AlarmDuration|处理情况:Treatment|处理人员:Personnel_Name","created:getAlarmName/getStation","select1:查询|select2:查询|getAlarmName|getStation|searchTable|searchTable1|searchTable2|drawLine2|color|drawLine3|drawLine4|exportExcel:导出|handleSizeChanges|handleCurrentChanges","11:SP_AndonNameType_Query|11:查询:MES_计划BOM_工位与名称_查询|11:SP_His_Andon_Query|11:SP_His_AndonChart_Query|11:SP_His_AndonStationChart_Query|2001:导出:SP_His_AndonInformation_ExportExcel","","","包含导出操作" +"src\views\AndonSystem\equipmentAndonStatistics\index.vue","AndonSystem","/AndonSystem/equipmentAndonStatistics","AndonSystem / equipmentAndonStatistics","AndonSystem / equipmentAndonStatistics 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、呼叫类型、呼叫备注、呼叫时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder1:查询|Excel:exportExcel:导出","工位号:工位号|工位名称:工位名称|呼叫类型:呼叫类型|呼叫备注:呼叫备注|呼叫时间:呼叫时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|drawLine|searchOrder|searchOrder1|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:ANDON_ANDON信息_备份_故障Andon综合查询_分页|11:查询:ANDON_ANDON信息_备份_故障Andon统计综合查询|2001:查询:测量数据工位报警全部视图_查询","","","包含导出操作" +"src\views\AndonSystem\equipmentAndon\index.vue","AndonSystem","/AndonSystem/equipmentAndon","AndonSystem / equipmentAndon","AndonSystem / equipmentAndon 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、ANDON类型、呼叫类型、呼叫内容、呼叫时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder:查询|Excel:exportExcel:导出","工位号:工位号|工位名称:工位名称|ANDON类型:ANDON类型|呼叫类型:呼叫类型|呼叫内容:呼叫内容|呼叫时间:呼叫时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|searchOrder|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:ANDON_ANDON信息_备份_故障Andon综合查询_分页|2001:查询:ANDON_ANDON信息_备份_故障Andon综合查询新","","","包含导出操作" +"src\views\AndonSystem\materialAndonStatistics\index.vue","AndonSystem","/AndonSystem/materialAndonStatistics","AndonSystem / materialAndonStatistics","AndonSystem / materialAndonStatistics 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、呼叫类型、呼叫备注、呼叫时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder1:查询|Excel:exportExcel:导出","工位号:工位号|工位名称:工位名称|呼叫类型:呼叫类型|呼叫备注:呼叫备注|呼叫时间:呼叫时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|drawLine|searchOrder|searchOrder1|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:ANDON_ANDON信息_备份_物料Andon综合查询_分页|11:查询:ANDON_ANDON信息_备份_物料Andon统计综合查询|2001:查询:测量数据工位报警全部视图_查询","","","包含导出操作" +"src\views\AndonSystem\materialAndon\index.vue","AndonSystem","/AndonSystem/materialAndon","AndonSystem / materialAndon","AndonSystem / materialAndon 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、ANDON类型、呼叫类型、呼叫内容、呼叫时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder:查询|Excel:exportExcel:导出","工位号:工位号|工位名称:工位名称|ANDON类型:ANDON类型|呼叫类型:呼叫类型|呼叫内容:呼叫内容|呼叫时间:呼叫时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|searchOrder|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:ANDON_ANDON信息_备份_物料Andon综合查询_分页|2001:查询:ANDON_ANDON信息_备份_物料Andon综合查询新","","","包含导出操作" +"src\views\AndonSystem\qualityAndonStatistics\index.vue","AndonSystem","/AndonSystem/qualityAndonStatistics","AndonSystem / qualityAndonStatistics","AndonSystem / qualityAndonStatistics 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、呼叫类型、呼叫备注、呼叫时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder1:查询|Excel:exportExcel:导出","工位号:工位号|工位名称:工位名称|呼叫类型:呼叫类型|呼叫备注:呼叫备注|呼叫时间:呼叫时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|drawLine|searchOrder|searchOrder1|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:ANDON_ANDON信息_备份_质量Andon综合查询_分页|11:查询:ANDON_ANDON信息_备份_质量Andon统计综合查询|2001:查询:测量数据工位报警全部视图_查询","","","包含导出操作" +"src\views\AndonSystem\qualityAndon\index.vue","AndonSystem","/AndonSystem/qualityAndon","AndonSystem / qualityAndon","AndonSystem / qualityAndon 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、ANDON类型、呼叫类型、呼叫内容、呼叫时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder:查询|Excel:exportExcel:导出","工位号:工位号|工位名称:工位名称|ANDON类型:ANDON类型|呼叫类型:呼叫类型|呼叫内容:呼叫内容|呼叫时间:呼叫时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|searchOrder|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:ANDON_ANDON信息_备份_质量Andon综合查询_分页|2001:查询:ANDON_ANDON信息_备份_质量Andon综合查询新","","","包含导出操作" +"src\views\BasicDataMaintenance\AlarmVariableMaintenance\index.vue","BasicDataMaintenance","/BasicDataMaintenance/AlarmVariableMaintenance","BasicDataMaintenance / AlarmVariableMaintenance","BasicDataMaintenance / AlarmVariableMaintenance 页面支持 查询、操作、修改、增加;主要控件 工位号、变量类型、IP、变量类型名称、请选择工位号;表格字段 序号、TagID、TagName、工位号、地址、测量位置、报警类型、报警内容、操作。","查询|操作|修改|增加","工位号:dataTypeValue:el-select|变量类型:valueTypeValue:el-select|IP:form.measurementItems:el-select|变量类型名称:form.valueName:el-input|请选择工位号:form4.engineTypeValue:el-select","查询:searchTable:查询|复制:copyData:操作|编辑:editShiftTable:修改|取消:callOff:操作|确定:submitAdd1:增加|取消:callOff4:操作|确定:submitAdd4:增加","序号:序号|TagID:TagID|TagName:TagName|工位号:工位号|地址:DbName|变量类型|变量地址|变量其它|测量位置:测量位置|报警类型:测量位置|报警内容:测量项目|操作","created:getNumber/getAlarmType","getNumber|getAlarmType|searchTable|editShiftTable|submitAdd1:增加|callOff|copyData|callOff4|submitAdd4:增加|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_查询数据|12:修改:基础数据_报警变量维护_编辑|12:基础数据_报警变量维护_复制|3:查询:SELECT [工位号] FROM [dbo].[MES_计划BOM_工位与名称]|3:查询:SELECT [ID], [报警类型] FROM [dbo].[MES_基本变量_报警类型]","","","包含写入操作" +"src\views\BasicDataMaintenance\BasicVariableMaintenance\UploadExcel.vue","BasicDataMaintenance","","BasicDataMaintenance / BasicVariableMaintenance / UploadExcel.vue","BasicDataMaintenance / BasicVariableMaintenance / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\BasicDataMaintenance\BasicVariableMaintenance\index.vue","BasicDataMaintenance","/BasicDataMaintenance/BasicVariableMaintenance","BasicDataMaintenance / BasicVariableMaintenance","BasicDataMaintenance / BasicVariableMaintenance 页面支持 查询、操作、增加、导入、修改、导出;主要控件 工位号、IP、报警数、质量组数;表格字段 工位代码、工位号、PLC、报警数、质量组数、操作。","查询|操作|增加|导入|修改|导出","工位号:dataTypeValue:el-select|IP:form.PLCIP:el-select|报警数:form.numberAlarms:el-input|质量组数:form.massNumber:el-input","查询:searchTable:查询|写入基本变量:writeVariable1:操作|写入报警变量:writeVariable1:操作|写入质量变量:writeVariable1:操作|新增:addShiftTable:增加|导入:importOrder:导入|编辑:editShiftTable:修改|取消:callOff:操作|确定:submitAdd1:增加|导入到数据库:导入","工位代码:工位代码|工位号:工位号|PLC:PLC|报警数:报警数|质量组数:质量组数|操作","created:getNumber/getIP/searchTable","handleSelectionChange:查询|writeVariable1|selectable:查询|getNumber|getIP|changeName|searchTable|addShiftTable:增加|submitAdd:增加|editShiftTable|submitAdd1:增加|handleDelete:删除|callOff|importOrder|removeAll|handleRemove|handleSizeChange|handleCurrentChange","12:增加:MES_基本变量数据_增加|11:查询:基础数据_工位信息维护_查询|12:增加:Recipe_Machine_Add|12:修改:基础数据_工位信息维护_编辑|12:导出:Recipe_Machine_Excel|3:查询:SELECT [工位号] FROM [dbo].[MES_计划BOM_工位与名称]|3:查询:SELECT [设备IP],[ID] FROM [dbo].[MES_基本变量设备类型对应表] ORDER BY ID","","","包含写入操作" +"src\views\BasicDataMaintenance\BasicVariableQuery\index.vue","BasicDataMaintenance","/BasicDataMaintenance/BasicVariableQuery","BasicDataMaintenance / BasicVariableQuery","BasicDataMaintenance / BasicVariableQuery 页面支持 查询、修改、删除、操作、增加;主要控件 工位号、变量类型、是否启用、是否监控、scope.row.是否启用_Value、scope.row.是否监控_Value、原始值、修改值;表格字段 序号、是否监控、变量类型代码、测量位置、测量项目、TagID、TagName、工位号、数据来源、IP。","查询|修改|删除|操作|增加","工位号:dataTypeValue:el-select|变量类型:valueTypeValue:el-select|是否启用:valueUsedValue:el-select|是否监控:valueMonitorValue:el-select|scope.row.是否启用_Value:scope.row.是否启用_Value:el-switch|scope.row.是否监控_Value:scope.row.是否监控_Value:el-switch|原始值:form.oldValue:el-input|修改值:form.newValue:el-input","查询:searchTable:查询|编辑:editShiftTable:修改|删除:handleDelete:删除|取消:callOff:操作|确定:submitAdd:增加","序号:是否启用_Value|是否监控:是否监控_Value|变量类型代码:变量类型代码|测量位置:测量位置|测量项目:测量项目|TagID:TagID|TagName:TagName|工位号:工位号|数据来源:数据来源|IP:IP|TagTypeID:TagTypeID|TagLong:TagLong|DbName:DbName|变量类型:变量类型|变量地址:变量地址|变量其它:变量其它|演示偏移:演示偏移|列位置:列位置|测量单位:测量单位|变量类型名称:变量类型名称|机体类型:机体类型|线体类型:线体类型|TagAdrDemo:TagAdrDemo|监控组:监控组|监控时间间隔:监控时间间隔|OpcServer_OPNAME:OpcServer_OPNAME|变量特点:变量特点|变量排序:变量排序|工序能力:工序能力|监控属性代码:监控属性代码|测量位置短:测量位置短|上限值:上限值|下限值:下限值|理论值:理论值|IsGoodBad:IsGoodBad|IsSaveToSql:IsSaveToSql|IsWebSocket:IsWebSocket|连接名称:连接名称|OpcServer_MIS:OpcServer_MIS|操作","created:getNumber/searchTable","getNumber|searchTable|searchTableAfterEdit|editShiftTable|handleDelete:删除|switchChange|showEdit|submitAdd:增加|callOff|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_查询数据|11:查询:MES_基本变量_查询数据_TagId|12:修改:MES_基本变量_启用与监控编辑|12:修改:MES_基本变量_字段信息_编辑|3:查询:SELECT [工位号] FROM [dbo].[MES_计划BOM_工位与名称]","","","包含删除操作" +"src\views\BasicDataMaintenance\PlanStopMachineTime\index.vue","BasicDataMaintenance","/BasicDataMaintenance/PlanStopMachineTime","BasicDataMaintenance / PlanStopMachineTime","BasicDataMaintenance / PlanStopMachineTime 页面支持 查询、修改;主要控件 班次类型、选择月、请输入订单号、产品型号、总成号、总成号、总成号、总成号;表格字段 序号、总时间、早会、间休、午餐、晚餐、负荷时间、操作。","查询|修改","班次类型:dataTypeValue:el-select|选择月:dateTime:el-date-picker|请输入订单号:stopTimeForm.CountTime:el-input|产品型号:stopTimeForm.HeardTime:el-input|总成号:stopTimeForm.PlaytimeBreak:el-input|总成号:stopTimeForm.LunchTime:el-input|总成号:stopTimeForm.FinishTime:el-input|总成号:stopTimeForm.WorkTime:el-input","查询:searchTable:查询|修改:handleEdit:修改|取消:修改|确定:updateStopTimeSubmit:修改","序号:日期|总时间:总时间|早会:早会|间休:间休|午餐:午餐|晚餐:晚餐|负荷时间:负荷时间|操作","created:searchTable","selectPlan:查询|getRowKeys|handleEdit|searchTable|updateStopTimeSubmit:修改","11:查询:测量数据发动机在线状态_工位数据_日期_查询|11:查询:北汽福田_计划停机时间表_查询|12:修改:北汽福田_计划停机时间表_修改","","","包含写入操作" +"src\views\BasicDataMaintenance\StationInformationMaintenance\UploadExcel.vue","BasicDataMaintenance","","BasicDataMaintenance / StationInformationMaintenance / UploadExcel.vue","BasicDataMaintenance / StationInformationMaintenance / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\BasicDataMaintenance\StationInformationMaintenance\index.vue","BasicDataMaintenance","/BasicDataMaintenance/StationInformationMaintenance","BasicDataMaintenance / StationInformationMaintenance","BasicDataMaintenance / StationInformationMaintenance 页面支持 查询、增加、操作、导入、导出、修改、删除;主要控件 工位号、工位代码、工位号、指南工位号、机床类型、工位名称、线体类型、二维码扫描枪;表格字段 序号、工位号、指南工位号、工位名称、机床类型、线体类型、二维码扫描枪、固定条形码扫描枪、手持条形码扫描枪、PC。","查询|增加|操作|导入|导出|修改|删除","工位号:dataTypeValue:el-select|工位代码:formData.stationCode:el-input|工位号:formData.stationNumber:el-input|指南工位号:formData.guideStationNumber:el-input|机床类型:formData.machineType:el-input|工位名称:formData.stationName:el-input|线体类型:formData.lineType:el-input|二维码扫描枪:formData.QRcodeScannGun:el-input|固定条形码扫描枪:formData.fixedBarcodeScannGun:el-input|手持条形码扫描枪:formData.handheldBarcodeScannGun:el-input|PC:formData.PC:el-input|工控机名称:formData.nameIndustrialComputer:el-input|工控机IP:formData.ipIndustrialComputer:el-input|通讯端口:formData.communicationPort:el-input|文件名称:formData.fileName:el-input|PLC:formData.PLC:el-select|PLC代码:formData.PLCCode:el-input|PLC加工状态:formData.PLCState:el-input|PLC代码加工状态:formData.PLCCodeState:el-input|发动机型号代码合成:formData.engineModelCodeSynthesis:el-input|日计划产量:formData.dailyPlannedOutput:el-input|准备时间:formData.preparationTime:el-input|机器时间:formData.machineTime:el-input|人工时间:formData.laborTime:el-input|技术难度系数:formData.technicalDifficultyCoefficient:el-input|是否线首:formData.whetherLineHead:el-input|分线物料追踪工位:formData.branchMaterialTrackingStation:el-input|总线上线工位:formData.busOnlineStation:el-input|总线被监测工位:formData.busMonitoredStation:el-input|扫描枪类型:formData.scanningGunType:el-input|工位类型:formData.stationType:el-input|OpcServer:formData.OpcServer:el-input|OpcServer_MIS:formData.OpcServer_MIS:el-input|OpcServer_OPNAME:formData.OpcServer_OPNAME:el-input|目标循环时间:formData.TargetCycleTime:el-input|工件类型:formData.WorkpieceType:el-input|工位基本操作指导:formData.basicOperationInstructionsStation:el-input|工位基本指导图片:formData.stationBasicGuidePicture:el-input|工位上下线类型:formData.stationUpperLowerLineType:el-input|大屏幕代码:formData.largeScreenCode:el-input","查询:searchTable:查询|新增:addShiftTable:增加|复制:copyData:操作|导入:importOrder:导入|Excel:exportExcel:导出|编辑:editShiftTable:修改|删除:handleDelete:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|导入到数据库:导入","序号:工位代码|工位号:工位号|指南工位号:指南工位号|工位名称:工位名称|机床类型:机床类型|线体类型:线体类型|二维码扫描枪:二维码扫描枪|固定条形码扫描枪:固定条形码扫描枪|手持条形码扫描枪:手持条形码扫描枪|PC:PC|工控机名称:工控机名称|工控机IP:工控机IP|通讯端口:通讯端口|文件名称:文件名称|PLC:PLC|PLC代码:PLC代码|PLC加工状态:PLC加工状态|PLC代码加工状态:PLC代码加工状态|发动机型号代码合成:发动机型号代码合成|日计划产量:日计划产量|准备时间:准备时间|机器时间:机器时间|人工时间:人工时间|技术难度系数:技术难度系数|是否线首:是否线首|分线物料追踪工位:分线物料追踪工位|总线上线工位:总线上线工位|总线被监测工位:总线被监测工位|扫描枪类型:扫描枪类型|工位类型:工位类型|分线物料追踪工位数据文件连接:分线物料追踪工位数据文件连接|总线上线工位数据文件连接:总线上线工位数据文件连接|OpcServer:OpcServer|OpcServer_MIS:OpcServer_MIS|OpcServer_OPNAME:OpcServer_OPNAME|目标循环时间:目标循环时间|工件类型:工件类型|工位基本操作指导:工位基本操作指导|工位基本指导图片:工位基本指导图片|工位上下线类型:工位上下线类型|大屏幕代码:大屏幕代码|大屏幕显示产量端口:大屏幕显示产量端口|大屏幕显示Andon大屏幕代码:大屏幕显示Andon大屏幕代码|大屏幕显示Andon端口:大屏幕显示Andon端口|是否有打印机:是否有打印机|打印机通讯端口:打印机通讯端口|工序号:工序号|工序名称:工序名称|是否有工位计算机:是否有工位计算机|是否有测量数据:是否有测量数据|是否启用MES:是否启用MES|在线状态:在线状态|是否通过监控系统保存数据:是否通过监控系统保存数据|是否监控:是否监控|返修工位号:返修工位号|工步属性:工步属性|MesServerCode:MesServerCode|MesDll:MesDll|MesWebCode:MesWebCode|订单选择权限:订单选择权限|服务器IP:服务器IP|Bar版本号:Bar版本号|监控属性代码:监控属性代码|操作","created:getIP/getNumber/searchTable","selectCode:查询|handleClose|getNumber|getIP|changeName|searchTable|exportExcel:导出|addShiftTable:增加|submitAdd:增加|editShiftTable|rowClick|copyData|submitAdd1:增加|handleDelete:删除|callOff|importOrder|removeAll|handleRemove|handleSizeChange|handleCurrentChange","11:查询:基础数据_工位信息维护_查询|2001:导出:基础数据_工位信息维护_导出|12:增加:基础数据_工位信息维护_增加|12:增加:基础数据_工位信息维护_增加|12:修改:基础数据_工位信息维护_修改|12:删除:基础数据_工位信息维护_删除|11:导入:基础数据_工位信息维护_导入校验|12:导入:基础数据_工位信息维护_导入|3:查询:SELECT [工位号] FROM [dbo].[MES_计划BOM_工位与名称]|3:查询:SELECT [设备IP],[ID] FROM [dbo].[MES_基本变量设备类型对应表] ORDER BY ID","","","包含删除操作" +"src\views\BasicDataMaintenance\VariableDeviceType\index.vue","BasicDataMaintenance","/BasicDataMaintenance/VariableDeviceType","BasicDataMaintenance / VariableDeviceType","BasicDataMaintenance / VariableDeviceType 页面支持 查询、增加、修改、删除、操作;主要控件 equipmentIP、设备IP、设备类型、请选择;表格字段 序号、设备类型、是否启用、操作。","查询|增加|修改|删除|操作","equipmentIP:equipmentIP:el-input|设备IP:form.equipmentIP:el-input|设备类型:form.equipmentType:el-input|请选择:form.enable:el-select","查询:searchOrder:查询|增加:creatOrder:增加|修改:handleEdit:修改|删除:deleteOrder:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加","序号:设备IP|设备类型:设备类型|是否启用:是否启用|操作","created:searchOrder","searchOrder|creatOrder|submitAdd:增加|callOff|deleteOrder:删除|handleEdit|submitAdd1:增加","11:查询:MES_基本变量设备类型_查询|12:增加:MES_基本变量设备类型_增加|12:删除:MES_基本变量设备类型_删除|12:修改:MES_基本变量设备类型_编辑","","","包含删除操作" +"src\views\BasicData\DistributionStation\index.vue","BasicData","/BasicData/DistributionStation","BasicData / DistributionStation","BasicData / DistributionStation 页面支持 查询、增加、删除;主要控件 请选择人员;表格字段 未识别到表格字段。","查询|增加|删除","请选择人员:peopleValue:el-select","","","created:getPeople/getNumber","getPeople|getNumber|getNumberRight","11:查询:人员名单_查询数据|12:增加:MES_Web_User_Add|12:删除:MES_Web_User_Delete|3:查询:SELECT [工位号] FROM [dbo].[MES_计划BOM_工位与名称]|3:查询:SELECT dbo.MES_Web_User.Id, dbo.MES_Web_User.UserId, dbo.MES_Web_User.OpCode, dbo.MES_Web_User.OpName, dbo.MES_计划BOM_工位与名称.工位名称 FROM dbo.MES_计划BOM_工位与名称 INNER JOIN dbo.MES_Web_User ON dbo.MES_计划BOM_工位与名称.工位代码 = dbo.MES_Web_User.OpCode WHERE (MES_Web_User.UserId = ${this.peopleValue})","","","包含删除操作" +"src\views\BasicData\EngineTypeManageMent\index.vue","BasicData","/BasicData/EngineTypeManageMent","BasicData / EngineTypeManageMent","BasicData / EngineTypeManageMent 页面支持 查询、增加、修改、删除、操作;主要控件 订货号、el-date-picker、特征码、机型类型、form.order;表格字段 序号、机型编号、机型类型、优先级、录入日期、操作。","查询|增加|修改|删除|操作","订货号:orderCode:el-input|el-date-picker:el-date-picker|特征码:form.code:el-input|机型类型:form.engineTypeCode:el-select|form.order:form.order:el-input","查询:searchTable:查询|增加:addData:增加|修改:update:修改|删除:deleteData:删除|取消:操作|确定:submitAdd1:增加|确定:submitUpdate:修改","序号:特征码|机型编号:机型编号|机型类型:机型编号|优先级:优先级|录入日期:操作时间|操作","created:searchTable","addData:增加|submitAdd1:增加|submitUpdate:修改|update:修改|deleteData:删除|searchTable|callOff|handleSizeChange|handleCurrentChange","11:增加:潍柴_缸体机型码_基本表_增加|11:修改:潍柴_缸体机型码_基本表_修改|11:删除:潍柴_缸体机型码_基本表_删除|11:查询:潍柴_缸体机型码_基本表_查询","","","包含删除操作" +"src\views\BasicData\EquipmentCapabilitySetting\index.vue","BasicData","/BasicData/EquipmentCapabilitySetting","BasicData / EquipmentCapabilitySetting","BasicData / EquipmentCapabilitySetting 页面支持 查询、增加、修改、删除、操作;主要控件 equipmentName、设备名称、设备型号、性能指标、加工能力、设备整改工时系数、设备编号、form.工艺属性代码;表格字段 设备名称、设备编号、设备型号、设备性能指标、设备加工能力、设备工时系数、设备加工工艺、班次类型、整改工时系数、预留工时系数。","查询|增加|修改|删除|操作","equipmentName:equipmentName:el-input|设备名称:form.设备名称:el-input|设备型号:form.设备型号:el-input|性能指标:form.设备性能指标:el-input|加工能力:form.设备加工能力工时:el-input|设备整改工时系数:form.整改工时比例:el-input|设备编号:form.设备编号:el-input|form.工艺属性代码:form.工艺属性代码:el-select|form.班次类型:form.班次类型:el-select|工时系数:form.设备工时系数:el-input|设备预留工时系数:form.设备预留工时系数:el-input","查询:searchTable:查询|新增:handleAdd:增加|编辑:handleEdit:修改|删除:handleDelete:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitEdit:操作","设备名称:设备名称|设备编号:设备编号|设备型号:设备型号|设备性能指标:设备性能指标|设备加工能力:设备加工能力工时|设备工时系数:设备工时系数|设备加工工艺:工艺属性|班次类型:班次类型|整改工时系数:整改工时比例|预留工时系数:设备预留工时系数|操作","created:searchTable/fetchData","fetchData|searchTable|handleAdd:增加|submitAdd:增加|handleEdit|submitEdit|callOff|handleDelete:删除|handleSizeChange|handleCurrentChange","","src\api\BasicData\EquipmentCapabilitySetting","","包含删除操作" +"src\views\BasicData\FactoryCalendar\UploadExcel.vue","BasicData","","BasicData / FactoryCalendar / UploadExcel.vue","BasicData / FactoryCalendar / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\BasicData\FactoryCalendar\index.vue","BasicData","/BasicData/FactoryCalendar","BasicData / FactoryCalendar","BasicData / FactoryCalendar 页面支持 增加、操作、修改、删除、导入;主要控件 scope.row.是否启用、addedForm.ShiftName、addedForm.ShiftCode、开始时间点、结束时间点、addedForm.ShiftUsed、addedForm.ShiftExplain、editForm.ShiftName;表格字段 日期、是否上班、序号、班次代码、开始时间、结束时间、班次描述、启用、操作。","增加|操作|修改|删除|导入","scope.row.是否启用:scope.row.是否启用:el-checkbox|addedForm.ShiftName:addedForm.ShiftName:el-input|addedForm.ShiftCode:addedForm.ShiftCode:el-input|开始时间点:addedForm.startTime:el-date-picker|结束时间点:addedForm.endTime:el-date-picker|addedForm.ShiftUsed:addedForm.ShiftUsed:el-checkbox|addedForm.ShiftExplain:addedForm.ShiftExplain:el-input|editForm.ShiftName:editForm.ShiftName:el-input|editForm.ShiftCode:editForm.ShiftCode:el-input|开始时间点:editForm.startTime:el-date-picker|结束时间点:editForm.endTime:el-date-picker|editForm.ShiftUsed:editForm.ShiftUsed:el-checkbox|editForm.ShiftExplain:editForm.ShiftExplain:el-input","确认上传:增加|上班:操作|休息:操作|返回今天:操作|新增班次:增加|编辑:editDialog:修改|删除:openDelete:删除|取消:addedCallOff:增加|确 定:addedSubmit:增加|取消:editCallOff:操作|确 定:editSubmit:操作","日期:日期|是否上班:是否上班|序号:班次名称|班次代码:班次代码|开始时间:开始时间|结束时间:结束时间|班次描述:班次描述|启用:是否启用|操作","created:fetchData","select:查询|setToday|fetchData|search|setWork|setRest|beforeUpload:导入|handleSuccess|handleAdd:增加|searchTable|searchTableShift|addedShow:增加|addedCallOff:增加|addedSubmit:增加|editDialog|editCallOff|editSubmit|update:修改|openDelete:删除|handleSizeChange|handleCurrentChange","7:导入:日历上传临时表|12:增加:KKI_日历确认导入_新增|11:导入:KKI_日历确认导入前_查询|11:SP_ShiftManagement_Query|12:增加:SP_ShiftManagement_Added|12:SP_ShiftManagement_Edit|12:SP_ShiftManagement_EditEnable|12:删除:SP_ShiftManagement_Delete","src\api\BasicData\FactoryCalendar","","包含删除操作" +"src\views\BasicData\MaintenanceEquipmentPerson\index.vue","BasicData","/BasicData/MaintenanceEquipmentPerson","BasicData / MaintenanceEquipmentPerson","BasicData / MaintenanceEquipmentPerson 页面支持 查询、增加、修改、删除、操作;主要控件 设备名称、操作者、部门名称、设备名称、班次、操作者;表格字段 设备名称、班次、操作者、操作、考勤编号、姓名、性别、工作岗位。","查询|增加|修改|删除|操作","设备名称:equipmentNameValue:el-select|操作者:operator:el-input|部门名称:departmentValue:el-select|设备名称:form.设备流水号:el-select|班次:form.班次代码:el-select|操作者:form.操作者:el-input","查询:查询|新增:增加|编辑:handleEdit:修改|删除:handleDelete:删除|确定:操作|取消:操作|确定:submitAdd:增加|确定:submitEdit:操作","设备名称:设备名称|班次:班次|操作者:操作者|操作|考勤编号:考勤编号|姓名:姓名|性别:性别|工作岗位:岗位名称","created:fetchData/getTableData","fetchData|getOperator|getTablePeople|currentPeople|getTableData|handleAdd:增加|handleEdit|submitAdd:增加|submitEdit|cancel|handleDelete:删除|handleSizeChange|handleCurrentChange","","src\api\BasicData\MaintenanceEquipmentPerson","","包含删除操作" +"src\views\BasicData\MaterialMaintenance\index.vue","BasicData","/BasicData/MaterialMaintenance","BasicData / MaterialMaintenance","BasicData / MaterialMaintenance 页面支持 查询、增加、修改、删除、操作;主要控件 请输材料名称、form.MaterialName、form2.MaterialName2;表格字段 材料名称、变更日期、操作。","查询|增加|修改|删除|操作","请输材料名称:Material:el-input|form.MaterialName:form.MaterialName:el-input|form2.MaterialName2:form2.MaterialName2:el-input","查询:featchMaterial:查询|增加:add:增加|编辑:Edit:修改|删除:delMaterial:删除|取消:callOff:操作|确定:addMaterial:增加|确定:editMaterial:操作","材料名称:材料|变更日期:操作日期|操作","created:featchMaterial","handleSizeChange|handleCurrentChange|featchMaterial|callOff|add:增加|addMaterial:增加|delMaterial|Edit|editMaterial","","src\api\BasicData\Materialmaintenance","","包含删除操作" +"src\views\BasicData\MenuManagement\index.vue","BasicData","/BasicData/MenuManagement","BasicData / MenuManagement","BasicData / MenuManagement 页面支持 增加、操作;主要控件 输入关键字进行过滤、请选择、输入关键字进行过滤、输入关键字进行过滤、请选择、form1.moduleName;表格字段 title、序号。","增加|操作","输入关键字进行过滤:filterTextLeft:el-input|请选择:roleName:el-select|输入关键字进行过滤:filterText:el-input|输入关键字进行过滤:filterTextRight:el-input|请选择:TitleValue:el-select|form1.moduleName:form1.moduleName:el-input","创建一级菜单:增加|角色: node.label moveUp(node, data)""> 上移:操作|moveDown(node, data)""> 下移:操作|returnModule(node, data)""> 移除:操作|创建二级菜单:操作|模块分配情况:操作|取消:操作|确定:submitAdd:增加","title:title|序号:角色功能","created:getRoleName/initFisrtLevel/initSecondLevel/getRoleTitle","returnModule|moveUp|moveDown|giveFirstLevel|giveSecondLevel|selectable:查询|treeCheck|handleSelectionChangeLeft:查询|handleSelectionChangeRight:查询|initFisrtLevel|initSecondLevel|addFisrtLevel:增加|submitAdd:增加|addSecondLevel:增加|fn|getRoleName|getModule|filterNode|getRoleTitle|getTitle","","src\api\BasicData\MenuManagement","","包含写入操作" +"src\views\BasicData\MiniEngineTypeManageMent\UploadExcel.vue","BasicData","","BasicData / MiniEngineTypeManageMent / UploadExcel.vue","BasicData / MiniEngineTypeManageMent / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\BasicData\MiniEngineTypeManageMent\index.vue","BasicData","/BasicData/MiniEngineTypeManageMent","BasicData / MiniEngineTypeManageMent","BasicData / MiniEngineTypeManageMent 页面支持 查询、增加、导入、导出、修改、删除、操作;主要控件 订货号、el-date-picker、订货号、机型、小机型1、小机型2、小机型3、小机型4;表格字段 序号、机型、操作、操作时间、五轴飞轮拧紧、38轴、缸盖搬运机器人、缸盖负螺栓3轴、油封压装机、小机型6。","查询|增加|导入|导出|修改|删除|操作","订货号:orderCode:el-input|el-date-picker:el-date-picker|订货号:form.orderCode:el-input|机型:form.engineType:el-input|小机型1:form.miniEngineType1:el-input|小机型2:form.miniEngineType2:el-input|小机型3:form.miniEngineType3:el-input|小机型4:form.miniEngineType4:el-input|小机型5:form.miniEngineType5:el-input|小机型6:form.miniEngineType6:el-input|小机型7:form.miniEngineType7:el-input|小机型8:form.miniEngineType8:el-input|小机型9:form.miniEngineType9:el-input|小机型10:form.miniEngineType10:el-input","查询:searchTable:查询|增加:addData:增加|小机型导入:importOrder:导入|导出:ExportExcel:导出|修改:update:修改|删除:deleteData:删除|取消:操作|确定:submitAdd1:增加|确定--> 新增:增加|移动:操作|院校维护:UniversityMaintain:操作|专业维护:MajorMaintain:操作|岗位维护:PostMaintain:操作|确认:操作|展开:expandALL:操作|编辑:修改|删除:删除|--> 关闭:FormADD:增加|--> 关闭:FormADD:增加|--> 关闭:FormADD:增加|取消:callOff:操作|确定:submit:操作|取消:callOff:操作|确定:submit:操作","节点名称:节点名称|考勤编号:考勤编号|密码:密码|姓名:姓名|性别:性别|身份证号:身份证号|学历:学历名称|入职时间:入公司时间|出生日期:出生日期|联系方式:联系电话|岗位工种:岗位名称|民族:民族|家庭住址:家庭住址|操作","created:getTreeData/fetchEducationData/fetchForeignLanguageLevelDate/fetchPostData/fetchTitletData/fetchPositionStatusData/initUniversity/initMajor","","","src\api\BasicManage\PersonnelManagement","","包含删除操作" +"src\views\BasicData\PersonnelManagement\UploadExcel.vue","BasicData","","BasicData / PersonnelManagement / UploadExcel.vue","BasicData / PersonnelManagement / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\BasicData\PersonnelManagement\index.vue","BasicData","/BasicData/PersonnelManagement","BasicData / PersonnelManagement","BasicData / PersonnelManagement 页面支持 增加、修改、删除、操作、导入;主要控件 请输入人员名称、请选择部门、department_Form.DepartmentName、people_form.AccountNumber、people_form.Password、people_form.Name、请选择性别、请选择出生日期;表格字段 文件标识|文件后缀、部门名称、考勤编号、密码、姓名、性别、身份证号、学历、入职时间、出生日期。","增加|修改|删除|操作|导入","请输入人员名称:Name:el-input|请选择部门:nodeName1:el-input|department_Form.DepartmentName:department_Form.DepartmentName:el-input|people_form.AccountNumber:people_form.AccountNumber:el-input|people_form.Password:people_form.Password:el-input|people_form.Name:people_form.Name:el-input|请选择性别:people_form.Sex:el-select|请选择出生日期:people_form.Birthday:el-date-picker|people_form.IDcard:people_form.IDcard:el-input|请选择入职时间:people_form.TimeOfEntry:el-date-picker|people_form.ContactInformation:people_form.ContactInformation:el-input|请选择学历:people_form.Education:el-select|people_form.Address:people_form.Address:el-input|people_form.Nation:people_form.Nation:el-input|请选择班组:people_form.TeamValue:el-select","新增:handleAdd:增加|编辑:handleEdit:修改|删除:deleteTable:删除|新增:增加|离职:Quit:操作|离职名单:操作|移动:操作|人员导入:importPersonnel:导入|岗位维护:postMaintain:操作|确认:操作|展开:expandALL:操作|删除:deletePhoto:删除|上传图片:导入|查看工位权限:searchOpNamePermission:操作|编辑:handleEditPeople:修改|重置密码:resetPwd:操作|删除:删除|取消:操作|确定:submitAdd:增加|确定:submitEdit:操作|关闭:操作|确定:增加|确定:操作|导入到数据库:导入|删除:deletePeople:删除|取消:操作|确定:submitPerson:操作","文件标识|文件后缀:文件标识|文件后缀|部门名称:节点名称|考勤编号:考勤编号|密码|姓名:姓名|性别:性别|身份证号:身份证号|学历:学历名称|入职时间:入公司时间|出生日期:出生日期|联系方式:联系电话|班组:班组名称|民族:民族|家庭住址:家庭住址|操作:文件标识|排序:OpName|有无权限:value|工号:考勤编号|密码:密码|岗位工种:岗位名称|家庭住址:家庭住址|操作","created:getTreeData/fetchEducationData/fetchPostData/fetchTeamViwer","fetchTeamViwer|deletePeople:删除|deletePhoto:删除|fetchEducationData|fetchPostData|getTreeData|expandALL|handleNodeClick|handleClick|uploadSuccess:导入|beforeUpload:导入|warningExceed|handlePicture|submitPerson|handleAdd:增加|handleEdit|resetPwd|importPersonnel|handleRemove|removeAll|submitAdd:增加|submitEdit|deleteTable:删除|cancel|fetchPeopleForName|addPeople:增加|submitAddPeople:增加|handleEditPeople|submitEditPeople|searchOpNamePermission|tableRowClassName|handleSizeChange|handleCurrentChange|handleSizeChangeN|handleCurrentChangeN|handleSelectionChange:查询|Quit|searchLeavingList|moveGroupConfim|hide|moveGroup|NodeClick","12:删除:人事档案管理_离职人员_删除数据|12:人事档案管理_人员名单_重置密码_MESWORK|12:导入:人员管理_导入前处理|12:导入:人员管理_导入","src\api\BasicData\PersonnelManagement","","包含删除操作" +"src\views\BasicData\PrintPositionManageMent\index.vue","BasicData","/BasicData/PrintPositionManageMent","BasicData / PrintPositionManageMent","BasicData / PrintPositionManageMent 页面支持 查询、增加、修改、删除、操作;主要控件 订货号、el-date-picker、订货号、位置名称、小机型号、系列、类别;表格字段 序号、打印编号、位置名称、小机型号、系列、类别、录入日期、操作。","查询|增加|修改|删除|操作","订货号:orderCode:el-input|el-date-picker:el-date-picker|订货号:form.orderCode:el-input|位置名称:form.positionCode:el-select|小机型号:form.miniPartType:el-input|系列:form.series:el-input|类别:form.category:el-input","查询:searchTable:查询|增加:addData:增加|修改:update:修改|删除:deleteData:删除|取消:操作|确定:submitAdd1:增加|确定:submitUpdate:修改","序号:订货号|打印编号:传递编号|位置名称:位置名称|小机型号:小机型号|系列:系列|类别:类别|录入日期:操作时间|操作","created:getDataType/searchTable","getDataType|addData:增加|submitAdd1:增加|submitUpdate:修改|update:修改|deleteData:删除|searchTable|callOff|handleSizeChange|handleCurrentChange","11:查询:潍柴_打印位置_基本表_查询|11:增加:潍柴_打印位置_对应表_增加|11:修改:潍柴_打印位置_对应表_修改|11:删除:潍柴_打印位置_对应表_删除|11:查询:潍柴_打印位置_对应表_查询","","","包含删除操作" +"src\views\BasicData\ProjectManagementDisplay\index.vue","BasicData","/BasicData/ProjectManagementDisplay","BasicData / ProjectManagementDisplay","BasicData / ProjectManagementDisplay 页面支持 查询、操作;主要控件 项目名称、机床名称;表格字段 序号、项目名称、机床图号、是否显示。","查询|操作","项目名称:projectValue:el-select|机床名称:toolNumValue:el-select","查询:查询|显示:submitEdit:操作|关闭:submitEdit1:操作","序号:合同编号|项目名称:项目名称|机床图号:机床图号|是否显示:是否显示","created:fetchData","searchData|fetchData|typeChange|submitEdit|submitEdit1","","src\api\BasicData\ProjectManagementDisplay","","只读查询为主" +"src\views\BasicData\ShiftManagement\index.vue","BasicData","/BasicData/ShiftManagement","BasicData / ShiftManagement","BasicData / ShiftManagement 页面支持 查询、增加、修改、删除、操作;主要控件 序号、序号、班次代码、是否工作;表格字段 序号、开始工作时间、结束工作时间、班次代码、是否工作、操作。","查询|增加|修改|删除|操作","序号:roleName:el-select|序号:form.serialNumber:el-input|班次代码:form.shiftCode:el-input|是否工作:form.isWork:el-select","查询:searchTable:查询|新增:addShiftTable:增加|编辑:editShiftTable:修改|删除:handleDelete:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加","序号:序号|开始工作时间:开始工作时间|结束工作时间:结束工作时间|班次代码:班次代码|是否工作:是否工作|操作","created:getNumber/searchTable","getNumber|searchTable|addShiftTable:增加|submitAdd:增加|editShiftTable|submitAdd1:增加|handleDelete:删除|callOff|handleSizeChange|handleCurrentChange","11:查询:电子看板_工作时间与班次_查询|12:增加:电子看板_工作时间与班次_增加|12:修改:电子看板_工作时间与班次_修改|12:删除:电子看板_工作时间与班次_删除|3:查询:SELECT [序号],[开始工作时间],[结束工作时间],[班次代码],CASE 是否工作 WHEN 1 THEN '工作' ELSE '不工作' End AS 是否工作 FROM [dbo].[电子看板_工作时间与班次] WHERE [序号]<>'0'","","","包含删除操作" +"src\views\BasicData\SystemLog\index.vue","BasicData","/BasicData/SystemLog","BasicData / SystemLog","BasicData / SystemLog 页面支持 查询、操作;主要控件 操作人员、开始日期;表格字段 序号、操作姓名、类型、操作日期。","查询|操作","操作人员:parentId:el-select|开始日期:dateTime:el-date-picker","查询:searchTable:查询|复制:copyData:操作","序号:ParentAccount|操作姓名:ParentName|类型:Type|操作日期:CreateTime","created:getDataType/searchTable","getDataType|searchTable|callOff|handleSizeChange|handleCurrentChange","11:查询:记录_日志_登录日志_操作人员_查询|11:查询:记录_日志_登录日志_查询","","","只读查询为主" +"src\views\BasicData\SystemRrolemaintenance\index.vue","BasicData","/BasicData/SystemRrolemaintenance","BasicData / SystemRrolemaintenance","BasicData / SystemRrolemaintenance 页面支持 查询、增加、操作;主要控件 请输入角色功能、角色功能、请选择确认操作权限、角色功能、请选择确认操作权限;表格字段 角色编号、角色功能、确认操作权限、操作日期、操作。","查询|增加|操作","请输入角色功能:RoleFunctioning:el-input|角色功能:form.角色功能:el-input|请选择确认操作权限:form.确认操作权限:el-select|角色功能:form2.角色功能:el-input|请选择确认操作权限:form2.确认操作权限:el-select","查询:searchData:查询|增加:handleAdd:增加|取消:handleEdit:操作|确定:submitAdd1:增加|取消:操作|确定:submitAdd2:增加","角色编号:角色编号|角色功能:角色功能|确认操作权限:确认操作权限|操作日期:操作日期|操作","created:fetchData","fetchData|searchData|handleEdit|submitAdd2:增加|submitAdd1:增加|handleAdd:增加|handleDelete:删除","","src\api\BasicData\SystemRrolemaintenance","","包含写入操作" +"src\views\BasicData\TimeLine\index.vue","BasicData","/BasicData/TimeLine","BasicData / TimeLine","BasicData / TimeLine 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","","","","","mounted:init","init","","","","只读查询为主" +"src\views\BasicData\UserRightsManagement\index.vue","BasicData","/BasicData/UserRightsManagement","BasicData / UserRightsManagement","BasicData / UserRightsManagement 页面支持 增加、操作、删除;主要控件 请选择、请选择模块名称、form.组件、form.标题、form.图标;表格字段 未识别到表格字段。","增加|操作|删除","请选择:roleName:el-select|请选择模块名称:modelName:el-select|form.组件:form.组件:el-input|form.标题:form.标题:el-input|form.图标:form.图标:el-input","添加模块(开发使用):增加|取消:cancel:操作|确定:submit:操作|删除模块:deleteModule:删除","","created:getRoleName/getAllModules","clearModel|getRoleName|getAllModules|filterMoudles|getmodule|roleChange|getModelData|openModelWin|cancel|submit|deleteModule:删除","","src\api\BasicData\UserRightsManagement","","包含删除操作" +"src\views\BasicData\WorkshopPersonnelRoleMana\index.vue","BasicData","/BasicData/WorkshopPersonnelRoleMana","BasicData / WorkshopPersonnelRoleMana","BasicData / WorkshopPersonnelRoleMana 页面支持 查询、增加、操作、修改、删除;主要控件 员工姓名、角色名称、请双击选择、角色名称、attendanceNumber、department、form2.staffName、角色名称;表格字段 序号、所属部门、角色名称、考勤编号、操作、姓名、性别。","查询|增加|操作|修改|删除","员工姓名:staffName:el-input|角色名称:roleName:el-select|请双击选择:form1.staffName:el-input|角色名称:form1.roleName:el-select|attendanceNumber:attendanceNumber:el-input|department:department:el-input|form2.staffName:form2.staffName:el-input|角色名称:form2.roleName:el-select","查询:查询|增加:增加|scope.row.考勤编号 scope.row.姓名 scope.row.性别 取消:submitEdit:操作|确认:操作|取 消:操作|确 定:submitAdd1:增加|取消:操作|确定:submitAdd2:增加","序号:姓名|所属部门:部门名称|角色名称:角色功能|考勤编号:考勤编号|操作|姓名:姓名|性别:性别","created:fetchData","handelAdd:增加|submitEdit|callOFF|searchData|fetchData|submitAdd1:增加|submitAdd2:增加|handleNodeClick|handleDelete:删除|dialogTableVisible|handleCurrentChange|getName","11:查询:菜单系统模块_项目角色员工综合_查询数据|11:查询:人事档案管理_部门关系_查询节点|11:查询:菜单系统模块_项目角色_查询数据_new|12:增加:菜单系统模块_项目角色员工综合_增加数据|12:修改:菜单系统模块_项目角色员工综合_修改数据|11:查询:人事档案管理_人员_部门与人员_查询数据_根据部门编号|12:删除:菜单系统模块_项目角色员工综合_删除数据","src\api\BasicData\WorkshopPersonnelRoleMana","","包含删除操作" +"src\views\BasicData\WorkshopProcessMaintenance\index.vue","BasicData","/BasicData/WorkshopProcessMaintenance","BasicData / WorkshopProcessMaintenance","BasicData / WorkshopProcessMaintenance 页面支持 增加、操作、查询、修改、删除;主要控件 form1.ProcessClassification;表格字段 序号、操作。","增加|操作|查询|修改|删除","form1.ProcessClassification:form1.ProcessClassification:el-input","新增工艺:增加|取 消:editProcess:操作|确 定:submitaddProcess:增加|确 定:submiteditProcess:操作","序号:工艺名称|操作","created:getProcess","getProcess|calloff|addProcess:增加|submitaddProcess:增加|editProcess|submiteditProcess|getRowKeys|delProcess","11:查询:工艺名称_查询|12:增加:车间生产管理工艺_基础表_工艺名称_增加数据|12:修改:车间生产管理工艺_基础表_工艺名称_修改名称及简称|12:删除:车间生产管理工艺_基础表_工艺名称_删除数据","","","包含删除操作" +"src\views\EquipmentOperationAnalysis\CurrentEquipmentMaintenancePlan\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/CurrentEquipmentMaintenancePlan","EquipmentOperationAnalysis / CurrentEquipmentMaintenancePlan","EquipmentOperationAnalysis / CurrentEquipmentMaintenancePlan 页面支持 查询;主要控件 请选择工位号;表格字段 序号、保养类型名称、计划保养时间。","查询","请选择工位号:stationNumberValue:el-select","查询:searchTable:查询","序号:工位号|保养类型名称:保养类型名称|计划保养时间:保养时间","created:getStationNumber/searchTable","tableRowClassName|getStationNumber|searchTable","11:查询:MES_计划BOM_工位与名称_查询|11:查询:设备管理_保养_当前保养类型_综合查询","","","只读查询为主" +"src\views\EquipmentOperationAnalysis\EquipmentAlarmStatistics\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/EquipmentAlarmStatistics","EquipmentOperationAnalysis / EquipmentAlarmStatistics","EquipmentOperationAnalysis / EquipmentAlarmStatistics 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、报警内容、报警起始时间、报警结束时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder1:查询|Excel:exportExcel:导出","工位号:工位号|工位名称:工位名称|报警内容:呼叫内容|报警起始时间:呼叫起始时间|报警结束时间:呼叫结束时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|drawLine|searchOrder|searchOrder1|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据工位报警全部视图_查询_分页|11:查询:测量数据工位报警全部视图_查询报表|2001:查询:测量数据工位报警全部视图_查询新","","","包含导出操作" +"src\views\EquipmentOperationAnalysis\EquipmentMaintenanceContent\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/EquipmentMaintenanceContent","EquipmentOperationAnalysis / EquipmentMaintenanceContent","EquipmentOperationAnalysis / EquipmentMaintenanceContent 页面支持 查询、增加、导入、修改、删除、操作;主要控件 请选择工位号、请选择保养类型、请选择工位号、请选择保养类型、序号、设备编号、设备名称、保养内容;表格字段 序号、设备编号、设备名称、保养内容、操作、设备编号、设备名称、设备型号、工位号。","查询|增加|导入|修改|删除|操作","请选择工位号:stationNumberValue:el-select|请选择保养类型:maintenanceTypeValue:el-select|请选择工位号:form.stationNumberValue:el-select|请选择保养类型:form.maintenanceTypeValue:el-select|序号:form.serialNumber:el-input|设备编号:form.orderNumber:el-input|设备名称:form.partName:el-input|保养内容:form.maintenanceContents:el-input|请选择工位号:stationNumberValue1:el-select|设备编号:engineTypeNumber1:el-input","查询:searchTable:查询|增加:creatOrder:增加|图片:uploadPictures:导入|修改:handleEdit:修改|删除:deleteOrder:删除|...:searchEquipment:操作|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|搜索:searchOrder1:操作|取消:操作|提交:selectSubmit:查询|取消:操作|确定:submitPicture:操作","序号:序号|设备编号:设备编号|设备名称:机床名称|保养内容:设备维护内容|操作|设备编号:设备编号|设备名称:设备名称|设备型号:设备型号|工位号:工位号","created:getStationNumber/getMaintenanceType","handleSelectionChange:查询|selectable:查询|getStationNumber|getMaintenanceType|searchOrder|searchTable|searchOrder1|searchEquipment|selectSubmit:查询|creatOrder|submitAdd:增加|callOff|deleteOrder:删除|handleEdit|submitAdd1:增加|uploadPictures:导入|handelLimit|handelLimitStyle|warningExceed|beforeUpload:导入|uploadSuccess:导入|updatePicture:修改|handlePictureCardPreview|submitPicture|tableRowClassName|handleSizeChange1|handleCurrentChange1","11:查询:MES_计划BOM_工位与名称_查询|11:查询:设备管理_保养类型_查询|11:查询:设备管理_设备维护内容_查询|11:查询:设备管理_设备维护图片_查询|11:查询:设备管理_基础表_设备台账_综合查询|12:增加:设备管理_设备维护内容_增加|12:删除:设备管理_设备维护内容_删除|12:修改:设备管理_设备维护内容_编辑|15:增加:设备管理_设备维护图片_增加新","","","包含删除操作" +"src\views\EquipmentOperationAnalysis\EquipmentMaintenancePlan\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/EquipmentMaintenancePlan","EquipmentOperationAnalysis / EquipmentMaintenancePlan","EquipmentOperationAnalysis / EquipmentMaintenancePlan 页面支持 操作、查询;主要控件 monthValue、dataC[data.day]['banCheck']、dataC[data.day]['dayCheck']、dataC[data.day]['weekCheck']、dataC[data.day]['monthCheck']、dataC[data.day]['yearCheck'];表格字段 工位号、工序名称。","操作|查询","monthValue:monthValue:el-date-picker|dataC[data.day]['banCheck']:dataC[data.day]['banCheck']:el-checkbox|dataC[data.day]['dayCheck']:dataC[data.day]['dayCheck']:el-checkbox|dataC[data.day]['weekCheck']:dataC[data.day]['weekCheck']:el-checkbox|dataC[data.day]['monthCheck']:dataC[data.day]['monthCheck']:el-checkbox|dataC[data.day]['yearCheck']:dataC[data.day]['yearCheck']:el-checkbox","保存设置:操作","工位号:工位号|工序名称:工序名称","created:initializationDate/getStationNumber","initializationDate|changeMonth|selectBox:查询|selectTime:查询|viewDayWork|getStationNumber|handleSelectionChange:查询","11:查询:MES_计划BOM_工位与名称_查询","","","包含写入操作" +"src\views\EquipmentOperationAnalysis\EquipmentMaintenanceRecordManagement\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/EquipmentMaintenanceRecordManagement","EquipmentOperationAnalysis / EquipmentMaintenanceRecordManagement","EquipmentOperationAnalysis / EquipmentMaintenanceRecordManagement 页面支持 查询、增加、修改、删除、操作;主要控件 开始日期、请选择工位号、stationName、设备编号、设备编号、设备名称、请选择维修人员、维修内容;表格字段 序号、设备编号、设备名称、维修内容、维修原因、维修人、维修时间、操作、设备编号、设备型号。","查询|增加|修改|删除|操作","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|stationName:stationName:el-input|设备编号:engineTypeNumber:el-input|设备编号:form.orderNumber:el-input|设备名称:form.partName:el-input|请选择维修人员:form.repairPersonnelValue:el-select|维修内容:form.maintenanceContent:el-input|维修原因:form.maintenanceReason:el-input|维修时间:form.maintenanceTime:el-date-picker|请选择工位号:stationNumberValue1:el-select|设备编号:engineTypeNumber1:el-input","查询:searchOrder:查询|增加:creatOrder:增加|修改:handleEdit:修改|删除:deleteOrder:删除|...:searchEquipment:操作|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|搜索:searchOrder1:操作|取消:操作|提交:selectSubmit:查询","序号:工位号|设备编号:设备编号|设备名称:设备名称|维修内容:维修内容|维修原因:维修原因|维修人:用户姓名|维修时间:维修时间|操作|设备编号:设备编号|设备型号:设备型号|工位号:工位号","created:getStationNumber/getEndStation/searchOrder/getPersonnelValue","handleSelectionChange:查询|selectable:查询|getEndStation|getPersonnelValue|getStationNumber|searchOrder|searchOrder1|searchEquipment|selectSubmit:查询|creatOrder|submitAdd:增加|callOff|deleteOrder:删除|handleEdit|submitAdd1:增加|tableRowClassName|handleSizeChange|handleCurrentChange|handleSizeChange1|handleCurrentChange1","11:查询:设备管理_设备类型_查询|11:查询:权限管理_用户信息维护_查询数据|11:查询:MES_计划BOM_工位与名称_查询|11:查询:设备管理_维修_维修记录_综合查询|11:查询:设备管理_基础表_设备台账_综合查询|12:增加:设备管理_维修_维修记录_增加|12:删除:设备管理_维修_维修记录_删除|12:修改:设备管理_维修_维修记录_修改","","","包含删除操作" +"src\views\EquipmentOperationAnalysis\Maintenancebasicequipmentinformation\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/Maintenancebasicequipmentinformation","EquipmentOperationAnalysis / Maintenancebasicequipmentinformation","EquipmentOperationAnalysis / Maintenancebasicequipmentinformation 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、stationName、设备编号、请选择设备类型、请选择工位号、请选择设备类型、设备编号、设备名称;表格字段 序号、设备名称、设备型号、设备类型、工位号、操作。","查询|增加|修改|删除|操作","请选择工位号:stationNumberValue:el-select|stationName:stationName:el-input|设备编号:engineTypeNumber:el-input|请选择设备类型:engineTypeValue:el-select|请选择工位号:form.stationNumberValue:el-select|请选择设备类型:form.engineTypeValue:el-select|设备编号:form.orderNumber:el-input|设备名称:form.partName:el-input|设备型号:form.partDrawing:el-input","查询:searchOrder:查询|增加:creatOrder:增加|修改:handleEdit:修改|删除:deleteOrder:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加","序号:设备编号|设备名称:设备名称|设备型号:设备型号|设备类型:设备类型|工位号:工位号|操作","created:getStationNumber/getEndStation/searchOrder","getEndStation|getStationNumber|searchOrder|creatOrder|submitAdd:增加|callOff|deleteOrder:删除|handleEdit|submitAdd1:增加|handleSelectionChange:查询|tableRowClassName|handleSizeChange|handleCurrentChange","11:查询:设备管理_设备类型_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:设备管理_基础表_设备台账_综合查询|12:增加:设备管理_基础表_设备台账_增加|12:删除:设备管理_基础表_设备台账_删除|12:修改:设备管理_基础表_设备台账_修改","","","包含删除操作" +"src\views\EquipmentOperationAnalysis\QualityAssuranceTrendChart\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/QualityAssuranceTrendChart","EquipmentOperationAnalysis / QualityAssuranceTrendChart","EquipmentOperationAnalysis / QualityAssuranceTrendChart 页面支持 查询;主要控件 请选择工位号、stationName、请选择拧紧位置、选择月;表格字段 未识别到表格字段。","查询","请选择工位号:stationNumberValue:el-select|stationName:stationName:el-input|请选择拧紧位置:workPositon:el-select|选择月:monthTimeData:el-date-picker","查询:searchOrder:查询","","created:getStationNumber","getWorkPositionList|getStationNumber|searchOrder|formatter","11:查询:MES_基本变量_原始数据_拧紧位置_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:质量数据趋势_月_查询","","","只读查询为主" +"src\views\EquipmentOperationAnalysis\RealTimeStatusEquipment\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/RealTimeStatusEquipment","EquipmentOperationAnalysis / RealTimeStatusEquipment","EquipmentOperationAnalysis / RealTimeStatusEquipment 页面支持 查询;主要控件 无显式筛选控件;表格字段 序号、On、Start、Fault、NoPart、Block、Time。","查询","","","序号:工位号|On:On|Start:Start|Fault:Fault|NoPart:NoPart|Block:Block|Time:时间","created:searchTable","tableRowClassName|cellStyle|searchTable","3:查询:select 工位号,机床上电 ,循环开始 ,机床故障 ,上料无件 , 下料堵塞 , lastupdatetime as 时间 from 测量数据工位机床状态 order by 工位号","","","只读查询为主" +"src\views\EquipmentOperationAnalysis\RoutineCheckInformationMaintenance\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/RoutineCheckInformationMaintenance","EquipmentOperationAnalysis / RoutineCheckInformationMaintenance","EquipmentOperationAnalysis / RoutineCheckInformationMaintenance 页面支持 导出、增加、操作、删除、查询;主要控件 工位号、选择月、点检表类型、scope.row.点检表类型名称、点检表类型、scope.row.保养项目、scope.row.点检类型、点检类型;表格字段 序号、工位名称、点检表类型、点检指导图片、操作、序号、操作、序号、点检项目、点检类型。","导出|增加|操作|删除|查询","工位号:OPnameValue:el-select|选择月:monthssss:el-date-picker|点检表类型:tableData1[scope.$index].点检表类型流水号:el-select|scope.row.点检表类型名称:scope.row.点检表类型名称:el-input|点检表类型:tableData3[scope.$index].保养周期:el-select|scope.row.保养项目:scope.row.保养项目:el-input|scope.row.点检类型:scope.row.点检类型:el-input|点检类型:scope.row.点检类型:el-select|请选择工位号:imgDialogOpName:el-select|点检类型名称:form1.点检类型名称:el-input|点检项目:form2.保养项目:el-input|点检周期:form2.保养周期:el-select|点检类型:form2.点检类型:el-select","导出日点检表:exportOut:导出|点检类型维护 新增:uploadShow:增加|确定:confirmEdit1:操作|取消:cancelEdit1:操作|点检内容维护 新增:增加|添加文件:uploadShowPDF:增加|查看文件:CheckShowPDF:操作|确定:confirmEdit2:操作|取消:cancelEdit2:操作|取消:操作|确定:submitPicture:操作|取消:操作|确定:submitPicturePDF:操作|查看:操作|打开指导文件:imgCheckDirectFile:操作|删除:deleteImgCheckDirectFileSubmit:删除|取消:操作|取消:callOff1:操作|确定:submit1:操作|取消:callOff2:操作|确定:submit2:操作","序号:工位号|工位名称:工位名称|点检表类型|点检指导图片:点检图片url|操作|序号:edit|点检表类型名称|操作:edit|序号:edit|保养周期|点检项目:edit|保养项目|点检类型:edit|点检类型|指导文件|指导文件查看|排序|操作","created:getTableData1/getTableData2/getStationNumber","getStationNumber|getTableData1|editType|getTableData2|cancelEdit1|confirmEdit1|openDelete1:删除|handleAdd1:增加|callOff1|submit1|getTableData3|cancelEdit2|confirmEdit2|openDelete2:删除|handleAdd2:增加|callOff2|submit2|exportOut|Out|uploadShow:导入|uploadShowPDF:导入|CheckShowPDF|handelLimit|handelLimitStyle|warningExceed|beforeUpload:导入|uploadSuccess:导入|uploadSuccessPDF:导入|warningExceedPdf|beforeUploadPdf:导入|handlePictureCardPreview|submitPicture|submitPicturePDF|deleteImgCheckDirectFileSubmit:删除|getImgCheckDirectFileList|imgCheckDirectFile|solvePdfUr1|callOff","11:查询:MES_计划BOM_工位与名称_查询|15:基础数据_设备工位点检表图片_保存图片|15:基础数据_点检指导文件_保存文件|12:删除:基础数据_点检指导文件_删除|11:查询:基础数据_点检指导文件_查询|11:基础数据_点检指导文件_查看文件","src\api\ManufacturingCenter\maintainInformation","","包含删除操作" +"src\views\EquipmentOperationAnalysis\SpotCheckRecord\DayCheck.vue","EquipmentOperationAnalysis","","EquipmentOperationAnalysis / SpotCheckRecord / DayCheck.vue","EquipmentOperationAnalysis / SpotCheckRecord / DayCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择月;表格字段 项次。","查询|导出","选择工位:MachineValue:el-select|选择月:dateRange:el-date-picker","查询:searchData:查询|导出:exportExcel:导出","项次","created:searchDatetime|mounted:fetchData","fetchData|searchData|exportExcel:导出|searchDatetime|columnWidth","11:查询:MES_计划BOM_工位与名称_查询|11:查询:点检日期_查询数据|2001:导出:点检日期导出_查询数据|11:查询:点检日期_查询数据_表头","","","包含导出操作" +"src\views\EquipmentOperationAnalysis\SpotCheckRecord\MoonCheck.vue","EquipmentOperationAnalysis","","EquipmentOperationAnalysis / SpotCheckRecord / MoonCheck.vue","EquipmentOperationAnalysis / SpotCheckRecord / MoonCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、item。","查询|导出","选择工位:MachineValue:el-select|选择年:dateRange:el-date-picker","查询:searchData:查询|导出:exportExcel:导出","项次:月保养项目|item:prop[index]","created:searchDatetime|mounted:fetchData","fetchData|searchData|exportExcel:导出","11:查询:MES_计划BOM_工位与名称_查询|11:查询:点检日期月_查询数据|2001:导出:点检日期月导出_查询数据|11:查询:点检日期_查询数据_表头","","","包含导出操作" +"src\views\EquipmentOperationAnalysis\SpotCheckRecord\QuarterCheck.vue","EquipmentOperationAnalysis","","EquipmentOperationAnalysis / SpotCheckRecord / QuarterCheck.vue","EquipmentOperationAnalysis / SpotCheckRecord / QuarterCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、item。","查询|导出","选择工位:MachineValue:el-select|选择年:dateRange:el-date-picker","查询:searchData:查询|导出:exportExcel:导出","项次:季保养项目|item:prop[index]","created:searchDatetime|mounted:fetchData","fetchData|searchData|exportExcel:导出","11:查询:MES_计划BOM_工位与名称_查询|11:查询:点检日期季_查询数据|2001:导出:点检日期季导出_查询数据|11:查询:点检日期_查询数据_表头","","","包含导出操作" +"src\views\EquipmentOperationAnalysis\SpotCheckRecord\WeekCheck.vue","EquipmentOperationAnalysis","","EquipmentOperationAnalysis / SpotCheckRecord / WeekCheck.vue","EquipmentOperationAnalysis / SpotCheckRecord / WeekCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、item。","查询|导出","选择工位:MachineValue:el-select|选择年:dateRange1:el-date-picker","查询:searchData:查询|导出:exportExcel:导出","项次:周保养项目|item:prop[index]","created:searchDatetime|mounted:fetchData","fetchData|searchData|exportExcel:导出|columnWidth","11:查询:MES_计划BOM_工位与名称_查询|11:查询:点检日期周_查询数据|2001:导出:点检日期周导出_查询数据|11:查询:点检日期_查询数据_表头","","","包含导出操作" +"src\views\EquipmentOperationAnalysis\SpotCheckRecord\YearCheck.vue","EquipmentOperationAnalysis","","EquipmentOperationAnalysis / SpotCheckRecord / YearCheck.vue","EquipmentOperationAnalysis / SpotCheckRecord / YearCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、项次。","查询|导出","选择工位:MachineValue:el-select|选择年:dateRange:el-date-picker","查询:searchData:查询|导出:exportExcel:导出","项次:年保养项目|项次:F1","created:searchDatetime|mounted:fetchData","fetchData|searchData|exportExcel:导出","11:查询:MES_计划BOM_工位与名称_查询|11:查询:点检日期年_查询数据|2001:导出:点检日期年导出_查询数据|11:查询:点检日期_查询数据_表头","","","包含导出操作" +"src\views\EquipmentOperationAnalysis\SpotCheckRecord\index.vue","EquipmentOperationAnalysis","/EquipmentOperationAnalysis/SpotCheckRecord","EquipmentOperationAnalysis / SpotCheckRecord","EquipmentOperationAnalysis / SpotCheckRecord 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","","","","","","","","","","只读查询为主" +"src\views\ProcessManagement\AndonMaintenance\UploadExcel.vue","ProcessManagement","","ProcessManagement / AndonMaintenance / UploadExcel.vue","ProcessManagement / AndonMaintenance / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\ProcessManagement\AndonMaintenance\index.vue","ProcessManagement","/ProcessManagement/AndonMaintenance","ProcessManagement / AndonMaintenance","ProcessManagement / AndonMaintenance 页面支持 查询、增加、导入、修改、删除、操作;主要控件 请选择工位号、请选择Andon类型、请选择工位号、请选择Andon类型、请输入编号描述、请输入物料号、零件名称、请输入零件图号;表格字段 序号、Andon类型、编号、编号描述、操作。","查询|增加|导入|修改|删除|操作","请选择工位号:stationNumberValue:el-select|请选择Andon类型:andonValue:el-select|请选择工位号:form.stationNumberValue:el-select|请选择Andon类型:form.andonValue:el-select|请输入编号描述:form.numberDescription:el-input|请输入物料号:form1.orderNumber:el-input|零件名称:form1.partName:el-input|请输入零件图号:form1.partDrawing:el-input|请输入数量:form1.number:el-input|请输入生产厂家:form1.manufactor:el-input","查询:searchOrder:查询|添加:creatOrder:增加|导入:importOrder:导入|修改:handleEdit:修改|删除:deleteInformation:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|取消:callOff1:操作|导入到数据库:导入","序号:工位号|Andon类型:安东类型描述|编号:编号|编号描述:编号描述|操作","created:getStationNumber/getEndStation/searchOrder","removeAll|handleRemove|getEndStation|getStationNumber|searchOrder|creatOrder|submitAdd:增加|callOff|importOrder|deleteInformation:删除|handleEdit|submitAdd1:增加|callOff1|handleSelectionChange:查询|tableRowClassName|handleSizeChange|handleCurrentChange","11:查询:ANDON_类型_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:ANDON_类型_编号_工艺页查询|12:增加:ANDON_类型_编号_工艺页增加|12:删除:ANDON_类型_编号_工艺页删除|12:修改:ANDON_类型_编号_工艺页编辑|11:导入:ANDON_类型_编号_导入校验|12:导入:ANDON_类型_编号_导入Excel","","","包含删除操作" +"src\views\ProcessManagement\BomEngineManagement\BomList.vue","ProcessManagement","","ProcessManagement / BomEngineManagement / BomList.vue","ProcessManagement / BomEngineManagement / BomList.vue 页面支持 查询、增加、操作、导出、修改、删除;主要控件 请选择基本机型、请选择总成号、请选择工位号、请输入零件号、请输入零件名称、请选择来源总成号、form1.FoTonPartsCodeSource、请输入目标总成号;表格字段 序号、基本型号、工位号、零件名称、零件号、数量、拷贝来源、操作。","查询|增加|操作|导出|修改|删除","请选择基本机型:bigEngine:el-select|请选择总成号:smallEngine:el-select|请选择工位号:stationNumberValue:el-select|请输入零件号:partId:el-input|请输入零件名称:partName:el-input|请选择来源总成号:form1.EngineSource:el-select|form1.FoTonPartsCodeSource:form1.FoTonPartsCodeSource:el-input|请输入目标总成号:form1.EngineTarget:el-input|请输入目标福田零件号:form1.FoTonPartsCodeTarget:el-input|请选择总成号:addForm.smallEngine:el-select|请选择工位号:addForm.opName:el-select|请输入零件名称:addForm.partName:el-input|请输入零件号:addForm.partId:el-input|请输入使用数量:addForm.size:el-input","查询:searchOrder:查询|新增:addInformation:增加|总成号拷贝:copyBOM:操作|Excel:exportExcel:导出|编辑:editInformation:修改|删除:deleteInformation:删除|取消:callOff1:操作|确定:submitAdd1:增加|取消:callOff2:增加|确定:submitUpdate:修改|确定:submitAdd:增加","序号:零件号|基本型号:基本型号|工位号:工位号|零件名称:零件名称|零件号:零件编号|数量:数量|拷贝来源:拷贝来源|操作","created:getStationNumber/getSmallEngine/getEndStation/searchOrder","tableRowClassName|getStationNumber|selectBigEngine:查询|selectCopyEngineSourceChange:查询|editInformation|addInformation:增加|deleteInformation:删除|callOff1|callOff2|submitAdd1:增加|submitUpdate:修改|submitAdd:增加|getSmallEngine|getEndStation|copyBOM|searchOrder|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:北汽福田_BOM_福田零件号_查询|12:删除:北汽福田_BOM_删除|11:北汽福田BOM_复制|11:修改:北汽福田_BOM_修改|11:增加:北汽福田_BOM_增加|11:查询:北汽福田_BOM_零件号查询|11:查询:MES_基本变量_机型代码_查询|11:查询:北汽福田_BOM_查询|2001:查询:北汽福田_BOM_查询","","","包含删除操作" +"src\views\ProcessManagement\BomEngineManagement\BomListCompare.vue","ProcessManagement","","ProcessManagement / BomEngineManagement / BomListCompare.vue","ProcessManagement / BomEngineManagement / BomListCompare.vue 页面支持 操作、查询;主要控件 请选择工位号、请选择基本机型、请选择比对零件号、请选择比对零件号、请选择查看类型;表格字段 序号、零件号、零件编号、零件名称、数量、序号、零件号、零件编号、零件名称、数量。","操作|查询","请选择工位号:stationNumberValue:el-select|请选择基本机型:bigEngine:el-select|请选择比对零件号:EngineName1:el-select|请选择比对零件号:EngineName2:el-select|请选择查看类型:selectType:el-select","比对零件号差异:searchBomList:操作|创建一级菜单:操作","序号:工位号|零件号:零件号|零件编号:零件编号|零件名称:零件名称|数量:数量|序号:工位号2|零件号:零件号2|零件编号:零件编号2|零件名称:零件名称2|数量:数量2","created:getSmallEngine/getStationNumber/getEndStation/listenerScroll","listenerScroll|getStationNumber|searchBomList|selectBigEngine:查询|getEndStation|getSmallEngine|cellClassName","11:查询:MES_计划BOM_工位与名称_查询|11:查询:北汽福田_BOM_零件差异查询|11:查询:MES_基本变量_机型代码_查询|11:查询:北汽福田_BOM_零件号查询","","","只读查询为主" +"src\views\ProcessManagement\BomEngineManagement\index.vue","ProcessManagement","/ProcessManagement/BomEngineManagement","ProcessManagement / BomEngineManagement","ProcessManagement / BomEngineManagement 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","","","","","","","","","","只读查询为主" +"src\views\ProcessManagement\InterfaceModuleMaintenance\index.vue","ProcessManagement","/ProcessManagement/InterfaceModuleMaintenance","ProcessManagement / InterfaceModuleMaintenance","ProcessManagement / InterfaceModuleMaintenance 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、请选择模块描述、请选择工位号、请选择模块描述、请选择是否禁用;表格字段 序号、模块描述、是否禁用、操作时间、操作。","查询|增加|修改|删除|操作","请选择工位号:stationNumberValue:el-select|请选择模块描述:moduleDescriptionValue:el-select|请选择工位号:form.stationNumber:el-select|请选择模块描述:form.moduleDescription:el-select|请选择是否禁用:form.isDisable:el-select","查询:searchTable:查询|新增:增加|编辑:editInformation:修改|删除:deleteInformation:删除|取消:callOff:操作|确定:submitUpdate:修改|确定:submitAdd:增加","序号:工位号|模块描述:模块描述|是否禁用:是否禁用|操作时间:操作时间|操作","created:searchTable1/getStationNumber/getModuleDescription","getStationNumber|getModuleDescription|tableRowClassName|searchTable|searchTable1|addTo:增加|submitAdd:增加|callOff|editInformation|submitUpdate:修改|deleteInformation:删除","11:查询:物料批次扫描切换_工位号_查询|11:查询:MES界面显示_模块列表_查询|11:查询:工艺管理_界面模块维护_信息查询|11:查询:工艺管理_界面模块维护_初始化查询|12:增加:工艺管理_界面模块维护_信息增加|12:修改:工艺管理_界面模块维护_信息编辑|12:删除:工艺管理_界面模块维护_信息删除","","","包含删除操作" +"src\views\ProcessManagement\LabelLanguageMaintenance\index.vue","ProcessManagement","/ProcessManagement/LabelLanguageMaintenance","ProcessManagement / LabelLanguageMaintenance","ProcessManagement / LabelLanguageMaintenance 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、标签文字、请选择、请选择工位号、请选择标签ID、请输入标签文字、请选择是否禁用;表格字段 序号、语言编号、标签ID、标签描述、是否禁用、操作时间、操作。","查询|增加|修改|删除|操作","请选择工位号:stationNumberValue:el-select|标签文字:labelText:el-input|请选择:isDisableValue:el-select|请选择工位号:form.stationNumber:el-select|请选择标签ID:form.tagID:el-select|请输入标签文字:form.tagText:el-input|请选择是否禁用:form.isDisable:el-select","查询:searchLabelText:查询|新增:增加|编辑:editInformation:修改|删除:deleteInformation:删除|取消:callOff:操作|确定:submitUpdate:修改|确定:submitAdd:增加","序号:工位号|语言编号:语言编号|标签ID:标签ID|标签描述:标签描述|是否禁用:是否禁用|操作时间:操作时间|操作","created:searchLabelText/getStationNumber","getStationNumber|tableRowClassName|searchLabelText|addTo:增加|topOrder|submitAdd:增加|callOff|editInformation|submitUpdate:修改|deleteInformation:删除","11:查询:物料批次扫描切换_工位号_查询|11:查询:工艺管理_界面标签语言维护_信息查询|12:增加:工艺管理_界面标签语言维护_信息增加|12:修改:工艺管理_界面标签语言维护_信息修改|12:删除:工艺管理_界面标签语言维护_信息删除","","","包含删除操作" +"src\views\ProcessManagement\LabelLanguageMaintenance\index2.vue","ProcessManagement","","ProcessManagement / LabelLanguageMaintenance / index2.vue","ProcessManagement / LabelLanguageMaintenance / index2.vue 页面支持 查询、操作、导入、删除;主要控件 请输入文件名称;表格字段 fileName|fileType、编辑。","查询|操作|导入|删除","请输入文件名称:processFileName:el-input","查询文件:searchTable:查询|选取工艺文件:操作|上传文件:导入","fileName|fileType:fileName|fileType|编辑","mounted:searchTableOpName/searchTable","searchTableOpName|searchTable|searchTable1|lookFile|solvePdfUrl|downLoadFile:导出|deleteFile:删除|handleRemove|beforeAvatarUpload:导入|uploadStandFile:导入|stnFileSuccess|stnFileError","11:查询:[AAA临工看板_主看板_查询数据]|11:查询:LG_临工看板_工艺管理_工艺文件查询|11:删除:LG_临工看板_工艺管理_工艺文件删除|17","","","包含删除操作" +"src\views\ProcessManagement\MaterialVerificationMaintenance\UploadExcel.vue","ProcessManagement","","ProcessManagement / MaterialVerificationMaintenance / UploadExcel.vue","ProcessManagement / MaterialVerificationMaintenance / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\ProcessManagement\MaterialVerificationMaintenance\index.vue","ProcessManagement","/ProcessManagement/MaterialVerificationMaintenance","ProcessManagement / MaterialVerificationMaintenance","ProcessManagement / MaterialVerificationMaintenance 页面支持 查询、操作、导入、导出、修改、删除、增加;主要控件 工位号、stationName、请选择产品型号、请选择工位号、请选择产品型号、el-input、请输入零件图号、零件名称;表格字段 序号、工位号、产品型号、零件图号、零件名称、零件数量、是否验证、是否主物料、操作。","查询|操作|导入|导出|修改|删除|增加","工位号:stationNumberValue:el-select|stationName:stationName:el-input|请选择产品型号:engineTypeValue:el-select|请选择工位号:form.stationNumberValue:el-select|请选择产品型号:form.engineTypeValue:el-select|el-input:el-input|请输入零件图号:form.partDrawing:el-input|零件名称:form.partName:el-input|请选择产品型号:form.verificationValue:el-select|请选择产品型号:form.mainMaterialValue:el-select|工位号:form1.stationNumberValue:el-input|请输入零件图号:form1.partDrawing:el-input|零件名称:form1.partName:el-input|请选择产品型号:form1.verificationValue:el-select|请选择产品型号:form1.mainMaterialValue:el-select|请选择产品型号:form4.engineTypeValue:el-select","查询物料:searchOrder:查询|创建物料:creatOrder:操作|复制物料:copyOrder:操作|物料导入:importOrder:导入|物料导出:exportExcel:导出|修改:handleEdit:修改|删除:deleteOrder:删除|取消:callOff:操作|确定:submitAdd:增加|取消:callOff1:操作|确定:submitAdd1:增加|导入到数据库:导入|取消:callOff4:操作|确定:submitAdd4:增加","序号:物料号|工位号:工位号|产品型号:型号|零件图号:零件图号|零件名称:零件名称|零件数量:零件数量|是否验证:是否验证|是否主物料:是否主物料|操作","created:getStationNumber/getEndStation","removeAll|handleRemove|getEndStation|getStationNumber|searchOrder|creatOrder|submitAdd:增加|callOff|copyOrder|callOff4|importOrder|deleteOrder:删除|handleEdit|submitAdd1:增加|callOff1|handleSelectionChange:查询|handleAdd:增加|searchTable|tableRowClassName|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:电子看板_装配零件_查询|11:增加:电子看板_装配零件_SPC_增加_北汽福田|12:增加:电子看板_装配零件_SPC_增加|12:删除:电子看板_装配零件_SPC_删除_北汽福田|12:修改:电子看板_装配零件_SPC_修改_北汽福田|11:增加:确认导入物料字典_新增|11:导入:生产计划导入_确认导入前临时表_查询|11:导入:电子看板_装配零件_总物料表_导入校验|12:导入:物料数据_导入Excel|2001:导出:电子看板_装配零件_总物料表_导出新","","","包含删除操作" +"src\views\ProcessManagement\MessageMaintenance\index.vue","ProcessManagement","/ProcessManagement/MessageMaintenance","ProcessManagement / MessageMaintenance","ProcessManagement / MessageMaintenance 页面支持 修改、操作;主要控件 请输入消息内容、请输入消息内容;表格字段 序号、工位名称、消息内容、最近更新时间、操作。","修改|操作","请输入消息内容:form.scollNotice:el-input|请输入消息内容:form1.scollNotice:el-input","编辑全部内容:editAll:修改|编辑:topOrder:修改|取消:callOff:操作|确定:submitUpdate:修改|取消:callOff1:操作|确定:submitUpdate1:修改","序号:工位号|工位名称:工位名称|消息内容:ScollNotice|最近更新时间:操作时间|操作","created:searchMesMessage","tableRowClassName|searchMesMessage|topOrder|callOff|submitUpdate:修改|editAll|callOff1|submitUpdate1:修改","11:MES界面显示_消息滚动_初始化|12:修改:MES界面显示_消息滚动_修改|12:修改:MES界面显示_消息滚动_修改全部","","","包含写入操作" +"src\views\ProcessManagement\MonitoringData\EngineModel.vue","ProcessManagement","","ProcessManagement / MonitoringData / EngineModel.vue","ProcessManagement / MonitoringData / EngineModel.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、发动机型号、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|发动机型号:发动机型号|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据工位_监控系统_发动机型号查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\EngineNumber.vue","ProcessManagement","","ProcessManagement / MonitoringData / EngineNumber.vue","ProcessManagement / MonitoringData / EngineNumber.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、发动机号、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|发动机号:发动机号|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据工位_监控系统_发动机号查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\LineHeadStationInformation.vue","ProcessManagement","","ProcessManagement / MonitoringData / LineHeadStationInformation.vue","ProcessManagement / MonitoringData / LineHeadStationInformation.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、发动机号、基本机型、发动机型号、托盘号、离开时间、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|订单号:订单号|发动机号:发动机号|基本机型:基本机型|发动机型号:发动机型号|托盘号:托盘号|离开时间:离开时间|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:电子看板_发动机号_线首工位查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\MeasurementDataEquipmentStatusLog.vue","ProcessManagement","","ProcessManagement / MonitoringData / MeasurementDataEquipmentStatusLog.vue","ProcessManagement / MonitoringData / MeasurementDataEquipmentStatusLog.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、发动机号、机型、信号类型代码、到达时间、离开时间、在线时间、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|订单号:订单号|发动机号:发动机号|机型:机型|信号类型代码:信号类型代码|到达时间:到达时间|离开时间:离开时间|在线时间:在线时间|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据设备状态日志_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\OfflineStation.vue","ProcessManagement","","ProcessManagement / MonitoringData / OfflineStation.vue","ProcessManagement / MonitoringData / OfflineStation.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、发动机号、机型、托盘号、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|订单号:订单号|发动机号:发动机号|机型:机型|托盘号:托盘编号|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据发动机在线状态_下线工位查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\Operator.vue","ProcessManagement","","ProcessManagement / MonitoringData / Operator.vue","ProcessManagement / MonitoringData / Operator.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、操作者工号、操作时间、员工姓名、报工时间、班次代码。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|操作者工号:操作者工号|操作时间:操作时间|员工姓名:员工姓名|报工时间:报工时间|班次代码:班次代码","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据工位_监控系统_操作者工号查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\OrderNumber.vue","ProcessManagement","","ProcessManagement / MonitoringData / OrderNumber.vue","ProcessManagement / MonitoringData / OrderNumber.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|订单号:订单号|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据工位_监控系统_订单号查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\PalletNo.vue","ProcessManagement","","ProcessManagement / MonitoringData / PalletNo.vue","ProcessManagement / MonitoringData / PalletNo.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、托盘号、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|托盘号:托盘号|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据工位_监控系统_托盘号查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\StationStatus.vue","ProcessManagement","","ProcessManagement / MonitoringData / StationStatus.vue","ProcessManagement / MonitoringData / StationStatus.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、正产上线、返修上线、在线返修、离线返修、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|正产上线:正产上线|返修上线:返修上线|在线返修:在线返修|离线返修:离线返修|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据工位_监控系统_工位状态查询_分页","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\TransferModel.vue","ProcessManagement","","ProcessManagement / MonitoringData / TransferModel.vue","ProcessManagement / MonitoringData / TransferModel.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、传递机型、操作时间。","查询","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select","查询:searchOrder:查询","工位号:工位号|传递机型:传递机型|操作时间:操作时间","created:getStationNumber","tableRowClassName|getStationNumber|searchOrder|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:测量数据工位_监控系统_传递机型","","","只读查询为主" +"src\views\ProcessManagement\MonitoringData\index.vue","ProcessManagement","/ProcessManagement/MonitoringData","ProcessManagement / MonitoringData","ProcessManagement / MonitoringData 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","","","","","","","","","","只读查询为主" +"src\views\ProcessManagement\PdfCardMaintenance\index.vue","ProcessManagement","/ProcessManagement/PdfCardMaintenance","ProcessManagement / PdfCardMaintenance","ProcessManagement / PdfCardMaintenance 页面支持 查询、导入、操作、删除;主要控件 请选择工位号、请选择机型;表格字段 排序、操作。","查询|导入|操作|删除","请选择工位号:imgDialogOpName:el-select|请选择机型:imgDialogBigType:el-select","查询:查询|上传:uploadShowPDF:导入|打开指导文件:imgCheckDirectFile:操作|删除:deleteImgCheckDirectFileSubmit:删除|取消:操作|确定:submitPicturePDF:操作|查看:操作|取消:操作","排序|操作","created:getStationNumber","getStationNumber|tableRowClassName|handelLimitStyle|handelLimit|uploadSuccessPDF:导入|handlePictureCardPreview|beforeUploadPdf:导入|warningExceedPdf|imgCheckDirectFile|solvePdfUr1|callOff|deleteImgCheckDirectFileSubmit:删除|uploadShowPDF:导入|submitPicturePDF|getImgCheckDirectFileList","11:查询:MES_计划BOM_工位与名称_查询|11:基础数据_操作指南指导文件_查看文件|12:删除:基础数据_操作指南指导文件_删除|15:基础数据_操作指南指导文件_保存文件|11:查询:基础数据_操作指南指导文件_查询","src\api\ManufacturingCenter\maintainInformation","","包含删除操作" +"src\views\ProcessManagement\ProcessPictureMaintenance\index.vue","ProcessManagement","/ProcessManagement/ProcessPictureMaintenance","ProcessManagement / ProcessPictureMaintenance","ProcessManagement / ProcessPictureMaintenance 页面支持 查询、增加、操作、修改、删除;主要控件 请选择工位号、stationName、请选择产品型号;表格字段 未识别到表格字段。","查询|增加|操作|修改|删除","请选择工位号:stationNumberValue:el-select|stationName:stationName:el-input|请选择产品型号:engineTypeValue:el-select","查询:searchTable:查询|上传:增加|取消:操作|确定:submitPicture:操作","","created:searchTable/getStationNumber/getEndStation","getStationNumber|getEndStation|tableRowClassName|searchTable|addTo:增加|handelLimit|handelLimitStyle|warningExceed|beforeUpload:导入|uploadSuccess:导入|updatePicture:修改|handlePictureCardPreview|submitPicture|callOff|callOff1|editInformation|submitUpdate:修改|deleteInformation:删除","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:电子看板_工位名称与产品型号产品图片_SPC查询|15:电子看板_工位名称与产品型号产品图片_保存图片新|12:修改:电子看板_工序内容_修改_要点理由YC|12:删除:电子看板_工序内容_删除","","","包含删除操作" +"src\views\ProcessManagement\RepairDataManagement\BomList.vue","ProcessManagement","","ProcessManagement / RepairDataManagement / BomList.vue","ProcessManagement / RepairDataManagement / BomList.vue 页面支持 查询、增加、操作、导出、修改、删除;主要控件 请选择基本机型、请选择总成号、请选择工位号、请输入零件号、请输入零件名称、请选择来源总成号、form1.FoTonPartsCodeSource、请输入目标总成号;表格字段 序号、基本型号、工位号、零件名称、零件号、数量、拷贝来源、操作。","查询|增加|操作|导出|修改|删除","请选择基本机型:bigEngine:el-select|请选择总成号:smallEngine:el-select|请选择工位号:stationNumberValue:el-select|请输入零件号:partId:el-input|请输入零件名称:partName:el-input|请选择来源总成号:form1.EngineSource:el-select|form1.FoTonPartsCodeSource:form1.FoTonPartsCodeSource:el-input|请输入目标总成号:form1.EngineTarget:el-input|请输入目标福田零件号:form1.FoTonPartsCodeTarget:el-input|请选择总成号:addForm.smallEngine:el-select|请选择工位号:addForm.opName:el-select|请输入零件名称:addForm.partName:el-input|请输入零件号:addForm.partId:el-input|请输入使用数量:addForm.size:el-input","查询:searchOrder:查询|新增:addInformation:增加|总成号拷贝:copyBOM:操作|Excel:exportExcel:导出|编辑:editInformation:修改|删除:deleteInformation:删除|取消:callOff1:操作|确定:submitAdd1:增加|取消:callOff2:增加|确定:submitUpdate:修改|确定:submitAdd:增加","序号:零件号|基本型号:基本型号|工位号:工位号|零件名称:零件名称|零件号:零件编号|数量:数量|拷贝来源:拷贝来源|操作","created:getStationNumber/getSmallEngine/getEndStation/searchOrder","tableRowClassName|getStationNumber|selectBigEngine:查询|selectCopyEngineSourceChange:查询|editInformation|addInformation:增加|deleteInformation:删除|callOff1|callOff2|submitAdd1:增加|submitUpdate:修改|submitAdd:增加|getSmallEngine|getEndStation|copyBOM|searchOrder|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:北汽福田_BOM_福田零件号_查询|12:删除:北汽福田_BOM_删除|11:北汽福田BOM_复制|11:修改:北汽福田_BOM_修改|11:增加:北汽福田_BOM_增加|11:查询:北汽福田_BOM_零件号查询|11:查询:MES_基本变量_机型代码_查询|11:查询:北汽福田_BOM_查询|2001:查询:北汽福田_BOM_查询","","","包含删除操作" +"src\views\ProcessManagement\RepairDataManagement\BomListCompare.vue","ProcessManagement","","ProcessManagement / RepairDataManagement / BomListCompare.vue","ProcessManagement / RepairDataManagement / BomListCompare.vue 页面支持 操作、查询;主要控件 请选择工位号、请选择基本机型、请选择比对零件号、请选择比对零件号、请选择查看类型;表格字段 序号、零件号、零件编号、零件名称、数量、序号、零件号、零件编号、零件名称、数量。","操作|查询","请选择工位号:stationNumberValue:el-select|请选择基本机型:bigEngine:el-select|请选择比对零件号:EngineName1:el-select|请选择比对零件号:EngineName2:el-select|请选择查看类型:selectType:el-select","比对零件号差异:searchBomList:操作|创建一级菜单:操作","序号:工位号|零件号:零件号|零件编号:零件编号|零件名称:零件名称|数量:数量|序号:工位号2|零件号:零件号2|零件编号:零件编号2|零件名称:零件名称2|数量:数量2","created:getSmallEngine/getStationNumber/getEndStation/listenerScroll","listenerScroll|getStationNumber|searchBomList|selectBigEngine:查询|getEndStation|getSmallEngine|cellClassName","11:查询:MES_计划BOM_工位与名称_查询|11:查询:北汽福田_BOM_零件差异查询|11:查询:MES_基本变量_机型代码_查询|11:查询:北汽福田_BOM_零件号查询","","","只读查询为主" +"src\views\ProcessManagement\RepairDataManagement\RepairData.vue","ProcessManagement","","ProcessManagement / RepairDataManagement / RepairData.vue","ProcessManagement / RepairDataManagement / RepairData.vue 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","","","","","","tableRowClassName","","","","只读查询为主" +"src\views\ProcessManagement\RepairDataManagement\index.vue","ProcessManagement","/ProcessManagement/RepairDataManagement","ProcessManagement / RepairDataManagement","ProcessManagement / RepairDataManagement 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","","","","","","","","","","只读查询为主" +"src\views\ProcessManagement\StepContentMaintenance\index.vue","ProcessManagement","/ProcessManagement/StepContentMaintenance","ProcessManagement / StepContentMaintenance","ProcessManagement / StepContentMaintenance 页面支持 查询、增加、操作、修改、删除;主要控件 请选择工位号、stationName、请选择产品型号、请选择工位号、请选择产品型号、请输入序号、请输入操作内容、请输入序号;表格字段 序号、操作内容、操作。","查询|增加|操作|修改|删除","请选择工位号:stationNumberValue:el-select|stationName:stationName:el-input|请选择产品型号:engineTypeValue:el-select|请选择工位号:form.stationNumber:el-select|请选择产品型号:form.moduleDescription:el-select|请输入序号:form.number:el-input|请输入操作内容:form.text:el-input|请输入序号:form1.number:el-input|请输入操作内容:form1.text:el-input|请选择工位号:form4.stationNumberValue:el-select|请选择产品型号:form4.engineTypeValue:el-select","查询:searchTable:查询|新增:增加|复制工步:copyOrder:操作|编辑:editInformation:修改|删除:deleteInformation:删除|取消:callOff:操作|确定:submitAdd:增加|取消:callOff1:操作|确定:submitUpdate:修改|取消:callOff4:操作|确定:submitAdd4:增加","序号:工步号|操作内容:操作内容|操作","created:getStationNumber/getEndStation|mounted:searchTable","getStationNumber|getEndStation|tableRowClassName|searchTable|copyOrder|callOff4|addTo:增加|submitAdd:增加|callOff|callOff1|editInformation|submitUpdate:修改|deleteInformation:删除","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:电子看板_工序内容_查询_要点理由SQ|12:增加:电子看板_工序内容_增加|12:增加:电子看板_工序内容_增加|12:修改:电子看板_工序内容_修改_要点理由YC|12:删除:电子看板_工序内容_删除","","","包含删除操作" +"src\views\ProcessManagement\WarehouseLocation\index.vue","ProcessManagement","/ProcessManagement/WarehouseLocation","ProcessManagement / WarehouseLocation","ProcessManagement / WarehouseLocation 页面支持 查询、增加、操作、修改、删除;主要控件 配方名称、工位号、stationName、操作名、工位号、请选择工位号、请选择产品型号、请输入序号;表格字段 配方号、配方名称、配方说明、操作、操作号码、工位号、操作名称、排序、工位号、操作。","查询|增加|操作|修改|删除","配方名称:repiceName:el-input|工位号:stationNumberValue:el-select|stationName:stationName:el-input|操作名:operationName:el-input|工位号:stationRepiceValue:el-select|请选择工位号:form.stationNumber:el-select|请选择产品型号:form.moduleDescription:el-select|请输入序号:form.number:el-input|请输入操作内容:form.text:el-input|请输入序号:form1.number:el-input|请输入操作内容:form1.text:el-input|请选择工位号:form4.stationNumberValue:el-select|请选择产品型号:form4.engineTypeValue:el-select","查询:searchTable:查询|新增:增加|复制配方:copyOrder:操作|编辑:editInformation:修改|删除:deleteInformation:删除|查询:searchTableOperation:查询|取消:callOff:操作|确定:submitAdd:增加|取消:callOff1:操作|确定:submitUpdate:修改|取消:callOff4:操作|确定:submitAdd4:增加","配方号:配方号|配方名称:配方名称|配方说明:配方说明|操作|操作号码:操作号码|工位号:工位号|操作名称:操作名称|排序:工位排序|工位号:工位号|操作","created:getStationNumber|mounted:searchTable/searchTableOperation","getStationNumber|tableRowClassName|searchTable|currentRepice|changeTableData|searchTableOperation|copyOrder|callOff4|addTo:增加|submitAdd:增加|callOff|callOff1|editInformation|submitUpdate:修改|deleteInformation:删除","11:查询:MES_计划BOM_工位与名称_查询|11:查询:北汽福田_配方_配方查询|11:查询:北汽福田_配方_配方详细查询|11:查询:北汽福田_配方_配方操作查询|12:增加:电子看板_工序内容_增加|12:增加:电子看板_工序内容_增加|12:修改:电子看板_工序内容_修改_要点理由YC|12:删除:电子看板_工序内容_删除","","","包含删除操作" +"src\views\ProcessManagement\processManagementPage\processManagementPage.vue","ProcessManagement","","ProcessManagement / processManagementPage / processManagementPage.vue","ProcessManagement / processManagementPage / processManagementPage.vue 页面支持 查询、操作、导入、删除;主要控件 请输入文件名称;表格字段 fileName|fileType、编辑。","查询|操作|导入|删除","请输入文件名称:processFileName:el-input","查询文件:searchTable:查询|选取工艺文件:操作|上传文件:导入","fileName|fileType:fileName|fileType|编辑","mounted:searchTableOpName/searchTable","searchTableOpName|searchTable|searchTable1|lookFile|solvePdfUrl|downLoadFile:导出|deleteFile:删除|handleRemove|beforeAvatarUpload:导入|uploadStandFile:导入|stnFileSuccess|stnFileError","11:查询:[AAA临工看板_主看板_查询数据]|11:查询:LG_临工看板_工艺管理_工艺文件查询|11:删除:LG_临工看板_工艺管理_工艺文件删除|15:导入:LG_临工看板_工艺管理_工艺文件上传","","","包含删除操作" +"src\views\ProcessParameterMaintenance\ExcelHeadMaintenance\index.vue","ProcessParameterMaintenance","/ProcessParameterMaintenance/ExcelHeadMaintenance","ProcessParameterMaintenance / ExcelHeadMaintenance","ProcessParameterMaintenance / ExcelHeadMaintenance 页面支持 导出、修改、操作、查询、增加;主要控件 选择日期、请输入内容、el-date-picker、请输入内容、请输入内容、请输入内容、请输入内容、选择制单日期;表格字段 序号、完成时间。","导出|修改|操作|查询|增加","选择日期:searchDate:el-date-picker|请输入内容:clickData.工序名称:el-input|el-date-picker:el-date-picker|请输入内容:clickData.制单人:el-input|请输入内容:clickData.版本号:el-input|请输入内容:clickData.保存期限:el-input|请输入内容:clickData.制单日期:el-input|选择制单日期:clickData.制单日期:el-date-picker|请输入内容:clickData.表单编号:el-input","导出:exportExcel:导出|全部导出:exportExcelAll:导出|修改:修改|取消:操作|保存:操作|修改:edit2:修改|取消:cancel2:操作|保存:save2:操作","序号:变速箱总成号|完成时间:下线时间","created:CreateData/ExecDatabase/searchTable/cutTableData","tableRowClassName|searchTable|add:增加|cutTableData|edit1|edit2|cancel1|cancel2|save1|save2|callOff|addRhythm:增加|edit|submitEdit|submitEdit1|submitEdit2|fromTableDataGetClickData|exportExcel:导出|exportExcelAll:导出","11:查询:生产计划_派工订单_打印记录视图_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:生产计划_派工订单_打印记录_详细_完工查询|11:查询:质量数据报表_表头数据查询|11:质量数据报表_质量数据|11:质量数据报表_过站数据|12:增加:表头信息栏_增加|12:修改:表头信息栏_修改|12:修改:生产计划_派工订单_修改_表头信息_顶部|12:修改:质量数据报表_字段数据_新增修改","","","包含写入操作" +"src\views\ProcessParameterMaintenance\MaintenanceTighteningPosition\index.vue","ProcessParameterMaintenance","/ProcessParameterMaintenance/MaintenanceTighteningPosition","ProcessParameterMaintenance / MaintenanceTighteningPosition","ProcessParameterMaintenance / MaintenanceTighteningPosition 页面支持 增加、修改、删除、操作、查询;主要控件 请选择工位号、请选择产品型号、stationName、form.serialNumber、form.positionX、form.groupNumber、form.positionY、form.orderNumber;表格字段 序号、组号、工作顺序、套筒号、位置X、位置Y、控件高度、控件宽度、扭矩、说明。","增加|修改|删除|操作|查询","请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|stationName:stationName:el-input|form.serialNumber:form.serialNumber:el-input|form.positionX:form.positionX:el-input|form.groupNumber:form.groupNumber:el-input|form.positionY:form.positionY:el-input|form.orderNumber:form.orderNumber:el-input|form.measureWidth:form.measureWidth:el-input|form.sleeveNumber:form.sleeveNumber:el-input|form.measureHeight:form.measureHeight:el-input|form.torque:form.torque:el-input|form.measureType:form.measureType:el-input|form.explain:form.explain:el-input|请选择工位号:form4.stationNumberValue:el-select|请选择产品型号:form4.engineTypeValue:el-select","增加:submitAdd:增加|修改:修改|删除:删除|预览全部:viewAllow:操作|全部清除:clearAll:操作|复制工步:copyOrder:操作|取消:callOff4:操作|确定:submitAdd4:增加","序号:序号|组号:组号|工作顺序:工作顺序|套筒号:套筒号|位置X:测量位置X|位置Y:测量位置Y|控件高度:控件高度|控件宽度:控件宽度|扭矩:扭矩|说明:说明","created:getStationNumber/getEndStation","getStationNumber|getEndStation|searchTable|searchTable1|copyOrder|callOff4|submitAdd:增加|submitUpdate:修改|deleteInformation:删除|viewAllow|clearAll|getMouseXY|tableRowClassName|rowClick|addTo:增加","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:电子看板_工位名称与产品型号产品图片_SPC查询|11:查询:电子看板_工位机型_质量数据测量位置_查询|12:增加:电子看板_工位机型_质量数据测量位置_增加|12:增加:电子看板_工位机型_质量数据测量位置_增加|12:修改:电子看板_工位机型_质量数据测量位置_修改|12:删除:电子看板_工位机型_质量数据测量位置_删除","","","包含删除操作" +"src\views\ProcessParameterMaintenance\MeasurementRangeMaintenance\index.vue","ProcessParameterMaintenance","/ProcessParameterMaintenance/MeasurementRangeMaintenance","ProcessParameterMaintenance / MeasurementRangeMaintenance","ProcessParameterMaintenance / MeasurementRangeMaintenance 页面支持 查询、修改、操作;主要控件 请选择产品型号、请选择工位号、form.measuringPosition、form.measuringProject、form.theoreticalValue、form.upLimitValue、form.lowLimitValue;表格字段 工位号、机型代码、测量位置、测量项目、理论值、值上限、值下限、测量单位、操作。","查询|修改|操作","请选择产品型号:engineTypeValue:el-select|请选择工位号:stationNumberValue:el-select|form.measuringPosition:form.measuringPosition:el-input|form.measuringProject:form.measuringProject:el-input|form.theoreticalValue:form.theoreticalValue:el-input|form.upLimitValue:form.upLimitValue:el-input|form.lowLimitValue:form.lowLimitValue:el-input","查询:searchTable:查询|编辑:edit:修改|取消:callOff:操作|确定:submitUpdate:修改","工位号:工位号|机型代码:发动机型号代码|测量位置:测量位置|测量项目:测量项目|理论值:理论值|值上限:值上限|值下限:值下限|测量单位:测量单位|操作","created:getStationNumber/getProductType","getProductType|getStationNumber|tableRowClassName|searchTable|callOff|edit|submitUpdate:修改","11:查询:MES_基本变量_机型代码_查询|11:查询:物料批次扫描切换_工位号_查询|11:查询:测量数据_测量范围_查询_简化|12:修改:基本数据_测量范围_修改","","","包含写入操作" +"src\views\ProcessParameterMaintenance\ProcessBeatMaintenance\index.vue","ProcessParameterMaintenance","/ProcessParameterMaintenance/ProcessBeatMaintenance","ProcessParameterMaintenance / ProcessBeatMaintenance","ProcessParameterMaintenance / ProcessBeatMaintenance 页面支持 查询、增加、修改、操作;主要控件 请选择产品型号、请选择产品型号、请输入节拍、请选择产品型号、请输入工序号、请输入工位名称、请输入节拍;表格字段 序号、工序号、工位名称、工序节拍、操作。","查询|增加|修改|操作","请选择产品型号:engineTypeValue1:el-select|请选择产品型号:form.engineTypeValue:el-select|请输入节拍:form.rhythm:el-input|请选择产品型号:editForm.type:el-select|请输入工序号:editForm.stationNumber:el-input|请输入工位名称:editForm.name:el-input|请输入节拍:editForm.rhythm:el-input","查询:searchTable:查询|新增:add:增加|编辑:edit:修改|取消:callOff:操作|确定:addRhythm:增加|确定:submitEdit:操作","序号:发动机型号|工序号:工序号|工位名称:工位名称|工序节拍:工序节拍|操作","created:getProductType","getProductType|tableRowClassName|searchTable|add:增加|callOff|addRhythm:增加|edit|submitEdit","11:查询:MES_基本变量_机型代码_查询|11:查询:MES_基本数据_工位节拍_查询|12:增加:MES_基本数据_工位节拍_增加|12:修改:MES_基本数据_工位节拍_修改","","","包含写入操作" +"src\views\ProcessParameterMaintenance\VerificationMmaintenanceLine\index.vue","ProcessParameterMaintenance","/ProcessParameterMaintenance/VerificationMmaintenanceLine","ProcessParameterMaintenance / VerificationMmaintenanceLine","ProcessParameterMaintenance / VerificationMmaintenanceLine 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、stationName、请选择工位号、form.outLineOP、请选择工位号、editForm.outLineOP;表格字段 工位号、线外工位号、是否禁用、操作。","查询|增加|修改|删除|操作","请选择工位号:stationNumberValue:el-select|stationName:stationName:el-input|请选择工位号:form.addStationNumberValue:el-select|form.outLineOP:form.outLineOP:el-input|请选择工位号:editForm.editStationNumberValue:el-select|editForm.outLineOP:editForm.outLineOP:el-input","查询:searchTable:查询|新增:add:增加|编辑:edit:修改|删除:deleteOutLine:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitEdit:操作","工位号:工位号|线外工位号:线外工位号|是否禁用:是否禁用|操作","created:searchTable/getStationNumber","clearStationName|assignmentStationName|getStationNumber|tableRowClassName|searchTable|add:增加|callOff|edit|submitAdd:增加|submitEdit|handleSizeChange|handleCurrentChange|deleteOutLine:删除","11:查询:物料批次扫描切换_工位号_查询|11:查询:线外工位验证_查询|12:增加:线外工位验证_增加|12:修改:线外工位验证_修改|12:删除:线外工位验证_删除","","","包含删除操作" +"src\views\PurchasingManagement\PurchaseOrder\index.vue","PurchasingManagement","/PurchasingManagement/PurchaseOrder","PurchasingManagement / PurchaseOrder","PurchasingManagement / PurchaseOrder 页面支持 操作、导出、查询、修改、删除、增加、导入;主要控件 订单号、产品名称、采购件、checked、scope.row.数量、scope.row.单价、scope.row.采购备注、合同号;表格字段 选入、采购件、图号/型号、数量、材料、收货人、订单编号、产品名称、产品详情、订单备注。","操作|导出|查询|修改|删除|增加|导入","订单号:orderNumberValue:el-select|产品名称:productNameValue:el-select|采购件:purchasedPartsValue:el-input|checked:checked:el-checkbox|scope.row.数量:scope.row.数量:el-input|scope.row.单价:scope.row.单价:el-input|scope.row.采购备注:scope.row.采购备注:el-input|合同号:contractValue:el-input|名称:materialName1:el-input|图号/型号:materialSpec1:el-input|供应商:form.供应商:el-select|供应商:form1.供应商:el-select|名称:materialName:el-input|图号/型号:materialSpec:el-input","采购合同:操作|变更物料:操作|退货通知:viewReturnedContracts:操作|导出:exportExcel:导出|scope.row.采购件 scope.row.图号或型号 scope.row.数量 scope.row.材料 scope.row.收货人 scope.row.订单编号 scope.row.产品名称 scope.row.产品详情 scope.row.订单备注 scope.row.采购期限 scope.row.累计库存 scope.row.物料备注 图纸:selectIn:查询|使用库存:useInventory:操作|隐藏:Disappear:操作|恢复:Recovery:操作|提交:Submit:操作|合同:contract:操作|图片:updatePicture:修改|scope.row.采购件 scope.row.图号或型号 scope.row.材料 scope.row.单位 (scope.row.数量 * scope.row.单价).toFixed(2) 图纸:selectOut:查询|耗材采购:操作|提交:Submit1:操作|名称: 图号/型号: 查询:contract:查询|选入:selectInput:查询|确定:confirmEdit:操作|取消:cancel:操作|取消:handleDeleteItem:删除|确定:createContract:操作|取消:callOff1:操作|确定:createContract1:操作|查询:searchMaterial:查询|取消:操作|确定:操作|取消:操作|确定:submitPicture:操作","选入:是否确认|采购件:采购件|图号/型号:图号或型号|数量:数量|材料:材料|收货人:收货人|订单编号:订单编号|产品名称:产品名称|产品详情:产品详情|订单备注:订单备注|采购期限:采购期限|库存:累计库存|物料备注:物料备注|操作:图纸|累计库存|数量|采购合同号:采购合同号|供应商:供应商|未过原因:未通过原因|操作|选出|采购件:采购件|图号/型号:图号或型号|数量:数量|单位:单位|单价(元):单价|金额(元):数量|单价|采购备注:采购备注|供应商:供应商|名称:名称|图号/型号:代号|单位:单位|序号:采购件|图号/型号:图号或型号|单位:单位|金额(元):金额|操作:edit|名称:名称|类型:类型|物料名称:物料名称|供应商:供应商|采购合同:采购合同|退货数量:退货数量|退货原因:退货原因|操作人:退货人|退货时间:退货时间","created:fetchData/searchTable/searchContract/searchNumber","viewReturnedContracts|searchTable1|updateNumber:修改|searchNumber|getNum|useInventory|fetchData|getMaterial|getOrderNumberType|getSupplier|getproductpartName|Disappear|Recovery|createContract|callOff|changeState|selectIn:查询|selectOut:查询|updateProcess:修改|Submit|Submit1|warningExceed|beforeUpload:导入|uploadSuccess:导入|updatePicture:修改|submitPicture|getData|searchTable|searchContract|searchTable2|searchTable5|consumablesProcurement|createContract1|searchTable6|callOff1|cancel|updateProcess1:修改|confirmEdit|createProduct|handleDeleteItem:删除|purchaseContract|changeMaterial|searchMaterial|selectNewMaterial:查询|submitMaterialChange|searchMaterial1|handleSelectionChange:查询|selectInput:查询|getSummaries|getSummaries1|printDrawings|contract|sortChange|handleSizeChange2|handleCurrentChange2|handleSizeChange1|handleCurrentChange1","11:查询:仓储管理_入库记录退货_查询|12:仓储管理_入库记录退货_查看|11:仓储管理_入库记录退货_未查看数量|12:采购管理_采购合同选入项_使用库存|11:查询:采购管理_订单信息_列表_查询数据|11:查询:供应商_查询|11:查询:订单信息_产品信息_查询数据|12:采购管理_采购合同选入项_隐藏|12:采购管理_采购合同选入项_恢复|12:增加:采购管理_采购合同_增加|12:增加:采购管理_采购合同明细_增加|11:查询:采购管理_采购合同明细_查询数据|12:删除:采购管理_采购合同明细_删除|11:查询:采购管理_采购合同明细_查询数据|12:修改:采购管理_采购合同明细_编辑单价|12:采购管理_采购合同_提交|12:采购管理_耗材采购合同_提交|15:导入:采购合同查询_上传图片|11:查询:采购管理_物料采购_查询数据|11:查询:采购管理_采购合同_查询数据|11:查询:采购管理_采购合同明细_查询数据|11:查询:采购管理_采购合同_查询数据|12:增加:采购管理_耗材采购合同_增加|11:查询:采购管理_耗材采购合同明细_查询数据|12:修改:采购管理_耗材采购合同明细_编辑数据|12:修改:采购管理_耗材采购合同明细_编辑数据|11:查询:采购管理_耗材采购合同明细_查询数据|12:增加:采购管理_耗材采购合同明细_增加数据|11:查询:采购管理_耗材采购合同明细_查询数据|12:删除:采购管理_耗材采购合同明细_删除数据|11:查询:采购管理_耗材采购合同明细_查询数据|11:查询:物料信息_查询|12:修改:采购管理_采购物料修改_修改数据|11:查询:物料信息_查询|12:增加:采购管理_耗材采购合同明细_增加数据|11:查询:采购管理_耗材采购合同明细_查询数据|11:查询:采购合同_图片_查询数据|3:查询:select * from 机加工MES_零件图PDF表 where 是否启用 = 1 and name = '${value}'","","","包含删除操作" +"src\views\PurchasingManagement\PurchasedPartsSearch\index.vue","PurchasingManagement","/PurchasingManagement/PurchasedPartsSearch","PurchasingManagement / PurchasedPartsSearch","PurchasingManagement / PurchasedPartsSearch 页面支持 查询;主要控件 订单号、产品名称、采购件、采购状态、开始时间;表格字段 采购状态、采购件、图号/型号、材料、采购数、用库存数、单位、单价、到货数、采购备注。","查询","订单号:orderNumberTypeValue:el-select|产品名称:productNameValue:el-select|采购件:purchasePartValue:el-input|采购状态:purchasingStatusValue:el-select|开始时间:dateRange:el-date-picker","","采购状态:采购状态|采购件:采购件|图号/型号:图号或型号|材料:材料|采购数:采购数|用库存数:使用库存数|单位:单位|单价:单价|到货数:到货数|采购备注:采购备注|采购合同号:合同号|供应商:供应商|订单号:订单号|产品名称:产品名称|交货日期:到货日期|任务下达:任务下达|采购日期:采购日期|采购期限:采购期限","created:searchTable/getPurchasingStatus/getOrderNumberType","getOrderNumberType|getProductName|getPurchasingStatus|searchTable|getSummaries|sortChange|handleSizeChanges|handleCurrentChanges","11:查询:订单信息_列表_查询数据|11:查询:订单信息_产品信息_查询数据|11:查询:采购管理_采购合同明细_采购状态_查询数据|11:查询:采购管理_采购件_查询数据","","","只读查询为主" +"src\views\PurchasingManagement\SupplierManagement\index.vue","PurchasingManagement","/PurchasingManagement/SupplierManagement","PurchasingManagement / SupplierManagement","PurchasingManagement / SupplierManagement 页面支持 查询、增加、操作、删除、修改;主要控件 供应商名称、checked、请输入供应商名称、请输入地址、请输入联系人、请输入电话号、请输入供应商名称、请输入地址;表格字段 序号、地址、联系人、电话号、合作密度、操作。","查询|增加|操作|删除|修改","供应商名称:supplierName:el-input|checked:checked:el-checkbox|请输入供应商名称:form.供应商名称:el-input|请输入地址:form.地址:el-input|请输入联系人:form.联系人:el-input|请输入电话号:form.电话号:el-input|请输入供应商名称:form1.供应商名称:el-input|请输入地址:form1.地址:el-input|请输入联系人:form1.联系人:el-input|请输入电话号:form1.电话号:el-input|请输入:form1.合作密度:el-input","查询:searchTable:查询|供应商:addCustomer:增加|取消:handleEdit:操作|确 定:submit:操作|取消:callOff:操作|确 定:confirmEdit:操作","序号:供应商名称|地址:地址|联系人:联系人|电话号:电话号|合作密度:合作密度|操作","created:fetchData","fetchData|handleEdit|searchTable|handleDelete:删除|confirmEdit|submit|addCustomer:增加|callOff|handleSizeChanges|handleCurrentChanges","11:查询:采购管理_供应商_查询数据|12:删除:采购管理_供应商_删除数据|12:修改:采购管理_供应商_修改数据|11:增加:采购管理_供应商_增加数据","","","包含删除操作" +"src\views\QualityAssurance\AssemblyQualitydataQuery\index.vue","QualityAssurance","/QualityAssurance/AssemblyQualitydataQuery","QualityAssurance / AssemblyQualitydataQuery","QualityAssurance / AssemblyQualitydataQuery 页面支持 查询、导出、操作;主要控件 工件编号、订货号、订货号ID、机型号、工单ID、工单号、测量位置、测量项目;表格字段 序号、工位名称、工件编号、机型号、订货号、订货号ID、工单ID、工单号、测量位置、测量项目。","查询|导出|操作","工件编号:engineId:el-input|订货号:orderCode:el-input|订货号ID:orderCodeId:el-input|机型号:engineType:el-input|工单ID:workOrderId:el-input|工单号:workOrderCode:el-input|测量位置:testPosition:el-input|测量项目:testItem:el-input|是否合格:isOk:el-select|请选择工位号:stationNumberValue:el-select|开始日期:dateTime:el-date-picker","查询:selectDate:查询|Excel:exportExcel:导出|关闭:操作|查看工件质量数据报表:routerToExcelData:导出","序号:指南工位号|工位名称:工序名称|工件编号:发动机号|机型号:机型号|订货号:订货号|订货号ID:订货号ID|工单ID:工单ID|工单号:工单号|测量位置:测量位置|测量项目:测量项目|测量值:测量值|理论值:理论值|上限值:上限值|下限值:下限值|测量单位:测量单位|生产日期:生产日期|合格标志:合格标志","created:getStationNumber/getEngineType/selectDate|mounted:getOrderNumber/getTraceabilityCode/getAssemblyNumber","tableRowClassName|getStationNumber|getEngineType|getOrderNumber|getTraceabilityCode|showBackData|routerToExcelData:导出|getAssemblyNumber|getBatchBarcode|getMeasuringPosition|getMeasuringProject|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据合格索引_订单号_查询|11:查询:初始化二维码_查询|11:查询:北汽福田返工_记录_查询|11:查询:测量数据合格索引_发动机号_发动机型号_查询|11:查询:物料数据_视图_物料条码批次号_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询|2001:查询:质量数据查询_综合查询新","","","包含导出操作" +"src\views\QualityAssurance\BackWorkDataSearch\index.vue","QualityAssurance","/QualityAssurance/BackWorkDataSearch","QualityAssurance / BackWorkDataSearch","QualityAssurance / BackWorkDataSearch 页面支持 查询、导出、操作;主要控件 请选择工位号、开始日期、请选择机型、请选择测量位置、请选择总成编号、请选择订单、请选择是否合格、请选择测量项目;表格字段 序号、工位名称、订单号、型号、总成编号、故障文本、备注、返工类型、返工状态、再起始工位。","查询|导出|操作","请选择工位号:stationNumberValue:el-select|开始日期:dateTime:el-date-picker|请选择机型:engineTypeValue:el-select|请选择测量位置:measuringPositionValue:el-select|请选择总成编号:assemblyNumberValue:el-select|请选择订单:orderNumberValue:el-select|请选择是否合格:isQualifiedValue:el-select|请选择测量项目:measuringProjectValue:el-select","查询:selectDate:查询|Excel:exportExcel:导出|关闭:操作|查看工件质量数据报表:routerToExcelData:导出","序号:工位号|工位名称:工位名称|订单号:订单号|型号:机型|总成编号:总成号|故障文本:故障文本|备注:备注|返工类型:返工类型|返工状态:返工状态|再起始工位:返回工位号|发现人:发现人姓名|确认人:确认人姓名|操作人:返工操作人|返工时间:操作时间","created:getStationNumber/getEngineType|mounted:getOrderNumber/getTraceabilityCode/getAssemblyNumber","tableRowClassName|getStationNumber|getEngineType|getOrderNumber|getTraceabilityCode|showBackData|routerToExcelData:导出|getAssemblyNumber|getBatchBarcode|getMeasuringPosition|getMeasuringProject|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据合格索引_订单号_查询|11:查询:初始化二维码_查询|11:查询:北汽福田返工_记录_查询|11:查询:测量数据合格索引_发动机号_发动机型号_查询|11:查询:物料数据_视图_物料条码批次号_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:北汽福田返工_记录_视图_综合查询|2001:查询:质量数据查询_综合查询新","","","包含导出操作" +"src\views\QualityAssurance\InquiryTransitInformation\index.vue","QualityAssurance","/QualityAssurance/InquiryTransitInformation","QualityAssurance / InquiryTransitInformation","QualityAssurance / InquiryTransitInformation 页面支持 查询、导出;主要控件 工件编号、订货号、订货号ID、机型号、工单ID、工单号、是否合格、请选择工位号;表格字段 指南工位号、线体位置、工位名称、工件编号、机型代码、订货号、订货号ID、机型号、工单ID、工单号。","查询|导出","工件编号:engineId:el-input|订货号:orderCode:el-input|订货号ID:orderCodeId:el-input|机型号:engineType:el-input|工单ID:workOrderId:el-input|工单号:workOrderCode:el-input|是否合格:isOk:el-select|请选择工位号:stationNumberValue:el-select|请选择工位号:stationNumberValueN:el-select|开始日期:dateTime:el-date-picker","查询:selectDate:查询|Excel:exportExcel:导出","指南工位号:指南工位号|线体位置:线体类型|工位名称:工位名称|工件编号:发动机号|机型代码:机型代码|订货号:订货号|订货号ID:订货号ID|机型号:机型号|工单ID:工单ID|工单号:工单号|到达时间:到达时间|离开时间:离开时间|在线时间(s):在线时间|是否合格:是否合格","created:getStationNumber/getStationNumberN/selectDate|mounted:getOrderNumber/getAssemblyNumber","tableRowClassName|getStationNumber|getStationNumberN|getOrderNumber|getAssemblyNumber|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:测量数据发动机在线状态_发动机号_查询|11:查询:质量数据查询_测量数据发动机在线状态_查询_NEW|2001:查询:质量数据查询_测量数据发动机在线状态_报表_NEW新","","","包含导出操作" +"src\views\QualityAssurance\LineItemQuery\index.vue","QualityAssurance","/QualityAssurance/LineItemQuery","QualityAssurance / LineItemQuery","QualityAssurance / LineItemQuery 页面支持 查询、导出;主要控件 请选择工位号、请选择机型、请选择精确追溯码、请选择总成编号、请输入精确追溯码、请选择零件名称、开始日期、请输入批次条码;表格字段 订单号、型号、总成编号、工位号、工位名称、零件数量、零件名称、零件图号、物料号、生产厂家。","查询|导出","请选择工位号:stationNumberValue:el-select|请选择机型:engineTypeValue:el-select|请选择精确追溯码:traceabilityCode:el-select|请选择总成编号:assemblyNumberValue:el-select|请输入精确追溯码:traceabilityCode:el-input|请选择零件名称:partNameValue:el-select|开始日期:dateTime:el-date-picker|请输入批次条码:batchBarcodeValue:el-input|请选择批次条码:batchBarcodeValue:el-select","查询:selectDate:查询|Excel:exportExcel:导出","订单号:订单号|型号:发动机型号|总成编号:发动机号|工位号:工位号|工位名称:工序名称|零件数量:零件数量|零件名称:零件名称|零件图号:零件图号|物料号:物料号|生产厂家:生产厂家|物料条码:物料条码|物料条码批次:物料条码批次|操作时间:操作时间","created:getStationNumber/getEngineType|mounted:getTraceabilityCode/getAssemblyNumber/getPartName","tableRowClassName|getStationNumber|getEngineType|getPartName|getTraceabilityCode|getAssemblyNumber|getBatchBarcode|getMeasuringProject|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:电子看板装配零件_零件名称_初始化查询|11:查询:初始化二维码_查询|11:查询:测量数据合格索引_发动机号_发动机型号_查询|11:查询:物料数据分线_视图_物料条码批次号_查询|11:查询:质量数据查询_测量项目|11:查询:物料数据分线_视图_查询|2001:查询:物料数据分线查询_报表新","","","包含导出操作" +"src\views\QualityAssurance\LineQualityQuery\index.vue","QualityAssurance","/QualityAssurance/LineQualityQuery","QualityAssurance / LineQualityQuery","QualityAssurance / LineQualityQuery 页面支持 查询、导出、操作;主要控件 请选择工位号、请选择机型、请选择精确追溯码、请选择总成编号、总成编号、请选择测量位置、请选择订单、开始日期;表格字段 订单号、型号、总成编号、工位号、工位名称、测量位置、测量项目、测量值、测量单位、理论值。","查询|导出|操作","请选择工位号:stationNumberValue:el-select|请选择机型:engineTypeValue:el-select|请选择精确追溯码:traceabilityCode:el-select|请选择总成编号:assemblyNumberValue:el-select|总成编号:assemblyNumber:el-input|请选择测量位置:measuringPositionValue:el-select|请选择订单:orderNumberValue:el-select|开始日期:dateTime:el-date-picker|请选择批次条码:batchBarcodeValue:el-select|请选择是否合格:isQualifiedValue:el-select|请选择测量项目:measuringProjectValue:el-select","查询:selectDate:查询|Excel:exportExcel:导出|关闭:操作|查看工件质量数据报表:routerToExcelData:导出","订单号:订单号|型号:发动机型号|总成编号:发动机号|工位号:工位号|工位名称:工位名称|测量位置:测量位置|测量项目:测量项目|测量值:测量值|测量单位:测量单位|理论值:理论值|值上限:上限值|值下限:下限值|生产日期:生产日期|操作者工号:操作者工号|合格标志:合格标志|工件标记:是否返工","created:getStationNumber/getEngineType|mounted:getOrderNumber/getTraceabilityCode/getAssemblyNumber","tableRowClassName|getStationNumber|getEngineType|getOrderNumber|showBackData|routerToExcelData:导出|getTraceabilityCode|getAssemblyNumber|getBatchBarcode|getMeasuringPosition|getMeasuringProject|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:北汽福田返工_记录_查询|11:查询:初始化二维码_查询|11:查询:测量数据合格索引_发动机号_发动机型号_查询|11:查询:物料数据分线_视图_物料条码批次号_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:质量数据_发动机分线质量数据_综合查询|2001:导出:质量数据分线_导出新","","","包含导出操作" +"src\views\QualityAssurance\MA080BarCodeScanSearch\index.vue","QualityAssurance","/QualityAssurance/MA080BarCodeScanSearch","QualityAssurance / MA080BarCodeScanSearch","QualityAssurance / MA080BarCodeScanSearch 页面支持 查询、操作;主要控件 日志类型、日志描述、开始日期;表格字段 序号、机型编号、总成号、铭牌码值、校验状态、记录时间。","查询|操作","日志类型:dataTypeValue:el-select|日志描述:valueTypeValue:el-select|开始日期:dateTime:el-date-picker","查询:searchTable:查询|复制:copyData:操作","序号:机型|机型编号:机型编号|总成号:总成号|铭牌码值:条码信息|校验状态:校验状态|记录时间:操作时间","created:getDataType/getValueType","getDataType|getValueType|searchTable|callOff|handleSizeChange|handleCurrentChange","11:查询:_日志_描述表_查询模块类型|11:查询:_日志_描述表_查询模块描述|11:查询:北汽福田_铭牌二维码记录_查询","","","只读查询为主" +"src\views\QualityAssurance\MaterialDataQuery\index.vue","QualityAssurance","/QualityAssurance/MaterialDataQuery","QualityAssurance / MaterialDataQuery","QualityAssurance / MaterialDataQuery 页面支持 查询、导出;主要控件 请选择工位号、请选择机型、请选择总成编号、请选择精确追溯码、请输入精确追溯码、请选择零件名称、开始日期、请输入批次条码;表格字段 订单号、型号、总成编号、工位号、工位名称、零件数量、零件名称、零件图号、物料号、生产厂家。","查询|导出","请选择工位号:stationNumberValue:el-select|请选择机型:engineTypeValue:el-select|请选择总成编号:assemblyNumberValue:el-select|请选择精确追溯码:traceabilityCode:el-select|请输入精确追溯码:traceabilityCode:el-input|请选择零件名称:partNameValue:el-select|开始日期:dateTime:el-date-picker|请输入批次条码:batchBarcodeValue:el-input|请选择批次条码:batchBarcodeValue:el-select","查询:selectDate:查询|Excel:exportExcel:导出","订单号:订单号|型号:发动机型号|总成编号:发动机号|工位号:工位号|工位名称:工序名称|零件数量:零件数量|零件名称:零件名称|零件图号:零件图号|物料号:物料号|生产厂家:生产厂家|物料条码:物料条码|物料条码批次:物料条码批次|操作时间:操作时间","created:getStationNumber/getEngineType|mounted:getTraceabilityCode/getAssemblyNumber/getPartName","tableRowClassName|getStationNumber|getEngineType|getPartName|getTraceabilityCode|getAssemblyNumber|getBatchBarcode|getMeasuringPosition|getMeasuringProject|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:电子看板装配零件_零件名称_初始化查询|11:查询:初始化二维码_查询|11:查询:测量数据合格索引_发动机号_发动机型号_查询|11:查询:物料数据_视图_物料条码批次号_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:物料数据_视图_查询|2001:查询:物料数据查询_报表新","","","包含导出操作" +"src\views\QualityAssurance\PatrolInspectionDataSearch\index.vue","QualityAssurance","/QualityAssurance/PatrolInspectionDataSearch","QualityAssurance / PatrolInspectionDataSearch","QualityAssurance / PatrolInspectionDataSearch 页面支持 查询、操作;主要控件 日志类型、日志描述、开始日期;表格字段 序号、工位名称、巡检内容、巡检结果、是否通过、操作者工号、巡检员工号、巡检时间。","查询|操作","日志类型:dataTypeValue:el-select|日志描述:valueTypeValue:el-select|开始日期:dateTime:el-date-picker","查询:searchTable:查询|复制:copyData:操作","序号:巡检工位|工位名称:工位名称|巡检内容:巡检内容|巡检结果:巡检结果|是否通过:通过状态|操作者工号:员工编号|巡检员工号:巡检员编号|巡检时间:巡检时间","created:getDataType/getValueType","getDataType|getValueType|searchTable|callOff|handleSizeChange|handleCurrentChange","11:查询:_日志_描述表_查询模块类型|11:查询:_日志_描述表_查询模块描述|11:查询:北汽福田_巡检记录_视图_查询","","","只读查询为主" +"src\views\QualityAssurance\ProductionPlanOrderCompletion\index.vue","QualityAssurance","/QualityAssurance/ProductionPlanOrderCompletion","QualityAssurance / ProductionPlanOrderCompletion","QualityAssurance / ProductionPlanOrderCompletion 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、订单号、机型、总成编号、合格状态、到达时间、离开时间。","查询|导出","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder1:查询|Excel:exportExcel:导出","工位号:工位号|订单号:订单号|机型:机型|总成编号:发动机号|合格状态:是否合格|到达时间:到达时间|离开时间:离开时间","created:getOrderNumber/getEndStation/getStationNumber","tableRowClassName|getEndStation|getOrderNumber|getStationNumber|drawLine|searchOrder|searchOrder1|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_计划BOM_发动机订单计划_订单完工_查询|11:MES_计划BOM_发动机订单计划_订单完工_报表|2001:MES_计划BOM_发动机订单计划_订单完工_报表新","","","包含导出操作" +"src\views\QualityAssurance\ShellDataSearch\index.vue","QualityAssurance","/QualityAssurance/ShellDataSearch","QualityAssurance / ShellDataSearch","QualityAssurance / ShellDataSearch 页面支持 查询、导出;主要控件 请选择工位号、请选择总成编号、请选择精确追溯码、请输入精确追溯码、请选择零件名称、开始日期、请输入批次条码、请选择批次条码;表格字段 工位号、订单号、型号、变速箱总成号、壳体码、操作时间。","查询|导出","请选择工位号:stationNumberValue:el-select|请选择总成编号:assemblyNumberValue:el-select|请选择精确追溯码:traceabilityCode:el-select|请输入精确追溯码:traceabilityCode:el-input|请选择零件名称:partNameValue:el-select|开始日期:dateTime:el-date-picker|请输入批次条码:batchBarcodeValue:el-input|请选择批次条码:batchBarcodeValue:el-select","查询:selectDate:查询|Excel:exportExcel:导出","工位号:工位号|订单号:订单号|型号:机型号|变速箱总成号:主线总成号|壳体码:分线总成号|操作时间:操作时间","created:getStationNumber/getEngineType|mounted:getTraceabilityCode/getAssemblyNumber/getPartName","tableRowClassName|getStationNumber|getEngineType|getPartName|getTraceabilityCode|getAssemblyNumber|getBatchBarcode|getMeasuringPosition|getMeasuringProject|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:电子看板装配零件_零件名称_初始化查询|11:查询:初始化二维码_查询|11:查询:测量数据合格索引_发动机号_发动机型号_查询|11:查询:物料数据_视图_物料条码批次号_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:北汽福田_总分线对应表_管理系统_查询|2001:查询:物料数据查询_报表新","","","包含导出操作" +"src\views\RecipeManagement\BasicDataManagement\UploadExcel.vue","RecipeManagement","","RecipeManagement / BasicDataManagement / UploadExcel.vue","RecipeManagement / BasicDataManagement / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\RecipeManagement\BasicDataManagement\index.vue","RecipeManagement","/RecipeManagement/BasicDataManagement","RecipeManagement / BasicDataManagement","RecipeManagement / BasicDataManagement 页面支持 查询、增加、导入、修改、删除、操作、导出;主要控件 数据类型、数据类型、数据名称、序号、数据描述、数据说明;表格字段 名称、序号、数据类型、数据描述、数据说明、操作。","查询|增加|导入|修改|删除|操作|导出","数据类型:dataTypeValue:el-select|数据类型:form.dataTypeValue:el-select|数据名称:form.name:el-input|序号:form.value:el-input|数据描述:form.descript:el-input|数据说明:form.comments:el-input","查询:searchTable:查询|新增:addShiftTable:增加|导入:importOrder:导入|编辑:editShiftTable:修改|删除:handleDelete:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|导入到数据库:导入","名称:name|序号:value|数据类型:type|数据描述:descript|数据说明:comments|操作","created:searchTable","searchTable|addShiftTable:增加|submitAdd:增加|editShiftTable|submitAdd1:增加|handleDelete:删除|callOff|importOrder|removeAll|handleRemove|handleSizeChange|handleCurrentChange","11:Recipe_WorkBook_Query|12:增加:Recipe_WorkBook_Add|12:修改:Recipe_WorkBook_Update|12:删除:Recipe_WorkBook_Delete|12:导出:Recipe_WorkBook_Excel","","","包含删除操作" +"src\views\RecipeManagement\ElectricalComponentParameters\UploadExcel.vue","RecipeManagement","","RecipeManagement / ElectricalComponentParameters / UploadExcel.vue","RecipeManagement / ElectricalComponentParameters / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\RecipeManagement\ElectricalComponentParameters\index.vue","RecipeManagement","/RecipeManagement/ElectricalComponentParameters","RecipeManagement / ElectricalComponentParameters","RecipeManagement / ElectricalComponentParameters 页面支持 查询、增加、导入、修改、删除、操作、导出;主要控件 电气元器件、电气元器件、配方标志、序号、描述、是否禁用、备注;表格字段 配方标志、名称、编号、描述、状态、备注、操作。","查询|增加|导入|修改|删除|操作|导出","电气元器件:dataTypeValue:el-select|电气元器件:form.dataTypeValue:el-select|配方标志:form.recipe_id:el-input|序号:form.value:el-input|描述:form.descript:el-input|是否禁用:form.active:el-select|备注:form.comments:el-input","查询:searchTable1:查询|新增:addShiftTable:增加|导入:importOrder:导入|编辑:editShiftTable:修改|删除:handleDelete:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|导入到数据库:导入","配方标志:recipe_id|名称:MachineName|编号:MachineNum|描述:Described|状态:Active|备注:Comments|操作","created:getNumber/searchTable/searchTable1","getNumber|changeName|searchTable|searchTable1|checkData|addShiftTable:增加|submitAdd:增加|editShiftTable|submitAdd1:增加|handleDelete:删除|callOff|importOrder|removeAll|handleRemove|handleSizeChange|handleCurrentChange","11:Recipe_Machine_Query|11:Recipe_Machine_Query_NEW|12:增加:Recipe_Machine_Add|12:修改:Recipe_Machine_Update_NEW|12:导出:Recipe_Machine_Excel|3:查询:SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='电气元器件动作'","","","包含删除操作" +"src\views\RecipeManagement\RecipeManagementNew\index.vue","RecipeManagement","/RecipeManagement/RecipeManagementNew","RecipeManagement / RecipeManagementNew","RecipeManagement / RecipeManagementNew 页面支持 查询、增加、操作;主要控件 工厂、工作中心、工位号、配方号、开始日期、工厂、工作中心、工位号;表格字段 工厂、工作中心、工位号、配方号、序号、动作流程描述、动作流程号、动作流程说明、创建人、创建时间。","查询|增加|操作","工厂:plantValue:el-select|工作中心:workCenterValue:el-select|工位号:opnameValue:el-select|配方号:recipeValue:el-select|开始日期:dateRange:el-date-picker|工厂:form.plantValue:el-select|工作中心:form.workCenterValue:el-select|工位号:form.opnameValue:el-select|配方号:form.recipeValue:el-select|请选择:form.value1:el-select|请选择:form.parameter1:el-select|描述:form.name1:el-input|请选择:form.value2:el-select|请选择:form.parameter2:el-select|描述:form.name2:el-input|请选择:form.value3:el-select|请选择:form.parameter3:el-select|描述:form.name3:el-input|请选择:form.value4:el-select|请选择:form.parameter4:el-select|描述:form.name4:el-input|请选择:form.value5:el-select|请选择:form.parameter5:el-select|描述:form.name5:el-input|请选择:form.value6:el-select|请选择:form.parameter6:el-select|描述:form.name6:el-input|请选择:form.value7:el-select|请选择:form.parameter7:el-select|描述:form.name7:el-input|请选择:form.value8:el-select|请选择:form.parameter8:el-select|描述:form.name8:el-input|请选择:form.value9:el-select|请选择:form.parameter9:el-select|描述:form.name9:el-input|请选择:form.value10:el-select|请选择:form.parameter10:el-select|描述:form.name10:el-input|请选择:form.value11:el-select","查询:searchTable:查询|配方增加:addShiftTable:增加|配方调整:editTable:操作|配方拷贝:copeTable:操作|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加|全选:查询|取消:操作|确定:submitCope:操作","工厂:plant|工作中心:work_center|工位号:op_no|配方号:recipe_no|序号:seq_no|动作流程描述:para_name|动作流程号:para_value|动作流程说明:para_comments|创建人:create_user|创建时间:create_date","created:getPlant/getWorkCenter/getOpname/getRecipe/getNumber/searchTable","getPlant|getWorkCenter|getOpname|getRecipe|getNumber|searchTable|searchTable1|getNumber1|writeValue|addShiftTable:增加|submitAdd:增加|editTable|rowClick|submitAdd1:增加|callOff|copeTable|selectOp:查询|submitCope|editShiftTable|handleDelete:删除|handleSizeChange|handleCurrentChange","11:Recipe_Main_Query|11:Recipe_Main_Query|11:Recipe_Machine_Query_NoPage|12:增加:Recipe_Main_Add|12:Recipe_Main_Edit|12:Recipe_Main_CheckRepeat|12:Recipe_Main_Copy|3:查询:SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='工厂'|3:查询:SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='工作中心'|3:查询:SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='工位号'|3:查询:SELECT [name],[value] FROM [dbo].[Recipe_Work_Book] where [type]='配方号'|3:查询:SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='电气元器件动作'","","","包含写入操作" +"src\views\RecipeManagement\RecipeManagement\index.vue","RecipeManagement","/RecipeManagement/RecipeManagement","RecipeManagement / RecipeManagement","RecipeManagement / RecipeManagement 页面支持 查询、增加、修改、删除、操作;主要控件 发动机型号、发动机型号、发动机机型标志、总成物料号、请选择、请选择、请选择;表格字段 序号、发动机机型标志、配方号、总成物料号、规格(大机型)、型号(小机型)、是否禁用、操作。","查询|增加|修改|删除|操作","发动机型号:equipmentType:el-input|发动机型号:form.equipmentType:el-input|发动机机型标志:form.equipmentSign:el-input|总成物料号:form.itemNo:el-input|请选择:form.boxSign:el-select|请选择:form.tonnageSign:el-select|请选择:form.enDisable:el-select","查询:searchOrder:查询|增加:creatOrder:增加|修改:handleEdit:修改|删除:deleteOrder:删除|取消:callOff:操作|确定:submitAdd:增加|确定:submitAdd1:增加","序号:发动机型号|发动机机型标志:发动机机型标志|配方号:配方号|总成物料号:总成物料号|规格(大机型):箱体名称|型号(小机型):吨位名称|是否禁用:是否禁用|操作","created:getBox/getTonnageSign/searchOrder","getBox|getTonnageSign|searchOrder|creatOrder|submitAdd:增加|callOff|deleteOrder:删除|handleEdit|submitAdd1:增加","11:查询:MES_基本变量_机型代码_查询数据|12:增加:MES_基本变量_机型代码_增加数据|12:删除:MES_基本变量_机型代码_删除数据|12:修改:MES_基本变量_机型代码_编辑数据|3:查询:SELECT [箱体标志],[箱体名称]FROM [MES_基本变量_机型代码_箱体标志]|3:查询:SELECT [吨位标志],[吨位名称]FROM [MES_基本变量_机型代码_吨位标志]","","","包含删除操作" +"src\views\SearchData\AlarmAnalysis\index.vue","SearchData","/SearchData/AlarmAnalysis","SearchData / AlarmAnalysis","SearchData / AlarmAnalysis 页面支持 操作、查询、导出;主要控件 开始时间、结束时间;表格字段 报警类型、工位名称、处理状态、报警开始时间、报警结束时间、操作时间。","操作|查询|导出","开始时间:startTime:el-date-picker|结束时间:endTime:el-date-picker","111:操作|查询:searchChart:查询|导出EXCEL:导出","报警类型:测量项目|工位名称:工位号|处理状态:信号值|报警开始时间:报警开始时间|报警结束时间:报警结束时间|操作时间:操作时间","created:fetchData/measureSelect","tableRowClassName|fetchData|handleSizeChange|handleCurrentChange|handleDownload:导出|formatJson|drawLine|color|searchChart|searchChart2|drawLine2","11:查询:设备报警_报警历史查询_管理软件分页|3:查询:select * from [报警数据_大柴]|3:查询:select 测量项目 ,COUNT(测量项目) as 次数 from 报警数据_大柴|3:查询:SELECT 呼叫类型代码,[呼叫类型名称],SUM(停台时间 ) as 停台时间 FROM dbo.安东_安东呼叫详情_主记录_视图 where 三级人员呼叫时间>='${this.startTime}' and 三级人员呼叫时间<='${this.endTime}' GROUP BY 呼叫类型代码 ,[呼叫类型名称] order by 停台时间 desc","","","包含导出操作" +"src\views\SearchData\FTTTrendChart\index.vue","SearchData","/SearchData/FTTTrendChart","SearchData / FTTTrendChart","SearchData / FTTTrendChart 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 ID、日期、item。","查询|导出","开始日期:timeFrame:el-date-picker|请选择:station:el-select","--> 日期: 工位号: 查询:查询|Excel:exportExcel:导出","ID:ID|日期:日期|item","created:getStation/searchChartData4_opPlanCount/searchTable56|mounted:searchChartData4_opPlanCount","getStation|changeHourRange|set_cell_style|searchTable|exportExcel:导出|calculateCellWidth|searchChartData4|drawDashboardTwo|searchChartData4_opPlanCount|searchTable56","11:查询:MES_计划BOM_工位与名称_查询|11:SP_His_StationJPH_TableHeaderQuery|11:SP_His_StationJPH_Query|11:Visualization_HoursOutput_Query|11:SP_Config_BeatCountOpName_Query|11:Visualization_JPH_FiveOp_Query","","","包含导出操作" +"src\views\SearchData\JPHTrendChart\index.vue","SearchData","/SearchData/JPHTrendChart","SearchData / JPHTrendChart","SearchData / JPHTrendChart 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 序号、总平均节拍(s)、item.时间。","查询|导出","开始日期:timeFrame:el-date-picker|请选择:station:el-select","查询:searchTable:查询|Excel:exportExcel:导出","序号:StationName|总平均节拍(s):AB|item.时间","created:getStation","sortChange|initCharDom|select1:查询|getStation|searchTable|drawDashboardOne|exportExcel:导出|handleSizeChanges|handleCurrentChanges","11:查询:MES_计划BOM_工位与名称_查询|11:SP_His_StationBeat_TableHeaderQuery|11:SP_His_StationBeat_Query|11:SP_His_StationBeat_TableHeaderQuery|2001:导出:SP_His_StationBeat_ExportExcel","","","包含导出操作" +"src\views\SearchData\OEEQuerySearch\index.vue","SearchData","/SearchData/OEEQuerySearch","SearchData / OEEQuerySearch","SearchData / OEEQuerySearch 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 序号、OEE(%)、item.时间。","查询|导出","开始日期:timeFrame:el-date-picker|请选择:station:el-select","查询:searchTable:查询|Excel:exportExcel:导出","序号:StationName|OEE(%):AB|item.时间","created:getStation","select1:查询|getStation|searchTable|exportExcel:导出|handleSizeChanges|handleCurrentChanges","11:查询:MES_计划BOM_工位与名称_查询|11:SP_His_StationOEE_TableHeaderQuery|11:SP_His_StationOEE_Query|11:SP_His_StationOEE_TableHeaderQuery|2001:导出:SP_His_StationOEE_ExportExcel","","","包含导出操作" +"src\views\SearchData\OEETrendChart\index.vue","SearchData","/SearchData/OEETrendChart","SearchData / OEETrendChart","SearchData / OEETrendChart 页面支持 查询、导出、增加;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 序号、工厂、GPP、NICT、NAT、OEE、OpCode、OpName、StaticTime、CreateTime。","查询|导出|增加","开始日期:dateTime:el-date-picker|请选择工位号:stationNumberValue:el-select|请选择产品型号:engineTypeValue:el-select|请选择订单:orderNumberValue:el-select","查询:searchOrder1:查询|Excel:exportExcel:导出","序号:Id|工厂:Factory|GPP:GPP|NICT:NICT|NAT:NAT|OEE:OEE|OpCode:OpCode|OpName:OpName|StaticTime:StaticTime|CreateTime:CreateTime","created:initialization/getStationNumber","initialization|DateDiff|JudgeDateTime|getStationNumber|drawLine|searchOrder|searchOrder1|tableRowClassName|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:Data_WorkStationOEE_Statistic_Form|11:增加:Data_WorkStationOEE_Statistic_Add","","","包含写入操作" +"src\views\SearchData\ProductElectronicFile\index.vue","SearchData","/SearchData/ProductElectronicFile","SearchData / ProductElectronicFile","SearchData / ProductElectronicFile 页面支持 查询、导出;主要控件 开始日期、请选择总成编号、请选择订单;表格字段 订单号、机型、总成编号、上线时间、工位号、到达时间、离开时间、在线时间(s)、操作者工号、是否合格。","查询|导出","开始日期:dateTime:el-date-picker|请选择总成编号:assemblyNumberValue:el-select|请选择订单:orderNumberValue:el-select","查询:selectDate:查询|Excel:exportExcel:导出","订单号:订单号|机型:机型|总成编号:发动机号|上线时间:到达时间|工位号:工位号|到达时间:到达时间|离开时间:离开时间|在线时间(s):在线时间|操作者工号:操作者工号|是否合格:是否合格|操作时间:操作时间|型号:发动机型号|工位号:工位号|工位名称:工序名称|零件数量:零件数量|零件名称:零件名称|零件图号:零件图号|物料号:物料号|生产厂家:生产厂家|物料条码:物料条码|物料条码批次:物料条码批次|序号:订单号|机型:发动机型号|工位名称:工位名称|测量位置:测量位置|测量项目:测量项目|测量值:测量值|理论值:理论值|上限值:上限值|下限值:下限值|测量单位:测量单位|理论值:理论值|值上限:上限值|值下限:下限值|生产日期:生产日期|操作者工号:操作者工号|合格标志:合格标志","created:getStationNumber/getStationNumberN|mounted:getOrderNumber/getAssemblyNumber","tableRowClassName|getStationNumber|getStationNumberN|getOrderNumber|getAssemblyNumber|selectDate:查询|selectDate1:查询|exportExcel:导出|handleSizeChange|handleCurrentChange|handleSizeChange1|handleCurrentChange1|handleSizeChange2|handleCurrentChange2|handleSizeChange3|handleCurrentChange3","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:测量数据发动机在线状态_订单号_查询|11:查询:测量数据发动机在线状态_发动机号_查询|11:查询:电子档案_发动机号_查询|11:查询:电子档案_过站信息_查询|11:查询:电子档案_物料数据_查询|11:查询:电子档案_质量数据_查询|2005:导出:产品电子档案_导出_查询数据|11:查询:电子档案_过站信息_查询|11:查询:电子档案_过站信息_查询|11:查询:电子档案_物料信息_查询|11:查询:电子档案_物料信息_查询|11:查询:电子档案_质量数据_查询|11:查询:电子档案_质量数据_查询","","","包含导出操作" +"src\views\SearchData\ProductQuery\index.vue","SearchData","/SearchData/ProductQuery","SearchData / ProductQuery","SearchData / ProductQuery 页面支持 查询、导出、操作;主要控件 请选择工位号、请选择机型、请选择测量位置、请选择总成编号、请选择质量类型、请选择订单、开始日期、请选择是否合格;表格字段 序号、型号、总成编号、工位号、工位名称、测量位置、测量项目、测量值、理论值、上限值。","查询|导出|操作","请选择工位号:stationNumberValue:el-select|请选择机型:engineTypeValue:el-select|请选择测量位置:measuringPositionValue:el-select|请选择总成编号:assemblyNumberValue:el-select|请选择质量类型:qualityTypeValue:el-select|请选择订单:orderNumberValue:el-select|开始日期:dateTime:el-date-picker|请选择是否合格:isQualifiedValue:el-select|请选择测量项目:measuringProjectValue:el-select","查询:selectDate:查询|Excel:exportExcel:导出|关闭:操作|查看工件质量数据报表:routerToExcelData:导出","序号:订单号|型号:发动机型号|总成编号:发动机号|工位号:工位号|工位名称:工位名称|测量位置:测量位置|测量项目:测量项目|测量值:测量值|理论值:理论值|上限值:上限值|下限值:下限值|测量单位:测量单位|理论值:理论值|值上限:上限值|值下限:下限值|生产日期:生产日期|操作者工号:操作者工号|合格标志:合格标志","created:getStationNumber/getEngineType|mounted:getOrderNumber/getTraceabilityCode/getAssemblyNumber","tableRowClassName|getStationNumber|getEngineType|getOrderNumber|getTraceabilityCode|showBackData|routerToExcelData:导出|getAssemblyNumber|getBatchBarcode|getMeasuringPosition|getMeasuringProject|selectDate:查询|exportExcel:导出|handleSizeChange|handleCurrentChange","11:查询:MES_计划BOM_工位与名称_查询|11:查询:MES_基本变量_机型代码_查询|11:查询:测量数据合格索引_订单号_查询|11:查询:初始化二维码_查询|11:查询:北汽福田返工_记录_查询|11:查询:测量数据合格索引_发动机号_发动机型号_查询|11:查询:物料数据_视图_物料条码批次号_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询|2001:查询:质量数据查询_综合查询新","","","包含导出操作" +"src\views\SearchData\ProductionDataChart\index.vue","SearchData","/SearchData/ProductionDataChart","SearchData / ProductionDataChart","SearchData / ProductionDataChart 页面支持 查询;主要控件 选择月、选择日期;表格字段 未识别到表格字段。","查询","选择月:dateMonth:el-date-picker|选择日期:dateDay:el-date-picker","查询:searchChartData:查询|查询:searchChartData2:查询","","created:getStation/searchTable56/getTodayDate|mounted:initChart/searchChartData/searchChartData2","getStation|getTodayDate|initChart|searchChartData|searchChartData2|changeHourRange|set_cell_style|drawDashboardOne|drawDashboardTow|searchTable|exportExcel:导出|calculateCellWidth|searchChartData4|drawDashboardTwo|searchChartData4_opPlanCount|searchTable56","11:查询:MES_计划BOM_工位与名称_查询|11:查询:日产量统计|11:查询:小时产量统计|11:SP_His_StationJPH_TableHeaderQuery|11:SP_His_StationJPH_Query|11:Visualization_HoursOutput_Query|11:SP_Config_BeatCountOpName_Query|11:Visualization_JPH_FiveOp_Query","","","只读查询为主" +"src\views\SearchData\QualityData_XR\index.vue","SearchData","/SearchData/QualityData_XR","SearchData / QualityData_XR","SearchData / QualityData_XR 页面支持 查询;主要控件 开始日期、工位号、零件号、测量位置、测量内容、样本容量、样本个数;表格字段 未识别到表格字段。","查询","开始日期:dateTime:el-date-picker|工位号:opName:el-select|零件号:model:el-select|测量位置:measureName:el-select|测量内容:measureContent:el-select|样本容量:sampleSize:el-select|样本个数:sampleNumber:el-select","查询:getLine:查询","","created:machineTypeSelect","opNameClear|fetchData|machineTypeSelect:查询|opNameSelect:查询|measureSelect:查询|eval|getLine|searchChart1|searchChart2|drawLine2|drawLine3|max|handleDownload:导出|formatJson","11:查询:质量数据查询_基本机型_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:SPC分析_去重字段_查询|11:查询:SPC分析_去重字段_查询|11:查询:SPC分析_去重字段_查询","src\api\SPCanalysis\QualityData_XR","","只读查询为主" +"src\views\SearchData\QualityData_XS\index.vue","SearchData","/SearchData/QualityData_XS","SearchData / QualityData_XS","SearchData / QualityData_XS 页面支持 查询;主要控件 开始日期、工位号、零件号、测量位置、测量内容、样本容量、样本个数;表格字段 未识别到表格字段。","查询","开始日期:dateTime:el-date-picker|工位号:opName:el-select|零件号:model:el-select|测量位置:measureName:el-select|测量内容:measureContent:el-select|样本容量:sampleSize:el-select|样本个数:sampleNumber:el-select","查询:getLine:查询","","created:machineTypeSelect","opNameClear|fetchData|machineTypeSelect:查询|opNameSelect:查询|measureSelect:查询|eval|getLine|searchChart|drawLine1|drawLine2|max|handleDownload:导出|formatJson","11:查询:质量数据查询_基本机型_查询|11:查询:MES_计划BOM_工位与名称_查询|11:查询:质量数据查询_测量位置|11:查询:质量数据查询_测量项目|11:查询:SPC分析_去重字段_查询|11:查询:SPC分析_去重字段_查询|11:查询:SPC分析_去重字段_查询","src\api\SPCanalysis\QualityData_XS","","只读查询为主" +"src\views\SearchData\QualityDatasearch\UploadExcel.vue","SearchData","","SearchData / QualityDatasearch / UploadExcel.vue","SearchData / QualityDatasearch / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。","导入","","浏览:导入","","","","","","","包含写入操作" +"src\views\SearchData\QualityDatasearch\index.vue","SearchData","/SearchData/QualityDatasearch","SearchData / QualityDatasearch","SearchData / QualityDatasearch 页面支持 操作、导出、导入、查询;主要控件 开始日期、工位号、请选择零件号、请选择测量位置、测量内容;表格字段 序号、发动机号、工位号、测量位置、测量项目、测量值、单位、理论值。","操作|导出|导入|查询","开始日期:dateTime:el-date-picker|工位号:opName:el-select|请选择零件号:model:el-select|请选择测量位置:measureName:el-select|测量内容:measureContent:el-select","搜索:searchChart:操作|Excel:导出| 日期: 工位号: 查询", + "action": "查询", + "click": "searchChartData4_opPlanCount", + "method": "", + "icon": "el-icon-refresh", + "type": "text" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "ID", + "prop": "ID", + "width": "50px", + "fixed": "" + }, + { + "label": "日期", + "prop": "日期", + "width": "105px", + "fixed": "" + }, + { + "label": "item", + "prop": "", + "width": "calculateCellWidth(item)", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation", + "searchChartData4_opPlanCount", + "searchTable56" + ] + }, + { + "hook": "mounted", + "calls": [ + "searchChartData4_opPlanCount" + ] + } + ], + "methods": [ + { + "name": "getStation", + "action": "", + "line": 208 + }, + { + "name": "changeHourRange", + "action": "", + "line": 222 + }, + { + "name": "set_cell_style", + "action": "", + "line": 242 + }, + { + "name": "searchTable", + "action": "", + "line": 261 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 316 + }, + { + "name": "calculateCellWidth", + "action": "", + "line": 377 + }, + { + "name": "searchChartData4", + "action": "", + "line": 385 + }, + { + "name": "drawDashboardTwo", + "action": "", + "line": 415 + }, + { + "name": "searchChartData4_opPlanCount", + "action": "", + "line": 493 + }, + { + "name": "searchTable56", + "action": "", + "line": 505 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 211, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_TableHeaderQuery", + "line": 272, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_Query", + "line": 280, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_HoursOutput_Query", + "line": 389, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_Config_BeatCountOpName_Query", + "line": 495, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_JPH_FiveOp_Query", + "line": 507, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / FTTTrendChart 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 ID、日期、item。", + "keywords": [ + "src", + "views", + "SearchData", + "FTTTrendChart", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择", + "日期", + "工位号", + "Excel", + "ID", + "item", + "MES_计划BOM_工位与名称_查询", + "SP_His_StationJPH_TableHeaderQuery", + "SP_His_StationJPH_Query", + "Visualization_HoursOutput_Query", + "SP_Config_BeatCountOpName_Query", + "Visualization_JPH_FiveOp_Query", + "开始", + "始日", + "开始日", + "始日期", + "请选", + "选择", + "工位", + "位号", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\FTTTrendChart\\index.vue", @@ -39117,9 +74033,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -39187,9 +74103,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationJPH_TableHeaderQuery", - "queryTables": [ - "SP_His_StationJPH_TableHeaderQuery" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationJPH_TableHeaderQuery", + "inferredObject": "SP_His_StationJPH_TableHeaderQuery", "keywords": [ "src", "views", @@ -39210,9 +74126,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationJPH_Query", - "queryTables": [ - "SP_His_StationJPH_Query" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationJPH_Query", + "inferredObject": "SP_His_StationJPH_Query", "keywords": [ "src", "views", @@ -39233,9 +74149,9 @@ "action": "", "domain": "Visualization", "nameOrSql": "Visualization_HoursOutput_Query", - "queryTables": [ - "Visualization_HoursOutput_Query" - ], + "queryTables": [], + "backendQueryName": "Visualization_HoursOutput_Query", + "inferredObject": "Visualization_HoursOutput_Query", "keywords": [ "src", "views", @@ -39256,9 +74172,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_Config_BeatCountOpName_Query", - "queryTables": [ - "SP_Config_BeatCountOpName_Query" - ], + "queryTables": [], + "backendQueryName": "SP_Config_BeatCountOpName_Query", + "inferredObject": "SP_Config_BeatCountOpName_Query", "keywords": [ "src", "views", @@ -39279,9 +74195,9 @@ "action": "", "domain": "Visualization", "nameOrSql": "Visualization_JPH_FiveOp_Query", - "queryTables": [ - "Visualization_JPH_FiveOp_Query" - ], + "queryTables": [], + "backendQueryName": "Visualization_JPH_FiveOp_Query", + "inferredObject": "Visualization_JPH_FiveOp_Query", "keywords": [ "src", "views", @@ -39295,14 +74211,7 @@ } ], "queryable": true, - "queryTables": [ - "MES_计划BOM_工位与名称", - "SP_His_StationJPH_TableHeaderQuery", - "SP_His_StationJPH_Query", - "Visualization_HoursOutput_Query", - "SP_Config_BeatCountOpName_Query", - "Visualization_JPH_FiveOp_Query" - ], + "queryTables": [], "qualityRelated": false, "keywords": [ "SearchData", @@ -39385,6 +74294,262 @@ "SP_His_StationBeat_Query", "SP_His_StationBeat_ExportExcel" ], + "featureProfile": { + "view": "src\\views\\SearchData\\JPHTrendChart\\index.vue", + "module": "SearchData", + "title": "SearchData / JPHTrendChart", + "routePath": "/SearchData/JPHTrendChart", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "timeFrame", + "type": "datetimerange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "station", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "StationName", + "width": "70px", + "fixed": "" + }, + { + "label": "总平均节拍(s)", + "prop": "AB", + "width": "160px", + "fixed": "" + }, + { + "label": "item.时间", + "prop": "", + "width": "111px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation" + ] + } + ], + "methods": [ + { + "name": "sortChange", + "action": "", + "line": 159 + }, + { + "name": "initCharDom", + "action": "", + "line": 168 + }, + { + "name": "select1", + "action": "查询", + "line": 171 + }, + { + "name": "getStation", + "action": "", + "line": 181 + }, + { + "name": "searchTable", + "action": "", + "line": 194 + }, + { + "name": "drawDashboardOne", + "action": "", + "line": 248 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 321 + }, + { + "name": "handleSizeChanges", + "action": "", + "line": 364 + }, + { + "name": "handleCurrentChanges", + "action": "", + "line": 369 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 184, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_TableHeaderQuery", + "line": 215, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_Query", + "line": 226, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_TableHeaderQuery", + "line": 339, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_ExportExcel", + "line": 349, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / JPHTrendChart 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 序号、总平均节拍(s)、item.时间。", + "keywords": [ + "src", + "views", + "SearchData", + "JPHTrendChart", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择", + "Excel", + "序号", + "总平均节拍", + "item", + "时间", + "MES_计划BOM_工位与名称_查询", + "SP_His_StationBeat_TableHeaderQuery", + "SP_His_StationBeat_Query", + "SP_His_StationBeat_ExportExcel", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "总平", + "平均", + "均节", + "节拍", + "总平均", + "平均节", + "均节拍", + "总平均节", + "平均节拍", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "工位", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\JPHTrendChart\\index.vue", @@ -39457,9 +74622,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -39527,9 +74692,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationBeat_TableHeaderQuery", - "queryTables": [ - "SP_His_StationBeat_TableHeaderQuery" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationBeat_TableHeaderQuery", + "inferredObject": "SP_His_StationBeat_TableHeaderQuery", "keywords": [ "src", "views", @@ -39550,9 +74715,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationBeat_Query", - "queryTables": [ - "SP_His_StationBeat_Query" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationBeat_Query", + "inferredObject": "SP_His_StationBeat_Query", "keywords": [ "src", "views", @@ -39573,9 +74738,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationBeat_TableHeaderQuery", - "queryTables": [ - "SP_His_StationBeat_TableHeaderQuery" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationBeat_TableHeaderQuery", + "inferredObject": "SP_His_StationBeat_TableHeaderQuery", "keywords": [ "src", "views", @@ -39596,9 +74761,9 @@ "action": "导出", "domain": "SP", "nameOrSql": "SP_His_StationBeat_ExportExcel", - "queryTables": [ - "SP_His_StationBeat_ExportExcel" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationBeat_ExportExcel", + "inferredObject": "SP_His_StationBeat_ExportExcel", "keywords": [ "src", "views", @@ -39612,12 +74777,7 @@ } ], "queryable": true, - "queryTables": [ - "MES_计划BOM_工位与名称", - "SP_His_StationBeat_TableHeaderQuery", - "SP_His_StationBeat_Query", - "SP_His_StationBeat_ExportExcel" - ], + "queryTables": [], "qualityRelated": false, "keywords": [ "SearchData", @@ -39697,6 +74857,238 @@ "SP_His_StationOEE_Query", "SP_His_StationOEE_ExportExcel" ], + "featureProfile": { + "view": "src\\views\\SearchData\\OEEQuerySearch\\index.vue", + "module": "SearchData", + "title": "SearchData / OEEQuerySearch", + "routePath": "/SearchData/OEEQuerySearch", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "timeFrame", + "type": "datetimerange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "station", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "StationName", + "width": "60px", + "fixed": "" + }, + { + "label": "OEE(%)", + "prop": "AB", + "width": "90px", + "fixed": "" + }, + { + "label": "item.时间", + "prop": "", + "width": "111px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation" + ] + } + ], + "methods": [ + { + "name": "select1", + "action": "查询", + "line": 141 + }, + { + "name": "getStation", + "action": "", + "line": 150 + }, + { + "name": "searchTable", + "action": "", + "line": 162 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 208 + }, + { + "name": "handleSizeChanges", + "action": "", + "line": 251 + }, + { + "name": "handleCurrentChanges", + "action": "", + "line": 256 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 152, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_TableHeaderQuery", + "line": 180, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_Query", + "line": 193, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_TableHeaderQuery", + "line": 226, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_ExportExcel", + "line": 236, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / OEEQuerySearch 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 序号、OEE(%)、item.时间。", + "keywords": [ + "src", + "views", + "SearchData", + "OEEQuerySearch", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择", + "Excel", + "序号", + "OEE", + "item", + "时间", + "MES_计划BOM_工位与名称_查询", + "SP_His_StationOEE_TableHeaderQuery", + "SP_His_StationOEE_Query", + "SP_His_StationOEE_ExportExcel", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "工位", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\OEEQuerySearch\\index.vue", @@ -39769,9 +75161,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -39839,9 +75231,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationOEE_TableHeaderQuery", - "queryTables": [ - "SP_His_StationOEE_TableHeaderQuery" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationOEE_TableHeaderQuery", + "inferredObject": "SP_His_StationOEE_TableHeaderQuery", "keywords": [ "src", "views", @@ -39862,9 +75254,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationOEE_Query", - "queryTables": [ - "SP_His_StationOEE_Query" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationOEE_Query", + "inferredObject": "SP_His_StationOEE_Query", "keywords": [ "src", "views", @@ -39885,9 +75277,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationOEE_TableHeaderQuery", - "queryTables": [ - "SP_His_StationOEE_TableHeaderQuery" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationOEE_TableHeaderQuery", + "inferredObject": "SP_His_StationOEE_TableHeaderQuery", "keywords": [ "src", "views", @@ -39908,9 +75300,9 @@ "action": "导出", "domain": "SP", "nameOrSql": "SP_His_StationOEE_ExportExcel", - "queryTables": [ - "SP_His_StationOEE_ExportExcel" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationOEE_ExportExcel", + "inferredObject": "SP_His_StationOEE_ExportExcel", "keywords": [ "src", "views", @@ -39924,12 +75316,7 @@ } ], "queryable": true, - "queryTables": [ - "MES_计划BOM_工位与名称", - "SP_His_StationOEE_TableHeaderQuery", - "SP_His_StationOEE_Query", - "SP_His_StationOEE_ExportExcel" - ], + "queryTables": [], "qualityRelated": false, "keywords": [ "SearchData", @@ -40008,6 +75395,335 @@ "Data_WorkStationOEE_Statistic_Form", "Data_WorkStationOEE_Statistic_Add" ], + "featureProfile": { + "view": "src\\views\\SearchData\\OEETrendChart\\index.vue", + "module": "SearchData", + "title": "SearchData / OEETrendChart", + "routePath": "/SearchData/OEETrendChart", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=15;pageCurrent=1;searchOrder();searchOrder1()", + "method": "searchOrder1", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "Id", + "width": "60px", + "fixed": "" + }, + { + "label": "工厂", + "prop": "Factory", + "width": "", + "fixed": "" + }, + { + "label": "GPP", + "prop": "GPP", + "width": "", + "fixed": "" + }, + { + "label": "NICT", + "prop": "NICT", + "width": "", + "fixed": "" + }, + { + "label": "NAT", + "prop": "NAT", + "width": "", + "fixed": "" + }, + { + "label": "OEE", + "prop": "OEE", + "width": "", + "fixed": "" + }, + { + "label": "OpCode", + "prop": "OpCode", + "width": "", + "fixed": "" + }, + { + "label": "OpName", + "prop": "OpName", + "width": "", + "fixed": "" + }, + { + "label": "StaticTime", + "prop": "StaticTime", + "width": "", + "fixed": "" + }, + { + "label": "CreateTime", + "prop": "CreateTime", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "initialization", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "initialization", + "action": "", + "line": 170 + }, + { + "name": "DateDiff", + "action": "", + "line": 180 + }, + { + "name": "JudgeDateTime", + "action": "", + "line": 190 + }, + { + "name": "getStationNumber", + "action": "", + "line": 199 + }, + { + "name": "drawLine", + "action": "", + "line": 216 + }, + { + "name": "searchOrder", + "action": "", + "line": 281 + }, + { + "name": "searchOrder1", + "action": "", + "line": 302 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 325 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 334 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 339 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 203, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Data", + "nameOrSql": "Data_WorkStationOEE_Statistic_Form", + "line": 291, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "Data", + "nameOrSql": "Data_WorkStationOEE_Statistic_Add", + "line": 310, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出", + "增加" + ], + "riskLevel": "包含写入操作", + "description": "SearchData / OEETrendChart 页面支持 查询、导出、增加;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 序号、工厂、GPP、NICT、NAT、OEE、OpCode、OpName、StaticTime、CreateTime。", + "keywords": [ + "src", + "views", + "SearchData", + "OEETrendChart", + "index", + "vue", + "查询", + "导出", + "增加", + "开始日期", + "请选择工位号", + "请选择产品型号", + "请选择订单", + "Excel", + "序号", + "工厂", + "GPP", + "NICT", + "NAT", + "OEE", + "OpCode", + "OpName", + "StaticTime", + "CreateTime", + "MES_计划BOM_工位与名称_查询", + "Data_WorkStationOEE_Statistic_Form", + "Data_WorkStationOEE_Statistic_Add", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\OEETrendChart\\index.vue", @@ -40056,9 +75772,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -40126,9 +75842,9 @@ "action": "", "domain": "Data", "nameOrSql": "Data_WorkStationOEE_Statistic_Form", - "queryTables": [ - "Data_WorkStationOEE_Statistic_Form" - ], + "queryTables": [], + "backendQueryName": "Data_WorkStationOEE_Statistic_Form", + "inferredObject": "Data_WorkStationOEE_Statistic_Form", "keywords": [ "src", "views", @@ -40142,10 +75858,7 @@ } ], "queryable": true, - "queryTables": [ - "MES_计划BOM_工位与名称", - "Data_WorkStationOEE_Statistic_Form" - ], + "queryTables": [], "qualityRelated": false, "keywords": [ "SearchData", @@ -40231,6 +75944,645 @@ "产品电子档案_导出_查询数据", "电子档案_物料信息_查询" ], + "featureProfile": { + "view": "src\\views\\SearchData\\ProductElectronicFile\\index.vue", + "module": "SearchData", + "title": "SearchData / ProductElectronicFile", + "routePath": "/SearchData/ProductElectronicFile", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "订单号", + "prop": "订单号", + "width": "45", + "fixed": "" + }, + { + "label": "机型", + "prop": "机型", + "width": "", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "上线时间", + "prop": "到达时间", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "到达时间", + "prop": "到达时间", + "width": "", + "fixed": "" + }, + { + "label": "离开时间", + "prop": "离开时间", + "width": "", + "fixed": "" + }, + { + "label": "在线时间(s)", + "prop": "在线时间", + "width": "", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "90px", + "fixed": "" + }, + { + "label": "是否合格", + "prop": "是否合格", + "width": "80px", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + }, + { + "label": "型号", + "prop": "发动机型号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工序名称", + "width": "", + "fixed": "" + }, + { + "label": "零件数量", + "prop": "零件数量", + "width": "100px", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "150px", + "fixed": "" + }, + { + "label": "零件图号", + "prop": "零件图号", + "width": "150px", + "fixed": "" + }, + { + "label": "物料号", + "prop": "物料号", + "width": "150px", + "fixed": "" + }, + { + "label": "生产厂家", + "prop": "生产厂家", + "width": "", + "fixed": "" + }, + { + "label": "物料条码", + "prop": "物料条码", + "width": "150px", + "fixed": "" + }, + { + "label": "物料条码批次", + "prop": "物料条码批次", + "width": "", + "fixed": "" + }, + { + "label": "序号", + "prop": "订单号", + "width": "60", + "fixed": "" + }, + { + "label": "机型", + "prop": "发动机型号", + "width": "", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "测量位置", + "prop": "测量位置", + "width": "150px", + "fixed": "" + }, + { + "label": "测量项目", + "prop": "测量项目", + "width": "100px", + "fixed": "" + }, + { + "label": "测量值", + "prop": "测量值", + "width": "100px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "60px", + "fixed": "" + }, + { + "label": "上限值", + "prop": "上限值", + "width": "60px", + "fixed": "" + }, + { + "label": "下限值", + "prop": "下限值", + "width": "60px", + "fixed": "" + }, + { + "label": "测量单位", + "prop": "测量单位", + "width": "80px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "80px", + "fixed": "" + }, + { + "label": "值上限", + "prop": "上限值", + "width": "80px", + "fixed": "" + }, + { + "label": "值下限", + "prop": "下限值", + "width": "80px", + "fixed": "" + }, + { + "label": "生产日期", + "prop": "生产日期", + "width": "150px", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "120px", + "fixed": "" + }, + { + "label": "合格标志", + "prop": "合格标志", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getStationNumberN" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 493 + }, + { + "name": "getStationNumber", + "action": "", + "line": 502 + }, + { + "name": "getStationNumberN", + "action": "", + "line": 516 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 530 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 547 + }, + { + "name": "selectDate", + "action": "查询", + "line": 569 + }, + { + "name": "selectDate1", + "action": "查询", + "line": 595 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 633 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 644 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 649 + }, + { + "name": "handleSizeChange1", + "action": "", + "line": 653 + }, + { + "name": "handleCurrentChange1", + "action": "", + "line": 671 + }, + { + "name": "handleSizeChange2", + "action": "", + "line": 688 + }, + { + "name": "handleCurrentChange2", + "action": "", + "line": 706 + }, + { + "name": "handleSizeChange3", + "action": "", + "line": 723 + }, + { + "name": "handleCurrentChange3", + "action": "", + "line": 741 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 505, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 519, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_订单号_查询", + "line": 537, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_发动机号_查询", + "line": 558, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_发动机号_查询", + "line": 585, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_过站信息_查询", + "line": 606, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_物料数据_查询", + "line": 614, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_质量数据_查询", + "line": 623, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2005", + "action": "导出", + "domain": "产品电子档案", + "nameOrSql": "产品电子档案_导出_查询数据", + "line": 637, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_过站信息_查询", + "line": 662, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_过站信息_查询", + "line": 679, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_物料信息_查询", + "line": 697, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_物料信息_查询", + "line": 714, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_质量数据_查询", + "line": 732, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_质量数据_查询", + "line": 749, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / ProductElectronicFile 页面支持 查询、导出;主要控件 开始日期、请选择总成编号、请选择订单;表格字段 订单号、机型、总成编号、上线时间、工位号、到达时间、离开时间、在线时间(s)、操作者工号、是否合格。", + "keywords": [ + "src", + "views", + "SearchData", + "ProductElectronicFile", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择总成编号", + "请选择订单", + "Excel", + "订单号", + "机型", + "总成编号", + "上线时间", + "工位号", + "到达时间", + "离开时间", + "在线时间", + "操作者工号", + "是否合格", + "操作时间", + "型号", + "工位名称", + "零件数量", + "零件名称", + "零件图号", + "物料号", + "生产厂家", + "物料条码", + "物料条码批次", + "序号", + "测量位置", + "测量项目", + "测量值", + "理论值", + "上限值", + "下限值", + "测量单位", + "值上限", + "值下限", + "生产日期", + "合格标志", + "MES_计划BOM_工位与名称_查询", + "测量数据发动机在线状态_订单号_查询", + "测量数据发动机在线状态_发动机号_查询", + "电子档案_发动机号_查询", + "电子档案_过站信息_查询", + "电子档案_物料数据_查询", + "电子档案_质量数据_查询", + "产品电子档案_导出_查询数据", + "电子档案_物料信息_查询", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择总", + "总成", + "成编", + "编号", + "请选择", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "单号", + "上线", + "线时", + "时间", + "上线时", + "线时间", + "工位", + "位号", + "到达", + "达时", + "到达时", + "达时间", + "离开", + "开时", + "离开时", + "开时间", + "在线", + "在线时", + "操作", + "作者", + "者工", + "工号", + "操作者", + "作者工", + "者工号", + "操作者工", + "作者工号", + "是否", + "否合", + "合格", + "是否合", + "否合格", + "作时", + "操作时", + "作时间", + "位名", + "名称", + "工位名", + "位名称", + "零件", + "件数", + "数量" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\ProductElectronicFile\\index.vue", @@ -40423,9 +76775,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -40493,9 +76845,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -40563,9 +76915,9 @@ "action": "查询", "domain": "测量数据发动机在线状态", "nameOrSql": "测量数据发动机在线状态_订单号_查询", - "queryTables": [ - "测量数据发动机在线状态_订单号" - ], + "queryTables": [], + "backendQueryName": "测量数据发动机在线状态_订单号_查询", + "inferredObject": "测量数据发动机在线状态_订单号", "keywords": [ "src", "views", @@ -40634,9 +76986,9 @@ "action": "查询", "domain": "测量数据发动机在线状态", "nameOrSql": "测量数据发动机在线状态_发动机号_查询", - "queryTables": [ - "测量数据发动机在线状态_发动机号" - ], + "queryTables": [], + "backendQueryName": "测量数据发动机在线状态_发动机号_查询", + "inferredObject": "测量数据发动机在线状态_发动机号", "keywords": [ "src", "views", @@ -40705,9 +77057,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_发动机号_查询", - "queryTables": [ - "电子档案_发动机号" - ], + "queryTables": [], + "backendQueryName": "电子档案_发动机号_查询", + "inferredObject": "电子档案_发动机号", "keywords": [ "src", "views", @@ -40757,9 +77109,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_过站信息_查询", - "queryTables": [ - "电子档案_过站信息" - ], + "queryTables": [], + "backendQueryName": "电子档案_过站信息_查询", + "inferredObject": "电子档案_过站信息", "keywords": [ "src", "views", @@ -40809,9 +77161,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_物料数据_查询", - "queryTables": [ - "电子档案_物料数据" - ], + "queryTables": [], + "backendQueryName": "电子档案_物料数据_查询", + "inferredObject": "电子档案_物料数据", "keywords": [ "src", "views", @@ -40861,9 +77213,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_质量数据_查询", - "queryTables": [ - "电子档案_质量数据" - ], + "queryTables": [], + "backendQueryName": "电子档案_质量数据_查询", + "inferredObject": "电子档案_质量数据", "keywords": [ "src", "views", @@ -40913,9 +77265,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_过站信息_查询", - "queryTables": [ - "电子档案_过站信息" - ], + "queryTables": [], + "backendQueryName": "电子档案_过站信息_查询", + "inferredObject": "电子档案_过站信息", "keywords": [ "src", "views", @@ -40965,9 +77317,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_过站信息_查询", - "queryTables": [ - "电子档案_过站信息" - ], + "queryTables": [], + "backendQueryName": "电子档案_过站信息_查询", + "inferredObject": "电子档案_过站信息", "keywords": [ "src", "views", @@ -41017,9 +77369,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_物料信息_查询", - "queryTables": [ - "电子档案_物料信息" - ], + "queryTables": [], + "backendQueryName": "电子档案_物料信息_查询", + "inferredObject": "电子档案_物料信息", "keywords": [ "src", "views", @@ -41069,9 +77421,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_物料信息_查询", - "queryTables": [ - "电子档案_物料信息" - ], + "queryTables": [], + "backendQueryName": "电子档案_物料信息_查询", + "inferredObject": "电子档案_物料信息", "keywords": [ "src", "views", @@ -41121,9 +77473,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_质量数据_查询", - "queryTables": [ - "电子档案_质量数据" - ], + "queryTables": [], + "backendQueryName": "电子档案_质量数据_查询", + "inferredObject": "电子档案_质量数据", "keywords": [ "src", "views", @@ -41173,9 +77525,9 @@ "action": "查询", "domain": "电子档案", "nameOrSql": "电子档案_质量数据_查询", - "queryTables": [ - "电子档案_质量数据" - ], + "queryTables": [], + "backendQueryName": "电子档案_质量数据_查询", + "inferredObject": "电子档案_质量数据", "keywords": [ "src", "views", @@ -41218,16 +77570,7 @@ } ], "queryable": true, - "queryTables": [ - "MES_计划BOM_工位与名称", - "测量数据发动机在线状态_订单号", - "测量数据发动机在线状态_发动机号", - "电子档案_发动机号", - "电子档案_过站信息", - "电子档案_物料数据", - "电子档案_质量数据", - "电子档案_物料信息" - ], + "queryTables": [], "qualityRelated": true, "keywords": [ "SearchData", @@ -41380,6 +77723,556 @@ "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", "质量数据查询_综合查询新" ], + "featureProfile": { + "view": "src\\views\\SearchData\\ProductQuery\\index.vue", + "module": "SearchData", + "title": "SearchData / ProductQuery", + "routePath": "/SearchData/ProductQuery", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择机型", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择测量位置", + "model": "measuringPositionValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择质量类型", + "model": "qualityTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择是否合格", + "model": "isQualifiedValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择测量项目", + "model": "measuringProjectValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "关闭", + "action": "操作", + "click": "isShowBackWorkDataVisible = false", + "method": "", + "icon": "", + "type": "warning" + }, + { + "label": "查看工件质量数据报表", + "action": "导出", + "click": "routerToExcelData()", + "method": "routerToExcelData", + "icon": "", + "type": "success" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "订单号", + "width": "60", + "fixed": "" + }, + { + "label": "型号", + "prop": "发动机型号", + "width": "100px", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "测量位置", + "prop": "测量位置", + "width": "150px", + "fixed": "" + }, + { + "label": "测量项目", + "prop": "测量项目", + "width": "100px", + "fixed": "" + }, + { + "label": "测量值", + "prop": "测量值", + "width": "100px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "60px", + "fixed": "" + }, + { + "label": "上限值", + "prop": "上限值", + "width": "60px", + "fixed": "" + }, + { + "label": "下限值", + "prop": "下限值", + "width": "60px", + "fixed": "" + }, + { + "label": "测量单位", + "prop": "测量单位", + "width": "80px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "80px", + "fixed": "" + }, + { + "label": "值上限", + "prop": "上限值", + "width": "80px", + "fixed": "" + }, + { + "label": "值下限", + "prop": "下限值", + "width": "80px", + "fixed": "" + }, + { + "label": "生产日期", + "prop": "生产日期", + "width": "150px", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "120px", + "fixed": "" + }, + { + "label": "合格标志", + "prop": "合格标志", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getTraceabilityCode", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 351 + }, + { + "name": "getStationNumber", + "action": "", + "line": 360 + }, + { + "name": "getEngineType", + "action": "", + "line": 377 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 391 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 416 + }, + { + "name": "showBackData", + "action": "", + "line": 443 + }, + { + "name": "routerToExcelData", + "action": "导出", + "line": 463 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 478 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 503 + }, + { + "name": "getMeasuringPosition", + "action": "", + "line": 521 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 537 + }, + { + "name": "selectDate", + "action": "查询", + "line": 552 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 597 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 634 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 639 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 363, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 380, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_订单号_查询", + "line": 405, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 431, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田返工", + "nameOrSql": "北汽福田返工_记录_查询", + "line": 448, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 493, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据", + "nameOrSql": "物料数据_视图_物料条码批次号_查询", + "line": 511, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 525, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 542, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据", + "nameOrSql": "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", + "line": 587, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_综合查询新", + "line": 627, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出", + "操作" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / ProductQuery 页面支持 查询、导出、操作;主要控件 请选择工位号、请选择机型、请选择测量位置、请选择总成编号、请选择质量类型、请选择订单、开始日期、请选择是否合格;表格字段 序号、型号、总成编号、工位号、工位名称、测量位置、测量项目、测量值、理论值、上限值。", + "keywords": [ + "src", + "views", + "SearchData", + "ProductQuery", + "index", + "vue", + "查询", + "导出", + "操作", + "请选择工位号", + "请选择机型", + "请选择测量位置", + "请选择总成编号", + "请选择质量类型", + "请选择订单", + "开始日期", + "请选择是否合格", + "请选择测量项目", + "Excel", + "关闭", + "查看工件质量数据报表", + "序号", + "型号", + "总成编号", + "工位号", + "工位名称", + "测量位置", + "测量项目", + "测量值", + "理论值", + "上限值", + "下限值", + "测量单位", + "值上限", + "值下限", + "生产日期", + "操作者工号", + "合格标志", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "测量数据合格索引_订单号_查询", + "初始化二维码_查询", + "北汽福田返工_记录_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据_视图_物料条码批次号_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", + "质量数据查询_综合查询新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择机", + "机型", + "选择机", + "择机型", + "请选择机", + "选择机型", + "择测", + "测量", + "量位", + "位置", + "选择测", + "择测量", + "测量位", + "量位置", + "请选择测", + "选择测量", + "择测量位", + "择总", + "总成", + "成编", + "编号", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "择质", + "质量", + "量类", + "类型", + "选择质", + "择质量", + "质量类", + "量类型", + "请选择质", + "选择质量", + "择质量类", + "质量类型", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "择是", + "是否", + "否合", + "合格", + "选择是", + "择是否", + "是否合", + "否合格", + "请选择是" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\ProductQuery\\index.vue", @@ -41524,9 +78417,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -41594,9 +78487,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_基本变量_机型代码_查询", - "queryTables": [ - "MES_基本变量_机型代码" - ], + "queryTables": [], + "backendQueryName": "MES_基本变量_机型代码_查询", + "inferredObject": "MES_基本变量_机型代码", "keywords": [ "src", "views", @@ -41658,9 +78551,9 @@ "action": "查询", "domain": "测量数据合格索引", "nameOrSql": "测量数据合格索引_订单号_查询", - "queryTables": [ - "测量数据合格索引_订单号" - ], + "queryTables": [], + "backendQueryName": "测量数据合格索引_订单号_查询", + "inferredObject": "测量数据合格索引_订单号", "keywords": [ "src", "views", @@ -41720,9 +78613,9 @@ "action": "查询", "domain": "初始化二维码", "nameOrSql": "初始化二维码_查询", - "queryTables": [ - "初始化二维码" - ], + "queryTables": [], + "backendQueryName": "初始化二维码_查询", + "inferredObject": "初始化二维码", "keywords": [ "src", "views", @@ -41764,9 +78657,9 @@ "action": "查询", "domain": "北汽福田返工", "nameOrSql": "北汽福田返工_记录_查询", - "queryTables": [ - "北汽福田返工_记录" - ], + "queryTables": [], + "backendQueryName": "北汽福田返工_记录_查询", + "inferredObject": "北汽福田返工_记录", "keywords": [ "src", "views", @@ -41817,9 +78710,9 @@ "action": "查询", "domain": "测量数据合格索引", "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", - "queryTables": [ - "测量数据合格索引_发动机号_发动机型号" - ], + "queryTables": [], + "backendQueryName": "测量数据合格索引_发动机号_发动机型号_查询", + "inferredObject": "测量数据合格索引_发动机号_发动机型号", "keywords": [ "src", "views", @@ -41893,9 +78786,9 @@ "action": "查询", "domain": "物料数据", "nameOrSql": "物料数据_视图_物料条码批次号_查询", - "queryTables": [ - "物料数据_视图_物料条码批次号" - ], + "queryTables": [], + "backendQueryName": "物料数据_视图_物料条码批次号_查询", + "inferredObject": "物料数据_视图_物料条码批次号", "keywords": [ "src", "views", @@ -41962,9 +78855,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_测量位置", - "queryTables": [ - "质量数据查询_测量位置" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_测量位置", + "inferredObject": "质量数据查询_测量位置", "keywords": [ "src", "views", @@ -42012,9 +78905,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_测量项目", - "queryTables": [ - "质量数据查询_测量项目" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_测量项目", + "inferredObject": "质量数据查询_测量项目", "keywords": [ "src", "views", @@ -42062,9 +78955,9 @@ "action": "查询", "domain": "质量数据", "nameOrSql": "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", - "queryTables": [ - "质量数据_发动机质量数据_各个工位_视图_发动机型号" - ], + "queryTables": [], + "backendQueryName": "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", + "inferredObject": "质量数据_发动机质量数据_各个工位_视图_发动机型号", "keywords": [ "src", "views", @@ -42156,9 +79049,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_综合查询新", - "queryTables": [ - "质量数据查询" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_综合查询新", + "inferredObject": "质量数据查询", "keywords": [ "src", "views", @@ -42201,19 +79094,7 @@ } ], "queryable": true, - "queryTables": [ - "MES_计划BOM_工位与名称", - "MES_基本变量_机型代码", - "测量数据合格索引_订单号", - "初始化二维码", - "北汽福田返工_记录", - "测量数据合格索引_发动机号_发动机型号", - "物料数据_视图_物料条码批次号", - "质量数据查询_测量位置", - "质量数据查询_测量项目", - "质量数据_发动机质量数据_各个工位_视图_发动机型号", - "质量数据查询" - ], + "queryTables": [], "qualityRelated": true, "keywords": [ "SearchData", @@ -42360,6 +79241,317 @@ "SP_Config_BeatCountOpName_Query", "Visualization_JPH_FiveOp_Query" ], + "featureProfile": { + "view": "src\\views\\SearchData\\ProductionDataChart\\index.vue", + "module": "SearchData", + "title": "SearchData / ProductionDataChart", + "routePath": "/SearchData/ProductionDataChart", + "filters": [ + { + "control": "el-date-picker", + "label": "选择月", + "model": "dateMonth", + "type": "month", + "clearable": false, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "选择日期", + "model": "dateDay", + "type": "date", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchChartData()", + "method": "searchChartData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "查询", + "action": "查询", + "click": "searchChartData2()", + "method": "searchChartData2", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation", + "searchTable56", + "getTodayDate" + ] + }, + { + "hook": "mounted", + "calls": [ + "initChart", + "searchChartData", + "searchChartData2" + ] + } + ], + "methods": [ + { + "name": "getStation", + "action": "", + "line": 185 + }, + { + "name": "getTodayDate", + "action": "", + "line": 199 + }, + { + "name": "initChart", + "action": "", + "line": 207 + }, + { + "name": "searchChartData", + "action": "", + "line": 212 + }, + { + "name": "searchChartData2", + "action": "", + "line": 236 + }, + { + "name": "changeHourRange", + "action": "", + "line": 259 + }, + { + "name": "set_cell_style", + "action": "", + "line": 279 + }, + { + "name": "drawDashboardOne", + "action": "", + "line": 298 + }, + { + "name": "drawDashboardTow", + "action": "", + "line": 430 + }, + { + "name": "searchTable", + "action": "", + "line": 561 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 616 + }, + { + "name": "calculateCellWidth", + "action": "", + "line": 677 + }, + { + "name": "searchChartData4", + "action": "", + "line": 685 + }, + { + "name": "drawDashboardTwo", + "action": "", + "line": 715 + }, + { + "name": "searchChartData4_opPlanCount", + "action": "", + "line": 793 + }, + { + "name": "searchTable56", + "action": "", + "line": 805 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 188, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SearchData", + "nameOrSql": "日产量统计", + "line": 215, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SearchData", + "nameOrSql": "小时产量统计", + "line": 239, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_TableHeaderQuery", + "line": 572, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_Query", + "line": 580, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_HoursOutput_Query", + "line": 689, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_Config_BeatCountOpName_Query", + "line": 795, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_JPH_FiveOp_Query", + "line": 807, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "SearchData / ProductionDataChart 页面支持 查询;主要控件 选择月、选择日期;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "SearchData", + "ProductionDataChart", + "index", + "vue", + "查询", + "选择月", + "选择日期", + "MES_计划BOM_工位与名称_查询", + "日产量统计", + "小时产量统计", + "SP_His_StationJPH_TableHeaderQuery", + "SP_His_StationJPH_Query", + "Visualization_HoursOutput_Query", + "SP_Config_BeatCountOpName_Query", + "Visualization_JPH_FiveOp_Query", + "选择", + "择月", + "择日", + "日期", + "选择日", + "择日期", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "工位", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "日产", + "产量", + "量统", + "统计", + "日产量", + "产量统", + "量统计", + "日产量统", + "产量统计", + "小时", + "时产", + "小时产", + "时产量", + "小时产量", + "时产量统" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\ProductionDataChart\\index.vue", @@ -42468,9 +79660,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -42538,9 +79730,9 @@ "action": "查询", "domain": "SearchData", "nameOrSql": "日产量统计", - "queryTables": [ - "日产量统计" - ], + "queryTables": [], + "backendQueryName": "日产量统计", + "inferredObject": "日产量统计", "keywords": [ "src", "views", @@ -42569,9 +79761,9 @@ "action": "查询", "domain": "SearchData", "nameOrSql": "小时产量统计", - "queryTables": [ - "小时产量统计" - ], + "queryTables": [], + "backendQueryName": "小时产量统计", + "inferredObject": "小时产量统计", "keywords": [ "src", "views", @@ -42603,9 +79795,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationJPH_TableHeaderQuery", - "queryTables": [ - "SP_His_StationJPH_TableHeaderQuery" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationJPH_TableHeaderQuery", + "inferredObject": "SP_His_StationJPH_TableHeaderQuery", "keywords": [ "src", "views", @@ -42626,9 +79818,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_His_StationJPH_Query", - "queryTables": [ - "SP_His_StationJPH_Query" - ], + "queryTables": [], + "backendQueryName": "SP_His_StationJPH_Query", + "inferredObject": "SP_His_StationJPH_Query", "keywords": [ "src", "views", @@ -42649,9 +79841,9 @@ "action": "", "domain": "Visualization", "nameOrSql": "Visualization_HoursOutput_Query", - "queryTables": [ - "Visualization_HoursOutput_Query" - ], + "queryTables": [], + "backendQueryName": "Visualization_HoursOutput_Query", + "inferredObject": "Visualization_HoursOutput_Query", "keywords": [ "src", "views", @@ -42672,9 +79864,9 @@ "action": "", "domain": "SP", "nameOrSql": "SP_Config_BeatCountOpName_Query", - "queryTables": [ - "SP_Config_BeatCountOpName_Query" - ], + "queryTables": [], + "backendQueryName": "SP_Config_BeatCountOpName_Query", + "inferredObject": "SP_Config_BeatCountOpName_Query", "keywords": [ "src", "views", @@ -42695,9 +79887,9 @@ "action": "", "domain": "Visualization", "nameOrSql": "Visualization_JPH_FiveOp_Query", - "queryTables": [ - "Visualization_JPH_FiveOp_Query" - ], + "queryTables": [], + "backendQueryName": "Visualization_JPH_FiveOp_Query", + "inferredObject": "Visualization_JPH_FiveOp_Query", "keywords": [ "src", "views", @@ -42711,16 +79903,7 @@ } ], "queryable": true, - "queryTables": [ - "MES_计划BOM_工位与名称", - "日产量统计", - "小时产量统计", - "SP_His_StationJPH_TableHeaderQuery", - "SP_His_StationJPH_Query", - "Visualization_HoursOutput_Query", - "SP_Config_BeatCountOpName_Query", - "Visualization_JPH_FiveOp_Query" - ], + "queryTables": [], "qualityRelated": false, "keywords": [ "SearchData", @@ -42822,6 +80005,357 @@ "质量数据查询_测量项目", "SPC分析_去重字段_查询" ], + "featureProfile": { + "view": "src\\views\\SearchData\\QualityData_XR\\index.vue", + "module": "SearchData", + "title": "SearchData / QualityData_XR", + "routePath": "/SearchData/QualityData_XR", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "opName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "零件号", + "model": "model", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "测量位置", + "model": "measureName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "测量内容", + "model": "measureContent", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "样本容量", + "model": "sampleSize", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "样本个数", + "model": "sampleNumber", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "getLine()", + "method": "getLine", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "machineTypeSelect" + ] + } + ], + "methods": [ + { + "name": "opNameClear", + "action": "", + "line": 200 + }, + { + "name": "fetchData", + "action": "", + "line": 209 + }, + { + "name": "machineTypeSelect", + "action": "查询", + "line": 235 + }, + { + "name": "opNameSelect", + "action": "查询", + "line": 250 + }, + { + "name": "measureSelect", + "action": "查询", + "line": 273 + }, + { + "name": "eval", + "action": "", + "line": 294 + }, + { + "name": "getLine", + "action": "", + "line": 299 + }, + { + "name": "searchChart1", + "action": "", + "line": 413 + }, + { + "name": "searchChart2", + "action": "", + "line": 461 + }, + { + "name": "drawLine2", + "action": "", + "line": 513 + }, + { + "name": "drawLine3", + "action": "", + "line": 579 + }, + { + "name": "max", + "action": "", + "line": 538 + }, + { + "name": "handleDownload", + "action": "导出", + "line": 647 + }, + { + "name": "formatJson", + "action": "", + "line": 658 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_基本机型_查询", + "line": 216, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 239, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 256, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 280, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 380, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 391, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 402, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\SPCanalysis\\QualityData_XR" + ], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "SearchData / QualityData_XR 页面支持 查询;主要控件 开始日期、工位号、零件号、测量位置、测量内容、样本容量、样本个数;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "SearchData", + "QualityData_XR", + "index", + "vue", + "查询", + "开始日期", + "工位号", + "零件号", + "测量位置", + "测量内容", + "样本容量", + "样本个数", + "质量数据查询_基本机型_查询", + "MES_计划BOM_工位与名称_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "SPC分析_去重字段_查询", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "工位", + "位号", + "零件", + "件号", + "测量", + "量位", + "位置", + "测量位", + "量位置", + "量内", + "内容", + "测量内", + "量内容", + "样本", + "本容", + "容量", + "样本容", + "本容量", + "本个", + "个数", + "样本个", + "本个数", + "质量", + "量数", + "数据", + "据查", + "询_", + "_基", + "基本", + "本机", + "机型", + "型_", + "_查", + "质量数", + "量数据", + "数据查", + "据查询", + "查询_", + "询_基", + "_基本", + "基本机", + "本机型", + "机型_", + "型_查", + "_查询", + "质量数据", + "量数据查", + "数据查询", + "据查询_", + "查询_基", + "询_基本", + "_基本机", + "基本机型", + "本机型_", + "机型_查", + "型_查询", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\QualityData_XR\\index.vue", @@ -42918,9 +80452,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_基本机型_查询", - "queryTables": [ - "质量数据查询_基本机型" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_基本机型_查询", + "inferredObject": "质量数据查询_基本机型", "keywords": [ "src", "views", @@ -42976,9 +80510,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -43046,9 +80580,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_测量位置", - "queryTables": [ - "质量数据查询_测量位置" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_测量位置", + "inferredObject": "质量数据查询_测量位置", "keywords": [ "src", "views", @@ -43096,9 +80630,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_测量项目", - "queryTables": [ - "质量数据查询_测量项目" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_测量项目", + "inferredObject": "质量数据查询_测量项目", "keywords": [ "src", "views", @@ -43146,9 +80680,9 @@ "action": "查询", "domain": "SPC分析", "nameOrSql": "SPC分析_去重字段_查询", - "queryTables": [ - "SPC分析_去重字段" - ], + "queryTables": [], + "backendQueryName": "SPC分析_去重字段_查询", + "inferredObject": "SPC分析_去重字段", "keywords": [ "src", "views", @@ -43202,9 +80736,9 @@ "action": "查询", "domain": "SPC分析", "nameOrSql": "SPC分析_去重字段_查询", - "queryTables": [ - "SPC分析_去重字段" - ], + "queryTables": [], + "backendQueryName": "SPC分析_去重字段_查询", + "inferredObject": "SPC分析_去重字段", "keywords": [ "src", "views", @@ -43258,9 +80792,9 @@ "action": "查询", "domain": "SPC分析", "nameOrSql": "SPC分析_去重字段_查询", - "queryTables": [ - "SPC分析_去重字段" - ], + "queryTables": [], + "backendQueryName": "SPC分析_去重字段_查询", + "inferredObject": "SPC分析_去重字段", "keywords": [ "src", "views", @@ -43307,13 +80841,7 @@ } ], "queryable": true, - "queryTables": [ - "质量数据查询_基本机型", - "MES_计划BOM_工位与名称", - "质量数据查询_测量位置", - "质量数据查询_测量项目", - "SPC分析_去重字段" - ], + "queryTables": [], "qualityRelated": true, "keywords": [ "SearchData", @@ -43456,6 +80984,352 @@ "质量数据查询_测量项目", "SPC分析_去重字段_查询" ], + "featureProfile": { + "view": "src\\views\\SearchData\\QualityData_XS\\index.vue", + "module": "SearchData", + "title": "SearchData / QualityData_XS", + "routePath": "/SearchData/QualityData_XS", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "opName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "零件号", + "model": "model", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "测量位置", + "model": "measureName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "测量内容", + "model": "measureContent", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "样本容量", + "model": "sampleSize", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "样本个数", + "model": "sampleNumber", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "getLine()", + "method": "getLine", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "machineTypeSelect" + ] + } + ], + "methods": [ + { + "name": "opNameClear", + "action": "", + "line": 210 + }, + { + "name": "fetchData", + "action": "", + "line": 219 + }, + { + "name": "machineTypeSelect", + "action": "查询", + "line": 245 + }, + { + "name": "opNameSelect", + "action": "查询", + "line": 260 + }, + { + "name": "measureSelect", + "action": "查询", + "line": 283 + }, + { + "name": "eval", + "action": "", + "line": 304 + }, + { + "name": "getLine", + "action": "", + "line": 309 + }, + { + "name": "searchChart", + "action": "", + "line": 423 + }, + { + "name": "drawLine1", + "action": "", + "line": 474 + }, + { + "name": "drawLine2", + "action": "", + "line": 541 + }, + { + "name": "max", + "action": "", + "line": 498 + }, + { + "name": "handleDownload", + "action": "导出", + "line": 607 + }, + { + "name": "formatJson", + "action": "", + "line": 618 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_基本机型_查询", + "line": 226, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 249, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 266, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 290, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 390, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 401, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 412, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\SPCanalysis\\QualityData_XS" + ], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "SearchData / QualityData_XS 页面支持 查询;主要控件 开始日期、工位号、零件号、测量位置、测量内容、样本容量、样本个数;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "SearchData", + "QualityData_XS", + "index", + "vue", + "查询", + "开始日期", + "工位号", + "零件号", + "测量位置", + "测量内容", + "样本容量", + "样本个数", + "质量数据查询_基本机型_查询", + "MES_计划BOM_工位与名称_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "SPC分析_去重字段_查询", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "工位", + "位号", + "零件", + "件号", + "测量", + "量位", + "位置", + "测量位", + "量位置", + "量内", + "内容", + "测量内", + "量内容", + "样本", + "本容", + "容量", + "样本容", + "本容量", + "本个", + "个数", + "样本个", + "本个数", + "质量", + "量数", + "数据", + "据查", + "询_", + "_基", + "基本", + "本机", + "机型", + "型_", + "_查", + "质量数", + "量数据", + "数据查", + "据查询", + "查询_", + "询_基", + "_基本", + "基本机", + "本机型", + "机型_", + "型_查", + "_查询", + "质量数据", + "量数据查", + "数据查询", + "据查询_", + "查询_基", + "询_基本", + "_基本机", + "基本机型", + "本机型_", + "机型_查", + "型_查询", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名" + ] + }, "calls": [ { "View": "src\\views\\SearchData\\QualityData_XS\\index.vue", @@ -43552,9 +81426,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_基本机型_查询", - "queryTables": [ - "质量数据查询_基本机型" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_基本机型_查询", + "inferredObject": "质量数据查询_基本机型", "keywords": [ "src", "views", @@ -43610,9 +81484,9 @@ "action": "查询", "domain": "MES", "nameOrSql": "MES_计划BOM_工位与名称_查询", - "queryTables": [ - "MES_计划BOM_工位与名称" - ], + "queryTables": [], + "backendQueryName": "MES_计划BOM_工位与名称_查询", + "inferredObject": "MES_计划BOM_工位与名称", "keywords": [ "src", "views", @@ -43680,9 +81554,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_测量位置", - "queryTables": [ - "质量数据查询_测量位置" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_测量位置", + "inferredObject": "质量数据查询_测量位置", "keywords": [ "src", "views", @@ -43730,9 +81604,9 @@ "action": "查询", "domain": "质量数据查询", "nameOrSql": "质量数据查询_测量项目", - "queryTables": [ - "质量数据查询_测量项目" - ], + "queryTables": [], + "backendQueryName": "质量数据查询_测量项目", + "inferredObject": "质量数据查询_测量项目", "keywords": [ "src", "views", @@ -43780,9 +81654,9 @@ "action": "查询", "domain": "SPC分析", "nameOrSql": "SPC分析_去重字段_查询", - "queryTables": [ - "SPC分析_去重字段" - ], + "queryTables": [], + "backendQueryName": "SPC分析_去重字段_查询", + "inferredObject": "SPC分析_去重字段", "keywords": [ "src", "views", @@ -43836,9 +81710,9 @@ "action": "查询", "domain": "SPC分析", "nameOrSql": "SPC分析_去重字段_查询", - "queryTables": [ - "SPC分析_去重字段" - ], + "queryTables": [], + "backendQueryName": "SPC分析_去重字段_查询", + "inferredObject": "SPC分析_去重字段", "keywords": [ "src", "views", @@ -43892,9 +81766,9 @@ "action": "查询", "domain": "SPC分析", "nameOrSql": "SPC分析_去重字段_查询", - "queryTables": [ - "SPC分析_去重字段" - ], + "queryTables": [], + "backendQueryName": "SPC分析_去重字段_查询", + "inferredObject": "SPC分析_去重字段", "keywords": [ "src", "views", @@ -43941,13 +81815,7 @@ } ], "queryable": true, - "queryTables": [ - "质量数据查询_基本机型", - "MES_计划BOM_工位与名称", - "质量数据查询_测量位置", - "质量数据查询_测量项目", - "SPC分析_去重字段" - ], + "queryTables": [], "qualityRelated": true, "keywords": [ "SearchData", @@ -44093,6 +81961,460 @@ "SPC分析_去重字段_查询", "SPC_导入前处理" ], + "featureProfile": { + "view": "src\\views\\SearchData\\QualityDatasearch\\index.vue", + "module": "SearchData", + "title": "SearchData / QualityDatasearch", + "routePath": "/SearchData/QualityDatasearch", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "opName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择零件号", + "model": "model", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择测量位置", + "model": "measureName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "测量内容", + "model": "measureContent", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "搜索", + "action": "操作", + "click": "pageSize = 20 ;pageCurrent = 1;searchData();searchChart()", + "method": "searchChart", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "handleDownload", + "method": "", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": " 新增", + "action": "增加", + "click": "feathPeopleForName", + "method": "", + "icon": "el-icon-search", + "type": "" + }, + { + "label": "移动", + "action": "操作", + "click": "moveGroup", + "method": "", + "icon": "el-icon-sort", + "type": "success" + }, + { + "label": "院校维护", + "action": "操作", + "click": "UniversityMaintain()", + "method": "UniversityMaintain", + "icon": "", + "type": "" + }, + { + "label": "专业维护", + "action": "操作", + "click": "MajorMaintain()", + "method": "MajorMaintain", + "icon": "", + "type": "" + }, + { + "label": "岗位维护", + "action": "操作", + "click": "PostMaintain()", + "method": "PostMaintain", + "icon": "", + "type": "" + }, + { + "label": "确认", + "action": "操作", + "click": "moveGroupConfim", + "method": "", + "icon": "", + "type": "text" + }, + { + "label": "展开", + "action": "操作", + "click": "expandALL()", + "method": "expandALL", + "icon": "", + "type": "text" + }, + { + "label": "编辑", + "action": "修改", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "删除", + "action": "删除", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "--> 关闭", + "action": "增加", + "click": "FormADD('form3')", + "method": "FormADD", + "icon": "el-icon-plus", + "type": "" + }, + { + "label": "--> 关闭", + "action": "增加", + "click": "FormADD('form4')", + "method": "FormADD", + "icon": "el-icon-plus", + "type": "" + }, + { + "label": "--> 关闭", + "action": "增加", + "click": "FormADD('form5')", + "method": "FormADD", + "icon": "el-icon-plus", + "type": "" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff()", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submit('form')", + "method": "submit", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form2')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submit('form2')", + "method": "submit", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "节点名称", + "prop": "节点名称", + "width": "", + "fixed": "" + }, + { + "label": "考勤编号", + "prop": "考勤编号", + "width": "100", + "fixed": "" + }, + { + "label": "密码", + "prop": "密码", + "width": "100", + "fixed": "" + }, + { + "label": "姓名", + "prop": "姓名", + "width": "100", + "fixed": "" + }, + { + "label": "性别", + "prop": "性别", + "width": "100", + "fixed": "" + }, + { + "label": "身份证号", + "prop": "身份证号", + "width": "100", + "fixed": "" + }, + { + "label": "学历", + "prop": "学历名称", + "width": "100", + "fixed": "" + }, + { + "label": "入职时间", + "prop": "入公司时间", + "width": "100", + "fixed": "" + }, + { + "label": "出生日期", + "prop": "出生日期", + "width": "100", + "fixed": "" + }, + { + "label": "联系方式", + "prop": "联系电话", + "width": "100", + "fixed": "" + }, + { + "label": "岗位工种", + "prop": "岗位名称", + "width": "100", + "fixed": "" + }, + { + "label": "民族", + "prop": "民族", + "width": "100", + "fixed": "" + }, + { + "label": "家庭住址", + "prop": "家庭住址", + "width": "100", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "right" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getTreeData", + "fetchEducationData", + "fetchForeignLanguageLevelDate", + "fetchPostData", + "fetchTitletData", + "fetchPositionStatusData", + "initUniversity", + "initMajor" + ] + } + ], + "methods": [], + "backendCalls": [], + "apiFiles": [ + "src\\api\\BasicManage\\PersonnelManagement" + ], + "apiFunctions": [], + "actions": [ + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "BasicData / PersonnelManagement / 123.vue 页面支持 增加、修改、删除、操作;主要控件 请输入人员名称、el-input、form3.University、form3.UniversityData、form4.Major、form4.MajorData、form5.Post、form5.PostData;表格字段 节点名称、考勤编号、密码、姓名、性别、身份证号、学历、入职时间、出生日期、联系方式。", + "keywords": [ + "src", + "views", + "BasicData", + "PersonnelManagement", + "123", + "vue", + "增加", + "修改", + "删除", + "操作", + "请输入人员名称", + "el", + "input", + "form3", + "University", + "UniversityData", + "form4", + "Major", + "MajorData", + "form5", + "Post", + "PostData", + "form", + "DepartmentName", + "form2", + "AccountNumber", + "Password", + "Name", + "请选择性别", + "date", + "picker", + "IDcard", + "ContactInformation", + "请选择学历", + "Address", + "Nation", + "请选择岗位", + "新增", + "编辑", + "移动", + "院校维护", + "专业维护", + "岗位维护", + "确认", + "展开", + "关闭", + "取消", + "确定", + "节点名称", + "考勤编号", + "密码", + "姓名", + "性别", + "身份证号", + "学历", + "入职时间", + "出生日期", + "联系方式", + "岗位工种", + "民族", + "家庭住址", + "请输", + "输入", + "入人", + "人员", + "员名", + "名称", + "请输入", + "输入人", + "入人员", + "人员名", + "员名称", + "请输入人", + "输入人员", + "入人员名", + "人员名称", + "请选", + "选择", + "择性", + "请选择", + "选择性", + "择性别", + "请选择性", + "选择性别", + "择学", + "选择学", + "择学历", + "请选择学", + "选择学历", + "择岗", + "岗位", + "选择岗", + "择岗位", + "请选择岗", + "选择岗位", + "院校", + "校维", + "维护", + "院校维", + "校维护", + "专业", + "业维", + "专业维", + "业维护", + "位维", + "岗位维", + "位维护", + "节点", + "点名", + "节点名", + "点名称", + "考勤", + "勤编", + "编号", + "考勤编", + "勤编号", + "身份", + "份证", + "证号", + "身份证" + ] + }, + { + "view": "src\\views\\BasicData\\PersonnelManagement\\UploadExcel.vue", + "module": "BasicData", + "title": "BasicData / PersonnelManagement / UploadExcel.vue", + "routePath": "", + "filters": [], + "buttons": [ + { + "label": "浏览", + "action": "导入", + "click": "handleUpload", + "method": "", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "导入" + ], + "riskLevel": "包含写入操作", + "description": "BasicData / PersonnelManagement / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "BasicData", + "PersonnelManagement", + "UploadExcel", + "vue", + "导入", + "浏览" + ] + }, + { + "view": "src\\views\\BasicData\\PersonnelManagement\\index.vue", + "module": "BasicData", + "title": "BasicData / PersonnelManagement", + "routePath": "/BasicData/PersonnelManagement", + "filters": [ + { + "control": "el-input", + "label": "请输入人员名称", + "model": "Name", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请选择部门", + "model": "nodeName1", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "department_Form.DepartmentName", + "model": "department_Form.DepartmentName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "people_form.AccountNumber", + "model": "people_form.AccountNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "people_form.Password", + "model": "people_form.Password", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "people_form.Name", + "model": "people_form.Name", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择性别", + "model": "people_form.Sex", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "请选择出生日期", + "model": "people_form.Birthday", + "type": "date", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "people_form.IDcard", + "model": "people_form.IDcard", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "请选择入职时间", + "model": "people_form.TimeOfEntry", + "type": "date", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "people_form.ContactInformation", + "model": "people_form.ContactInformation", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择学历", + "model": "people_form.Education", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "people_form.Address", + "model": "people_form.Address", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "people_form.Nation", + "model": "people_form.Nation", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择班组", + "model": "people_form.TeamValue", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "新增", + "action": "增加", + "click": "handleAdd('department_Form')", + "method": "handleAdd", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "编辑", + "action": "修改", + "click": "handleEdit()", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "warning" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteTable()", + "method": "deleteTable", + "icon": "el-icon-delete", + "type": "danger" + }, + { + "label": "新增", + "action": "增加", + "click": "fetchPeopleForName", + "method": "", + "icon": "el-icon-search", + "type": "" + }, + { + "label": "离职", + "action": "操作", + "click": "Quit()", + "method": "Quit", + "icon": "el-icon-circle-close-outline", + "type": "danger" + }, + { + "label": "离职名单", + "action": "操作", + "click": "searchLeavingList", + "method": "", + "icon": "", + "type": "text" + }, + { + "label": "移动", + "action": "操作", + "click": "moveGroup", + "method": "", + "icon": "el-icon-sort", + "type": "success" + }, + { + "label": "人员导入", + "action": "导入", + "click": "importPersonnel()", + "method": "importPersonnel", + "icon": "el-icon-upload2", + "type": "info" + }, + { + "label": "岗位维护", + "action": "操作", + "click": "postMaintain()", + "method": "postMaintain", + "icon": "", + "type": "" + }, + { + "label": "确认", + "action": "操作", + "click": "moveGroupConfim", + "method": "", + "icon": "", + "type": "text" + }, + { + "label": "展开", + "action": "操作", + "click": "expandALL()", + "method": "expandALL", + "icon": "", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deletePhoto(scope.row)", + "method": "deletePhoto", + "icon": "", + "type": "text" + }, + { + "label": "上传图片", + "action": "导入", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "查看工位权限", + "action": "操作", + "click": "searchOpNamePermission (scope.row)", + "method": "searchOpNamePermission", + "icon": "el-icon-s-grid", + "type": "primary" + }, + { + "label": "编辑", + "action": "修改", + "click": "handleEditPeople(scope.row)", + "method": "handleEditPeople", + "icon": "el-icon-edit", + "type": "primary" + }, + { + "label": "重置密码", + "action": "操作", + "click": "resetPwd(scope.row)", + "method": "resetPwd", + "icon": "el-icon-delete", + "type": "danger" + }, + { + "label": "删除", + "action": "删除", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "取消", + "action": "操作", + "click": "cancel", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('department_Form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "操作", + "click": "submitEdit('department_Form')", + "method": "submitEdit", + "icon": "", + "type": "primary" + }, + { + "label": "关闭", + "action": "操作", + "click": "isShowSearchOpNamePermission = false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAddPeople", + "method": "", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "操作", + "click": "submitEditPeople", + "method": "", + "icon": "", + "type": "primary" + }, + { + "label": "导入到数据库", + "action": "导入", + "click": "basicPartsToSQLCheck", + "method": "", + "icon": "el-icon-upload2", + "type": "primary" + }, + { + "label": "删除", + "action": "删除", + "click": "deletePeople(scope.row)", + "method": "deletePeople", + "icon": "el-icon-circle-close-outline", + "type": "danger" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitPerson()", + "method": "submitPerson", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "文件标识|文件后缀", + "prop": "文件标识|文件后缀", + "width": "50", + "fixed": "" + }, + { + "label": "部门名称", + "prop": "节点名称", + "width": "100", + "fixed": "" + }, + { + "label": "考勤编号", + "prop": "考勤编号", + "width": "100", + "fixed": "" + }, + { + "label": "密码", + "prop": "", + "width": "100", + "fixed": "" + }, + { + "label": "姓名", + "prop": "姓名", + "width": "100", + "fixed": "" + }, + { + "label": "性别", + "prop": "性别", + "width": "100", + "fixed": "" + }, + { + "label": "身份证号", + "prop": "身份证号", + "width": "165", + "fixed": "" + }, + { + "label": "学历", + "prop": "学历名称", + "width": "100", + "fixed": "" + }, + { + "label": "入职时间", + "prop": "入公司时间", + "width": "100", + "fixed": "" + }, + { + "label": "出生日期", + "prop": "出生日期", + "width": "100", + "fixed": "" + }, + { + "label": "联系方式", + "prop": "联系电话", + "width": "110", + "fixed": "" + }, + { + "label": "班组", + "prop": "班组名称", + "width": "110", + "fixed": "" + }, + { + "label": "民族", + "prop": "民族", + "width": "100", + "fixed": "" + }, + { + "label": "家庭住址", + "prop": "家庭住址", + "width": "200", + "fixed": "" + }, + { + "label": "操作", + "prop": "文件标识", + "width": "280", + "fixed": "right" + }, + { + "label": "排序", + "prop": "OpName", + "width": "80", + "fixed": "" + }, + { + "label": "有无权限", + "prop": "value", + "width": "", + "fixed": "" + }, + { + "label": "工号", + "prop": "考勤编号", + "width": "100", + "fixed": "" + }, + { + "label": "密码", + "prop": "密码", + "width": "100", + "fixed": "" + }, + { + "label": "岗位工种", + "prop": "岗位名称", + "width": "100", + "fixed": "" + }, + { + "label": "家庭住址", + "prop": "家庭住址", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "100", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getTreeData", + "fetchEducationData", + "fetchPostData", + "fetchTeamViwer" + ] + } + ], + "methods": [ + { + "name": "fetchTeamViwer", + "action": "", + "line": 645 + }, + { + "name": "deletePeople", + "action": "删除", + "line": 656 + }, + { + "name": "deletePhoto", + "action": "删除", + "line": 681 + }, + { + "name": "fetchEducationData", + "action": "", + "line": 709 + }, + { + "name": "fetchPostData", + "action": "", + "line": 712 + }, + { + "name": "getTreeData", + "action": "", + "line": 717 + }, + { + "name": "expandALL", + "action": "", + "line": 723 + }, + { + "name": "handleNodeClick", + "action": "", + "line": 729 + }, + { + "name": "handleClick", + "action": "", + "line": 732 + }, + { + "name": "uploadSuccess", + "action": "导入", + "line": 753 + }, + { + "name": "beforeUpload", + "action": "导入", + "line": 763 + }, + { + "name": "warningExceed", + "action": "", + "line": 770 + }, + { + "name": "handlePicture", + "action": "", + "line": 773 + }, + { + "name": "submitPerson", + "action": "", + "line": 777 + }, + { + "name": "handleAdd", + "action": "增加", + "line": 780 + }, + { + "name": "handleEdit", + "action": "", + "line": 790 + }, + { + "name": "resetPwd", + "action": "", + "line": 802 + }, + { + "name": "importPersonnel", + "action": "", + "line": 821 + }, + { + "name": "handleRemove", + "action": "", + "line": 824 + }, + { + "name": "removeAll", + "action": "", + "line": 837 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 1043 + }, + { + "name": "submitEdit", + "action": "", + "line": 1074 + }, + { + "name": "deleteTable", + "action": "删除", + "line": 1092 + }, + { + "name": "cancel", + "action": "", + "line": 1120 + }, + { + "name": "fetchPeopleForName", + "action": "", + "line": 1124 + }, + { + "name": "addPeople", + "action": "增加", + "line": 1143 + }, + { + "name": "submitAddPeople", + "action": "增加", + "line": 1153 + }, + { + "name": "handleEditPeople", + "action": "", + "line": 1169 + }, + { + "name": "submitEditPeople", + "action": "", + "line": 1197 + }, + { + "name": "searchOpNamePermission", + "action": "", + "line": 1217 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 1232 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 1239 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 1247 + }, + { + "name": "handleSizeChangeN", + "action": "", + "line": 1254 + }, + { + "name": "handleCurrentChangeN", + "action": "", + "line": 1259 + }, + { + "name": "handleSelectionChange", + "action": "查询", + "line": 1263 + }, + { + "name": "Quit", + "action": "", + "line": 1267 + }, + { + "name": "searchLeavingList", + "action": "", + "line": 1295 + }, + { + "name": "moveGroupConfim", + "action": "", + "line": 1299 + }, + { + "name": "hide", + "action": "", + "line": 1314 + }, + { + "name": "moveGroup", + "action": "", + "line": 1318 + }, + { + "name": "NodeClick", + "action": "", + "line": 1323 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "人事档案管理", + "nameOrSql": "人事档案管理_离职人员_删除数据", + "line": 664, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "人事档案管理", + "nameOrSql": "人事档案管理_人员名单_重置密码_MESWORK", + "line": 811, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "导入", + "domain": "人员管理", + "nameOrSql": "人员管理_导入前处理", + "line": 883, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "导入", + "domain": "人员管理", + "nameOrSql": "人员管理_导入", + "line": 1023, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\BasicData\\PersonnelManagement" + ], + "apiFunctions": [], + "actions": [ + "增加", + "修改", + "删除", + "操作", + "导入" + ], + "riskLevel": "包含删除操作", + "description": "BasicData / PersonnelManagement 页面支持 增加、修改、删除、操作、导入;主要控件 请输入人员名称、请选择部门、department_Form.DepartmentName、people_form.AccountNumber、people_form.Password、people_form.Name、请选择性别、请选择出生日期;表格字段 文件标识|文件后缀、部门名称、考勤编号、密码、姓名、性别、身份证号、学历、入职时间、出生日期。", + "keywords": [ + "src", + "views", + "BasicData", + "PersonnelManagement", + "index", + "vue", + "增加", + "修改", + "删除", + "操作", + "导入", + "请输入人员名称", + "请选择部门", + "department_Form", + "DepartmentName", + "people_form", + "AccountNumber", + "Password", + "Name", + "请选择性别", + "请选择出生日期", + "IDcard", + "请选择入职时间", + "ContactInformation", + "请选择学历", + "Address", + "Nation", + "请选择班组", + "新增", + "编辑", + "离职", + "离职名单", + "移动", + "人员导入", + "岗位维护", + "确认", + "展开", + "上传图片", + "查看工位权限", + "重置密码", + "取消", + "确定", + "关闭", + "导入到数据库", + "文件标识", + "文件后缀", + "部门名称", + "考勤编号", + "密码", + "姓名", + "性别", + "身份证号", + "学历", + "入职时间", + "出生日期", + "联系方式", + "班组", + "民族", + "家庭住址", + "排序", + "有无权限", + "工号", + "岗位工种", + "人事档案管理_离职人员_删除数据", + "人事档案管理_人员名单_重置密码_MESWORK", + "人员管理_导入前处理", + "人员管理_导入", + "请输", + "输入", + "入人", + "人员", + "员名", + "名称", + "请输入", + "输入人", + "入人员", + "人员名", + "员名称", + "请输入人", + "输入人员", + "入人员名", + "人员名称", + "请选", + "选择", + "择部", + "部门", + "请选择", + "选择部", + "择部门", + "请选择部", + "选择部门", + "择性", + "选择性", + "择性别", + "请选择性", + "选择性别", + "择出", + "出生", + "生日", + "日期", + "选择出", + "择出生", + "出生日", + "生日期", + "请选择出", + "选择出生", + "择出生日", + "择入", + "入职", + "职时", + "时间", + "选择入", + "择入职", + "入职时", + "职时间", + "请选择入", + "选择入职", + "择入职时", + "择学", + "选择学" + ] + }, + { + "view": "src\\views\\BasicData\\PrintPositionManageMent\\index.vue", + "module": "BasicData", + "title": "BasicData / PrintPositionManageMent", + "routePath": "/BasicData/PrintPositionManageMent", + "filters": [ + { + "control": "el-input", + "label": "订货号", + "model": "orderCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "el-date-picker", + "model": "", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "订货号", + "model": "form.orderCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "位置名称", + "model": "form.positionCode", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "小机型号", + "model": "form.miniPartType", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "系列", + "model": "form.series", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "类别", + "model": "form.category", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=50;pageCurrent=1;searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "增加", + "action": "增加", + "click": "addData()", + "method": "addData", + "icon": "el-icon-document-copy", + "type": "success" + }, + { + "label": "修改", + "action": "修改", + "click": "update(scope.row)", + "method": "update", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteData(scope.row)", + "method": "deleteData", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible1 = false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('form')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "订货号", + "width": "60", + "fixed": "" + }, + { + "label": "打印编号", + "prop": "传递编号", + "width": "", + "fixed": "" + }, + { + "label": "位置名称", + "prop": "位置名称", + "width": "", + "fixed": "" + }, + { + "label": "小机型号", + "prop": "小机型号", + "width": "", + "fixed": "" + }, + { + "label": "系列", + "prop": "系列", + "width": "", + "fixed": "" + }, + { + "label": "类别", + "prop": "类别", + "width": "", + "fixed": "" + }, + { + "label": "录入日期", + "prop": "操作时间", + "width": "170", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "170", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getDataType", + "searchTable" + ] + } + ], + "methods": [ + { + "name": "getDataType", + "action": "", + "line": 181 + }, + { + "name": "addData", + "action": "增加", + "line": 194 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 203 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 223 + }, + { + "name": "update", + "action": "修改", + "line": 244 + }, + { + "name": "deleteData", + "action": "删除", + "line": 254 + }, + { + "name": "searchTable", + "action": "", + "line": 271 + }, + { + "name": "callOff", + "action": "", + "line": 290 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 294 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 299 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "潍柴", + "nameOrSql": "潍柴_打印位置_基本表_查询", + "line": 184, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "潍柴", + "nameOrSql": "潍柴_打印位置_对应表_增加", + "line": 214, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "修改", + "domain": "潍柴", + "nameOrSql": "潍柴_打印位置_对应表_修改", + "line": 235, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "删除", + "domain": "潍柴", + "nameOrSql": "潍柴_打印位置_对应表_删除", + "line": 262, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "潍柴", + "nameOrSql": "潍柴_打印位置_对应表_查询", + "line": 280, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "BasicData / PrintPositionManageMent 页面支持 查询、增加、修改、删除、操作;主要控件 订货号、el-date-picker、订货号、位置名称、小机型号、系列、类别;表格字段 序号、打印编号、位置名称、小机型号、系列、类别、录入日期、操作。", + "keywords": [ + "src", + "views", + "BasicData", + "PrintPositionManageMent", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "订货号", + "el", + "date", + "picker", + "位置名称", + "小机型号", + "系列", + "类别", + "取消", + "确定", + "序号", + "打印编号", + "录入日期", + "潍柴_打印位置_基本表_查询", + "潍柴_打印位置_对应表_增加", + "潍柴_打印位置_对应表_修改", + "潍柴_打印位置_对应表_删除", + "潍柴_打印位置_对应表_查询", + "订货", + "货号", + "位置", + "置名", + "名称", + "位置名", + "置名称", + "小机", + "机型", + "型号", + "小机型", + "机型号", + "打印", + "印编", + "编号", + "打印编", + "印编号", + "录入", + "入日", + "日期", + "录入日", + "入日期", + "潍柴", + "柴_", + "_打", + "印位", + "置_", + "_基", + "基本", + "本表", + "表_", + "_查", + "潍柴_", + "柴_打", + "_打印", + "打印位", + "印位置", + "位置_", + "置_基", + "_基本", + "基本表", + "本表_", + "表_查", + "_查询", + "潍柴_打", + "柴_打印", + "_打印位", + "打印位置", + "印位置_", + "位置_基", + "置_基本", + "_基本表", + "基本表_", + "本表_查", + "表_查询", + "_对", + "对应", + "应表", + "_增", + "置_对", + "_对应", + "对应表", + "应表_", + "表_增", + "_增加", + "位置_对", + "置_对应", + "_对应表", + "对应表_", + "应表_增", + "表_增加", + "_修", + "表_修", + "_修改", + "应表_修", + "表_修改", + "_删", + "表_删", + "_删除", + "应表_删", + "表_删除", + "应表_查" + ] + }, + { + "view": "src\\views\\BasicData\\ProjectManagementDisplay\\index.vue", + "module": "BasicData", + "title": "BasicData / ProjectManagementDisplay", + "routePath": "/BasicData/ProjectManagementDisplay", + "filters": [ + { + "control": "el-select", + "label": "项目名称", + "model": "projectValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "机床名称", + "model": "toolNumValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData", + "method": "", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "显示", + "action": "操作", + "click": "submitEdit(scope.$index, scope.row)", + "method": "submitEdit", + "icon": "", + "type": "success" + }, + { + "label": "关闭", + "action": "操作", + "click": "submitEdit1(scope.$index, scope.row)", + "method": "submitEdit1", + "icon": "", + "type": "danger" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "合同编号", + "width": "50", + "fixed": "" + }, + { + "label": "项目名称", + "prop": "项目名称", + "width": "200", + "fixed": "" + }, + { + "label": "机床图号", + "prop": "机床图号", + "width": "200", + "fixed": "" + }, + { + "label": "是否显示", + "prop": "是否显示", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "searchData", + "action": "", + "line": 86 + }, + { + "name": "fetchData", + "action": "", + "line": 101 + }, + { + "name": "typeChange", + "action": "", + "line": 114 + }, + { + "name": "submitEdit", + "action": "", + "line": 126 + }, + { + "name": "submitEdit1", + "action": "", + "line": 134 + } + ], + "backendCalls": [], + "apiFiles": [ + "src\\api\\BasicData\\ProjectManagementDisplay" + ], + "apiFunctions": [], + "actions": [ + "查询", + "操作" + ], + "riskLevel": "只读查询为主", + "description": "BasicData / ProjectManagementDisplay 页面支持 查询、操作;主要控件 项目名称、机床名称;表格字段 序号、项目名称、机床图号、是否显示。", + "keywords": [ + "src", + "views", + "BasicData", + "ProjectManagementDisplay", + "index", + "vue", + "查询", + "操作", + "项目名称", + "机床名称", + "显示", + "关闭", + "序号", + "机床图号", + "是否显示", + "项目", + "目名", + "名称", + "项目名", + "目名称", + "机床", + "床名", + "机床名", + "床名称", + "床图", + "图号", + "机床图", + "床图号", + "是否", + "否显", + "是否显", + "否显示" + ] + }, + { + "view": "src\\views\\BasicData\\ShiftManagement\\index.vue", + "module": "BasicData", + "title": "BasicData / ShiftManagement", + "routePath": "/BasicData/ShiftManagement", + "filters": [ + { + "control": "el-select", + "label": "序号", + "model": "roleName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "序号", + "model": "form.serialNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "班次代码", + "model": "form.shiftCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "是否工作", + "model": "form.isWork", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addShiftTable('form')", + "method": "addShiftTable", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "编辑", + "action": "修改", + "click": "editShiftTable(scope.row)", + "method": "editShiftTable", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "handleDelete(scope.row)", + "method": "handleDelete", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "序号", + "width": "", + "fixed": "" + }, + { + "label": "开始工作时间", + "prop": "开始工作时间", + "width": "", + "fixed": "" + }, + { + "label": "结束工作时间", + "prop": "结束工作时间", + "width": "", + "fixed": "" + }, + { + "label": "班次代码", + "prop": "班次代码", + "width": "", + "fixed": "" + }, + { + "label": "是否工作", + "prop": "是否工作", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getNumber", + "searchTable" + ] + } + ], + "methods": [ + { + "name": "getNumber", + "action": "", + "line": 165 + }, + { + "name": "searchTable", + "action": "", + "line": 187 + }, + { + "name": "addShiftTable", + "action": "增加", + "line": 236 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 248 + }, + { + "name": "editShiftTable", + "action": "", + "line": 278 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 296 + }, + { + "name": "handleDelete", + "action": "删除", + "line": 324 + }, + { + "name": "callOff", + "action": "", + "line": 351 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 354 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 359 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板", + "nameOrSql": "电子看板_工作时间与班次_查询", + "line": 198, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_工作时间与班次_增加", + "line": 258, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "电子看板", + "nameOrSql": "电子看板_工作时间与班次_修改", + "line": 306, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "电子看板", + "nameOrSql": "电子看板_工作时间与班次_删除", + "line": 332, + "role": "MESCommonBase 查询入口" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [序号],[开始工作时间],[结束工作时间],[班次代码],CASE 是否工作 WHEN 1 THEN '工作' ELSE '不工作' End AS 是否工作 FROM [dbo].[电子看板_工作时间与班次] WHERE [序号]<>'0'", + "line": 172, + "role": "Raw SQL 查询" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "BasicData / ShiftManagement 页面支持 查询、增加、修改、删除、操作;主要控件 序号、序号、班次代码、是否工作;表格字段 序号、开始工作时间、结束工作时间、班次代码、是否工作、操作。", + "keywords": [ + "src", + "views", + "BasicData", + "ShiftManagement", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "序号", + "班次代码", + "是否工作", + "新增", + "编辑", + "取消", + "确定", + "开始工作时间", + "结束工作时间", + "电子看板_工作时间与班次_查询", + "电子看板_工作时间与班次_增加", + "电子看板_工作时间与班次_修改", + "电子看板_工作时间与班次_删除", + "SELECT", + "CASE", + "WHEN", + "THEN", + "工作", + "ELSE", + "不工作", + "End", + "AS", + "FROM", + "dbo", + "电子看板_工作时间与班次", + "WHERE", + "班次", + "次代", + "代码", + "班次代", + "次代码", + "是否", + "否工", + "是否工", + "否工作", + "开始", + "始工", + "作时", + "时间", + "开始工", + "始工作", + "工作时", + "作时间", + "开始工作", + "始工作时", + "工作时间", + "结束", + "束工", + "结束工", + "束工作", + "结束工作", + "束工作时", + "电子", + "子看", + "看板", + "板_", + "_工", + "间与", + "与班", + "次_", + "_查", + "电子看", + "子看板", + "看板_", + "板_工", + "_工作", + "时间与", + "间与班", + "与班次", + "班次_", + "次_查", + "_查询", + "电子看板", + "子看板_", + "看板_工", + "板_工作", + "_工作时", + "作时间与", + "时间与班", + "间与班次", + "与班次_", + "班次_查", + "次_查询", + "_增", + "次_增", + "_增加", + "班次_增", + "次_增加", + "_修", + "次_修", + "_修改", + "班次_修", + "次_修改", + "_删", + "次_删", + "_删除", + "班次_删", + "次_删除", + "不工" + ] + }, + { + "view": "src\\views\\BasicData\\SystemLog\\index.vue", + "module": "BasicData", + "title": "BasicData / SystemLog", + "routePath": "/BasicData/SystemLog", + "filters": [ + { + "control": "el-select", + "label": "操作人员", + "model": "parentId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=50;pageCurrent=1;searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "复制", + "action": "操作", + "click": "copyData('form4')", + "method": "copyData", + "icon": "el-icon-document-copy", + "type": "success" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "ParentAccount", + "width": "60", + "fixed": "" + }, + { + "label": "操作姓名", + "prop": "ParentName", + "width": "", + "fixed": "" + }, + { + "label": "类型", + "prop": "Type", + "width": "", + "fixed": "" + }, + { + "label": "操作日期", + "prop": "CreateTime", + "width": "170", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getDataType", + "searchTable" + ] + } + ], + "methods": [ + { + "name": "getDataType", + "action": "", + "line": 136 + }, + { + "name": "searchTable", + "action": "", + "line": 152 + }, + { + "name": "callOff", + "action": "", + "line": 177 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 181 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 186 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "记录", + "nameOrSql": "记录_日志_登录日志_操作人员_查询", + "line": 141, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "记录", + "nameOrSql": "记录_日志_登录日志_查询", + "line": 167, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "操作" + ], + "riskLevel": "只读查询为主", + "description": "BasicData / SystemLog 页面支持 查询、操作;主要控件 操作人员、开始日期;表格字段 序号、操作姓名、类型、操作日期。", + "keywords": [ + "src", + "views", + "BasicData", + "SystemLog", + "index", + "vue", + "查询", + "操作", + "操作人员", + "开始日期", + "复制", + "序号", + "操作姓名", + "类型", + "操作日期", + "记录_日志_登录日志_操作人员_查询", + "记录_日志_登录日志_查询", + "作人", + "人员", + "操作人", + "作人员", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "作姓", + "姓名", + "操作姓", + "作姓名", + "作日", + "操作日", + "作日期", + "记录", + "录_", + "_日", + "日志", + "志_", + "_登", + "登录", + "录日", + "_操", + "员_", + "_查", + "记录_", + "录_日", + "_日志", + "日志_", + "志_登", + "_登录", + "登录日", + "录日志", + "志_操", + "_操作", + "人员_", + "员_查", + "_查询", + "记录_日", + "录_日志", + "_日志_", + "日志_登", + "志_登录", + "_登录日", + "登录日志", + "录日志_", + "日志_操", + "志_操作", + "_操作人", + "作人员_", + "人员_查", + "员_查询", + "志_查", + "日志_查", + "志_查询" + ] + }, + { + "view": "src\\views\\BasicData\\SystemRrolemaintenance\\index.vue", + "module": "BasicData", + "title": "BasicData / SystemRrolemaintenance", + "routePath": "/BasicData/SystemRrolemaintenance", + "filters": [ + { + "control": "el-input", + "label": "请输入角色功能", + "model": "RoleFunctioning", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "角色功能", + "model": "form.角色功能", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择确认操作权限", + "model": "form.确认操作权限", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "角色功能", + "model": "form2.角色功能", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择确认操作权限", + "model": "form2.确认操作权限", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData()", + "method": "searchData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "增加", + "action": "增加", + "click": "handleAdd()", + "method": "handleAdd", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "取消", + "action": "操作", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible2 = false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd2('form2')", + "method": "submitAdd2", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "角色编号", + "prop": "角色编号", + "width": "100", + "fixed": "" + }, + { + "label": "角色功能", + "prop": "角色功能", + "width": "200", + "fixed": "" + }, + { + "label": "确认操作权限", + "prop": "确认操作权限", + "width": "", + "fixed": "" + }, + { + "label": "操作日期", + "prop": "操作日期", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "", + "fixed": "right" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "fetchData", + "action": "", + "line": 143 + }, + { + "name": "searchData", + "action": "", + "line": 149 + }, + { + "name": "handleEdit", + "action": "", + "line": 166 + }, + { + "name": "submitAdd2", + "action": "增加", + "line": 176 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 192 + }, + { + "name": "handleAdd", + "action": "增加", + "line": 209 + }, + { + "name": "handleDelete", + "action": "删除", + "line": 216 + } + ], + "backendCalls": [], + "apiFiles": [ + "src\\api\\BasicData\\SystemRrolemaintenance" + ], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作" + ], + "riskLevel": "包含写入操作", + "description": "BasicData / SystemRrolemaintenance 页面支持 查询、增加、操作;主要控件 请输入角色功能、角色功能、请选择确认操作权限、角色功能、请选择确认操作权限;表格字段 角色编号、角色功能、确认操作权限、操作日期、操作。", + "keywords": [ + "src", + "views", + "BasicData", + "SystemRrolemaintenance", + "index", + "vue", + "查询", + "增加", + "操作", + "请输入角色功能", + "角色功能", + "请选择确认操作权限", + "取消", + "确定", + "角色编号", + "确认操作权限", + "操作日期", + "请输", + "输入", + "入角", + "角色", + "色功", + "功能", + "请输入", + "输入角", + "入角色", + "角色功", + "色功能", + "请输入角", + "输入角色", + "入角色功", + "请选", + "选择", + "择确", + "确认", + "认操", + "作权", + "权限", + "请选择", + "选择确", + "择确认", + "确认操", + "认操作", + "操作权", + "作权限", + "请选择确", + "选择确认", + "择确认操", + "确认操作", + "认操作权", + "操作权限", + "色编", + "编号", + "角色编", + "色编号", + "作日", + "日期", + "操作日", + "作日期" + ] + }, + { + "view": "src\\views\\BasicData\\TimeLine\\index.vue", + "module": "BasicData", + "title": "BasicData / TimeLine", + "routePath": "/BasicData/TimeLine", + "filters": [], + "buttons": [], + "tableFields": [], + "lifecycle": [ + { + "hook": "mounted", + "calls": [ + "init" + ] + } + ], + "methods": [ + { + "name": "init", + "action": "", + "line": 35 + } + ], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [], + "riskLevel": "只读查询为主", + "description": "BasicData / TimeLine 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "BasicData", + "TimeLine", + "index", + "vue" + ] + }, + { + "view": "src\\views\\BasicData\\UserRightsManagement\\index.vue", + "module": "BasicData", + "title": "BasicData / UserRightsManagement", + "routePath": "/BasicData/UserRightsManagement", + "filters": [ + { + "control": "el-select", + "label": "请选择", + "model": "roleName", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择模块名称", + "model": "modelName", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "form.组件", + "model": "form.组件", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.标题", + "model": "form.标题", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.图标", + "model": "form.图标", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "添加模块(开发使用)", + "action": "增加", + "click": "openModelWin", + "method": "", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "cancel('form')", + "method": "cancel", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submit('form')", + "method": "submit", + "icon": "", + "type": "primary" + }, + { + "label": "删除模块", + "action": "删除", + "click": "deleteModule()", + "method": "deleteModule", + "icon": "", + "type": "danger" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getRoleName", + "getAllModules" + ] + } + ], + "methods": [ + { + "name": "clearModel", + "action": "", + "line": 111 + }, + { + "name": "getRoleName", + "action": "", + "line": 114 + }, + { + "name": "getAllModules", + "action": "", + "line": 124 + }, + { + "name": "filterMoudles", + "action": "", + "line": 141 + }, + { + "name": "getmodule", + "action": "", + "line": 144 + }, + { + "name": "roleChange", + "action": "", + "line": 162 + }, + { + "name": "getModelData", + "action": "", + "line": 193 + }, + { + "name": "openModelWin", + "action": "", + "line": 203 + }, + { + "name": "cancel", + "action": "", + "line": 207 + }, + { + "name": "submit", + "action": "", + "line": 211 + }, + { + "name": "deleteModule", + "action": "删除", + "line": 240 + } + ], + "backendCalls": [], + "apiFiles": [ + "src\\api\\BasicData\\UserRightsManagement" + ], + "apiFunctions": [], + "actions": [ + "增加", + "操作", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "BasicData / UserRightsManagement 页面支持 增加、操作、删除;主要控件 请选择、请选择模块名称、form.组件、form.标题、form.图标;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "BasicData", + "UserRightsManagement", + "index", + "vue", + "增加", + "操作", + "删除", + "请选择", + "请选择模块名称", + "form", + "组件", + "标题", + "图标", + "添加模块", + "开发使用", + "取消", + "确定", + "删除模块", + "请选", + "选择", + "择模", + "模块", + "块名", + "名称", + "选择模", + "择模块", + "模块名", + "块名称", + "请选择模", + "选择模块", + "择模块名", + "模块名称", + "添加", + "加模", + "添加模", + "加模块", + "开发", + "发使", + "使用", + "开发使", + "发使用", + "除模", + "删除模", + "除模块" + ] + }, + { + "view": "src\\views\\BasicData\\WorkshopPersonnelRoleMana\\index.vue", + "module": "BasicData", + "title": "BasicData / WorkshopPersonnelRoleMana", + "routePath": "/BasicData/WorkshopPersonnelRoleMana", + "filters": [ + { + "control": "el-input", + "label": "员工姓名", + "model": "staffName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "角色名称", + "model": "roleName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请双击选择", + "model": "form1.staffName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "角色名称", + "model": "form1.roleName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "attendanceNumber", + "model": "attendanceNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "department", + "model": "department", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form2.staffName", + "model": "form2.staffName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "角色名称", + "model": "form2.roleName", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData", + "method": "", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "增加", + "action": "增加", + "click": "handelAdd", + "method": "", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "scope.row.考勤编号 scope.row.姓名 scope.row.性别 取消", + "action": "操作", + "click": "submitEdit(scope.$index, scope.row)", + "method": "submitEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "确认", + "action": "操作", + "click": "getName", + "method": "", + "icon": "", + "type": "primary" + }, + { + "label": "取 消", + "action": "操作", + "click": "callOFF", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确 定", + "action": "增加", + "click": "submitAdd1()", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOFF", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd2()", + "method": "submitAdd2", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "姓名", + "width": "70", + "fixed": "" + }, + { + "label": "所属部门", + "prop": "部门名称", + "width": "", + "fixed": "" + }, + { + "label": "角色名称", + "prop": "角色功能", + "width": "", + "fixed": "" + }, + { + "label": "考勤编号", + "prop": "考勤编号", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "", + "fixed": "" + }, + { + "label": "姓名", + "prop": "姓名", + "width": "", + "fixed": "" + }, + { + "label": "性别", + "prop": "性别", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "handelAdd", + "action": "增加", + "line": 212 + }, + { + "name": "submitEdit", + "action": "", + "line": 221 + }, + { + "name": "callOFF", + "action": "", + "line": 234 + }, + { + "name": "searchData", + "action": "", + "line": 240 + }, + { + "name": "fetchData", + "action": "", + "line": 261 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 281 + }, + { + "name": "submitAdd2", + "action": "增加", + "line": 307 + }, + { + "name": "handleNodeClick", + "action": "", + "line": 330 + }, + { + "name": "handleDelete", + "action": "删除", + "line": 339 + }, + { + "name": "dialogTableVisible", + "action": "", + "line": 361 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 364 + }, + { + "name": "getName", + "action": "", + "line": 370 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "菜单系统模块", + "nameOrSql": "菜单系统模块_项目角色员工综合_查询数据", + "line": 256, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "人事档案管理", + "nameOrSql": "人事档案管理_部门关系_查询节点", + "line": 264, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "菜单系统模块", + "nameOrSql": "菜单系统模块_项目角色_查询数据_new", + "line": 270, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "菜单系统模块", + "nameOrSql": "菜单系统模块_项目角色员工综合_增加数据", + "line": 290, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "菜单系统模块", + "nameOrSql": "菜单系统模块_项目角色员工综合_修改数据", + "line": 315, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "人事档案管理", + "nameOrSql": "人事档案管理_人员_部门与人员_查询数据_根据部门编号", + "line": 334, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "菜单系统模块", + "nameOrSql": "菜单系统模块_项目角色员工综合_删除数据", + "line": 347, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\BasicData\\WorkshopPersonnelRoleMana" + ], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作", + "修改", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "BasicData / WorkshopPersonnelRoleMana 页面支持 查询、增加、操作、修改、删除;主要控件 员工姓名、角色名称、请双击选择、角色名称、attendanceNumber、department、form2.staffName、角色名称;表格字段 序号、所属部门、角色名称、考勤编号、操作、姓名、性别。", + "keywords": [ + "src", + "views", + "BasicData", + "WorkshopPersonnelRoleMana", + "index", + "vue", + "查询", + "增加", + "操作", + "修改", + "删除", + "员工姓名", + "角色名称", + "请双击选择", + "attendanceNumber", + "department", + "form2", + "staffName", + "scope", + "row", + "考勤编号", + "姓名", + "性别", + "取消", + "确认", + "确定", + "序号", + "所属部门", + "菜单系统模块_项目角色员工综合_查询数据", + "人事档案管理_部门关系_查询节点", + "菜单系统模块_项目角色_查询数据_new", + "菜单系统模块_项目角色员工综合_增加数据", + "菜单系统模块_项目角色员工综合_修改数据", + "人事档案管理_人员_部门与人员_查询数据_根据部门编号", + "菜单系统模块_项目角色员工综合_删除数据", + "员工", + "工姓", + "员工姓", + "工姓名", + "角色", + "色名", + "名称", + "角色名", + "色名称", + "请双", + "双击", + "击选", + "选择", + "请双击", + "双击选", + "击选择", + "请双击选", + "双击选择", + "考勤", + "勤编", + "编号", + "考勤编", + "勤编号", + "所属", + "属部", + "部门", + "所属部", + "属部门", + "菜单", + "单系", + "系统", + "统模", + "模块", + "块_", + "_项", + "项目", + "目角", + "色员", + "工综", + "综合", + "合_", + "_查", + "询数", + "数据", + "菜单系", + "单系统", + "系统模", + "统模块", + "模块_", + "块_项", + "_项目", + "项目角", + "目角色", + "角色员", + "色员工", + "员工综", + "工综合", + "综合_", + "合_查", + "_查询", + "查询数", + "询数据", + "菜单系统", + "单系统模", + "系统模块", + "统模块_", + "模块_项", + "块_项目", + "_项目角", + "项目角色", + "目角色员", + "角色员工", + "色员工综", + "员工综合", + "工综合_", + "综合_查", + "合_查询", + "_查询数", + "查询数据", + "人事", + "事档", + "档案", + "案管", + "管理", + "理_" + ] + }, + { + "view": "src\\views\\BasicData\\WorkshopProcessMaintenance\\index.vue", + "module": "BasicData", + "title": "BasicData / WorkshopProcessMaintenance", + "routePath": "/BasicData/WorkshopProcessMaintenance", + "filters": [ + { + "control": "el-input", + "label": "form1.ProcessClassification", + "model": "form1.ProcessClassification", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "新增工艺", + "action": "增加", + "click": "addProcess", + "method": "", + "icon": "el-icon-circle-plus-outline", + "type": "primary" + }, + { + "label": "取 消", + "action": "操作", + "click": "editProcess(scope.row)", + "method": "editProcess", + "icon": "el-icon-edit-outline", + "type": "text" + }, + { + "label": "确 定", + "action": "增加", + "click": "submitaddProcess('form1')", + "method": "submitaddProcess", + "icon": "", + "type": "primary" + }, + { + "label": "确 定", + "action": "操作", + "click": "submiteditProcess('form1')", + "method": "submiteditProcess", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工艺名称", + "width": "60", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getProcess" + ] + } + ], + "methods": [ + { + "name": "getProcess", + "action": "", + "line": 79 + }, + { + "name": "calloff", + "action": "", + "line": 87 + }, + { + "name": "addProcess", + "action": "增加", + "line": 96 + }, + { + "name": "submitaddProcess", + "action": "增加", + "line": 104 + }, + { + "name": "editProcess", + "action": "", + "line": 125 + }, + { + "name": "submiteditProcess", + "action": "", + "line": 134 + }, + { + "name": "getRowKeys", + "action": "", + "line": 156 + }, + { + "name": "delProcess", + "action": "", + "line": 159 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "工艺名称", + "nameOrSql": "工艺名称_查询", + "line": 82, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "车间生产管理工艺", + "nameOrSql": "车间生产管理工艺_基础表_工艺名称_增加数据", + "line": 110, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "车间生产管理工艺", + "nameOrSql": "车间生产管理工艺_基础表_工艺名称_修改名称及简称", + "line": 141, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "车间生产管理工艺", + "nameOrSql": "车间生产管理工艺_基础表_工艺名称_删除数据", + "line": 168, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "增加", + "操作", + "查询", + "修改", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "BasicData / WorkshopProcessMaintenance 页面支持 增加、操作、查询、修改、删除;主要控件 form1.ProcessClassification;表格字段 序号、操作。", + "keywords": [ + "src", + "views", + "BasicData", + "WorkshopProcessMaintenance", + "index", + "vue", + "增加", + "操作", + "查询", + "修改", + "删除", + "form1", + "ProcessClassification", + "新增工艺", + "序号", + "工艺名称_查询", + "车间生产管理工艺_基础表_工艺名称_增加数据", + "车间生产管理工艺_基础表_工艺名称_修改名称及简称", + "车间生产管理工艺_基础表_工艺名称_删除数据", + "新增", + "增工", + "工艺", + "新增工", + "增工艺", + "艺名", + "名称", + "称_", + "_查", + "工艺名", + "艺名称", + "名称_", + "称_查", + "_查询", + "工艺名称", + "艺名称_", + "名称_查", + "称_查询", + "车间", + "间生", + "生产", + "产管", + "管理", + "理工", + "艺_", + "_基", + "基础", + "础表", + "表_", + "_工", + "_增", + "加数", + "数据", + "车间生", + "间生产", + "生产管", + "产管理", + "管理工", + "理工艺", + "工艺_", + "艺_基", + "_基础", + "基础表", + "础表_", + "表_工", + "_工艺", + "称_增", + "_增加", + "增加数", + "加数据", + "车间生产", + "间生产管", + "生产管理", + "产管理工", + "管理工艺", + "理工艺_", + "工艺_基", + "艺_基础", + "_基础表", + "基础表_", + "础表_工", + "表_工艺", + "_工艺名", + "名称_增", + "称_增加", + "_增加数", + "增加数据", + "_修", + "改名", + "称及", + "及简", + "简称", + "称_修", + "_修改", + "修改名", + "改名称", + "名称及", + "称及简", + "及简称", + "名称_修", + "称_修改", + "_修改名", + "修改名称", + "改名称及", + "名称及简", + "称及简称", + "_删", + "除数", + "称_删", + "_删除", + "删除数", + "除数据", + "名称_删", + "称_删除", + "_删除数", + "删除数据" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\CurrentEquipmentMaintenancePlan\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / CurrentEquipmentMaintenancePlan", + "routePath": "/EquipmentOperationAnalysis/CurrentEquipmentMaintenancePlan", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "保养类型名称", + "prop": "保养类型名称", + "width": "", + "fixed": "" + }, + { + "label": "计划保养时间", + "prop": "保养时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "searchTable" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 63 + }, + { + "name": "getStationNumber", + "action": "", + "line": 66 + }, + { + "name": "searchTable", + "action": "", + "line": 80 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 69, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_保养_当前保养类型_综合查询", + "line": 87, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "EquipmentOperationAnalysis / CurrentEquipmentMaintenancePlan 页面支持 查询;主要控件 请选择工位号;表格字段 序号、保养类型名称、计划保养时间。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "CurrentEquipmentMaintenancePlan", + "index", + "vue", + "查询", + "请选择工位号", + "序号", + "保养类型名称", + "计划保养时间", + "MES_计划BOM_工位与名称_查询", + "设备管理_保养_当前保养类型_综合查询", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "保养", + "养类", + "类型", + "型名", + "名称", + "保养类", + "养类型", + "类型名", + "型名称", + "保养类型", + "养类型名", + "类型名称", + "计划", + "划保", + "养时", + "时间", + "计划保", + "划保养", + "保养时", + "养时间", + "计划保养", + "划保养时", + "保养时间", + "ME", + "ES", + "S_", + "_计", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "设备", + "备管", + "管理", + "理_", + "_保", + "养_", + "_当", + "当前", + "前保", + "型_", + "_综", + "综合", + "合查", + "设备管", + "备管理", + "管理_", + "理_保", + "_保养", + "保养_", + "养_当", + "_当前", + "当前保", + "前保养", + "类型_", + "型_综", + "_综合", + "综合查", + "合查询" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\EquipmentAlarmStatistics\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / EquipmentAlarmStatistics", + "routePath": "/EquipmentOperationAnalysis/EquipmentAlarmStatistics", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=15;pageCurrent=1;searchOrder();searchOrder1()", + "method": "searchOrder1", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "报警内容", + "prop": "呼叫内容", + "width": "", + "fixed": "" + }, + { + "label": "报警起始时间", + "prop": "呼叫起始时间", + "width": "", + "fixed": "" + }, + { + "label": "报警结束时间", + "prop": "呼叫结束时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getOrderNumber", + "getEndStation", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 154 + }, + { + "name": "getEndStation", + "action": "", + "line": 163 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 177 + }, + { + "name": "getStationNumber", + "action": "", + "line": 193 + }, + { + "name": "drawLine", + "action": "", + "line": 210 + }, + { + "name": "searchOrder", + "action": "", + "line": 293 + }, + { + "name": "searchOrder1", + "action": "", + "line": 323 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 371 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 393 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 398 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 166, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_订单号_查询", + "line": 182, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 197, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位报警全部视图", + "nameOrSql": "测量数据工位报警全部视图_查询_分页", + "line": 312, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位报警全部视图", + "nameOrSql": "测量数据工位报警全部视图_查询报表", + "line": 346, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "测量数据工位报警全部视图", + "nameOrSql": "测量数据工位报警全部视图_查询新", + "line": 386, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "EquipmentOperationAnalysis / EquipmentAlarmStatistics 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、工位名称、报警内容、报警起始时间、报警结束时间。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "EquipmentAlarmStatistics", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择工位号", + "请选择产品型号", + "请选择订单", + "Excel", + "工位号", + "工位名称", + "报警内容", + "报警起始时间", + "报警结束时间", + "MES_基本变量_机型代码_查询", + "测量数据发动机在线状态_订单号_查询", + "MES_计划BOM_工位与名称_查询", + "测量数据工位报警全部视图_查询_分页", + "测量数据工位报警全部视图_查询报表", + "测量数据工位报警全部视图_查询新", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "位名", + "名称", + "工位名", + "位名称", + "报警", + "警内", + "内容", + "报警内", + "警内容", + "警起", + "起始", + "始时", + "时间", + "报警起", + "警起始", + "起始时", + "始时间", + "报警起始", + "警起始时", + "起始时间", + "警结", + "结束", + "束时", + "报警结", + "警结束", + "结束时", + "束时间", + "报警结束", + "警结束时", + "结束时间", + "ME", + "ES", + "S_", + "_基", + "基本", + "本变", + "变量", + "量_", + "_机", + "机型", + "型代", + "代码", + "码_", + "_查", + "MES", + "ES_", + "S_基", + "_基本", + "基本变", + "本变量", + "变量_", + "量_机", + "_机型", + "机型代", + "型代码", + "代码_", + "码_查", + "_查询", + "MES_", + "ES_基", + "S_基本", + "_基本变" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\EquipmentMaintenanceContent\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / EquipmentMaintenanceContent", + "routePath": "/EquipmentOperationAnalysis/EquipmentMaintenanceContent", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择保养类型", + "model": "maintenanceTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择保养类型", + "model": "form.maintenanceTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "序号", + "model": "form.serialNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "设备编号", + "model": "form.orderNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "设备名称", + "model": "form.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "保养内容", + "model": "form.maintenanceContents", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue1", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "设备编号", + "model": "engineTypeNumber1", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchOrder();searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "增加", + "action": "增加", + "click": "creatOrder('form')", + "method": "creatOrder", + "icon": "el-icon-circle-plus", + "type": "distribution" + }, + { + "label": "图片", + "action": "导入", + "click": "uploadPictures()", + "method": "uploadPictures", + "icon": "el-icon-upload2", + "type": "danger" + }, + { + "label": "修改", + "action": "修改", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteOrder(scope.row)", + "method": "deleteOrder", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "...", + "action": "操作", + "click": "searchEquipment()", + "method": "searchEquipment", + "icon": "", + "type": "info" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "搜索", + "action": "操作", + "click": "searchOrder1()", + "method": "searchOrder1", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible1 = false", + "method": "", + "icon": "el-icon-close", + "type": "info" + }, + { + "label": "提交", + "action": "查询", + "click": "selectSubmit()", + "method": "selectSubmit", + "icon": "el-icon-check", + "type": "warning" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible2=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitPicture()", + "method": "submitPicture", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "序号", + "width": "60", + "fixed": "" + }, + { + "label": "设备编号", + "prop": "设备编号", + "width": "", + "fixed": "" + }, + { + "label": "设备名称", + "prop": "机床名称", + "width": "", + "fixed": "" + }, + { + "label": "保养内容", + "prop": "设备维护内容", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + }, + { + "label": "设备编号", + "prop": "设备编号", + "width": "45", + "fixed": "" + }, + { + "label": "设备名称", + "prop": "设备名称", + "width": "", + "fixed": "" + }, + { + "label": "设备型号", + "prop": "设备型号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getMaintenanceType" + ] + } + ], + "methods": [ + { + "name": "handleSelectionChange", + "action": "查询", + "line": 316 + }, + { + "name": "selectable", + "action": "查询", + "line": 336 + }, + { + "name": "getStationNumber", + "action": "", + "line": 340 + }, + { + "name": "getMaintenanceType", + "action": "", + "line": 359 + }, + { + "name": "searchOrder", + "action": "", + "line": 376 + }, + { + "name": "searchTable", + "action": "", + "line": 389 + }, + { + "name": "searchOrder1", + "action": "", + "line": 409 + }, + { + "name": "searchEquipment", + "action": "", + "line": 435 + }, + { + "name": "selectSubmit", + "action": "查询", + "line": 439 + }, + { + "name": "creatOrder", + "action": "", + "line": 450 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 462 + }, + { + "name": "callOff", + "action": "", + "line": 492 + }, + { + "name": "deleteOrder", + "action": "删除", + "line": 497 + }, + { + "name": "handleEdit", + "action": "", + "line": 525 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 541 + }, + { + "name": "uploadPictures", + "action": "导入", + "line": 569 + }, + { + "name": "handelLimit", + "action": "", + "line": 572 + }, + { + "name": "handelLimitStyle", + "action": "", + "line": 581 + }, + { + "name": "warningExceed", + "action": "", + "line": 590 + }, + { + "name": "beforeUpload", + "action": "导入", + "line": 593 + }, + { + "name": "uploadSuccess", + "action": "导入", + "line": 600 + }, + { + "name": "updatePicture", + "action": "修改", + "line": 610 + }, + { + "name": "handlePictureCardPreview", + "action": "", + "line": 614 + }, + { + "name": "submitPicture", + "action": "", + "line": 618 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 633 + }, + { + "name": "handleSizeChange1", + "action": "", + "line": 642 + }, + { + "name": "handleCurrentChange1", + "action": "", + "line": 647 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 343, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_保养类型_查询", + "line": 362, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_设备维护内容_查询", + "line": 381, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_设备维护图片_查询", + "line": 395, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_基础表_设备台账_综合查询", + "line": 426, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "设备管理", + "nameOrSql": "设备管理_设备维护内容_增加", + "line": 472, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "设备管理", + "nameOrSql": "设备管理_设备维护内容_删除", + "line": 505, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "设备管理", + "nameOrSql": "设备管理_设备维护内容_编辑", + "line": 551, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "15", + "action": "增加", + "domain": "设备管理", + "nameOrSql": "设备管理_设备维护图片_增加新", + "line": 626, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "导入", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "EquipmentOperationAnalysis / EquipmentMaintenanceContent 页面支持 查询、增加、导入、修改、删除、操作;主要控件 请选择工位号、请选择保养类型、请选择工位号、请选择保养类型、序号、设备编号、设备名称、保养内容;表格字段 序号、设备编号、设备名称、保养内容、操作、设备编号、设备名称、设备型号、工位号。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "EquipmentMaintenanceContent", + "index", + "vue", + "查询", + "增加", + "导入", + "修改", + "删除", + "操作", + "请选择工位号", + "请选择保养类型", + "序号", + "设备编号", + "设备名称", + "保养内容", + "图片", + "取消", + "确定", + "搜索", + "提交", + "设备型号", + "工位号", + "MES_计划BOM_工位与名称_查询", + "设备管理_保养类型_查询", + "设备管理_设备维护内容_查询", + "设备管理_设备维护图片_查询", + "设备管理_基础表_设备台账_综合查询", + "设备管理_设备维护内容_增加", + "设备管理_设备维护内容_删除", + "设备管理_设备维护内容_编辑", + "设备管理_设备维护图片_增加新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择保", + "保养", + "养类", + "类型", + "选择保", + "择保养", + "保养类", + "养类型", + "请选择保", + "选择保养", + "择保养类", + "保养类型", + "设备", + "备编", + "编号", + "设备编", + "备编号", + "备名", + "名称", + "设备名", + "备名称", + "养内", + "内容", + "保养内", + "养内容", + "备型", + "型号", + "设备型", + "备型号", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "备管" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\EquipmentMaintenancePlan\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / EquipmentMaintenancePlan", + "routePath": "/EquipmentOperationAnalysis/EquipmentMaintenancePlan", + "filters": [ + { + "control": "el-date-picker", + "label": "monthValue", + "model": "monthValue", + "type": "month", + "clearable": false, + "filterable": false + }, + { + "control": "el-checkbox", + "label": "dataC[data.day]['banCheck']", + "model": "dataC[data.day]['banCheck']", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-checkbox", + "label": "dataC[data.day]['dayCheck']", + "model": "dataC[data.day]['dayCheck']", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-checkbox", + "label": "dataC[data.day]['weekCheck']", + "model": "dataC[data.day]['weekCheck']", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-checkbox", + "label": "dataC[data.day]['monthCheck']", + "model": "dataC[data.day]['monthCheck']", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-checkbox", + "label": "dataC[data.day]['yearCheck']", + "model": "dataC[data.day]['yearCheck']", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "保存设置", + "action": "操作", + "click": "", + "method": "", + "icon": "el-icon-circle-plus", + "type": "distribution" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "45", + "fixed": "" + }, + { + "label": "工序名称", + "prop": "工序名称", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "initializationDate", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "initializationDate", + "action": "", + "line": 115 + }, + { + "name": "changeMonth", + "action": "", + "line": 160 + }, + { + "name": "selectBox", + "action": "查询", + "line": 164 + }, + { + "name": "selectTime", + "action": "查询", + "line": 168 + }, + { + "name": "viewDayWork", + "action": "", + "line": 178 + }, + { + "name": "getStationNumber", + "action": "", + "line": 184 + }, + { + "name": "handleSelectionChange", + "action": "查询", + "line": 193 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 187, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "操作", + "查询" + ], + "riskLevel": "包含写入操作", + "description": "EquipmentOperationAnalysis / EquipmentMaintenancePlan 页面支持 操作、查询;主要控件 monthValue、dataC[data.day]['banCheck']、dataC[data.day]['dayCheck']、dataC[data.day]['weekCheck']、dataC[data.day]['monthCheck']、dataC[data.day]['yearCheck'];表格字段 工位号、工序名称。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "EquipmentMaintenancePlan", + "index", + "vue", + "操作", + "查询", + "monthValue", + "dataC", + "data", + "day", + "banCheck", + "dayCheck", + "weekCheck", + "monthCheck", + "yearCheck", + "保存设置", + "工位号", + "工序名称", + "MES_计划BOM_工位与名称_查询", + "保存", + "存设", + "设置", + "保存设", + "存设置", + "工位", + "位号", + "工序", + "序名", + "名称", + "工序名", + "序名称", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\EquipmentMaintenanceRecordManagement\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / EquipmentMaintenanceRecordManagement", + "routePath": "/EquipmentOperationAnalysis/EquipmentMaintenanceRecordManagement", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "设备编号", + "model": "engineTypeNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "设备编号", + "model": "form.orderNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "设备名称", + "model": "form.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择维修人员", + "model": "form.repairPersonnelValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "维修内容", + "model": "form.maintenanceContent", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "维修原因", + "model": "form.maintenanceReason", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "维修时间", + "model": "form.maintenanceTime", + "type": "datetime", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue1", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "设备编号", + "model": "engineTypeNumber1", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "增加", + "action": "增加", + "click": "creatOrder('form')", + "method": "creatOrder", + "icon": "el-icon-circle-plus", + "type": "distribution" + }, + { + "label": "修改", + "action": "修改", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteOrder(scope.row)", + "method": "deleteOrder", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "...", + "action": "操作", + "click": "searchEquipment()", + "method": "searchEquipment", + "icon": "", + "type": "info" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "搜索", + "action": "操作", + "click": "searchOrder1()", + "method": "searchOrder1", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible1 = false", + "method": "", + "icon": "el-icon-close", + "type": "info" + }, + { + "label": "提交", + "action": "查询", + "click": "selectSubmit()", + "method": "selectSubmit", + "icon": "el-icon-check", + "type": "warning" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "设备编号", + "prop": "设备编号", + "width": "", + "fixed": "" + }, + { + "label": "设备名称", + "prop": "设备名称", + "width": "", + "fixed": "" + }, + { + "label": "维修内容", + "prop": "维修内容", + "width": "", + "fixed": "" + }, + { + "label": "维修原因", + "prop": "维修原因", + "width": "", + "fixed": "" + }, + { + "label": "维修人", + "prop": "用户姓名", + "width": "", + "fixed": "" + }, + { + "label": "维修时间", + "prop": "维修时间", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + }, + { + "label": "设备编号", + "prop": "设备编号", + "width": "45", + "fixed": "" + }, + { + "label": "设备型号", + "prop": "设备型号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEndStation", + "searchOrder", + "getPersonnelValue" + ] + } + ], + "methods": [ + { + "name": "handleSelectionChange", + "action": "查询", + "line": 319 + }, + { + "name": "selectable", + "action": "查询", + "line": 339 + }, + { + "name": "getEndStation", + "action": "", + "line": 343 + }, + { + "name": "getPersonnelValue", + "action": "", + "line": 356 + }, + { + "name": "getStationNumber", + "action": "", + "line": 375 + }, + { + "name": "searchOrder", + "action": "", + "line": 394 + }, + { + "name": "searchOrder1", + "action": "", + "line": 422 + }, + { + "name": "searchEquipment", + "action": "", + "line": 448 + }, + { + "name": "selectSubmit", + "action": "查询", + "line": 452 + }, + { + "name": "creatOrder", + "action": "", + "line": 463 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 477 + }, + { + "name": "callOff", + "action": "", + "line": 507 + }, + { + "name": "deleteOrder", + "action": "删除", + "line": 512 + }, + { + "name": "handleEdit", + "action": "", + "line": 540 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 556 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 585 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 594 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 599 + }, + { + "name": "handleSizeChange1", + "action": "", + "line": 604 + }, + { + "name": "handleCurrentChange1", + "action": "", + "line": 609 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_设备类型_查询", + "line": 346, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "权限管理", + "nameOrSql": "权限管理_用户信息维护_查询数据", + "line": 363, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 378, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_维修_维修记录_综合查询", + "line": 412, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_基础表_设备台账_综合查询", + "line": 439, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "设备管理", + "nameOrSql": "设备管理_维修_维修记录_增加", + "line": 487, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "设备管理", + "nameOrSql": "设备管理_维修_维修记录_删除", + "line": 520, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "设备管理", + "nameOrSql": "设备管理_维修_维修记录_修改", + "line": 566, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "EquipmentOperationAnalysis / EquipmentMaintenanceRecordManagement 页面支持 查询、增加、修改、删除、操作;主要控件 开始日期、请选择工位号、stationName、设备编号、设备编号、设备名称、请选择维修人员、维修内容;表格字段 序号、设备编号、设备名称、维修内容、维修原因、维修人、维修时间、操作、设备编号、设备型号。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "EquipmentMaintenanceRecordManagement", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "开始日期", + "请选择工位号", + "stationName", + "设备编号", + "设备名称", + "请选择维修人员", + "维修内容", + "维修原因", + "维修时间", + "取消", + "确定", + "搜索", + "提交", + "序号", + "维修人", + "设备型号", + "工位号", + "设备管理_设备类型_查询", + "权限管理_用户信息维护_查询数据", + "MES_计划BOM_工位与名称_查询", + "设备管理_维修_维修记录_综合查询", + "设备管理_基础表_设备台账_综合查询", + "设备管理_维修_维修记录_增加", + "设备管理_维修_维修记录_删除", + "设备管理_维修_维修记录_修改", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "设备", + "备编", + "编号", + "设备编", + "备编号", + "备名", + "名称", + "设备名", + "备名称", + "择维", + "维修", + "修人", + "人员", + "选择维", + "择维修", + "修人员", + "请选择维", + "选择维修", + "择维修人", + "维修人员", + "修内", + "内容", + "维修内", + "修内容", + "修原", + "原因", + "维修原", + "修原因", + "修时", + "时间", + "维修时", + "修时间", + "备型", + "型号", + "设备型", + "备型号", + "备管", + "管理", + "理_", + "_设", + "备类", + "类型", + "型_", + "_查", + "设备管", + "备管理", + "管理_", + "理_设", + "_设备", + "设备类", + "备类型", + "类型_", + "型_查", + "_查询", + "设备管理", + "备管理_", + "管理_设", + "理_设备", + "_设备类", + "设备类型", + "备类型_", + "类型_查", + "型_查询", + "权限", + "限管", + "_用", + "用户", + "户信" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\Maintenancebasicequipmentinformation\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / Maintenancebasicequipmentinformation", + "routePath": "/EquipmentOperationAnalysis/Maintenancebasicequipmentinformation", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "设备编号", + "model": "engineTypeNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择设备类型", + "model": "engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择设备类型", + "model": "form.engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "设备编号", + "model": "form.orderNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "设备名称", + "model": "form.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "设备型号", + "model": "form.partDrawing", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "增加", + "action": "增加", + "click": "creatOrder('form')", + "method": "creatOrder", + "icon": "el-icon-circle-plus", + "type": "distribution" + }, + { + "label": "修改", + "action": "修改", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteOrder(scope.row)", + "method": "deleteOrder", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "设备编号", + "width": "60", + "fixed": "" + }, + { + "label": "设备名称", + "prop": "设备名称", + "width": "", + "fixed": "" + }, + { + "label": "设备型号", + "prop": "设备型号", + "width": "", + "fixed": "" + }, + { + "label": "设备类型", + "prop": "设备类型", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEndStation", + "searchOrder" + ] + } + ], + "methods": [ + { + "name": "getEndStation", + "action": "", + "line": 206 + }, + { + "name": "getStationNumber", + "action": "", + "line": 220 + }, + { + "name": "searchOrder", + "action": "", + "line": 239 + }, + { + "name": "creatOrder", + "action": "", + "line": 267 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 280 + }, + { + "name": "callOff", + "action": "", + "line": 309 + }, + { + "name": "deleteOrder", + "action": "删除", + "line": 314 + }, + { + "name": "handleEdit", + "action": "", + "line": 342 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 356 + }, + { + "name": "handleSelectionChange", + "action": "查询", + "line": 385 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 392 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 401 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 406 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_设备类型_查询", + "line": 209, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 223, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备管理", + "nameOrSql": "设备管理_基础表_设备台账_综合查询", + "line": 256, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "设备管理", + "nameOrSql": "设备管理_基础表_设备台账_增加", + "line": 289, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "设备管理", + "nameOrSql": "设备管理_基础表_设备台账_删除", + "line": 322, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "设备管理", + "nameOrSql": "设备管理_基础表_设备台账_修改", + "line": 366, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "EquipmentOperationAnalysis / Maintenancebasicequipmentinformation 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、stationName、设备编号、请选择设备类型、请选择工位号、请选择设备类型、设备编号、设备名称;表格字段 序号、设备名称、设备型号、设备类型、工位号、操作。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "Maintenancebasicequipmentinformation", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "请选择工位号", + "stationName", + "设备编号", + "请选择设备类型", + "设备名称", + "设备型号", + "取消", + "确定", + "序号", + "设备类型", + "工位号", + "设备管理_设备类型_查询", + "MES_计划BOM_工位与名称_查询", + "设备管理_基础表_设备台账_综合查询", + "设备管理_基础表_设备台账_增加", + "设备管理_基础表_设备台账_删除", + "设备管理_基础表_设备台账_修改", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "设备", + "备编", + "编号", + "设备编", + "备编号", + "择设", + "备类", + "类型", + "选择设", + "择设备", + "设备类", + "备类型", + "请选择设", + "选择设备", + "择设备类", + "备名", + "名称", + "设备名", + "备名称", + "备型", + "型号", + "设备型", + "备型号", + "备管", + "管理", + "理_", + "_设", + "型_", + "_查", + "设备管", + "备管理", + "管理_", + "理_设", + "_设备", + "类型_", + "型_查", + "_查询", + "设备管理", + "备管理_", + "管理_设", + "理_设备", + "_设备类", + "备类型_", + "类型_查", + "型_查询", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\QualityAssuranceTrendChart\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / QualityAssuranceTrendChart", + "routePath": "/EquipmentOperationAnalysis/QualityAssuranceTrendChart", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择拧紧位置", + "model": "workPositon", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "选择月", + "model": "monthTimeData", + "type": "month", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "getWorkPositionList", + "action": "", + "line": 84 + }, + { + "name": "getStationNumber", + "action": "", + "line": 100 + }, + { + "name": "searchOrder", + "action": "", + "line": 119 + }, + { + "name": "formatter", + "action": "", + "line": 164 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_原始数据_拧紧位置_查询", + "line": 89, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 103, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据趋势", + "nameOrSql": "质量数据趋势_月_查询", + "line": 123, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "EquipmentOperationAnalysis / QualityAssuranceTrendChart 页面支持 查询;主要控件 请选择工位号、stationName、请选择拧紧位置、选择月;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "QualityAssuranceTrendChart", + "index", + "vue", + "查询", + "请选择工位号", + "stationName", + "请选择拧紧位置", + "选择月", + "MES_基本变量_原始数据_拧紧位置_查询", + "MES_计划BOM_工位与名称_查询", + "质量数据趋势_月_查询", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择拧", + "拧紧", + "紧位", + "位置", + "选择拧", + "择拧紧", + "拧紧位", + "紧位置", + "请选择拧", + "选择拧紧", + "择拧紧位", + "拧紧位置", + "择月", + "ME", + "ES", + "S_", + "_基", + "基本", + "本变", + "变量", + "量_", + "_原", + "原始", + "始数", + "数据", + "据_", + "_拧", + "置_", + "_查", + "MES", + "ES_", + "S_基", + "_基本", + "基本变", + "本变量", + "变量_", + "量_原", + "_原始", + "原始数", + "始数据", + "数据_", + "据_拧", + "_拧紧", + "位置_", + "置_查", + "_查询", + "MES_", + "ES_基", + "S_基本", + "_基本变", + "基本变量", + "本变量_", + "变量_原", + "量_原始", + "_原始数", + "原始数据", + "始数据_", + "数据_拧", + "据_拧紧", + "_拧紧位", + "紧位置_", + "位置_查", + "置_查询", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\RealTimeStatusEquipment\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / RealTimeStatusEquipment", + "routePath": "/EquipmentOperationAnalysis/RealTimeStatusEquipment", + "filters": [], + "buttons": [], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "On", + "prop": "On", + "width": "", + "fixed": "" + }, + { + "label": "Start", + "prop": "Start", + "width": "", + "fixed": "" + }, + { + "label": "Fault", + "prop": "Fault", + "width": "", + "fixed": "" + }, + { + "label": "NoPart", + "prop": "NoPart", + "width": "", + "fixed": "" + }, + { + "label": "Block", + "prop": "Block", + "width": "", + "fixed": "" + }, + { + "label": "Time", + "prop": "时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchTable" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 70 + }, + { + "name": "cellStyle", + "action": "", + "line": 72 + }, + { + "name": "searchTable", + "action": "", + "line": 90 + } + ], + "backendCalls": [ + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "select 工位号,机床上电 ,循环开始 ,机床故障 ,上料无件 , 下料堵塞 , lastupdatetime as 时间 from 测量数据工位机床状态 order by 工位号", + "line": 97, + "role": "Raw SQL 查询" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "EquipmentOperationAnalysis / RealTimeStatusEquipment 页面支持 查询;主要控件 无显式筛选控件;表格字段 序号、On、Start、Fault、NoPart、Block、Time。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "RealTimeStatusEquipment", + "index", + "vue", + "查询", + "序号", + "On", + "Start", + "Fault", + "NoPart", + "Block", + "Time", + "select", + "工位号", + "机床上电", + "循环开始", + "机床故障", + "上料无件", + "下料堵塞", + "lastupdatetime", + "as", + "时间", + "from", + "测量数据工位机床状态", + "order", + "by", + "工位", + "位号", + "机床", + "床上", + "上电", + "机床上", + "床上电", + "循环", + "环开", + "开始", + "循环开", + "环开始", + "床故", + "故障", + "机床故", + "床故障", + "上料", + "料无", + "无件", + "上料无", + "料无件", + "下料", + "料堵", + "堵塞", + "下料堵", + "料堵塞", + "测量", + "量数", + "数据", + "据工", + "位机", + "床状", + "状态", + "测量数", + "量数据", + "数据工", + "据工位", + "工位机", + "位机床", + "机床状", + "床状态", + "测量数据", + "量数据工", + "数据工位", + "据工位机", + "工位机床", + "位机床状", + "机床状态" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\RoutineCheckInformationMaintenance\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / RoutineCheckInformationMaintenance", + "routePath": "/EquipmentOperationAnalysis/RoutineCheckInformationMaintenance", + "filters": [ + { + "control": "el-select", + "label": "工位号", + "model": "OPnameValue", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "选择月", + "model": "monthssss", + "type": "month", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "点检表类型", + "model": "tableData1[scope.$index].点检表类型流水号", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-input", + "label": "scope.row.点检表类型名称", + "model": "scope.row.点检表类型名称", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "点检表类型", + "model": "tableData3[scope.$index].保养周期", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-input", + "label": "scope.row.保养项目", + "model": "scope.row.保养项目", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "scope.row.点检类型", + "model": "scope.row.点检类型", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "点检类型", + "model": "scope.row.点检类型", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "imgDialogOpName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "点检类型名称", + "model": "form1.点检类型名称", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "点检项目", + "model": "form2.保养项目", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "点检周期", + "model": "form2.保养周期", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-select", + "label": "点检类型", + "model": "form2.点检类型", + "type": "", + "clearable": false, + "filterable": true + } + ], + "buttons": [ + { + "label": "导出日点检表", + "action": "导出", + "click": "exportOut()", + "method": "exportOut", + "icon": "", + "type": "warning" + }, + { + "label": "点检类型维护 新增", + "action": "增加", + "click": "uploadShow(scope.row)", + "method": "uploadShow", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "确定", + "action": "操作", + "click": "confirmEdit1(scope.row)", + "method": "confirmEdit1", + "icon": "el-icon-circle-check-outline", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "cancelEdit1(scope.$index, scope.row)", + "method": "cancelEdit1", + "icon": "", + "type": "text" + }, + { + "label": "点检内容维护 新增", + "action": "增加", + "click": "scope.row.edit=!scope.row.edit", + "method": "", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "添加文件", + "action": "增加", + "click": "uploadShowPDF(scope.row)", + "method": "uploadShowPDF", + "icon": "", + "type": "primary" + }, + { + "label": "查看文件", + "action": "操作", + "click": "CheckShowPDF(scope.row)", + "method": "CheckShowPDF", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "操作", + "click": "confirmEdit2(scope.row)", + "method": "confirmEdit2", + "icon": "el-icon-circle-check-outline", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "cancelEdit2(scope.$index, scope.row)", + "method": "cancelEdit2", + "icon": "", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "scope.row.edit=!scope.row.edit", + "method": "", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "确定", + "action": "操作", + "click": "submitPicture()", + "method": "submitPicture", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitPicturePDF()", + "method": "submitPicturePDF", + "icon": "", + "type": "primary" + }, + { + "label": "查看", + "action": "操作", + "click": "getImgCheckDirectFileList", + "method": "", + "icon": "el-icon-circle-check-outline", + "type": "text" + }, + { + "label": "打开指导文件", + "action": "操作", + "click": "imgCheckDirectFile(scope2.row)", + "method": "imgCheckDirectFile", + "icon": "", + "type": "warning" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteImgCheckDirectFileSubmit(scope2.row)", + "method": "deleteImgCheckDirectFileSubmit", + "icon": "", + "type": "warning" + }, + { + "label": "取消", + "action": "操作", + "click": "imgCheckDialogFormVisible=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1('form1')", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submit1('form1')", + "method": "submit1", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff2('form2')", + "method": "callOff2", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submit2('form2')", + "method": "submit2", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "50", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "点检表类型", + "prop": "", + "width": "150", + "fixed": "" + }, + { + "label": "点检指导图片", + "prop": "点检图片url", + "width": "200", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "120", + "fixed": "" + }, + { + "label": "序号", + "prop": "edit|点检表类型名称", + "width": "50", + "fixed": "" + }, + { + "label": "操作", + "prop": "edit", + "width": "120", + "fixed": "" + }, + { + "label": "序号", + "prop": "edit|保养周期", + "width": "50", + "fixed": "" + }, + { + "label": "点检项目", + "prop": "edit|保养项目", + "width": "250", + "fixed": "" + }, + { + "label": "点检类型", + "prop": "edit|点检类型", + "width": "150", + "fixed": "" + }, + { + "label": "指导文件", + "prop": "", + "width": "", + "fixed": "" + }, + { + "label": "指导文件查看", + "prop": "", + "width": "", + "fixed": "" + }, + { + "label": "排序", + "prop": "", + "width": "100", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getTableData1", + "getTableData2", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 366 + }, + { + "name": "getTableData1", + "action": "", + "line": 379 + }, + { + "name": "editType", + "action": "", + "line": 394 + }, + { + "name": "getTableData2", + "action": "", + "line": 397 + }, + { + "name": "cancelEdit1", + "action": "", + "line": 423 + }, + { + "name": "confirmEdit1", + "action": "", + "line": 429 + }, + { + "name": "openDelete1", + "action": "删除", + "line": 435 + }, + { + "name": "handleAdd1", + "action": "增加", + "line": 469 + }, + { + "name": "callOff1", + "action": "", + "line": 476 + }, + { + "name": "submit1", + "action": "", + "line": 479 + }, + { + "name": "getTableData3", + "action": "", + "line": 491 + }, + { + "name": "cancelEdit2", + "action": "", + "line": 513 + }, + { + "name": "confirmEdit2", + "action": "", + "line": 520 + }, + { + "name": "openDelete2", + "action": "删除", + "line": 526 + }, + { + "name": "handleAdd2", + "action": "增加", + "line": 560 + }, + { + "name": "callOff2", + "action": "", + "line": 573 + }, + { + "name": "submit2", + "action": "", + "line": 576 + }, + { + "name": "exportOut", + "action": "", + "line": 607 + }, + { + "name": "Out", + "action": "", + "line": 607 + }, + { + "name": "uploadShow", + "action": "导入", + "line": 644 + }, + { + "name": "uploadShowPDF", + "action": "导入", + "line": 648 + }, + { + "name": "CheckShowPDF", + "action": "", + "line": 653 + }, + { + "name": "handelLimit", + "action": "", + "line": 658 + }, + { + "name": "handelLimitStyle", + "action": "", + "line": 666 + }, + { + "name": "warningExceed", + "action": "", + "line": 674 + }, + { + "name": "beforeUpload", + "action": "导入", + "line": 677 + }, + { + "name": "uploadSuccess", + "action": "导入", + "line": 684 + }, + { + "name": "uploadSuccessPDF", + "action": "导入", + "line": 695 + }, + { + "name": "warningExceedPdf", + "action": "", + "line": 706 + }, + { + "name": "beforeUploadPdf", + "action": "导入", + "line": 709 + }, + { + "name": "handlePictureCardPreview", + "action": "", + "line": 721 + }, + { + "name": "submitPicture", + "action": "", + "line": 725 + }, + { + "name": "submitPicturePDF", + "action": "", + "line": 736 + }, + { + "name": "deleteImgCheckDirectFileSubmit", + "action": "删除", + "line": 753 + }, + { + "name": "getImgCheckDirectFileList", + "action": "", + "line": 774 + }, + { + "name": "imgCheckDirectFile", + "action": "", + "line": 790 + }, + { + "name": "solvePdfUr1", + "action": "", + "line": 807 + }, + { + "name": "callOff", + "action": "", + "line": 816 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 369, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "15", + "action": "", + "domain": "基础数据", + "nameOrSql": "基础数据_设备工位点检表图片_保存图片", + "line": 731, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "15", + "action": "", + "domain": "基础数据", + "nameOrSql": "基础数据_点检指导文件_保存文件", + "line": 743, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "基础数据", + "nameOrSql": "基础数据_点检指导文件_删除", + "line": 761, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "基础数据", + "nameOrSql": "基础数据_点检指导文件_查询", + "line": 779, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "基础数据", + "nameOrSql": "基础数据_点检指导文件_查看文件", + "line": 793, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\ManufacturingCenter\\maintainInformation" + ], + "apiFunctions": [], + "actions": [ + "导出", + "增加", + "操作", + "删除", + "查询" + ], + "riskLevel": "包含删除操作", + "description": "EquipmentOperationAnalysis / RoutineCheckInformationMaintenance 页面支持 导出、增加、操作、删除、查询;主要控件 工位号、选择月、点检表类型、scope.row.点检表类型名称、点检表类型、scope.row.保养项目、scope.row.点检类型、点检类型;表格字段 序号、工位名称、点检表类型、点检指导图片、操作、序号、操作、序号、点检项目、点检类型。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "RoutineCheckInformationMaintenance", + "index", + "vue", + "导出", + "增加", + "操作", + "删除", + "查询", + "工位号", + "选择月", + "点检表类型", + "scope", + "row", + "点检表类型名称", + "保养项目", + "点检类型", + "请选择工位号", + "点检类型名称", + "点检项目", + "点检周期", + "导出日点检表", + "点检类型维护", + "新增", + "确定", + "取消", + "点检内容维护", + "添加文件", + "查看文件", + "查看", + "打开指导文件", + "序号", + "工位名称", + "点检指导图片", + "指导文件", + "指导文件查看", + "排序", + "MES_计划BOM_工位与名称_查询", + "基础数据_设备工位点检表图片_保存图片", + "基础数据_点检指导文件_保存文件", + "基础数据_点检指导文件_删除", + "基础数据_点检指导文件_查询", + "基础数据_点检指导文件_查看文件", + "工位", + "位号", + "选择", + "择月", + "点检", + "检表", + "表类", + "类型", + "点检表", + "检表类", + "表类型", + "点检表类", + "检表类型", + "型名", + "名称", + "类型名", + "型名称", + "表类型名", + "类型名称", + "保养", + "养项", + "项目", + "保养项", + "养项目", + "检类", + "点检类", + "检类型", + "请选", + "择工", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "检类型名", + "检项", + "点检项", + "检项目", + "检周", + "周期", + "点检周", + "检周期", + "出日", + "日点", + "导出日", + "出日点", + "日点检", + "导出日点", + "出日点检", + "日点检表", + "型维", + "维护", + "类型维", + "型维护", + "检类型维", + "类型维护", + "检内", + "内容", + "容维", + "点检内", + "检内容", + "内容维", + "容维护", + "点检内容", + "检内容维", + "内容维护", + "添加", + "加文", + "文件", + "添加文", + "加文件", + "看文", + "查看文", + "看文件" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\SpotCheckRecord\\DayCheck.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / SpotCheckRecord / DayCheck.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "选择工位", + "model": "MachineValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "选择月", + "model": "dateRange", + "type": "month", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData()", + "method": "searchData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "success" + } + ], + "tableFields": [ + { + "label": "项次", + "prop": "", + "width": "50px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchDatetime" + ] + }, + { + "hook": "mounted", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "fetchData", + "action": "", + "line": 67 + }, + { + "name": "searchData", + "action": "", + "line": 80 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 95 + }, + { + "name": "searchDatetime", + "action": "", + "line": 111 + }, + { + "name": "columnWidth", + "action": "", + "line": 128 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 69, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期", + "nameOrSql": "点检日期_查询数据", + "line": 89, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "点检日期导出", + "nameOrSql": "点检日期导出_查询数据", + "line": 105, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期", + "nameOrSql": "点检日期_查询数据_表头", + "line": 114, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "EquipmentOperationAnalysis / SpotCheckRecord / DayCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择月;表格字段 项次。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "SpotCheckRecord", + "DayCheck", + "vue", + "查询", + "导出", + "选择工位", + "选择月", + "项次", + "MES_计划BOM_工位与名称_查询", + "点检日期_查询数据", + "点检日期导出_查询数据", + "点检日期_查询数据_表头", + "选择", + "择工", + "工位", + "选择工", + "择工位", + "择月", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "点检", + "检日", + "日期", + "期_", + "询数", + "数据", + "点检日", + "检日期", + "日期_", + "期_查", + "查询数", + "询数据", + "点检日期", + "检日期_", + "日期_查", + "期_查询", + "_查询数", + "查询数据", + "期导", + "出_", + "日期导", + "期导出", + "导出_", + "出_查", + "检日期导", + "日期导出", + "期导出_", + "导出_查", + "出_查询", + "据_", + "_表", + "表头", + "数据_", + "据_表", + "_表头", + "询数据_", + "数据_表", + "据_表头" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\SpotCheckRecord\\MoonCheck.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / SpotCheckRecord / MoonCheck.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "选择工位", + "model": "MachineValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "选择年", + "model": "dateRange", + "type": "year", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData()", + "method": "searchData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "success" + } + ], + "tableFields": [ + { + "label": "项次", + "prop": "月保养项目", + "width": "50px", + "fixed": "" + }, + { + "label": "item", + "prop": "prop[index]", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchDatetime" + ] + }, + { + "hook": "mounted", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "fetchData", + "action": "", + "line": 71 + }, + { + "name": "searchData", + "action": "", + "line": 84 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 99 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 73, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期月", + "nameOrSql": "点检日期月_查询数据", + "line": 93, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "点检日期月导出", + "nameOrSql": "点检日期月导出_查询数据", + "line": 109, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期", + "nameOrSql": "点检日期_查询数据_表头", + "line": 118, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "EquipmentOperationAnalysis / SpotCheckRecord / MoonCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、item。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "SpotCheckRecord", + "MoonCheck", + "vue", + "查询", + "导出", + "选择工位", + "选择年", + "项次", + "item", + "MES_计划BOM_工位与名称_查询", + "点检日期月_查询数据", + "点检日期月导出_查询数据", + "点检日期_查询数据_表头", + "选择", + "择工", + "工位", + "选择工", + "择工位", + "择年", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "点检", + "检日", + "日期", + "期月", + "月_", + "询数", + "数据", + "点检日", + "检日期", + "日期月", + "期月_", + "月_查", + "查询数", + "询数据", + "点检日期", + "检日期月", + "日期月_", + "期月_查", + "月_查询", + "_查询数", + "查询数据", + "月导", + "出_", + "期月导", + "月导出", + "导出_", + "出_查", + "日期月导", + "期月导出", + "月导出_", + "导出_查", + "出_查询", + "期_", + "据_", + "_表", + "表头", + "日期_", + "期_查", + "数据_", + "据_表", + "_表头", + "检日期_", + "日期_查", + "期_查询", + "询数据_", + "数据_表", + "据_表头" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\SpotCheckRecord\\QuarterCheck.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / SpotCheckRecord / QuarterCheck.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "选择工位", + "model": "MachineValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "选择年", + "model": "dateRange", + "type": "year", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData()", + "method": "searchData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "success" + } + ], + "tableFields": [ + { + "label": "项次", + "prop": "季保养项目", + "width": "50px", + "fixed": "" + }, + { + "label": "item", + "prop": "prop[index]", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchDatetime" + ] + }, + { + "hook": "mounted", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "fetchData", + "action": "", + "line": 71 + }, + { + "name": "searchData", + "action": "", + "line": 84 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 99 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 73, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期季", + "nameOrSql": "点检日期季_查询数据", + "line": 93, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "点检日期季导出", + "nameOrSql": "点检日期季导出_查询数据", + "line": 109, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期", + "nameOrSql": "点检日期_查询数据_表头", + "line": 118, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "EquipmentOperationAnalysis / SpotCheckRecord / QuarterCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、item。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "SpotCheckRecord", + "QuarterCheck", + "vue", + "查询", + "导出", + "选择工位", + "选择年", + "项次", + "item", + "MES_计划BOM_工位与名称_查询", + "点检日期季_查询数据", + "点检日期季导出_查询数据", + "点检日期_查询数据_表头", + "选择", + "择工", + "工位", + "选择工", + "择工位", + "择年", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "点检", + "检日", + "日期", + "期季", + "季_", + "询数", + "数据", + "点检日", + "检日期", + "日期季", + "期季_", + "季_查", + "查询数", + "询数据", + "点检日期", + "检日期季", + "日期季_", + "期季_查", + "季_查询", + "_查询数", + "查询数据", + "季导", + "出_", + "期季导", + "季导出", + "导出_", + "出_查", + "日期季导", + "期季导出", + "季导出_", + "导出_查", + "出_查询", + "期_", + "据_", + "_表", + "表头", + "日期_", + "期_查", + "数据_", + "据_表", + "_表头", + "检日期_", + "日期_查", + "期_查询", + "询数据_", + "数据_表", + "据_表头" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\SpotCheckRecord\\WeekCheck.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / SpotCheckRecord / WeekCheck.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "选择工位", + "model": "MachineValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "选择年", + "model": "dateRange1", + "type": "year", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData()", + "method": "searchData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "success" + } + ], + "tableFields": [ + { + "label": "项次", + "prop": "周保养项目", + "width": "50px", + "fixed": "" + }, + { + "label": "item", + "prop": "prop[index]", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchDatetime" + ] + }, + { + "hook": "mounted", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "fetchData", + "action": "", + "line": 73 + }, + { + "name": "searchData", + "action": "", + "line": 86 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 101 + }, + { + "name": "columnWidth", + "action": "", + "line": 134 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 75, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期周", + "nameOrSql": "点检日期周_查询数据", + "line": 95, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "点检日期周导出", + "nameOrSql": "点检日期周导出_查询数据", + "line": 111, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期", + "nameOrSql": "点检日期_查询数据_表头", + "line": 120, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "EquipmentOperationAnalysis / SpotCheckRecord / WeekCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、item。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "SpotCheckRecord", + "WeekCheck", + "vue", + "查询", + "导出", + "选择工位", + "选择年", + "项次", + "item", + "MES_计划BOM_工位与名称_查询", + "点检日期周_查询数据", + "点检日期周导出_查询数据", + "点检日期_查询数据_表头", + "选择", + "择工", + "工位", + "选择工", + "择工位", + "择年", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "点检", + "检日", + "日期", + "期周", + "周_", + "询数", + "数据", + "点检日", + "检日期", + "日期周", + "期周_", + "周_查", + "查询数", + "询数据", + "点检日期", + "检日期周", + "日期周_", + "期周_查", + "周_查询", + "_查询数", + "查询数据", + "周导", + "出_", + "期周导", + "周导出", + "导出_", + "出_查", + "日期周导", + "期周导出", + "周导出_", + "导出_查", + "出_查询", + "期_", + "据_", + "_表", + "表头", + "日期_", + "期_查", + "数据_", + "据_表", + "_表头", + "检日期_", + "日期_查", + "期_查询", + "询数据_", + "数据_表", + "据_表头" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\SpotCheckRecord\\YearCheck.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / SpotCheckRecord / YearCheck.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "选择工位", + "model": "MachineValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "选择年", + "model": "dateRange", + "type": "year", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchData()", + "method": "searchData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "success" + } + ], + "tableFields": [ + { + "label": "项次", + "prop": "年保养项目", + "width": "50px", + "fixed": "" + }, + { + "label": "项次", + "prop": "F1", + "width": "150px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchDatetime" + ] + }, + { + "hook": "mounted", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "fetchData", + "action": "", + "line": 71 + }, + { + "name": "searchData", + "action": "", + "line": 85 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 100 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 74, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期年", + "nameOrSql": "点检日期年_查询数据", + "line": 94, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "点检日期年导出", + "nameOrSql": "点检日期年导出_查询数据", + "line": 110, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "点检日期", + "nameOrSql": "点检日期_查询数据_表头", + "line": 119, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "EquipmentOperationAnalysis / SpotCheckRecord / YearCheck.vue 页面支持 查询、导出;主要控件 选择工位、选择年;表格字段 项次、项次。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "SpotCheckRecord", + "YearCheck", + "vue", + "查询", + "导出", + "选择工位", + "选择年", + "项次", + "MES_计划BOM_工位与名称_查询", + "点检日期年_查询数据", + "点检日期年导出_查询数据", + "点检日期_查询数据_表头", + "选择", + "择工", + "工位", + "选择工", + "择工位", + "择年", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "点检", + "检日", + "日期", + "期年", + "年_", + "询数", + "数据", + "点检日", + "检日期", + "日期年", + "期年_", + "年_查", + "查询数", + "询数据", + "点检日期", + "检日期年", + "日期年_", + "期年_查", + "年_查询", + "_查询数", + "查询数据", + "年导", + "出_", + "期年导", + "年导出", + "导出_", + "出_查", + "日期年导", + "期年导出", + "年导出_", + "导出_查", + "出_查询", + "期_", + "据_", + "_表", + "表头", + "日期_", + "期_查", + "数据_", + "据_表", + "_表头", + "检日期_", + "日期_查", + "期_查询", + "询数据_", + "数据_表", + "据_表头" + ] + }, + { + "view": "src\\views\\EquipmentOperationAnalysis\\SpotCheckRecord\\index.vue", + "module": "EquipmentOperationAnalysis", + "title": "EquipmentOperationAnalysis / SpotCheckRecord", + "routePath": "/EquipmentOperationAnalysis/SpotCheckRecord", + "filters": [], + "buttons": [], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [], + "riskLevel": "只读查询为主", + "description": "EquipmentOperationAnalysis / SpotCheckRecord 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "EquipmentOperationAnalysis", + "SpotCheckRecord", + "index", + "vue" + ] + }, + { + "view": "src\\views\\ProcessManagement\\AndonMaintenance\\UploadExcel.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / AndonMaintenance / UploadExcel.vue", + "routePath": "", + "filters": [], + "buttons": [ + { + "label": "浏览", + "action": "导入", + "click": "handleUpload", + "method": "", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "导入" + ], + "riskLevel": "包含写入操作", + "description": "ProcessManagement / AndonMaintenance / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "AndonMaintenance", + "UploadExcel", + "vue", + "导入", + "浏览" + ] + }, + { + "view": "src\\views\\ProcessManagement\\AndonMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / AndonMaintenance", + "routePath": "/ProcessManagement/AndonMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择Andon类型", + "model": "andonValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择Andon类型", + "model": "form.andonValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入编号描述", + "model": "form.numberDescription", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入物料号", + "model": "form1.orderNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "零件名称", + "model": "form1.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入零件图号", + "model": "form1.partDrawing", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入数量", + "model": "form1.number", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入生产厂家", + "model": "form1.manufactor", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "添加", + "action": "增加", + "click": "creatOrder('form')", + "method": "creatOrder", + "icon": "el-icon-circle-plus", + "type": "distribution" + }, + { + "label": "导入", + "action": "导入", + "click": "importOrder('form')", + "method": "importOrder", + "icon": "el-icon-upload2", + "type": "info" + }, + { + "label": "修改", + "action": "修改", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation(scope.row)", + "method": "deleteInformation", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1()", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1()", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "导入到数据库", + "action": "导入", + "click": "basicPartsToSQL", + "method": "", + "icon": "el-icon-upload2", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "Andon类型", + "prop": "安东类型描述", + "width": "", + "fixed": "" + }, + { + "label": "编号", + "prop": "编号", + "width": "", + "fixed": "" + }, + { + "label": "编号描述", + "prop": "编号描述", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEndStation", + "searchOrder" + ] + } + ], + "methods": [ + { + "name": "removeAll", + "action": "", + "line": 278 + }, + { + "name": "handleRemove", + "action": "", + "line": 287 + }, + { + "name": "getEndStation", + "action": "", + "line": 296 + }, + { + "name": "getStationNumber", + "action": "", + "line": 310 + }, + { + "name": "searchOrder", + "action": "", + "line": 325 + }, + { + "name": "creatOrder", + "action": "", + "line": 339 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 350 + }, + { + "name": "callOff", + "action": "", + "line": 377 + }, + { + "name": "importOrder", + "action": "", + "line": 382 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 386 + }, + { + "name": "handleEdit", + "action": "", + "line": 414 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 426 + }, + { + "name": "callOff1", + "action": "", + "line": 453 + }, + { + "name": "handleSelectionChange", + "action": "查询", + "line": 458 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 465 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 574 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 579 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "ANDON", + "nameOrSql": "ANDON_类型_查询", + "line": 299, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 313, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "ANDON", + "nameOrSql": "ANDON_类型_编号_工艺页查询", + "line": 330, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "ANDON", + "nameOrSql": "ANDON_类型_编号_工艺页增加", + "line": 357, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "ANDON", + "nameOrSql": "ANDON_类型_编号_工艺页删除", + "line": 394, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "ANDON", + "nameOrSql": "ANDON_类型_编号_工艺页编辑", + "line": 434, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "导入", + "domain": "ANDON", + "nameOrSql": "ANDON_类型_编号_导入校验", + "line": 487, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "导入", + "domain": "ANDON", + "nameOrSql": "ANDON_类型_编号_导入Excel", + "line": 552, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "导入", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / AndonMaintenance 页面支持 查询、增加、导入、修改、删除、操作;主要控件 请选择工位号、请选择Andon类型、请选择工位号、请选择Andon类型、请输入编号描述、请输入物料号、零件名称、请输入零件图号;表格字段 序号、Andon类型、编号、编号描述、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "AndonMaintenance", + "index", + "vue", + "查询", + "增加", + "导入", + "修改", + "删除", + "操作", + "请选择工位号", + "请选择Andon类型", + "请输入编号描述", + "请输入物料号", + "零件名称", + "请输入零件图号", + "请输入数量", + "请输入生产厂家", + "添加", + "取消", + "确定", + "导入到数据库", + "序号", + "Andon类型", + "编号", + "编号描述", + "ANDON_类型_查询", + "MES_计划BOM_工位与名称_查询", + "ANDON_类型_编号_工艺页查询", + "ANDON_类型_编号_工艺页增加", + "ANDON_类型_编号_工艺页删除", + "ANDON_类型_编号_工艺页编辑", + "ANDON_类型_编号_导入校验", + "ANDON_类型_编号_导入Excel", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择A", + "An", + "nd", + "do", + "on", + "n类", + "类型", + "选择A", + "择An", + "And", + "ndo", + "don", + "on类", + "n类型", + "请选择A", + "选择An", + "择And", + "Ando", + "ndon", + "don类", + "on类型", + "请输", + "输入", + "入编", + "号描", + "描述", + "请输入", + "输入编", + "入编号", + "编号描", + "号描述", + "请输入编", + "输入编号", + "入编号描", + "入物", + "物料", + "料号", + "输入物", + "入物料", + "物料号", + "请输入物", + "输入物料", + "入物料号", + "零件", + "件名", + "名称", + "零件名", + "件名称", + "入零", + "件图", + "图号", + "输入零", + "入零件", + "零件图", + "件图号", + "请输入零", + "输入零件", + "入零件图", + "零件图号", + "入数", + "数量", + "输入数", + "入数量", + "请输入数", + "输入数量", + "入生", + "生产", + "产厂", + "厂家", + "输入生", + "入生产", + "生产厂" + ] + }, + { + "view": "src\\views\\ProcessManagement\\BomEngineManagement\\BomList.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / BomEngineManagement / BomList.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "请选择基本机型", + "model": "bigEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成号", + "model": "smallEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "请输入零件号", + "model": "partId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入零件名称", + "model": "partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择来源总成号", + "model": "form1.EngineSource", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-input", + "label": "form1.FoTonPartsCodeSource", + "model": "form1.FoTonPartsCodeSource", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入目标总成号", + "model": "form1.EngineTarget", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入目标福田零件号", + "model": "form1.FoTonPartsCodeTarget", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择总成号", + "model": "addForm.smallEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "addForm.opName", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "请输入零件名称", + "model": "addForm.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入零件号", + "model": "addForm.partId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入使用数量", + "model": "addForm.size", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize = 30; pageCurrent = 1; searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addInformation()", + "method": "addInformation", + "icon": "el-icon-circle-plus-outline", + "type": "primary" + }, + { + "label": "总成号拷贝", + "action": "操作", + "click": "copyBOM('form1')", + "method": "copyBOM", + "icon": "el-icon-document-copy", + "type": "success" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "编辑", + "action": "修改", + "click": "editInformation(scope.row)", + "method": "editInformation", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation(scope.row)", + "method": "deleteInformation", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1()", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1()", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "增加", + "click": "callOff2('addForm')", + "method": "callOff2", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('addForm')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('addForm')", + "method": "submitAdd", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "零件号", + "width": "60", + "fixed": "" + }, + { + "label": "基本型号", + "prop": "基本型号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "", + "fixed": "" + }, + { + "label": "零件号", + "prop": "零件编号", + "width": "", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量", + "width": "", + "fixed": "" + }, + { + "label": "拷贝来源", + "prop": "拷贝来源", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getSmallEngine", + "getEndStation", + "searchOrder" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 339 + }, + { + "name": "getStationNumber", + "action": "", + "line": 348 + }, + { + "name": "selectBigEngine", + "action": "查询", + "line": 362 + }, + { + "name": "selectCopyEngineSourceChange", + "action": "查询", + "line": 368 + }, + { + "name": "editInformation", + "action": "", + "line": 383 + }, + { + "name": "addInformation", + "action": "增加", + "line": 394 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 406 + }, + { + "name": "callOff1", + "action": "", + "line": 434 + }, + { + "name": "callOff2", + "action": "", + "line": 438 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 442 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 466 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 490 + }, + { + "name": "getSmallEngine", + "action": "", + "line": 513 + }, + { + "name": "getEndStation", + "action": "", + "line": 528 + }, + { + "name": "copyBOM", + "action": "", + "line": 544 + }, + { + "name": "searchOrder", + "action": "", + "line": 551 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 590 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 627 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 632 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 351, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_福田零件号_查询", + "line": 372, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_删除", + "line": 414, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "北汽福田BOM", + "nameOrSql": "北汽福田BOM_复制", + "line": 447, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "修改", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_修改", + "line": 474, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_增加", + "line": 497, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_零件号查询", + "line": 517, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 532, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_查询", + "line": 580, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_查询", + "line": 620, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作", + "导出", + "修改", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / BomEngineManagement / BomList.vue 页面支持 查询、增加、操作、导出、修改、删除;主要控件 请选择基本机型、请选择总成号、请选择工位号、请输入零件号、请输入零件名称、请选择来源总成号、form1.FoTonPartsCodeSource、请输入目标总成号;表格字段 序号、基本型号、工位号、零件名称、零件号、数量、拷贝来源、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "BomEngineManagement", + "BomList", + "vue", + "查询", + "增加", + "操作", + "导出", + "修改", + "删除", + "请选择基本机型", + "请选择总成号", + "请选择工位号", + "请输入零件号", + "请输入零件名称", + "请选择来源总成号", + "form1", + "FoTonPartsCodeSource", + "请输入目标总成号", + "请输入目标福田零件号", + "请输入使用数量", + "新增", + "总成号拷贝", + "Excel", + "编辑", + "取消", + "确定", + "序号", + "基本型号", + "工位号", + "零件名称", + "零件号", + "数量", + "拷贝来源", + "MES_计划BOM_工位与名称_查询", + "北汽福田_BOM_福田零件号_查询", + "北汽福田_BOM_删除", + "北汽福田BOM_复制", + "北汽福田_BOM_修改", + "北汽福田_BOM_增加", + "北汽福田_BOM_零件号查询", + "MES_基本变量_机型代码_查询", + "北汽福田_BOM_查询", + "请选", + "选择", + "择基", + "基本", + "本机", + "机型", + "请选择", + "选择基", + "择基本", + "基本机", + "本机型", + "请选择基", + "选择基本", + "择基本机", + "基本机型", + "择总", + "总成", + "成号", + "选择总", + "择总成", + "总成号", + "请选择总", + "选择总成", + "择总成号", + "择工", + "工位", + "位号", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "请输", + "输入", + "入零", + "零件", + "件号", + "请输入", + "输入零", + "入零件", + "请输入零", + "输入零件", + "入零件号", + "件名", + "名称", + "零件名", + "件名称", + "入零件名", + "择来", + "来源", + "源总", + "选择来", + "择来源", + "来源总", + "源总成", + "请选择来", + "选择来源", + "择来源总", + "来源总成", + "源总成号", + "入目", + "目标", + "标总", + "输入目", + "入目标", + "目标总", + "标总成", + "请输入目", + "输入目标", + "入目标总", + "目标总成", + "标总成号", + "标福", + "福田", + "田零" + ] + }, + { + "view": "src\\views\\ProcessManagement\\BomEngineManagement\\BomListCompare.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / BomEngineManagement / BomListCompare.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择基本机型", + "model": "bigEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择比对零件号", + "model": "EngineName1", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择比对零件号", + "model": "EngineName2", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择查看类型", + "model": "selectType", + "type": "", + "clearable": false, + "filterable": true + } + ], + "buttons": [ + { + "label": "比对零件号差异", + "action": "操作", + "click": "searchBomList()", + "method": "searchBomList", + "icon": "", + "type": "distribution" + }, + { + "label": "创建一级菜单", + "action": "操作", + "click": "", + "method": "", + "icon": "", + "type": "distribution" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "零件号", + "prop": "零件号", + "width": "", + "fixed": "" + }, + { + "label": "零件编号", + "prop": "零件编号", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量", + "width": "", + "fixed": "" + }, + { + "label": "序号", + "prop": "工位号2", + "width": "60", + "fixed": "" + }, + { + "label": "零件号", + "prop": "零件号2", + "width": "", + "fixed": "" + }, + { + "label": "零件编号", + "prop": "零件编号2", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称2", + "width": "", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量2", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getSmallEngine", + "getStationNumber", + "getEndStation", + "listenerScroll" + ] + } + ], + "methods": [ + { + "name": "listenerScroll", + "action": "", + "line": 191 + }, + { + "name": "getStationNumber", + "action": "", + "line": 207 + }, + { + "name": "searchBomList", + "action": "", + "line": 221 + }, + { + "name": "selectBigEngine", + "action": "查询", + "line": 244 + }, + { + "name": "getEndStation", + "action": "", + "line": 250 + }, + { + "name": "getSmallEngine", + "action": "", + "line": 266 + }, + { + "name": "cellClassName", + "action": "", + "line": 281 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 210, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_零件差异查询", + "line": 234, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 254, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_零件号查询", + "line": 270, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "操作", + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / BomEngineManagement / BomListCompare.vue 页面支持 操作、查询;主要控件 请选择工位号、请选择基本机型、请选择比对零件号、请选择比对零件号、请选择查看类型;表格字段 序号、零件号、零件编号、零件名称、数量、序号、零件号、零件编号、零件名称、数量。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "BomEngineManagement", + "BomListCompare", + "vue", + "操作", + "查询", + "请选择工位号", + "请选择基本机型", + "请选择比对零件号", + "请选择查看类型", + "比对零件号差异", + "创建一级菜单", + "序号", + "零件号", + "零件编号", + "零件名称", + "数量", + "MES_计划BOM_工位与名称_查询", + "北汽福田_BOM_零件差异查询", + "MES_基本变量_机型代码_查询", + "北汽福田_BOM_零件号查询", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择基", + "基本", + "本机", + "机型", + "选择基", + "择基本", + "基本机", + "本机型", + "请选择基", + "选择基本", + "择基本机", + "基本机型", + "择比", + "比对", + "对零", + "零件", + "件号", + "选择比", + "择比对", + "比对零", + "对零件", + "请选择比", + "选择比对", + "择比对零", + "比对零件", + "对零件号", + "择查", + "查看", + "看类", + "类型", + "选择查", + "择查看", + "查看类", + "看类型", + "请选择查", + "选择查看", + "择查看类", + "查看类型", + "号差", + "差异", + "件号差", + "号差异", + "零件号差", + "件号差异", + "创建", + "建一", + "一级", + "级菜", + "菜单", + "创建一", + "建一级", + "一级菜", + "级菜单", + "创建一级", + "建一级菜", + "一级菜单", + "件编", + "编号", + "零件编", + "件编号", + "件名", + "名称", + "零件名", + "件名称", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM" + ] + }, + { + "view": "src\\views\\ProcessManagement\\BomEngineManagement\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / BomEngineManagement", + "routePath": "/ProcessManagement/BomEngineManagement", + "filters": [], + "buttons": [], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / BomEngineManagement 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "BomEngineManagement", + "index", + "vue" + ] + }, + { + "view": "src\\views\\ProcessManagement\\InterfaceModuleMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / InterfaceModuleMaintenance", + "routePath": "/ProcessManagement/InterfaceModuleMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择模块描述", + "model": "moduleDescriptionValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择模块描述", + "model": "form.moduleDescription", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择是否禁用", + "model": "form.isDisable", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addTo", + "method": "", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "编辑", + "action": "修改", + "click": "editInformation(scope.row)", + "method": "editInformation", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation(scope.row)", + "method": "deleteInformation", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('form')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "模块描述", + "prop": "模块描述", + "width": "", + "fixed": "" + }, + { + "label": "是否禁用", + "prop": "是否禁用", + "width": "80px", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchTable1", + "getStationNumber", + "getModuleDescription" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 161 + }, + { + "name": "getModuleDescription", + "action": "", + "line": 174 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 188 + }, + { + "name": "searchTable", + "action": "", + "line": 197 + }, + { + "name": "searchTable1", + "action": "", + "line": 214 + }, + { + "name": "addTo", + "action": "增加", + "line": 225 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 229 + }, + { + "name": "callOff", + "action": "", + "line": 255 + }, + { + "name": "editInformation", + "action": "", + "line": 264 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 277 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 304 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料批次扫描切换", + "nameOrSql": "物料批次扫描切换_工位号_查询", + "line": 164, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES界面显示", + "nameOrSql": "MES界面显示_模块列表_查询", + "line": 177, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面模块维护_信息查询", + "line": 206, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面模块维护_初始化查询", + "line": 217, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面模块维护_信息增加", + "line": 237, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面模块维护_信息编辑", + "line": 286, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面模块维护_信息删除", + "line": 312, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / InterfaceModuleMaintenance 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、请选择模块描述、请选择工位号、请选择模块描述、请选择是否禁用;表格字段 序号、模块描述、是否禁用、操作时间、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "InterfaceModuleMaintenance", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "请选择工位号", + "请选择模块描述", + "请选择是否禁用", + "新增", + "编辑", + "取消", + "确定", + "序号", + "模块描述", + "是否禁用", + "操作时间", + "物料批次扫描切换_工位号_查询", + "MES界面显示_模块列表_查询", + "工艺管理_界面模块维护_信息查询", + "工艺管理_界面模块维护_初始化查询", + "工艺管理_界面模块维护_信息增加", + "工艺管理_界面模块维护_信息编辑", + "工艺管理_界面模块维护_信息删除", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择模", + "模块", + "块描", + "描述", + "选择模", + "择模块", + "模块描", + "块描述", + "请选择模", + "选择模块", + "择模块描", + "择是", + "是否", + "否禁", + "禁用", + "选择是", + "择是否", + "是否禁", + "否禁用", + "请选择是", + "选择是否", + "择是否禁", + "作时", + "时间", + "操作时", + "作时间", + "物料", + "料批", + "批次", + "次扫", + "扫描", + "描切", + "切换", + "换_", + "_工", + "号_", + "_查", + "物料批", + "料批次", + "批次扫", + "次扫描", + "扫描切", + "描切换", + "切换_", + "换_工", + "_工位", + "位号_", + "号_查", + "_查询", + "物料批次", + "料批次扫", + "批次扫描", + "次扫描切", + "扫描切换", + "描切换_", + "切换_工", + "换_工位", + "_工位号", + "工位号_", + "位号_查", + "号_查询", + "ME", + "ES", + "S界", + "界面", + "面显", + "显示", + "示_", + "_模", + "块列", + "列表", + "表_", + "MES", + "ES界", + "S界面", + "界面显", + "面显示", + "显示_", + "示_模" + ] + }, + { + "view": "src\\views\\ProcessManagement\\LabelLanguageMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / LabelLanguageMaintenance", + "routePath": "/ProcessManagement/LabelLanguageMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "标签文字", + "model": "labelText", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "isDisableValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择标签ID", + "model": "form.tagID", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入标签文字", + "model": "form.tagText", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择是否禁用", + "model": "form.isDisable", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchLabelText()", + "method": "searchLabelText", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addTo", + "method": "", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "编辑", + "action": "修改", + "click": "editInformation(scope.row)", + "method": "editInformation", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation(scope.row)", + "method": "deleteInformation", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('form')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "语言编号", + "prop": "语言编号", + "width": "", + "fixed": "" + }, + { + "label": "标签ID", + "prop": "标签ID", + "width": "", + "fixed": "" + }, + { + "label": "标签描述", + "prop": "标签描述", + "width": "", + "fixed": "" + }, + { + "label": "是否禁用", + "prop": "是否禁用", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchLabelText", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 183 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 197 + }, + { + "name": "searchLabelText", + "action": "", + "line": 206 + }, + { + "name": "addTo", + "action": "增加", + "line": 223 + }, + { + "name": "topOrder", + "action": "", + "line": 227 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 234 + }, + { + "name": "callOff", + "action": "", + "line": 261 + }, + { + "name": "editInformation", + "action": "", + "line": 270 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 280 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 308 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料批次扫描切换", + "nameOrSql": "物料批次扫描切换_工位号_查询", + "line": 186, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面标签语言维护_信息查询", + "line": 215, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面标签语言维护_信息增加", + "line": 243, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面标签语言维护_信息修改", + "line": 290, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "工艺管理", + "nameOrSql": "工艺管理_界面标签语言维护_信息删除", + "line": 316, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / LabelLanguageMaintenance 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、标签文字、请选择、请选择工位号、请选择标签ID、请输入标签文字、请选择是否禁用;表格字段 序号、语言编号、标签ID、标签描述、是否禁用、操作时间、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "LabelLanguageMaintenance", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "请选择工位号", + "标签文字", + "请选择", + "请选择标签ID", + "请输入标签文字", + "请选择是否禁用", + "新增", + "编辑", + "取消", + "确定", + "序号", + "语言编号", + "标签ID", + "标签描述", + "是否禁用", + "操作时间", + "物料批次扫描切换_工位号_查询", + "工艺管理_界面标签语言维护_信息查询", + "工艺管理_界面标签语言维护_信息增加", + "工艺管理_界面标签语言维护_信息修改", + "工艺管理_界面标签语言维护_信息删除", + "请选", + "选择", + "择工", + "工位", + "位号", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "标签", + "签文", + "文字", + "标签文", + "签文字", + "择标", + "签I", + "ID", + "选择标", + "择标签", + "标签I", + "签ID", + "请选择标", + "选择标签", + "择标签I", + "请输", + "输入", + "入标", + "请输入", + "输入标", + "入标签", + "请输入标", + "输入标签", + "入标签文", + "择是", + "是否", + "否禁", + "禁用", + "选择是", + "择是否", + "是否禁", + "否禁用", + "请选择是", + "选择是否", + "择是否禁", + "语言", + "言编", + "编号", + "语言编", + "言编号", + "签描", + "描述", + "标签描", + "签描述", + "作时", + "时间", + "操作时", + "作时间", + "物料", + "料批", + "批次", + "次扫", + "扫描", + "描切", + "切换", + "换_", + "_工", + "号_", + "_查", + "物料批", + "料批次", + "批次扫", + "次扫描", + "扫描切", + "描切换", + "切换_", + "换_工", + "_工位", + "位号_", + "号_查", + "_查询", + "物料批次", + "料批次扫", + "批次扫描", + "次扫描切", + "扫描切换", + "描切换_" + ] + }, + { + "view": "src\\views\\ProcessManagement\\LabelLanguageMaintenance\\index2.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / LabelLanguageMaintenance / index2.vue", + "routePath": "", + "filters": [ + { + "control": "el-input", + "label": "请输入文件名称", + "model": "processFileName", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询文件", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "success" + }, + { + "label": "选取工艺文件", + "action": "操作", + "click": "", + "method": "", + "icon": "el-icon-thumb", + "type": "primary" + }, + { + "label": "上传文件", + "action": "导入", + "click": "uploadStandFile", + "method": "", + "icon": "el-icon-upload2", + "type": "warning" + } + ], + "tableFields": [ + { + "label": "fileName|fileType", + "prop": "fileName|fileType", + "width": "50", + "fixed": "" + }, + { + "label": "编辑", + "prop": "", + "width": "100", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "mounted", + "calls": [ + "searchTableOpName", + "searchTable" + ] + } + ], + "methods": [ + { + "name": "searchTableOpName", + "action": "", + "line": 122 + }, + { + "name": "searchTable", + "action": "", + "line": 140 + }, + { + "name": "searchTable1", + "action": "", + "line": 154 + }, + { + "name": "lookFile", + "action": "", + "line": 157 + }, + { + "name": "solvePdfUrl", + "action": "", + "line": 177 + }, + { + "name": "downLoadFile", + "action": "导出", + "line": 187 + }, + { + "name": "deleteFile", + "action": "删除", + "line": 218 + }, + { + "name": "handleRemove", + "action": "", + "line": 243 + }, + { + "name": "beforeAvatarUpload", + "action": "导入", + "line": 249 + }, + { + "name": "uploadStandFile", + "action": "导入", + "line": 259 + }, + { + "name": "stnFileSuccess", + "action": "", + "line": 275 + }, + { + "name": "stnFileError", + "action": "", + "line": 280 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "[AAA临工看板", + "nameOrSql": "[AAA临工看板_主看板_查询数据]", + "line": 125, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "LG", + "nameOrSql": "LG_临工看板_工艺管理_工艺文件查询", + "line": 146, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "删除", + "domain": "LG", + "nameOrSql": "LG_临工看板_工艺管理_工艺文件删除", + "line": 228, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "17", + "action": "", + "domain": "ProcessManagement", + "nameOrSql": "", + "line": 269, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "操作", + "导入", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / LabelLanguageMaintenance / index2.vue 页面支持 查询、操作、导入、删除;主要控件 请输入文件名称;表格字段 fileName|fileType、编辑。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "LabelLanguageMaintenance", + "index2", + "vue", + "查询", + "操作", + "导入", + "删除", + "请输入文件名称", + "查询文件", + "选取工艺文件", + "上传文件", + "fileName", + "fileType", + "编辑", + "AAA临工看板_主看板_查询数据", + "LG_临工看板_工艺管理_工艺文件查询", + "LG_临工看板_工艺管理_工艺文件删除", + "请输", + "输入", + "入文", + "文件", + "件名", + "名称", + "请输入", + "输入文", + "入文件", + "文件名", + "件名称", + "请输入文", + "输入文件", + "入文件名", + "文件名称", + "询文", + "查询文", + "询文件", + "选取", + "取工", + "工艺", + "艺文", + "选取工", + "取工艺", + "工艺文", + "艺文件", + "选取工艺", + "取工艺文", + "工艺文件", + "上传", + "传文", + "上传文", + "传文件", + "AA", + "A临", + "临工", + "工看", + "看板", + "板_", + "_主", + "主看", + "_查", + "询数", + "数据", + "AAA", + "AA临", + "A临工", + "临工看", + "工看板", + "看板_", + "板_主", + "_主看", + "主看板", + "板_查", + "_查询", + "查询数", + "询数据", + "AAA临", + "AA临工", + "A临工看", + "临工看板", + "工看板_", + "看板_主", + "板_主看", + "_主看板", + "主看板_", + "看板_查", + "板_查询", + "_查询数", + "查询数据", + "LG", + "G_", + "_临", + "_工", + "艺管", + "管理", + "理_", + "件查", + "LG_", + "G_临", + "_临工", + "板_工", + "_工艺", + "工艺管", + "艺管理", + "管理_", + "理_工", + "文件查", + "件查询", + "LG_临", + "G_临工", + "_临工看", + "看板_工", + "板_工艺", + "_工艺管", + "工艺管理", + "艺管理_", + "管理_工", + "理_工艺", + "_工艺文" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MaterialVerificationMaintenance\\UploadExcel.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MaterialVerificationMaintenance / UploadExcel.vue", + "routePath": "", + "filters": [], + "buttons": [ + { + "label": "浏览", + "action": "导入", + "click": "handleUpload", + "method": "", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "导入" + ], + "riskLevel": "包含写入操作", + "description": "ProcessManagement / MaterialVerificationMaintenance / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MaterialVerificationMaintenance", + "UploadExcel", + "vue", + "导入", + "浏览" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MaterialVerificationMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MaterialVerificationMaintenance", + "routePath": "/ProcessManagement/MaterialVerificationMaintenance", + "filters": [ + { + "control": "el-select", + "label": "工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form.engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "el-input", + "model": "", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入零件图号", + "model": "form.partDrawing", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "零件名称", + "model": "form.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form.verificationValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form.mainMaterialValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "工位号", + "model": "form1.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入零件图号", + "model": "form1.partDrawing", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "零件名称", + "model": "form1.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form1.verificationValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form1.mainMaterialValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form4.engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询物料", + "action": "查询", + "click": "searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "创建物料", + "action": "操作", + "click": "creatOrder('form')", + "method": "creatOrder", + "icon": "el-icon-circle-plus", + "type": "distribution" + }, + { + "label": "复制物料", + "action": "操作", + "click": "copyOrder('form4')", + "method": "copyOrder", + "icon": "el-icon-document-copy", + "type": "success" + }, + { + "label": "物料导入", + "action": "导入", + "click": "importOrder('form')", + "method": "importOrder", + "icon": "el-icon-upload2", + "type": "info" + }, + { + "label": "物料导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "修改", + "action": "修改", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteOrder(scope.row)", + "method": "deleteOrder", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1()", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1()", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "导入到数据库", + "action": "导入", + "click": "basicPartsToSQL", + "method": "", + "icon": "el-icon-upload2", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff4()", + "method": "callOff4", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd4()", + "method": "submitAdd4", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "物料号", + "width": "60", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "产品型号", + "prop": "型号", + "width": "", + "fixed": "" + }, + { + "label": "零件图号", + "prop": "零件图号", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "120px", + "fixed": "" + }, + { + "label": "零件数量", + "prop": "零件数量", + "width": "", + "fixed": "" + }, + { + "label": "是否验证", + "prop": "是否验证", + "width": "", + "fixed": "" + }, + { + "label": "是否主物料", + "prop": "是否主物料", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEndStation" + ] + } + ], + "methods": [ + { + "name": "removeAll", + "action": "", + "line": 436 + }, + { + "name": "handleRemove", + "action": "", + "line": 445 + }, + { + "name": "getEndStation", + "action": "", + "line": 467 + }, + { + "name": "getStationNumber", + "action": "", + "line": 484 + }, + { + "name": "searchOrder", + "action": "", + "line": 503 + }, + { + "name": "creatOrder", + "action": "", + "line": 518 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 534 + }, + { + "name": "callOff", + "action": "", + "line": 565 + }, + { + "name": "copyOrder", + "action": "", + "line": 569 + }, + { + "name": "callOff4", + "action": "", + "line": 582 + }, + { + "name": "importOrder", + "action": "", + "line": 631 + }, + { + "name": "deleteOrder", + "action": "删除", + "line": 635 + }, + { + "name": "handleEdit", + "action": "", + "line": 660 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 676 + }, + { + "name": "callOff1", + "action": "", + "line": 710 + }, + { + "name": "handleSelectionChange", + "action": "查询", + "line": 715 + }, + { + "name": "handleAdd", + "action": "增加", + "line": 721 + }, + { + "name": "searchTable", + "action": "", + "line": 750 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 761 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 898 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 910 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 915 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 470, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 487, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板", + "nameOrSql": "电子看板_装配零件_查询", + "line": 508, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_装配零件_SPC_增加_北汽福田", + "line": 547, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_装配零件_SPC_增加", + "line": 617, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "电子看板", + "nameOrSql": "电子看板_装配零件_SPC_删除_北汽福田", + "line": 643, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "电子看板", + "nameOrSql": "电子看板_装配零件_SPC_修改_北汽福田", + "line": 691, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "确认导入物料字典", + "nameOrSql": "确认导入物料字典_新增", + "line": 726, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "导入", + "domain": "生产计划导入", + "nameOrSql": "生产计划导入_确认导入前临时表_查询", + "line": 752, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "导入", + "domain": "电子看板", + "nameOrSql": "电子看板_装配零件_总物料表_导入校验", + "line": 789, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "导入", + "domain": "物料数据", + "nameOrSql": "物料数据_导入Excel", + "line": 884, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "电子看板", + "nameOrSql": "电子看板_装配零件_总物料表_导出新", + "line": 903, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "操作", + "导入", + "导出", + "修改", + "删除", + "增加" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / MaterialVerificationMaintenance 页面支持 查询、操作、导入、导出、修改、删除、增加;主要控件 工位号、stationName、请选择产品型号、请选择工位号、请选择产品型号、el-input、请输入零件图号、零件名称;表格字段 序号、工位号、产品型号、零件图号、零件名称、零件数量、是否验证、是否主物料、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MaterialVerificationMaintenance", + "index", + "vue", + "查询", + "操作", + "导入", + "导出", + "修改", + "删除", + "增加", + "工位号", + "stationName", + "请选择产品型号", + "请选择工位号", + "el", + "input", + "请输入零件图号", + "零件名称", + "查询物料", + "创建物料", + "复制物料", + "物料导入", + "物料导出", + "取消", + "确定", + "导入到数据库", + "序号", + "产品型号", + "零件图号", + "零件数量", + "是否验证", + "是否主物料", + "MES_基本变量_机型代码_查询", + "MES_计划BOM_工位与名称_查询", + "电子看板_装配零件_查询", + "电子看板_装配零件_SPC_增加_北汽福田", + "电子看板_装配零件_SPC_增加", + "电子看板_装配零件_SPC_删除_北汽福田", + "电子看板_装配零件_SPC_修改_北汽福田", + "确认导入物料字典_新增", + "生产计划导入_确认导入前临时表_查询", + "电子看板_装配零件_总物料表_导入校验", + "物料数据_导入Excel", + "电子看板_装配零件_总物料表_导出新", + "工位", + "位号", + "请选", + "选择", + "择产", + "产品", + "品型", + "型号", + "请选择", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "择工", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "请输", + "输入", + "入零", + "零件", + "件图", + "图号", + "请输入", + "输入零", + "入零件", + "零件图", + "件图号", + "请输入零", + "输入零件", + "入零件图", + "件名", + "名称", + "零件名", + "件名称", + "询物", + "物料", + "查询物", + "询物料", + "创建", + "建物", + "创建物", + "建物料", + "复制", + "制物", + "复制物", + "制物料", + "料导", + "物料导", + "料导入", + "料导出", + "入到", + "到数", + "数据", + "据库", + "导入到", + "入到数", + "到数据", + "数据库", + "导入到数", + "入到数据", + "到数据库", + "件数", + "数量", + "零件数", + "件数量", + "是否", + "否验" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MessageMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MessageMaintenance", + "routePath": "/ProcessManagement/MessageMaintenance", + "filters": [ + { + "control": "el-input", + "label": "请输入消息内容", + "model": "form.scollNotice", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入消息内容", + "model": "form1.scollNotice", + "type": "textarea", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "编辑全部内容", + "action": "修改", + "click": "editAll()", + "method": "editAll", + "icon": "el-icon-edit", + "type": "distribution" + }, + { + "label": "编辑", + "action": "修改", + "click": "topOrder(scope.row)", + "method": "topOrder", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('form')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1('form')", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate1('form1')", + "method": "submitUpdate1", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "消息内容", + "prop": "ScollNotice", + "width": "", + "fixed": "" + }, + { + "label": "最近更新时间", + "prop": "操作时间", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "120px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchMesMessage" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 132 + }, + { + "name": "searchMesMessage", + "action": "", + "line": 162 + }, + { + "name": "topOrder", + "action": "", + "line": 173 + }, + { + "name": "callOff", + "action": "", + "line": 180 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 185 + }, + { + "name": "editAll", + "action": "", + "line": 210 + }, + { + "name": "callOff1", + "action": "", + "line": 213 + }, + { + "name": "submitUpdate1", + "action": "修改", + "line": 217 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "MES界面显示", + "nameOrSql": "MES界面显示_消息滚动_初始化", + "line": 165, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "MES界面显示", + "nameOrSql": "MES界面显示_消息滚动_修改", + "line": 192, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "MES界面显示", + "nameOrSql": "MES界面显示_消息滚动_修改全部", + "line": 223, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "修改", + "操作" + ], + "riskLevel": "包含写入操作", + "description": "ProcessManagement / MessageMaintenance 页面支持 修改、操作;主要控件 请输入消息内容、请输入消息内容;表格字段 序号、工位名称、消息内容、最近更新时间、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MessageMaintenance", + "index", + "vue", + "修改", + "操作", + "请输入消息内容", + "编辑全部内容", + "编辑", + "取消", + "确定", + "序号", + "工位名称", + "消息内容", + "最近更新时间", + "MES界面显示_消息滚动_初始化", + "MES界面显示_消息滚动_修改", + "MES界面显示_消息滚动_修改全部", + "请输", + "输入", + "入消", + "消息", + "息内", + "内容", + "请输入", + "输入消", + "入消息", + "消息内", + "息内容", + "请输入消", + "输入消息", + "入消息内", + "辑全", + "全部", + "部内", + "编辑全", + "辑全部", + "全部内", + "部内容", + "编辑全部", + "辑全部内", + "全部内容", + "工位", + "位名", + "名称", + "工位名", + "位名称", + "最近", + "近更", + "更新", + "新时", + "时间", + "最近更", + "近更新", + "更新时", + "新时间", + "最近更新", + "近更新时", + "更新时间", + "ME", + "ES", + "S界", + "界面", + "面显", + "显示", + "示_", + "_消", + "息滚", + "滚动", + "动_", + "_初", + "初始", + "始化", + "MES", + "ES界", + "S界面", + "界面显", + "面显示", + "显示_", + "示_消", + "_消息", + "消息滚", + "息滚动", + "滚动_", + "动_初", + "_初始", + "初始化", + "MES界", + "ES界面", + "S界面显", + "界面显示", + "面显示_", + "显示_消", + "示_消息", + "_消息滚", + "消息滚动", + "息滚动_", + "滚动_初", + "动_初始", + "_初始化", + "_修", + "动_修", + "_修改", + "滚动_修", + "动_修改", + "改全", + "修改全", + "改全部", + "_修改全", + "修改全部" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\EngineModel.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / EngineModel.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "发动机型号", + "prop": "发动机型号", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 109 + }, + { + "name": "getStationNumber", + "action": "", + "line": 118 + }, + { + "name": "searchOrder", + "action": "", + "line": 133 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 159 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 164 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 122, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位", + "nameOrSql": "测量数据工位_监控系统_发动机型号查询_分页", + "line": 148, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / EngineModel.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、发动机型号、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "EngineModel", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "发动机型号", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据工位_监控系统_发动机型号查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "发动", + "动机", + "机型", + "型号", + "发动机", + "动机型", + "机型号", + "发动机型", + "动机型号", + "操作", + "作时", + "时间", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据工", + "位_", + "_监", + "监控", + "控系", + "系统", + "统_", + "_发", + "号查", + "询_", + "_分", + "分页", + "测量数", + "量数据", + "数据工", + "据工位", + "工位_", + "位_监", + "_监控", + "监控系", + "控系统", + "系统_", + "统_发", + "_发动", + "型号查", + "号查询", + "查询_" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\EngineNumber.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / EngineNumber.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "发动机号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 109 + }, + { + "name": "getStationNumber", + "action": "", + "line": 118 + }, + { + "name": "searchOrder", + "action": "", + "line": 133 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 159 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 164 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 122, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位", + "nameOrSql": "测量数据工位_监控系统_发动机号查询_分页", + "line": 148, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / EngineNumber.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、发动机号、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "EngineNumber", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "发动机号", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据工位_监控系统_发动机号查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "发动", + "动机", + "机号", + "发动机", + "动机号", + "操作", + "作时", + "时间", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据工", + "位_", + "_监", + "监控", + "控系", + "系统", + "统_", + "_发", + "号查", + "询_", + "_分", + "分页", + "测量数", + "量数据", + "数据工", + "据工位", + "工位_", + "位_监", + "_监控", + "监控系", + "控系统", + "系统_", + "统_发", + "_发动", + "机号查", + "号查询", + "查询_", + "询_分", + "_分页", + "测量数据", + "量数据工" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\LineHeadStationInformation.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / LineHeadStationInformation.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "", + "fixed": "" + }, + { + "label": "发动机号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "基本机型", + "prop": "基本机型", + "width": "", + "fixed": "" + }, + { + "label": "发动机型号", + "prop": "发动机型号", + "width": "", + "fixed": "" + }, + { + "label": "托盘号", + "prop": "托盘号", + "width": "", + "fixed": "" + }, + { + "label": "离开时间", + "prop": "离开时间", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 133 + }, + { + "name": "getStationNumber", + "action": "", + "line": 142 + }, + { + "name": "searchOrder", + "action": "", + "line": 157 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 183 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 188 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 146, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板", + "nameOrSql": "电子看板_发动机号_线首工位查询_分页", + "line": 172, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / LineHeadStationInformation.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、发动机号、基本机型、发动机型号、托盘号、离开时间、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "LineHeadStationInformation", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "订单号", + "发动机号", + "基本机型", + "发动机型号", + "托盘号", + "离开时间", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "电子看板_发动机号_线首工位查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "订单", + "单号", + "发动", + "动机", + "机号", + "发动机", + "动机号", + "基本", + "本机", + "机型", + "基本机", + "本机型", + "型号", + "动机型", + "机型号", + "发动机型", + "动机型号", + "托盘", + "盘号", + "离开", + "开时", + "时间", + "离开时", + "开时间", + "操作", + "作时", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "电子", + "子看", + "看板", + "板_", + "_发", + "号_", + "_线", + "线首", + "首工", + "位查", + "询_" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\MeasurementDataEquipmentStatusLog.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / MeasurementDataEquipmentStatusLog.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "", + "fixed": "" + }, + { + "label": "发动机号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "机型", + "prop": "机型", + "width": "", + "fixed": "" + }, + { + "label": "信号类型代码", + "prop": "信号类型代码", + "width": "", + "fixed": "" + }, + { + "label": "到达时间", + "prop": "到达时间", + "width": "", + "fixed": "" + }, + { + "label": "离开时间", + "prop": "离开时间", + "width": "", + "fixed": "" + }, + { + "label": "在线时间", + "prop": "在线时间", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 138 + }, + { + "name": "getStationNumber", + "action": "", + "line": 147 + }, + { + "name": "searchOrder", + "action": "", + "line": 162 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 188 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 193 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 151, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据设备状态日志", + "nameOrSql": "测量数据设备状态日志_分页", + "line": 177, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / MeasurementDataEquipmentStatusLog.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、发动机号、机型、信号类型代码、到达时间、离开时间、在线时间、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "MeasurementDataEquipmentStatusLog", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "订单号", + "发动机号", + "机型", + "信号类型代码", + "到达时间", + "离开时间", + "在线时间", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据设备状态日志_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "订单", + "单号", + "发动", + "动机", + "机号", + "发动机", + "动机号", + "信号", + "号类", + "类型", + "型代", + "代码", + "信号类", + "号类型", + "类型代", + "型代码", + "信号类型", + "号类型代", + "类型代码", + "到达", + "达时", + "时间", + "到达时", + "达时间", + "离开", + "开时", + "离开时", + "开时间", + "在线", + "线时", + "在线时", + "线时间", + "操作", + "作时", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\OfflineStation.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / OfflineStation.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "", + "fixed": "" + }, + { + "label": "发动机号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "机型", + "prop": "机型", + "width": "", + "fixed": "" + }, + { + "label": "托盘号", + "prop": "托盘编号", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 123 + }, + { + "name": "getStationNumber", + "action": "", + "line": 132 + }, + { + "name": "searchOrder", + "action": "", + "line": 147 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 173 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 178 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 136, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_下线工位查询_分页", + "line": 162, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / OfflineStation.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、发动机号、机型、托盘号、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "OfflineStation", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "订单号", + "发动机号", + "机型", + "托盘号", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据发动机在线状态_下线工位查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "订单", + "单号", + "发动", + "动机", + "机号", + "发动机", + "动机号", + "托盘", + "盘号", + "操作", + "作时", + "时间", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据发", + "机在", + "在线", + "线状", + "状态", + "态_", + "_下", + "下线", + "线工", + "位查", + "询_", + "_分", + "分页", + "测量数", + "量数据", + "数据发", + "据发动", + "动机在", + "机在线", + "在线状", + "线状态", + "状态_", + "态_下", + "_下线" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\Operator.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / Operator.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + }, + { + "label": "员工姓名", + "prop": "员工姓名", + "width": "", + "fixed": "" + }, + { + "label": "报工时间", + "prop": "报工时间", + "width": "", + "fixed": "" + }, + { + "label": "班次代码", + "prop": "班次代码", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 124 + }, + { + "name": "getStationNumber", + "action": "", + "line": 133 + }, + { + "name": "searchOrder", + "action": "", + "line": 148 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 174 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 179 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 137, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位", + "nameOrSql": "测量数据工位_监控系统_操作者工号查询_分页", + "line": 163, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / Operator.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、操作者工号、操作时间、员工姓名、报工时间、班次代码。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "Operator", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "操作者工号", + "操作时间", + "员工姓名", + "报工时间", + "班次代码", + "MES_计划BOM_工位与名称_查询", + "测量数据工位_监控系统_操作者工号查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "操作", + "作者", + "者工", + "工号", + "操作者", + "作者工", + "者工号", + "操作者工", + "作者工号", + "作时", + "时间", + "操作时", + "作时间", + "员工", + "工姓", + "姓名", + "员工姓", + "工姓名", + "报工", + "工时", + "报工时", + "工时间", + "班次", + "次代", + "代码", + "班次代", + "次代码", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据工", + "位_", + "_监", + "监控", + "控系", + "系统", + "统_", + "_操", + "号查", + "询_", + "_分" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\OrderNumber.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / OrderNumber.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 109 + }, + { + "name": "getStationNumber", + "action": "", + "line": 118 + }, + { + "name": "searchOrder", + "action": "", + "line": 133 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 159 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 164 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 122, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位", + "nameOrSql": "测量数据工位_监控系统_订单号查询_分页", + "line": 148, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / OrderNumber.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、订单号、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "OrderNumber", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "订单号", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据工位_监控系统_订单号查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "订单", + "单号", + "操作", + "作时", + "时间", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据工", + "位_", + "_监", + "监控", + "控系", + "系统", + "统_", + "_订", + "号查", + "询_", + "_分", + "分页", + "测量数", + "量数据", + "数据工", + "据工位", + "工位_", + "位_监", + "_监控", + "监控系", + "控系统", + "系统_", + "统_订", + "_订单", + "单号查", + "号查询", + "查询_", + "询_分", + "_分页", + "测量数据", + "量数据工", + "数据工位", + "据工位_", + "工位_监" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\PalletNo.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / PalletNo.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "托盘号", + "prop": "托盘号", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 109 + }, + { + "name": "getStationNumber", + "action": "", + "line": 118 + }, + { + "name": "searchOrder", + "action": "", + "line": 133 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 159 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 164 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 122, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位", + "nameOrSql": "测量数据工位_监控系统_托盘号查询_分页", + "line": 148, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / PalletNo.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、托盘号、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "PalletNo", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "托盘号", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据工位_监控系统_托盘号查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "托盘", + "盘号", + "操作", + "作时", + "时间", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据工", + "位_", + "_监", + "监控", + "控系", + "系统", + "统_", + "_托", + "号查", + "询_", + "_分", + "分页", + "测量数", + "量数据", + "数据工", + "据工位", + "工位_", + "位_监", + "_监控", + "监控系", + "控系统", + "系统_", + "统_托", + "_托盘", + "盘号查", + "号查询", + "查询_", + "询_分", + "_分页", + "测量数据", + "量数据工", + "数据工位", + "据工位_", + "工位_监" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\StationStatus.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / StationStatus.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "正产上线", + "prop": "正产上线", + "width": "", + "fixed": "" + }, + { + "label": "返修上线", + "prop": "返修上线", + "width": "", + "fixed": "" + }, + { + "label": "在线返修", + "prop": "在线返修", + "width": "", + "fixed": "" + }, + { + "label": "离线返修", + "prop": "离线返修", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 124 + }, + { + "name": "getStationNumber", + "action": "", + "line": 133 + }, + { + "name": "searchOrder", + "action": "", + "line": 148 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 174 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 179 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 137, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据工位", + "nameOrSql": "测量数据工位_监控系统_工位状态查询_分页", + "line": 163, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / StationStatus.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、正产上线、返修上线、在线返修、离线返修、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "StationStatus", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "正产上线", + "返修上线", + "在线返修", + "离线返修", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据工位_监控系统_工位状态查询_分页", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "正产", + "产上", + "上线", + "正产上", + "产上线", + "返修", + "修上", + "返修上", + "修上线", + "在线", + "线返", + "在线返", + "线返修", + "离线", + "离线返", + "操作", + "作时", + "时间", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据工", + "位_", + "_监", + "监控", + "控系", + "系统", + "统_", + "位状", + "状态", + "态查", + "询_", + "_分", + "分页", + "测量数", + "量数据", + "数据工", + "据工位", + "工位_" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\TransferModel.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData / TransferModel.vue", + "routePath": "", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=30;pageCurrent=1;searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "传递机型", + "prop": "传递机型", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 109 + }, + { + "name": "getStationNumber", + "action": "", + "line": 118 + }, + { + "name": "searchOrder", + "action": "", + "line": 133 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 159 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 164 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 122, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "测量数据工位", + "nameOrSql": "测量数据工位_监控系统_传递机型", + "line": 148, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData / TransferModel.vue 页面支持 查询;主要控件 开始日期、请选择工位号;表格字段 工位号、传递机型、操作时间。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "TransferModel", + "vue", + "查询", + "开始日期", + "请选择工位号", + "工位号", + "传递机型", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "测量数据工位_监控系统_传递机型", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "传递", + "递机", + "机型", + "传递机", + "递机型", + "操作", + "作时", + "时间", + "操作时", + "作时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "测量", + "量数", + "数据", + "据工", + "位_", + "_监", + "监控", + "控系", + "系统", + "统_", + "_传", + "测量数", + "量数据", + "数据工", + "据工位", + "工位_", + "位_监", + "_监控", + "监控系", + "控系统", + "系统_", + "统_传", + "_传递", + "测量数据", + "量数据工", + "数据工位", + "据工位_", + "工位_监", + "位_监控", + "_监控系", + "监控系统", + "控系统_", + "系统_传", + "统_传递" + ] + }, + { + "view": "src\\views\\ProcessManagement\\MonitoringData\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / MonitoringData", + "routePath": "/ProcessManagement/MonitoringData", + "filters": [], + "buttons": [], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / MonitoringData 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "MonitoringData", + "index", + "vue" + ] + }, + { + "view": "src\\views\\ProcessManagement\\PdfCardMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / PdfCardMaintenance", + "routePath": "/ProcessManagement/PdfCardMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "imgDialogOpName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择机型", + "model": "imgDialogBigType", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "getImgCheckDirectFileList", + "method": "", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "上传", + "action": "导入", + "click": "uploadShowPDF()", + "method": "uploadShowPDF", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "打开指导文件", + "action": "操作", + "click": "imgCheckDirectFile(scope2.row)", + "method": "imgCheckDirectFile", + "icon": "", + "type": "warning" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteImgCheckDirectFileSubmit(scope2.row)", + "method": "deleteImgCheckDirectFileSubmit", + "icon": "", + "type": "warning" + }, + { + "label": "取消", + "action": "操作", + "click": "imgDialogFormVisible=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitPicturePDF()", + "method": "submitPicturePDF", + "icon": "", + "type": "primary" + }, + { + "label": "查看", + "action": "操作", + "click": "getImgCheckDirectFileList", + "method": "", + "icon": "el-icon-circle-check-outline", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "imgCheckDialogFormVisible=false", + "method": "", + "icon": "", + "type": "" + } + ], + "tableFields": [ + { + "label": "排序", + "prop": "", + "width": "100", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 144 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 159 + }, + { + "name": "handelLimitStyle", + "action": "", + "line": 168 + }, + { + "name": "handelLimit", + "action": "", + "line": 176 + }, + { + "name": "uploadSuccessPDF", + "action": "导入", + "line": 185 + }, + { + "name": "handlePictureCardPreview", + "action": "", + "line": 196 + }, + { + "name": "beforeUploadPdf", + "action": "导入", + "line": 201 + }, + { + "name": "warningExceedPdf", + "action": "", + "line": 216 + }, + { + "name": "imgCheckDirectFile", + "action": "", + "line": 220 + }, + { + "name": "solvePdfUr1", + "action": "", + "line": 237 + }, + { + "name": "callOff", + "action": "", + "line": 246 + }, + { + "name": "deleteImgCheckDirectFileSubmit", + "action": "删除", + "line": 251 + }, + { + "name": "uploadShowPDF", + "action": "导入", + "line": 272 + }, + { + "name": "submitPicturePDF", + "action": "", + "line": 276 + }, + { + "name": "getImgCheckDirectFileList", + "action": "", + "line": 298 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 147, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "基础数据", + "nameOrSql": "基础数据_操作指南指导文件_查看文件", + "line": 223, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "基础数据", + "nameOrSql": "基础数据_操作指南指导文件_删除", + "line": 259, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "15", + "action": "", + "domain": "基础数据", + "nameOrSql": "基础数据_操作指南指导文件_保存文件", + "line": 291, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "基础数据", + "nameOrSql": "基础数据_操作指南指导文件_查询", + "line": 303, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\ManufacturingCenter\\maintainInformation" + ], + "apiFunctions": [], + "actions": [ + "查询", + "导入", + "操作", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / PdfCardMaintenance 页面支持 查询、导入、操作、删除;主要控件 请选择工位号、请选择机型;表格字段 排序、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "PdfCardMaintenance", + "index", + "vue", + "查询", + "导入", + "操作", + "删除", + "请选择工位号", + "请选择机型", + "上传", + "打开指导文件", + "取消", + "确定", + "查看", + "排序", + "MES_计划BOM_工位与名称_查询", + "基础数据_操作指南指导文件_查看文件", + "基础数据_操作指南指导文件_删除", + "基础数据_操作指南指导文件_保存文件", + "基础数据_操作指南指导文件_查询", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择机", + "机型", + "选择机", + "择机型", + "请选择机", + "选择机型", + "打开", + "开指", + "指导", + "导文", + "文件", + "打开指", + "开指导", + "指导文", + "导文件", + "打开指导", + "开指导文", + "指导文件", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "基础", + "础数", + "数据", + "据_", + "_操", + "作指", + "指南", + "南指", + "件_", + "看文", + "基础数", + "础数据", + "数据_", + "据_操", + "_操作", + "操作指", + "作指南", + "指南指", + "南指导", + "文件_", + "件_查" + ] + }, + { + "view": "src\\views\\ProcessManagement\\ProcessPictureMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / ProcessPictureMaintenance", + "routePath": "/ProcessManagement/ProcessPictureMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "上传", + "action": "增加", + "click": "addTo", + "method": "", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitPicture()", + "method": "submitPicture", + "icon": "", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchTable", + "getStationNumber", + "getEndStation" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 116 + }, + { + "name": "getEndStation", + "action": "", + "line": 131 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 146 + }, + { + "name": "searchTable", + "action": "", + "line": 155 + }, + { + "name": "addTo", + "action": "增加", + "line": 175 + }, + { + "name": "handelLimit", + "action": "", + "line": 179 + }, + { + "name": "handelLimitStyle", + "action": "", + "line": 188 + }, + { + "name": "warningExceed", + "action": "", + "line": 197 + }, + { + "name": "beforeUpload", + "action": "导入", + "line": 200 + }, + { + "name": "uploadSuccess", + "action": "导入", + "line": 207 + }, + { + "name": "updatePicture", + "action": "修改", + "line": 217 + }, + { + "name": "handlePictureCardPreview", + "action": "", + "line": 221 + }, + { + "name": "submitPicture", + "action": "", + "line": 225 + }, + { + "name": "callOff", + "action": "", + "line": 238 + }, + { + "name": "callOff1", + "action": "", + "line": 248 + }, + { + "name": "editInformation", + "action": "", + "line": 258 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 266 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 292 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 119, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 134, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板", + "nameOrSql": "电子看板_工位名称与产品型号产品图片_SPC查询", + "line": 161, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "15", + "action": "", + "domain": "电子看板", + "nameOrSql": "电子看板_工位名称与产品型号产品图片_保存图片新", + "line": 233, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_修改_要点理由YC", + "line": 274, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_删除", + "line": 300, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作", + "修改", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / ProcessPictureMaintenance 页面支持 查询、增加、操作、修改、删除;主要控件 请选择工位号、stationName、请选择产品型号;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "ProcessPictureMaintenance", + "index", + "vue", + "查询", + "增加", + "操作", + "修改", + "删除", + "请选择工位号", + "stationName", + "请选择产品型号", + "上传", + "取消", + "确定", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "电子看板_工位名称与产品型号产品图片_SPC查询", + "电子看板_工位名称与产品型号产品图片_保存图片新", + "电子看板_工序内容_修改_要点理由YC", + "电子看板_工序内容_删除", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "_基", + "基本", + "本变", + "变量", + "量_", + "_机", + "机型", + "型代", + "代码", + "码_", + "S_基", + "_基本", + "基本变", + "本变量", + "变量_", + "量_机", + "_机型", + "机型代", + "型代码", + "代码_", + "码_查", + "ES_基", + "S_基本", + "_基本变", + "基本变量", + "本变量_", + "变量_机" + ] + }, + { + "view": "src\\views\\ProcessManagement\\RepairDataManagement\\BomList.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / RepairDataManagement / BomList.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "请选择基本机型", + "model": "bigEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成号", + "model": "smallEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "请输入零件号", + "model": "partId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入零件名称", + "model": "partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择来源总成号", + "model": "form1.EngineSource", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-input", + "label": "form1.FoTonPartsCodeSource", + "model": "form1.FoTonPartsCodeSource", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入目标总成号", + "model": "form1.EngineTarget", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入目标福田零件号", + "model": "form1.FoTonPartsCodeTarget", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择总成号", + "model": "addForm.smallEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "addForm.opName", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "请输入零件名称", + "model": "addForm.partName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入零件号", + "model": "addForm.partId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入使用数量", + "model": "addForm.size", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize = 30; pageCurrent = 1; searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addInformation()", + "method": "addInformation", + "icon": "el-icon-circle-plus-outline", + "type": "primary" + }, + { + "label": "总成号拷贝", + "action": "操作", + "click": "copyBOM('form1')", + "method": "copyBOM", + "icon": "el-icon-document-copy", + "type": "success" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "编辑", + "action": "修改", + "click": "editInformation(scope.row)", + "method": "editInformation", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation(scope.row)", + "method": "deleteInformation", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1()", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1()", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "增加", + "click": "callOff2('addForm')", + "method": "callOff2", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('addForm')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('addForm')", + "method": "submitAdd", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "零件号", + "width": "60", + "fixed": "" + }, + { + "label": "基本型号", + "prop": "基本型号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "", + "fixed": "" + }, + { + "label": "零件号", + "prop": "零件编号", + "width": "", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量", + "width": "", + "fixed": "" + }, + { + "label": "拷贝来源", + "prop": "拷贝来源", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getSmallEngine", + "getEndStation", + "searchOrder" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 339 + }, + { + "name": "getStationNumber", + "action": "", + "line": 348 + }, + { + "name": "selectBigEngine", + "action": "查询", + "line": 362 + }, + { + "name": "selectCopyEngineSourceChange", + "action": "查询", + "line": 368 + }, + { + "name": "editInformation", + "action": "", + "line": 383 + }, + { + "name": "addInformation", + "action": "增加", + "line": 394 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 406 + }, + { + "name": "callOff1", + "action": "", + "line": 434 + }, + { + "name": "callOff2", + "action": "", + "line": 438 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 442 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 466 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 490 + }, + { + "name": "getSmallEngine", + "action": "", + "line": 513 + }, + { + "name": "getEndStation", + "action": "", + "line": 528 + }, + { + "name": "copyBOM", + "action": "", + "line": 544 + }, + { + "name": "searchOrder", + "action": "", + "line": 551 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 590 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 627 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 632 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 351, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_福田零件号_查询", + "line": 372, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_删除", + "line": 414, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "北汽福田BOM", + "nameOrSql": "北汽福田BOM_复制", + "line": 447, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "修改", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_修改", + "line": 474, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_增加", + "line": 497, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_零件号查询", + "line": 517, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 532, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_查询", + "line": 580, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_查询", + "line": 620, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作", + "导出", + "修改", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / RepairDataManagement / BomList.vue 页面支持 查询、增加、操作、导出、修改、删除;主要控件 请选择基本机型、请选择总成号、请选择工位号、请输入零件号、请输入零件名称、请选择来源总成号、form1.FoTonPartsCodeSource、请输入目标总成号;表格字段 序号、基本型号、工位号、零件名称、零件号、数量、拷贝来源、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "RepairDataManagement", + "BomList", + "vue", + "查询", + "增加", + "操作", + "导出", + "修改", + "删除", + "请选择基本机型", + "请选择总成号", + "请选择工位号", + "请输入零件号", + "请输入零件名称", + "请选择来源总成号", + "form1", + "FoTonPartsCodeSource", + "请输入目标总成号", + "请输入目标福田零件号", + "请输入使用数量", + "新增", + "总成号拷贝", + "Excel", + "编辑", + "取消", + "确定", + "序号", + "基本型号", + "工位号", + "零件名称", + "零件号", + "数量", + "拷贝来源", + "MES_计划BOM_工位与名称_查询", + "北汽福田_BOM_福田零件号_查询", + "北汽福田_BOM_删除", + "北汽福田BOM_复制", + "北汽福田_BOM_修改", + "北汽福田_BOM_增加", + "北汽福田_BOM_零件号查询", + "MES_基本变量_机型代码_查询", + "北汽福田_BOM_查询", + "请选", + "选择", + "择基", + "基本", + "本机", + "机型", + "请选择", + "选择基", + "择基本", + "基本机", + "本机型", + "请选择基", + "选择基本", + "择基本机", + "基本机型", + "择总", + "总成", + "成号", + "选择总", + "择总成", + "总成号", + "请选择总", + "选择总成", + "择总成号", + "择工", + "工位", + "位号", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "请输", + "输入", + "入零", + "零件", + "件号", + "请输入", + "输入零", + "入零件", + "请输入零", + "输入零件", + "入零件号", + "件名", + "名称", + "零件名", + "件名称", + "入零件名", + "择来", + "来源", + "源总", + "选择来", + "择来源", + "来源总", + "源总成", + "请选择来", + "选择来源", + "择来源总", + "来源总成", + "源总成号", + "入目", + "目标", + "标总", + "输入目", + "入目标", + "目标总", + "标总成", + "请输入目", + "输入目标", + "入目标总", + "目标总成", + "标总成号", + "标福", + "福田", + "田零" + ] + }, + { + "view": "src\\views\\ProcessManagement\\RepairDataManagement\\BomListCompare.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / RepairDataManagement / BomListCompare.vue", + "routePath": "", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择基本机型", + "model": "bigEngine", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择比对零件号", + "model": "EngineName1", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择比对零件号", + "model": "EngineName2", + "type": "", + "clearable": false, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择查看类型", + "model": "selectType", + "type": "", + "clearable": false, + "filterable": true + } + ], + "buttons": [ + { + "label": "比对零件号差异", + "action": "操作", + "click": "searchBomList()", + "method": "searchBomList", + "icon": "", + "type": "distribution" + }, + { + "label": "创建一级菜单", + "action": "操作", + "click": "", + "method": "", + "icon": "", + "type": "distribution" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "零件号", + "prop": "零件号", + "width": "", + "fixed": "" + }, + { + "label": "零件编号", + "prop": "零件编号", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量", + "width": "", + "fixed": "" + }, + { + "label": "序号", + "prop": "工位号2", + "width": "60", + "fixed": "" + }, + { + "label": "零件号", + "prop": "零件号2", + "width": "", + "fixed": "" + }, + { + "label": "零件编号", + "prop": "零件编号2", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称2", + "width": "", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量2", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getSmallEngine", + "getStationNumber", + "getEndStation", + "listenerScroll" + ] + } + ], + "methods": [ + { + "name": "listenerScroll", + "action": "", + "line": 191 + }, + { + "name": "getStationNumber", + "action": "", + "line": 207 + }, + { + "name": "searchBomList", + "action": "", + "line": 221 + }, + { + "name": "selectBigEngine", + "action": "查询", + "line": 244 + }, + { + "name": "getEndStation", + "action": "", + "line": 250 + }, + { + "name": "getSmallEngine", + "action": "", + "line": 266 + }, + { + "name": "cellClassName", + "action": "", + "line": 281 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 210, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_零件差异查询", + "line": 234, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 254, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_BOM_零件号查询", + "line": 270, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "操作", + "查询" + ], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / RepairDataManagement / BomListCompare.vue 页面支持 操作、查询;主要控件 请选择工位号、请选择基本机型、请选择比对零件号、请选择比对零件号、请选择查看类型;表格字段 序号、零件号、零件编号、零件名称、数量、序号、零件号、零件编号、零件名称、数量。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "RepairDataManagement", + "BomListCompare", + "vue", + "操作", + "查询", + "请选择工位号", + "请选择基本机型", + "请选择比对零件号", + "请选择查看类型", + "比对零件号差异", + "创建一级菜单", + "序号", + "零件号", + "零件编号", + "零件名称", + "数量", + "MES_计划BOM_工位与名称_查询", + "北汽福田_BOM_零件差异查询", + "MES_基本变量_机型代码_查询", + "北汽福田_BOM_零件号查询", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择基", + "基本", + "本机", + "机型", + "选择基", + "择基本", + "基本机", + "本机型", + "请选择基", + "选择基本", + "择基本机", + "基本机型", + "择比", + "比对", + "对零", + "零件", + "件号", + "选择比", + "择比对", + "比对零", + "对零件", + "请选择比", + "选择比对", + "择比对零", + "比对零件", + "对零件号", + "择查", + "查看", + "看类", + "类型", + "选择查", + "择查看", + "查看类", + "看类型", + "请选择查", + "选择查看", + "择查看类", + "查看类型", + "号差", + "差异", + "件号差", + "号差异", + "零件号差", + "件号差异", + "创建", + "建一", + "一级", + "级菜", + "菜单", + "创建一", + "建一级", + "一级菜", + "级菜单", + "创建一级", + "建一级菜", + "一级菜单", + "件编", + "编号", + "零件编", + "件编号", + "件名", + "名称", + "零件名", + "件名称", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM" + ] + }, + { + "view": "src\\views\\ProcessManagement\\RepairDataManagement\\RepairData.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / RepairDataManagement / RepairData.vue", + "routePath": "", + "filters": [], + "buttons": [], + "tableFields": [], + "lifecycle": [], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 26 + } + ], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / RepairDataManagement / RepairData.vue 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "RepairDataManagement", + "RepairData", + "vue" + ] + }, + { + "view": "src\\views\\ProcessManagement\\RepairDataManagement\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / RepairDataManagement", + "routePath": "/ProcessManagement/RepairDataManagement", + "filters": [], + "buttons": [], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [], + "riskLevel": "只读查询为主", + "description": "ProcessManagement / RepairDataManagement 页面支持 页面查看;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "RepairDataManagement", + "index", + "vue" + ] + }, + { + "view": "src\\views\\ProcessManagement\\StepContentMaintenance\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / StepContentMaintenance", + "routePath": "/ProcessManagement/StepContentMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form.moduleDescription", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入序号", + "model": "form.number", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入操作内容", + "model": "form.text", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入序号", + "model": "form1.number", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入操作内容", + "model": "form1.text", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form4.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form4.engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addTo", + "method": "", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "复制工步", + "action": "操作", + "click": "copyOrder('form4')", + "method": "copyOrder", + "icon": "el-icon-document-copy", + "type": "success" + }, + { + "label": "编辑", + "action": "修改", + "click": "editInformation(scope.row)", + "method": "editInformation", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation(scope.row)", + "method": "deleteInformation", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1('form1')", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('form1')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff4()", + "method": "callOff4", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd4()", + "method": "submitAdd4", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工步号", + "width": "60px", + "fixed": "" + }, + { + "label": "操作内容", + "prop": "操作内容", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEndStation" + ] + }, + { + "hook": "mounted", + "calls": [ + "searchTable" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 263 + }, + { + "name": "getEndStation", + "action": "", + "line": 282 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 298 + }, + { + "name": "searchTable", + "action": "", + "line": 307 + }, + { + "name": "copyOrder", + "action": "", + "line": 324 + }, + { + "name": "callOff4", + "action": "", + "line": 374 + }, + { + "name": "addTo", + "action": "增加", + "line": 377 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 381 + }, + { + "name": "callOff", + "action": "", + "line": 409 + }, + { + "name": "callOff1", + "action": "", + "line": 419 + }, + { + "name": "editInformation", + "action": "", + "line": 429 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 437 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 463 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 266, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 285, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_查询_要点理由SQ", + "line": 316, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_增加", + "line": 361, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_增加", + "line": 391, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_修改_要点理由YC", + "line": 445, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_删除", + "line": 471, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作", + "修改", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / StepContentMaintenance 页面支持 查询、增加、操作、修改、删除;主要控件 请选择工位号、stationName、请选择产品型号、请选择工位号、请选择产品型号、请输入序号、请输入操作内容、请输入序号;表格字段 序号、操作内容、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "StepContentMaintenance", + "index", + "vue", + "查询", + "增加", + "操作", + "修改", + "删除", + "请选择工位号", + "stationName", + "请选择产品型号", + "请输入序号", + "请输入操作内容", + "新增", + "复制工步", + "编辑", + "取消", + "确定", + "序号", + "操作内容", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "电子看板_工序内容_查询_要点理由SQ", + "电子看板_工序内容_增加", + "电子看板_工序内容_修改_要点理由YC", + "电子看板_工序内容_删除", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "请输", + "输入", + "入序", + "请输入", + "输入序", + "入序号", + "请输入序", + "输入序号", + "入操", + "作内", + "内容", + "输入操", + "入操作", + "操作内", + "作内容", + "请输入操", + "输入操作", + "入操作内", + "复制", + "制工", + "工步", + "复制工", + "制工步", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_" + ] + }, + { + "view": "src\\views\\ProcessManagement\\WarehouseLocation\\index.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / WarehouseLocation", + "routePath": "/ProcessManagement/WarehouseLocation", + "filters": [ + { + "control": "el-input", + "label": "配方名称", + "model": "repiceName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "操作名", + "model": "operationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "stationRepiceValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.stationNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form.moduleDescription", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入序号", + "model": "form.number", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入操作内容", + "model": "form.text", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入序号", + "model": "form1.number", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入操作内容", + "model": "form1.text", + "type": "textarea", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form4.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form4.engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addTo", + "method": "", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "复制配方", + "action": "操作", + "click": "copyOrder('form4')", + "method": "copyOrder", + "icon": "el-icon-document-copy", + "type": "success" + }, + { + "label": "编辑", + "action": "修改", + "click": "editInformation(scope.row)", + "method": "editInformation", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation(scope.row)", + "method": "deleteInformation", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "查询", + "action": "查询", + "click": "searchTableOperation()", + "method": "searchTableOperation", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1('form1')", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('form1')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff4()", + "method": "callOff4", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd4()", + "method": "submitAdd4", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "配方号", + "prop": "配方号", + "width": "100", + "fixed": "" + }, + { + "label": "配方名称", + "prop": "配方名称", + "width": "", + "fixed": "" + }, + { + "label": "配方说明", + "prop": "配方说明", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + }, + { + "label": "操作号码", + "prop": "操作号码", + "width": "100px", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "120px", + "fixed": "" + }, + { + "label": "操作名称", + "prop": "操作名称", + "width": "", + "fixed": "" + }, + { + "label": "排序", + "prop": "工位排序", + "width": "100px", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "150px", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "100", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber" + ] + }, + { + "hook": "mounted", + "calls": [ + "searchTable", + "searchTableOperation" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 331 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 346 + }, + { + "name": "searchTable", + "action": "", + "line": 355 + }, + { + "name": "currentRepice", + "action": "", + "line": 367 + }, + { + "name": "changeTableData", + "action": "", + "line": 400 + }, + { + "name": "searchTableOperation", + "action": "", + "line": 408 + }, + { + "name": "copyOrder", + "action": "", + "line": 421 + }, + { + "name": "callOff4", + "action": "", + "line": 471 + }, + { + "name": "addTo", + "action": "增加", + "line": 474 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 478 + }, + { + "name": "callOff", + "action": "", + "line": 506 + }, + { + "name": "callOff1", + "action": "", + "line": 516 + }, + { + "name": "editInformation", + "action": "", + "line": 526 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 534 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 560 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 334, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_配方_配方查询", + "line": 359, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_配方_配方详细查询", + "line": 382, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_配方_配方操作查询", + "line": 413, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_增加", + "line": 458, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_增加", + "line": 488, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_修改_要点理由YC", + "line": 542, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "电子看板", + "nameOrSql": "电子看板_工序内容_删除", + "line": 568, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作", + "修改", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / WarehouseLocation 页面支持 查询、增加、操作、修改、删除;主要控件 配方名称、工位号、stationName、操作名、工位号、请选择工位号、请选择产品型号、请输入序号;表格字段 配方号、配方名称、配方说明、操作、操作号码、工位号、操作名称、排序、工位号、操作。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "WarehouseLocation", + "index", + "vue", + "查询", + "增加", + "操作", + "修改", + "删除", + "配方名称", + "工位号", + "stationName", + "操作名", + "请选择工位号", + "请选择产品型号", + "请输入序号", + "请输入操作内容", + "新增", + "复制配方", + "编辑", + "取消", + "确定", + "配方号", + "配方说明", + "操作号码", + "操作名称", + "排序", + "MES_计划BOM_工位与名称_查询", + "北汽福田_配方_配方查询", + "北汽福田_配方_配方详细查询", + "北汽福田_配方_配方操作查询", + "电子看板_工序内容_增加", + "电子看板_工序内容_修改_要点理由YC", + "电子看板_工序内容_删除", + "配方", + "方名", + "名称", + "配方名", + "方名称", + "工位", + "位号", + "作名", + "请选", + "选择", + "择工", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "请输", + "输入", + "入序", + "序号", + "请输入", + "输入序", + "入序号", + "请输入序", + "输入序号", + "入操", + "作内", + "内容", + "输入操", + "入操作", + "操作内", + "作内容", + "请输入操", + "输入操作", + "入操作内", + "操作内容", + "复制", + "制配", + "复制配", + "制配方", + "方号", + "方说", + "说明", + "配方说", + "方说明", + "作号", + "号码", + "操作号", + "作号码", + "作名称", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM" + ] + }, + { + "view": "src\\views\\ProcessManagement\\processManagementPage\\processManagementPage.vue", + "module": "ProcessManagement", + "title": "ProcessManagement / processManagementPage / processManagementPage.vue", + "routePath": "", + "filters": [ + { + "control": "el-input", + "label": "请输入文件名称", + "model": "processFileName", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询文件", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "success" + }, + { + "label": "选取工艺文件", + "action": "操作", + "click": "", + "method": "", + "icon": "el-icon-thumb", + "type": "primary" + }, + { + "label": "上传文件", + "action": "导入", + "click": "uploadStandFile", + "method": "", + "icon": "el-icon-upload2", + "type": "warning" + } + ], + "tableFields": [ + { + "label": "fileName|fileType", + "prop": "fileName|fileType", + "width": "50", + "fixed": "" + }, + { + "label": "编辑", + "prop": "", + "width": "100", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "mounted", + "calls": [ + "searchTableOpName", + "searchTable" + ] + } + ], + "methods": [ + { + "name": "searchTableOpName", + "action": "", + "line": 123 + }, + { + "name": "searchTable", + "action": "", + "line": 141 + }, + { + "name": "searchTable1", + "action": "", + "line": 155 + }, + { + "name": "lookFile", + "action": "", + "line": 158 + }, + { + "name": "solvePdfUrl", + "action": "", + "line": 178 + }, + { + "name": "downLoadFile", + "action": "导出", + "line": 188 + }, + { + "name": "deleteFile", + "action": "删除", + "line": 219 + }, + { + "name": "handleRemove", + "action": "", + "line": 244 + }, + { + "name": "beforeAvatarUpload", + "action": "导入", + "line": 250 + }, + { + "name": "uploadStandFile", + "action": "导入", + "line": 260 + }, + { + "name": "stnFileSuccess", + "action": "", + "line": 276 + }, + { + "name": "stnFileError", + "action": "", + "line": 281 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "[AAA临工看板", + "nameOrSql": "[AAA临工看板_主看板_查询数据]", + "line": 126, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "LG", + "nameOrSql": "LG_临工看板_工艺管理_工艺文件查询", + "line": 147, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "删除", + "domain": "LG", + "nameOrSql": "LG_临工看板_工艺管理_工艺文件删除", + "line": 229, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "15", + "action": "导入", + "domain": "LG", + "nameOrSql": "LG_临工看板_工艺管理_工艺文件上传", + "line": 270, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "操作", + "导入", + "删除" + ], + "riskLevel": "包含删除操作", + "description": "ProcessManagement / processManagementPage / processManagementPage.vue 页面支持 查询、操作、导入、删除;主要控件 请输入文件名称;表格字段 fileName|fileType、编辑。", + "keywords": [ + "src", + "views", + "ProcessManagement", + "processManagementPage", + "vue", + "查询", + "操作", + "导入", + "删除", + "请输入文件名称", + "查询文件", + "选取工艺文件", + "上传文件", + "fileName", + "fileType", + "编辑", + "AAA临工看板_主看板_查询数据", + "LG_临工看板_工艺管理_工艺文件查询", + "LG_临工看板_工艺管理_工艺文件删除", + "LG_临工看板_工艺管理_工艺文件上传", + "请输", + "输入", + "入文", + "文件", + "件名", + "名称", + "请输入", + "输入文", + "入文件", + "文件名", + "件名称", + "请输入文", + "输入文件", + "入文件名", + "文件名称", + "询文", + "查询文", + "询文件", + "选取", + "取工", + "工艺", + "艺文", + "选取工", + "取工艺", + "工艺文", + "艺文件", + "选取工艺", + "取工艺文", + "工艺文件", + "上传", + "传文", + "上传文", + "传文件", + "AA", + "A临", + "临工", + "工看", + "看板", + "板_", + "_主", + "主看", + "_查", + "询数", + "数据", + "AAA", + "AA临", + "A临工", + "临工看", + "工看板", + "看板_", + "板_主", + "_主看", + "主看板", + "板_查", + "_查询", + "查询数", + "询数据", + "AAA临", + "AA临工", + "A临工看", + "临工看板", + "工看板_", + "看板_主", + "板_主看", + "_主看板", + "主看板_", + "看板_查", + "板_查询", + "_查询数", + "查询数据", + "LG", + "G_", + "_临", + "_工", + "艺管", + "管理", + "理_", + "件查", + "LG_", + "G_临", + "_临工", + "板_工", + "_工艺", + "工艺管", + "艺管理", + "管理_", + "理_工", + "文件查", + "件查询", + "LG_临", + "G_临工", + "_临工看", + "看板_工", + "板_工艺", + "_工艺管", + "工艺管理", + "艺管理_", + "管理_工", + "理_工艺", + "_工艺文" + ] + }, + { + "view": "src\\views\\ProcessParameterMaintenance\\ExcelHeadMaintenance\\index.vue", + "module": "ProcessParameterMaintenance", + "title": "ProcessParameterMaintenance / ExcelHeadMaintenance", + "routePath": "/ProcessParameterMaintenance/ExcelHeadMaintenance", + "filters": [ + { + "control": "el-date-picker", + "label": "选择日期", + "model": "searchDate", + "type": "date", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入内容", + "model": "clickData.工序名称", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "el-date-picker", + "model": "", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入内容", + "model": "clickData.制单人", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入内容", + "model": "clickData.版本号", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入内容", + "model": "clickData.保存期限", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入内容", + "model": "clickData.制单日期", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "选择制单日期", + "model": "clickData.制单日期", + "type": "date", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入内容", + "model": "clickData.表单编号", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "全部导出", + "action": "导出", + "click": "exportExcelAll()", + "method": "exportExcelAll", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "修改", + "action": "修改", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "取消", + "action": "操作", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "保存", + "action": "操作", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "修改", + "action": "修改", + "click": "edit2()", + "method": "edit2", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "取消", + "action": "操作", + "click": "cancel2()", + "method": "cancel2", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "保存", + "action": "操作", + "click": "save2()", + "method": "save2", + "icon": "el-icon-circle-plus-outline", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "变速箱总成号", + "width": "40", + "fixed": "" + }, + { + "label": "完成时间", + "prop": "下线时间", + "width": "93", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "CreateData", + "ExecDatabase", + "searchTable", + "cutTableData" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 738 + }, + { + "name": "searchTable", + "action": "", + "line": 746 + }, + { + "name": "add", + "action": "增加", + "line": 758 + }, + { + "name": "cutTableData", + "action": "", + "line": 762 + }, + { + "name": "edit1", + "action": "", + "line": 801 + }, + { + "name": "edit2", + "action": "", + "line": 804 + }, + { + "name": "cancel1", + "action": "", + "line": 807 + }, + { + "name": "cancel2", + "action": "", + "line": 812 + }, + { + "name": "save1", + "action": "", + "line": 817 + }, + { + "name": "save2", + "action": "", + "line": 821 + }, + { + "name": "callOff", + "action": "", + "line": 825 + }, + { + "name": "addRhythm", + "action": "增加", + "line": 832 + }, + { + "name": "edit", + "action": "", + "line": 867 + }, + { + "name": "submitEdit", + "action": "", + "line": 885 + }, + { + "name": "submitEdit1", + "action": "", + "line": 922 + }, + { + "name": "submitEdit2", + "action": "", + "line": 954 + }, + { + "name": "fromTableDataGetClickData", + "action": "", + "line": 979 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 992 + }, + { + "name": "exportExcelAll", + "action": "导出", + "line": 1003 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "生产计划", + "nameOrSql": "生产计划_派工订单_打印记录视图_查询", + "line": 699, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 725, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "生产计划", + "nameOrSql": "生产计划_派工订单_打印记录_详细_完工查询", + "line": 750, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据报表", + "nameOrSql": "质量数据报表_表头数据查询", + "line": 771, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "质量数据报表", + "nameOrSql": "质量数据报表_质量数据", + "line": 776, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "质量数据报表", + "nameOrSql": "质量数据报表_过站数据", + "line": 785, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "表头信息栏", + "nameOrSql": "表头信息栏_增加", + "line": 848, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "表头信息栏", + "nameOrSql": "表头信息栏_修改", + "line": 902, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "生产计划", + "nameOrSql": "生产计划_派工订单_修改_表头信息_顶部", + "line": 937, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "质量数据报表", + "nameOrSql": "质量数据报表_字段数据_新增修改", + "line": 962, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "导出", + "修改", + "操作", + "查询", + "增加" + ], + "riskLevel": "包含写入操作", + "description": "ProcessParameterMaintenance / ExcelHeadMaintenance 页面支持 导出、修改、操作、查询、增加;主要控件 选择日期、请输入内容、el-date-picker、请输入内容、请输入内容、请输入内容、请输入内容、选择制单日期;表格字段 序号、完成时间。", + "keywords": [ + "src", + "views", + "ProcessParameterMaintenance", + "ExcelHeadMaintenance", + "index", + "vue", + "导出", + "修改", + "操作", + "查询", + "增加", + "选择日期", + "请输入内容", + "el", + "date", + "picker", + "选择制单日期", + "全部导出", + "取消", + "保存", + "序号", + "完成时间", + "生产计划_派工订单_打印记录视图_查询", + "MES_基本变量_机型代码_查询", + "生产计划_派工订单_打印记录_详细_完工查询", + "质量数据报表_表头数据查询", + "质量数据报表_质量数据", + "质量数据报表_过站数据", + "表头信息栏_增加", + "表头信息栏_修改", + "生产计划_派工订单_修改_表头信息_顶部", + "质量数据报表_字段数据_新增修改", + "选择", + "择日", + "日期", + "选择日", + "择日期", + "请输", + "输入", + "入内", + "内容", + "请输入", + "输入内", + "入内容", + "请输入内", + "输入内容", + "择制", + "制单", + "单日", + "选择制", + "择制单", + "制单日", + "单日期", + "选择制单", + "择制单日", + "制单日期", + "全部", + "部导", + "全部导", + "部导出", + "完成", + "成时", + "时间", + "完成时", + "成时间", + "生产", + "产计", + "计划", + "划_", + "_派", + "派工", + "工订", + "订单", + "单_", + "_打", + "打印", + "印记", + "记录", + "录视", + "视图", + "图_", + "_查", + "生产计", + "产计划", + "计划_", + "划_派", + "_派工", + "派工订", + "工订单", + "订单_", + "单_打", + "_打印", + "打印记", + "印记录", + "记录视", + "录视图", + "视图_", + "图_查", + "_查询", + "生产计划", + "产计划_", + "计划_派", + "划_派工", + "_派工订", + "派工订单", + "工订单_", + "订单_打", + "单_打印", + "_打印记", + "打印记录", + "印记录视", + "记录视图", + "录视图_", + "视图_查", + "图_查询", + "ME", + "ES", + "S_", + "_基", + "基本" + ] + }, + { + "view": "src\\views\\ProcessParameterMaintenance\\MaintenanceTighteningPosition\\index.vue", + "module": "ProcessParameterMaintenance", + "title": "ProcessParameterMaintenance / MaintenanceTighteningPosition", + "routePath": "/ProcessParameterMaintenance/MaintenanceTighteningPosition", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.serialNumber", + "model": "form.serialNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.positionX", + "model": "form.positionX", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.groupNumber", + "model": "form.groupNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.positionY", + "model": "form.positionY", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.orderNumber", + "model": "form.orderNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.measureWidth", + "model": "form.measureWidth", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.sleeveNumber", + "model": "form.sleeveNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.measureHeight", + "model": "form.measureHeight", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.torque", + "model": "form.torque", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.measureType", + "model": "form.measureType", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "form.explain", + "model": "form.explain", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form4.stationNumberValue", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form4.engineTypeValue", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "增加", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "修改", + "action": "修改", + "click": "submitUpdate", + "method": "", + "icon": "el-icon-edit", + "type": "success" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteInformation", + "method": "", + "icon": "el-icon-delete", + "type": "danger" + }, + { + "label": "预览全部", + "action": "操作", + "click": "viewAllow()", + "method": "viewAllow", + "icon": "", + "type": "info" + }, + { + "label": "全部清除", + "action": "操作", + "click": "clearAll()", + "method": "clearAll", + "icon": "", + "type": "info" + }, + { + "label": "复制工步", + "action": "操作", + "click": "copyOrder('form4')", + "method": "copyOrder", + "icon": "el-icon-document-copy", + "type": "success" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff4()", + "method": "callOff4", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd4()", + "method": "submitAdd4", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "序号", + "width": "70px", + "fixed": "" + }, + { + "label": "组号", + "prop": "组号", + "width": "70px", + "fixed": "" + }, + { + "label": "工作顺序", + "prop": "工作顺序", + "width": "80px", + "fixed": "" + }, + { + "label": "套筒号", + "prop": "套筒号", + "width": "70px", + "fixed": "" + }, + { + "label": "位置X", + "prop": "测量位置X", + "width": "", + "fixed": "" + }, + { + "label": "位置Y", + "prop": "测量位置Y", + "width": "", + "fixed": "" + }, + { + "label": "控件高度", + "prop": "控件高度", + "width": "", + "fixed": "" + }, + { + "label": "控件宽度", + "prop": "控件宽度", + "width": "", + "fixed": "" + }, + { + "label": "扭矩", + "prop": "扭矩", + "width": "", + "fixed": "" + }, + { + "label": "说明", + "prop": "说明", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEndStation" + ] + } + ], + "methods": [ + { + "name": "getStationNumber", + "action": "", + "line": 314 + }, + { + "name": "getEndStation", + "action": "", + "line": 329 + }, + { + "name": "searchTable", + "action": "", + "line": 343 + }, + { + "name": "searchTable1", + "action": "", + "line": 363 + }, + { + "name": "copyOrder", + "action": "", + "line": 378 + }, + { + "name": "callOff4", + "action": "", + "line": 446 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 449 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 496 + }, + { + "name": "deleteInformation", + "action": "删除", + "line": 543 + }, + { + "name": "viewAllow", + "action": "", + "line": 575 + }, + { + "name": "clearAll", + "action": "", + "line": 580 + }, + { + "name": "getMouseXY", + "action": "", + "line": 585 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 596 + }, + { + "name": "rowClick", + "action": "", + "line": 604 + }, + { + "name": "addTo", + "action": "增加", + "line": 620 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 317, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 332, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板", + "nameOrSql": "电子看板_工位名称与产品型号产品图片_SPC查询", + "line": 349, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板", + "nameOrSql": "电子看板_工位机型_质量数据测量位置_查询", + "line": 368, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_工位机型_质量数据测量位置_增加", + "line": 433, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "电子看板", + "nameOrSql": "电子看板_工位机型_质量数据测量位置_增加", + "line": 472, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "电子看板", + "nameOrSql": "电子看板_工位机型_质量数据测量位置_修改", + "line": 519, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "电子看板", + "nameOrSql": "电子看板_工位机型_质量数据测量位置_删除", + "line": 552, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "增加", + "修改", + "删除", + "操作", + "查询" + ], + "riskLevel": "包含删除操作", + "description": "ProcessParameterMaintenance / MaintenanceTighteningPosition 页面支持 增加、修改、删除、操作、查询;主要控件 请选择工位号、请选择产品型号、stationName、form.serialNumber、form.positionX、form.groupNumber、form.positionY、form.orderNumber;表格字段 序号、组号、工作顺序、套筒号、位置X、位置Y、控件高度、控件宽度、扭矩、说明。", + "keywords": [ + "src", + "views", + "ProcessParameterMaintenance", + "MaintenanceTighteningPosition", + "index", + "vue", + "增加", + "修改", + "删除", + "操作", + "查询", + "请选择工位号", + "请选择产品型号", + "stationName", + "form", + "serialNumber", + "positionX", + "groupNumber", + "positionY", + "orderNumber", + "measureWidth", + "sleeveNumber", + "measureHeight", + "torque", + "measureType", + "explain", + "预览全部", + "全部清除", + "复制工步", + "取消", + "确定", + "序号", + "组号", + "工作顺序", + "套筒号", + "位置X", + "位置Y", + "控件高度", + "控件宽度", + "扭矩", + "说明", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "电子看板_工位名称与产品型号产品图片_SPC查询", + "电子看板_工位机型_质量数据测量位置_查询", + "电子看板_工位机型_质量数据测量位置_增加", + "电子看板_工位机型_质量数据测量位置_修改", + "电子看板_工位机型_质量数据测量位置_删除", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "预览", + "览全", + "全部", + "预览全", + "览全部", + "部清", + "清除", + "全部清", + "部清除", + "复制", + "制工", + "工步", + "复制工", + "制工步", + "工作", + "作顺", + "顺序", + "工作顺", + "作顺序", + "套筒", + "筒号", + "位置", + "置X", + "置Y", + "控件", + "件高", + "高度", + "控件高", + "件高度", + "件宽", + "宽度", + "控件宽", + "件宽度", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查" + ] + }, + { + "view": "src\\views\\ProcessParameterMaintenance\\MeasurementRangeMaintenance\\index.vue", + "module": "ProcessParameterMaintenance", + "title": "ProcessParameterMaintenance / MeasurementRangeMaintenance", + "routePath": "/ProcessParameterMaintenance/MeasurementRangeMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "form.measuringPosition", + "model": "form.measuringPosition", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "form.measuringProject", + "model": "form.measuringProject", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "form.theoreticalValue", + "model": "form.theoreticalValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "form.upLimitValue", + "model": "form.upLimitValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "form.lowLimitValue", + "model": "form.lowLimitValue", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "编辑", + "action": "修改", + "click": "edit(scope.row)", + "method": "edit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "修改", + "click": "submitUpdate('form')", + "method": "submitUpdate", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "机型代码", + "prop": "发动机型号代码", + "width": "", + "fixed": "" + }, + { + "label": "测量位置", + "prop": "测量位置", + "width": "", + "fixed": "" + }, + { + "label": "测量项目", + "prop": "测量项目", + "width": "", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "", + "fixed": "" + }, + { + "label": "值上限", + "prop": "值上限", + "width": "", + "fixed": "" + }, + { + "label": "值下限", + "prop": "值下限", + "width": "", + "fixed": "" + }, + { + "label": "测量单位", + "prop": "测量单位", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getProductType" + ] + } + ], + "methods": [ + { + "name": "getProductType", + "action": "", + "line": 160 + }, + { + "name": "getStationNumber", + "action": "", + "line": 175 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 191 + }, + { + "name": "searchTable", + "action": "", + "line": 200 + }, + { + "name": "callOff", + "action": "", + "line": 212 + }, + { + "name": "edit", + "action": "", + "line": 217 + }, + { + "name": "submitUpdate", + "action": "修改", + "line": 227 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 163, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料批次扫描切换", + "nameOrSql": "物料批次扫描切换_工位号_查询", + "line": 178, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据", + "nameOrSql": "测量数据_测量范围_查询_简化", + "line": 205, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "基本数据", + "nameOrSql": "基本数据_测量范围_修改", + "line": 236, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "修改", + "操作" + ], + "riskLevel": "包含写入操作", + "description": "ProcessParameterMaintenance / MeasurementRangeMaintenance 页面支持 查询、修改、操作;主要控件 请选择产品型号、请选择工位号、form.measuringPosition、form.measuringProject、form.theoreticalValue、form.upLimitValue、form.lowLimitValue;表格字段 工位号、机型代码、测量位置、测量项目、理论值、值上限、值下限、测量单位、操作。", + "keywords": [ + "src", + "views", + "ProcessParameterMaintenance", + "MeasurementRangeMaintenance", + "index", + "vue", + "查询", + "修改", + "操作", + "请选择产品型号", + "请选择工位号", + "form", + "measuringPosition", + "measuringProject", + "theoreticalValue", + "upLimitValue", + "lowLimitValue", + "编辑", + "取消", + "确定", + "工位号", + "机型代码", + "测量位置", + "测量项目", + "理论值", + "值上限", + "值下限", + "测量单位", + "MES_基本变量_机型代码_查询", + "物料批次扫描切换_工位号_查询", + "测量数据_测量范围_查询_简化", + "基本数据_测量范围_修改", + "请选", + "选择", + "择产", + "产品", + "品型", + "型号", + "请选择", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "择工", + "工位", + "位号", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "机型", + "型代", + "代码", + "机型代", + "型代码", + "测量", + "量位", + "位置", + "测量位", + "量位置", + "量项", + "项目", + "测量项", + "量项目", + "理论", + "论值", + "值上", + "上限", + "值下", + "下限", + "量单", + "单位", + "测量单", + "量单位", + "ME", + "ES", + "S_", + "_基", + "基本", + "本变", + "变量", + "量_", + "_机", + "码_", + "_查", + "MES", + "ES_", + "S_基", + "_基本", + "基本变", + "本变量", + "变量_", + "量_机", + "_机型", + "代码_", + "码_查", + "_查询", + "MES_", + "ES_基", + "S_基本", + "_基本变", + "基本变量", + "本变量_", + "变量_机", + "量_机型", + "_机型代", + "型代码_", + "代码_查", + "码_查询", + "物料", + "料批", + "批次", + "次扫", + "扫描", + "描切" + ] + }, + { + "view": "src\\views\\ProcessParameterMaintenance\\ProcessBeatMaintenance\\index.vue", + "module": "ProcessParameterMaintenance", + "title": "ProcessParameterMaintenance / ProcessBeatMaintenance", + "routePath": "/ProcessParameterMaintenance/ProcessBeatMaintenance", + "filters": [ + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue1", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "form.engineTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入节拍", + "model": "form.rhythm", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "editForm.type", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入工序号", + "model": "editForm.stationNumber", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入工位名称", + "model": "editForm.name", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入节拍", + "model": "editForm.rhythm", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "add()", + "method": "add", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "编辑", + "action": "修改", + "click": "edit(scope.row)", + "method": "edit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "addRhythm('form')", + "method": "addRhythm", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "操作", + "click": "submitEdit('editForm')", + "method": "submitEdit", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "发动机型号", + "width": "60", + "fixed": "" + }, + { + "label": "工序号", + "prop": "工序号", + "width": "", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "工序节拍", + "prop": "工序节拍", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getProductType" + ] + } + ], + "methods": [ + { + "name": "getProductType", + "action": "", + "line": 163 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 179 + }, + { + "name": "searchTable", + "action": "", + "line": 187 + }, + { + "name": "add", + "action": "增加", + "line": 198 + }, + { + "name": "callOff", + "action": "", + "line": 201 + }, + { + "name": "addRhythm", + "action": "增加", + "line": 208 + }, + { + "name": "edit", + "action": "", + "line": 233 + }, + { + "name": "submitEdit", + "action": "", + "line": 243 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 166, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本数据_工位节拍_查询", + "line": 191, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "MES", + "nameOrSql": "MES_基本数据_工位节拍_增加", + "line": 214, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "MES", + "nameOrSql": "MES_基本数据_工位节拍_修改", + "line": 252, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "操作" + ], + "riskLevel": "包含写入操作", + "description": "ProcessParameterMaintenance / ProcessBeatMaintenance 页面支持 查询、增加、修改、操作;主要控件 请选择产品型号、请选择产品型号、请输入节拍、请选择产品型号、请输入工序号、请输入工位名称、请输入节拍;表格字段 序号、工序号、工位名称、工序节拍、操作。", + "keywords": [ + "src", + "views", + "ProcessParameterMaintenance", + "ProcessBeatMaintenance", + "index", + "vue", + "查询", + "增加", + "修改", + "操作", + "请选择产品型号", + "请输入节拍", + "请输入工序号", + "请输入工位名称", + "新增", + "编辑", + "取消", + "确定", + "序号", + "工序号", + "工位名称", + "工序节拍", + "MES_基本变量_机型代码_查询", + "MES_基本数据_工位节拍_查询", + "MES_基本数据_工位节拍_增加", + "MES_基本数据_工位节拍_修改", + "请选", + "选择", + "择产", + "产品", + "品型", + "型号", + "请选择", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "请输", + "输入", + "入节", + "节拍", + "请输入", + "输入节", + "入节拍", + "请输入节", + "输入节拍", + "入工", + "工序", + "输入工", + "入工序", + "请输入工", + "输入工序", + "入工序号", + "工位", + "位名", + "名称", + "入工位", + "工位名", + "位名称", + "输入工位", + "入工位名", + "序节", + "工序节", + "序节拍", + "ME", + "ES", + "S_", + "_基", + "基本", + "本变", + "变量", + "量_", + "_机", + "机型", + "型代", + "代码", + "码_", + "_查", + "MES", + "ES_", + "S_基", + "_基本", + "基本变", + "本变量", + "变量_", + "量_机", + "_机型", + "机型代", + "型代码", + "代码_", + "码_查", + "_查询", + "MES_", + "ES_基", + "S_基本", + "_基本变", + "基本变量", + "本变量_", + "变量_机", + "量_机型", + "_机型代", + "机型代码", + "型代码_", + "代码_查", + "码_查询", + "本数", + "数据", + "据_", + "_工", + "位节", + "拍_", + "基本数", + "本数据", + "数据_", + "据_工", + "_工位" + ] + }, + { + "view": "src\\views\\ProcessParameterMaintenance\\VerificationMmaintenanceLine\\index.vue", + "module": "ProcessParameterMaintenance", + "title": "ProcessParameterMaintenance / VerificationMmaintenanceLine", + "routePath": "/ProcessParameterMaintenance/VerificationMmaintenanceLine", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "stationName", + "model": "stationName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "form.addStationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "form.outLineOP", + "model": "form.outLineOP", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "editForm.editStationNumberValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "editForm.outLineOP", + "model": "editForm.outLineOP", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-order", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "add()", + "method": "add", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "编辑", + "action": "修改", + "click": "edit(scope.row)", + "method": "edit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteOutLine(scope.row)", + "method": "deleteOutLine", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "操作", + "click": "submitEdit('editForm')", + "method": "submitEdit", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "线外工位号", + "prop": "线外工位号", + "width": "", + "fixed": "" + }, + { + "label": "是否禁用", + "prop": "是否禁用", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchTable", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "clearStationName", + "action": "", + "line": 161 + }, + { + "name": "assignmentStationName", + "action": "", + "line": 165 + }, + { + "name": "getStationNumber", + "action": "", + "line": 175 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 190 + }, + { + "name": "searchTable", + "action": "", + "line": 198 + }, + { + "name": "add", + "action": "增加", + "line": 216 + }, + { + "name": "callOff", + "action": "", + "line": 219 + }, + { + "name": "edit", + "action": "", + "line": 226 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 232 + }, + { + "name": "submitEdit", + "action": "", + "line": 257 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 284 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 289 + }, + { + "name": "deleteOutLine", + "action": "删除", + "line": 294 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料批次扫描切换", + "nameOrSql": "物料批次扫描切换_工位号_查询", + "line": 178, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "线外工位验证", + "nameOrSql": "线外工位验证_查询", + "line": 208, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "线外工位验证", + "nameOrSql": "线外工位验证_增加", + "line": 239, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "线外工位验证", + "nameOrSql": "线外工位验证_修改", + "line": 265, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "线外工位验证", + "nameOrSql": "线外工位验证_删除", + "line": 302, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "ProcessParameterMaintenance / VerificationMmaintenanceLine 页面支持 查询、增加、修改、删除、操作;主要控件 请选择工位号、stationName、请选择工位号、form.outLineOP、请选择工位号、editForm.outLineOP;表格字段 工位号、线外工位号、是否禁用、操作。", + "keywords": [ + "src", + "views", + "ProcessParameterMaintenance", + "VerificationMmaintenanceLine", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "请选择工位号", + "stationName", + "form", + "outLineOP", + "editForm", + "新增", + "编辑", + "取消", + "确定", + "工位号", + "线外工位号", + "是否禁用", + "物料批次扫描切换_工位号_查询", + "线外工位验证_查询", + "线外工位验证_增加", + "线外工位验证_修改", + "线外工位验证_删除", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "线外", + "外工", + "线外工", + "外工位", + "线外工位", + "外工位号", + "是否", + "否禁", + "禁用", + "是否禁", + "否禁用", + "物料", + "料批", + "批次", + "次扫", + "扫描", + "描切", + "切换", + "换_", + "_工", + "号_", + "_查", + "物料批", + "料批次", + "批次扫", + "次扫描", + "扫描切", + "描切换", + "切换_", + "换_工", + "_工位", + "位号_", + "号_查", + "_查询", + "物料批次", + "料批次扫", + "批次扫描", + "次扫描切", + "扫描切换", + "描切换_", + "切换_工", + "换_工位", + "_工位号", + "工位号_", + "位号_查", + "号_查询", + "位验", + "验证", + "证_", + "工位验", + "位验证", + "验证_", + "证_查", + "外工位验", + "工位验证", + "位验证_", + "验证_查", + "证_查询", + "_增", + "证_增", + "_增加", + "验证_增", + "证_增加", + "_修", + "证_修", + "_修改", + "验证_修", + "证_修改", + "_删", + "证_删", + "_删除", + "验证_删", + "证_删除" + ] + }, + { + "view": "src\\views\\PurchasingManagement\\PurchaseOrder\\index.vue", + "module": "PurchasingManagement", + "title": "PurchasingManagement / PurchaseOrder", + "routePath": "/PurchasingManagement/PurchaseOrder", + "filters": [ + { + "control": "el-select", + "label": "订单号", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "产品名称", + "model": "productNameValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "采购件", + "model": "purchasedPartsValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-checkbox", + "label": "checked", + "model": "checked", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "scope.row.数量", + "model": "scope.row.数量", + "type": "number", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "scope.row.单价", + "model": "scope.row.单价", + "type": "number", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "scope.row.采购备注", + "model": "scope.row.采购备注", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "合同号", + "model": "contractValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "名称", + "model": "materialName1", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "图号/型号", + "model": "materialSpec1", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "供应商", + "model": "form.供应商", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "供应商", + "model": "form1.供应商", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "名称", + "model": "materialName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "图号/型号", + "model": "materialSpec", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "采购合同", + "action": "操作", + "click": "purchaseContract", + "method": "", + "icon": "el-icon-plus", + "type": "warning" + }, + { + "label": "变更物料", + "action": "操作", + "click": "changeMaterial", + "method": "", + "icon": "el-icon-sort", + "type": "primary" + }, + { + "label": "退货通知", + "action": "操作", + "click": "viewReturnedContracts()", + "method": "viewReturnedContracts", + "icon": "", + "type": "text" + }, + { + "label": "导出", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "success" + }, + { + "label": "scope.row.采购件 scope.row.图号或型号 scope.row.数量 scope.row.材料 scope.row.收货人 scope.row.订单编号 scope.row.产品名称 scope.row.产品详情 scope.row.订单备注 scope.row.采购期限 scope.row.累计库存 scope.row.物料备注 图纸", + "action": "查询", + "click": "selectIn(scope.row)", + "method": "selectIn", + "icon": "el-icon-bottom", + "type": "text" + }, + { + "label": "使用库存", + "action": "操作", + "click": "useInventory(scope.row)", + "method": "useInventory", + "icon": "", + "type": "text" + }, + { + "label": "隐藏", + "action": "操作", + "click": "Disappear(scope.row)", + "method": "Disappear", + "icon": "", + "type": "text" + }, + { + "label": "恢复", + "action": "操作", + "click": "Recovery(scope.row)", + "method": "Recovery", + "icon": "", + "type": "text" + }, + { + "label": "提交", + "action": "操作", + "click": "Submit(scope.row)", + "method": "Submit", + "icon": "el-icon-check", + "type": "text" + }, + { + "label": "合同", + "action": "操作", + "click": "contract(scope.row)", + "method": "contract", + "icon": "el-icon-printer", + "type": "text" + }, + { + "label": "图片", + "action": "修改", + "click": "updatePicture(scope.row)", + "method": "updatePicture", + "icon": "el-icon-circle-plus-outline", + "type": "text" + }, + { + "label": "scope.row.采购件 scope.row.图号或型号 scope.row.材料 scope.row.单位 (scope.row.数量 * scope.row.单价).toFixed(2) 图纸", + "action": "查询", + "click": "selectOut(scope.row)", + "method": "selectOut", + "icon": "el-icon-top", + "type": "text" + }, + { + "label": "耗材采购", + "action": "操作", + "click": "consumablesProcurement", + "method": "", + "icon": "el-icon-plus", + "type": "warning" + }, + { + "label": "提交", + "action": "操作", + "click": "Submit1(scope.row)", + "method": "Submit1", + "icon": "el-icon-check", + "type": "text" + }, + { + "label": "名称: 图号/型号: 查询", + "action": "查询", + "click": "contract(scope.row)", + "method": "contract", + "icon": "el-icon-printer", + "type": "text" + }, + { + "label": "选入", + "action": "查询", + "click": "selectInput()", + "method": "selectInput", + "icon": "el-icon-bottom", + "type": "distribution" + }, + { + "label": "确定", + "action": "操作", + "click": "confirmEdit(scope.row)", + "method": "confirmEdit", + "icon": "", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "cancel(scope.row)", + "method": "cancel", + "icon": "", + "type": "text" + }, + { + "label": "取消", + "action": "删除", + "click": "handleDeleteItem(scope.row)", + "method": "handleDeleteItem", + "icon": "el-icon-minus", + "type": "text" + }, + { + "label": "确定", + "action": "操作", + "click": "createContract('form')", + "method": "createContract", + "icon": "", + "type": "distribution" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff1('form1')", + "method": "callOff1", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "createContract1('form1')", + "method": "createContract1", + "icon": "", + "type": "distribution" + }, + { + "label": "查询", + "action": "查询", + "click": "pageCurrent2=1;pageSize2=10;total2=0;searchMaterial()", + "method": "searchMaterial", + "icon": "el-icon-search", + "type": "success" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible3=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitMaterialChange", + "method": "", + "icon": "", + "type": "primary" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible2=false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitPicture()", + "method": "submitPicture", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "选入", + "prop": "是否确认", + "width": "55px", + "fixed": "" + }, + { + "label": "采购件", + "prop": "采购件", + "width": "189px", + "fixed": "" + }, + { + "label": "图号/型号", + "prop": "图号或型号", + "width": "145px", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量", + "width": "55px", + "fixed": "" + }, + { + "label": "材料", + "prop": "材料", + "width": "setColumnWidth('材料')", + "fixed": "" + }, + { + "label": "收货人", + "prop": "收货人", + "width": "65px", + "fixed": "" + }, + { + "label": "订单编号", + "prop": "订单编号", + "width": "143px", + "fixed": "" + }, + { + "label": "产品名称", + "prop": "产品名称", + "width": "130px", + "fixed": "" + }, + { + "label": "产品详情", + "prop": "产品详情", + "width": "", + "fixed": "" + }, + { + "label": "订单备注", + "prop": "订单备注", + "width": "120px", + "fixed": "" + }, + { + "label": "采购期限", + "prop": "采购期限", + "width": "setColumnWidth('日期')", + "fixed": "" + }, + { + "label": "库存", + "prop": "累计库存", + "width": "55px", + "fixed": "" + }, + { + "label": "物料备注", + "prop": "物料备注", + "width": "100px", + "fixed": "" + }, + { + "label": "操作", + "prop": "图纸|累计库存|数量", + "width": "185px", + "fixed": "" + }, + { + "label": "采购合同号", + "prop": "采购合同号", + "width": "120px", + "fixed": "" + }, + { + "label": "供应商", + "prop": "供应商", + "width": "120px", + "fixed": "" + }, + { + "label": "未过原因", + "prop": "未通过原因", + "width": "120px", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "", + "fixed": "" + }, + { + "label": "选出", + "prop": "", + "width": "60px", + "fixed": "" + }, + { + "label": "采购件", + "prop": "采购件", + "width": "170px", + "fixed": "" + }, + { + "label": "图号/型号", + "prop": "图号或型号", + "width": "setColumnWidth('图号')", + "fixed": "" + }, + { + "label": "数量", + "prop": "数量", + "width": "90px", + "fixed": "" + }, + { + "label": "单位", + "prop": "单位", + "width": "setColumnWidth('单位')", + "fixed": "" + }, + { + "label": "单价(元)", + "prop": "单价", + "width": "130px", + "fixed": "" + }, + { + "label": "金额(元)", + "prop": "数量|单价", + "width": "110px", + "fixed": "" + }, + { + "label": "采购备注", + "prop": "采购备注", + "width": "setColumnWidth('备注')", + "fixed": "" + }, + { + "label": "供应商", + "prop": "供应商", + "width": "setColumnWidth('供应商')", + "fixed": "" + }, + { + "label": "名称", + "prop": "名称", + "width": "50px", + "fixed": "" + }, + { + "label": "图号/型号", + "prop": "代号", + "width": "", + "fixed": "" + }, + { + "label": "单位", + "prop": "单位", + "width": "", + "fixed": "" + }, + { + "label": "序号", + "prop": "采购件", + "width": "setColumnWidth('序号')", + "fixed": "" + }, + { + "label": "图号/型号", + "prop": "图号或型号", + "width": "setColumnWidth('图号或型号')", + "fixed": "" + }, + { + "label": "单位", + "prop": "单位", + "width": "80px", + "fixed": "" + }, + { + "label": "金额(元)", + "prop": "金额", + "width": "110px", + "fixed": "" + }, + { + "label": "操作", + "prop": "edit", + "width": "", + "fixed": "" + }, + { + "label": "名称", + "prop": "名称", + "width": "", + "fixed": "" + }, + { + "label": "类型", + "prop": "类型", + "width": "80px", + "fixed": "" + }, + { + "label": "物料名称", + "prop": "物料名称", + "width": "150px", + "fixed": "" + }, + { + "label": "供应商", + "prop": "供应商", + "width": "150px", + "fixed": "" + }, + { + "label": "采购合同", + "prop": "采购合同", + "width": "180px", + "fixed": "" + }, + { + "label": "退货数量", + "prop": "退货数量", + "width": "setColumnWidth('数量')", + "fixed": "" + }, + { + "label": "退货原因", + "prop": "退货原因", + "width": "200px", + "fixed": "" + }, + { + "label": "操作人", + "prop": "退货人", + "width": "setColumnWidth('姓名')", + "fixed": "" + }, + { + "label": "退货时间", + "prop": "退货时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "fetchData", + "searchTable", + "searchContract", + "searchNumber" + ] + } + ], + "methods": [ + { + "name": "viewReturnedContracts", + "action": "", + "line": 648 + }, + { + "name": "searchTable1", + "action": "", + "line": 653 + }, + { + "name": "updateNumber", + "action": "修改", + "line": 660 + }, + { + "name": "searchNumber", + "action": "", + "line": 667 + }, + { + "name": "getNum", + "action": "", + "line": 675 + }, + { + "name": "useInventory", + "action": "", + "line": 705 + }, + { + "name": "fetchData", + "action": "", + "line": 729 + }, + { + "name": "getMaterial", + "action": "", + "line": 733 + }, + { + "name": "getOrderNumberType", + "action": "", + "line": 737 + }, + { + "name": "getSupplier", + "action": "", + "line": 749 + }, + { + "name": "getproductpartName", + "action": "", + "line": 761 + }, + { + "name": "Disappear", + "action": "", + "line": 778 + }, + { + "name": "Recovery", + "action": "", + "line": 792 + }, + { + "name": "createContract", + "action": "", + "line": 806 + }, + { + "name": "callOff", + "action": "", + "line": 825 + }, + { + "name": "changeState", + "action": "", + "line": 830 + }, + { + "name": "selectIn", + "action": "查询", + "line": 839 + }, + { + "name": "selectOut", + "action": "查询", + "line": 866 + }, + { + "name": "updateProcess", + "action": "修改", + "line": 887 + }, + { + "name": "Submit", + "action": "", + "line": 897 + }, + { + "name": "Submit1", + "action": "", + "line": 930 + }, + { + "name": "warningExceed", + "action": "", + "line": 969 + }, + { + "name": "beforeUpload", + "action": "导入", + "line": 972 + }, + { + "name": "uploadSuccess", + "action": "导入", + "line": 979 + }, + { + "name": "updatePicture", + "action": "修改", + "line": 983 + }, + { + "name": "submitPicture", + "action": "", + "line": 987 + }, + { + "name": "getData", + "action": "", + "line": 998 + }, + { + "name": "searchTable", + "action": "", + "line": 1005 + }, + { + "name": "searchContract", + "action": "", + "line": 1035 + }, + { + "name": "searchTable2", + "action": "", + "line": 1045 + }, + { + "name": "searchTable5", + "action": "", + "line": 1070 + }, + { + "name": "consumablesProcurement", + "action": "", + "line": 1086 + }, + { + "name": "createContract1", + "action": "", + "line": 1089 + }, + { + "name": "searchTable6", + "action": "", + "line": 1109 + }, + { + "name": "callOff1", + "action": "", + "line": 1140 + }, + { + "name": "cancel", + "action": "", + "line": 1145 + }, + { + "name": "updateProcess1", + "action": "修改", + "line": 1155 + }, + { + "name": "confirmEdit", + "action": "", + "line": 1166 + }, + { + "name": "createProduct", + "action": "", + "line": 1216 + }, + { + "name": "handleDeleteItem", + "action": "删除", + "line": 1259 + }, + { + "name": "purchaseContract", + "action": "", + "line": 1310 + }, + { + "name": "changeMaterial", + "action": "", + "line": 1317 + }, + { + "name": "searchMaterial", + "action": "", + "line": 1324 + }, + { + "name": "selectNewMaterial", + "action": "查询", + "line": 1339 + }, + { + "name": "submitMaterialChange", + "action": "", + "line": 1344 + }, + { + "name": "searchMaterial1", + "action": "", + "line": 1361 + }, + { + "name": "handleSelectionChange", + "action": "查询", + "line": 1376 + }, + { + "name": "selectInput", + "action": "查询", + "line": 1379 + }, + { + "name": "getSummaries", + "action": "", + "line": 1435 + }, + { + "name": "getSummaries1", + "action": "", + "line": 1476 + }, + { + "name": "printDrawings", + "action": "", + "line": 1517 + }, + { + "name": "contract", + "action": "", + "line": 1531 + }, + { + "name": "sortChange", + "action": "", + "line": 1532 + }, + { + "name": "handleSizeChange2", + "action": "", + "line": 1549 + }, + { + "name": "handleCurrentChange2", + "action": "", + "line": 1554 + }, + { + "name": "handleSizeChange1", + "action": "", + "line": 1558 + }, + { + "name": "handleCurrentChange1", + "action": "", + "line": 1563 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "仓储管理", + "nameOrSql": "仓储管理_入库记录退货_查询", + "line": 655, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "仓储管理", + "nameOrSql": "仓储管理_入库记录退货_查看", + "line": 662, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "仓储管理", + "nameOrSql": "仓储管理_入库记录退货_未查看数量", + "line": 669, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同选入项_使用库存", + "line": 713, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_订单信息_列表_查询数据", + "line": 739, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "供应商", + "nameOrSql": "供应商_查询", + "line": 751, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "订单信息", + "nameOrSql": "订单信息_产品信息_查询数据", + "line": 767, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同选入项_隐藏", + "line": 781, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同选入项_恢复", + "line": 795, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同_增加", + "line": 812, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同明细_增加", + "line": 847, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同明细_查询数据", + "line": 853, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同明细_删除", + "line": 870, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同明细_查询数据", + "line": 876, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同明细_编辑单价", + "line": 894, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同_提交", + "line": 911, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同_提交", + "line": 952, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "15", + "action": "导入", + "domain": "采购合同查询", + "nameOrSql": "采购合同查询_上传图片", + "line": 993, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_物料采购_查询数据", + "line": 1029, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同_查询数据", + "line": 1040, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同明细_查询数据", + "line": 1050, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同_查询数据", + "line": 1078, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同_增加", + "line": 1095, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_查询数据", + "line": 1114, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_编辑数据", + "line": 1162, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_编辑数据", + "line": 1173, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_查询数据", + "line": 1183, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_增加数据", + "line": 1220, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_查询数据", + "line": 1226, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_删除数据", + "line": 1267, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_查询数据", + "line": 1274, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料信息", + "nameOrSql": "物料信息_查询", + "line": 1333, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "采购管理", + "nameOrSql": "采购管理_采购物料修改_修改数据", + "line": 1350, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料信息", + "nameOrSql": "物料信息_查询", + "line": 1370, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_增加数据", + "line": 1397, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_耗材采购合同明细_查询数据", + "line": 1405, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购合同", + "nameOrSql": "采购合同_图片_查询数据", + "line": 1522, + "role": "MESCommonBase 查询入口" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "select * from 机加工MES_零件图PDF表 where 是否启用 = 1 and name = '${value}'", + "line": 687, + "role": "Raw SQL 查询" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "操作", + "导出", + "查询", + "修改", + "删除", + "增加", + "导入" + ], + "riskLevel": "包含删除操作", + "description": "PurchasingManagement / PurchaseOrder 页面支持 操作、导出、查询、修改、删除、增加、导入;主要控件 订单号、产品名称、采购件、checked、scope.row.数量、scope.row.单价、scope.row.采购备注、合同号;表格字段 选入、采购件、图号/型号、数量、材料、收货人、订单编号、产品名称、产品详情、订单备注。", + "keywords": [ + "src", + "views", + "PurchasingManagement", + "PurchaseOrder", + "index", + "vue", + "操作", + "导出", + "查询", + "修改", + "删除", + "增加", + "导入", + "订单号", + "产品名称", + "采购件", + "checked", + "scope", + "row", + "数量", + "单价", + "采购备注", + "合同号", + "名称", + "图号", + "型号", + "供应商", + "采购合同", + "变更物料", + "退货通知", + "图号或型号", + "材料", + "收货人", + "订单编号", + "产品详情", + "订单备注", + "采购期限", + "累计库存", + "物料备注", + "图纸", + "使用库存", + "隐藏", + "恢复", + "提交", + "合同", + "图片", + "单位", + "toFixed", + "耗材采购", + "选入", + "确定", + "取消", + "库存", + "采购合同号", + "未过原因", + "选出", + "金额", + "序号", + "类型", + "物料名称", + "退货数量", + "退货原因", + "操作人", + "退货时间", + "仓储管理_入库记录退货_查询", + "仓储管理_入库记录退货_查看", + "仓储管理_入库记录退货_未查看数量", + "采购管理_采购合同选入项_使用库存", + "采购管理_订单信息_列表_查询数据", + "供应商_查询", + "订单信息_产品信息_查询数据", + "采购管理_采购合同选入项_隐藏", + "采购管理_采购合同选入项_恢复", + "采购管理_采购合同_增加", + "采购管理_采购合同明细_增加", + "采购管理_采购合同明细_查询数据", + "采购管理_采购合同明细_删除", + "采购管理_采购合同明细_编辑单价", + "采购管理_采购合同_提交", + "采购管理_耗材采购合同_提交", + "采购合同查询_上传图片", + "采购管理_物料采购_查询数据", + "采购管理_采购合同_查询数据", + "采购管理_耗材采购合同_增加", + "采购管理_耗材采购合同明细_查询数据", + "采购管理_耗材采购合同明细_编辑数据", + "采购管理_耗材采购合同明细_增加数据", + "采购管理_耗材采购合同明细_删除数据", + "物料信息_查询", + "采购管理_采购物料修改_修改数据", + "采购合同_图片_查询数据", + "select", + "from", + "机加工MES_零件图PDF表", + "where", + "是否启用", + "and", + "name", + "value", + "订单", + "单号", + "产品", + "品名", + "产品名", + "品名称", + "采购", + "购件", + "购备", + "备注", + "采购备", + "购备注", + "同号", + "供应", + "应商", + "购合", + "采购合", + "购合同", + "变更", + "更物", + "物料" + ] + }, + { + "view": "src\\views\\PurchasingManagement\\PurchasedPartsSearch\\index.vue", + "module": "PurchasingManagement", + "title": "PurchasingManagement / PurchasedPartsSearch", + "routePath": "/PurchasingManagement/PurchasedPartsSearch", + "filters": [ + { + "control": "el-select", + "label": "订单号", + "model": "orderNumberTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "产品名称", + "model": "productNameValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "采购件", + "model": "purchasePartValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "采购状态", + "model": "purchasingStatusValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始时间", + "model": "dateRange", + "type": "daterange", + "clearable": false, + "filterable": false + } + ], + "buttons": [], + "tableFields": [ + { + "label": "采购状态", + "prop": "采购状态", + "width": "setColumnWidth('状态')", + "fixed": "" + }, + { + "label": "采购件", + "prop": "采购件", + "width": "", + "fixed": "" + }, + { + "label": "图号/型号", + "prop": "图号或型号", + "width": "setColumnWidth('图号或型号')", + "fixed": "" + }, + { + "label": "材料", + "prop": "材料", + "width": "setColumnWidth('材料')", + "fixed": "" + }, + { + "label": "采购数", + "prop": "采购数", + "width": "63px", + "fixed": "" + }, + { + "label": "用库存数", + "prop": "使用库存数", + "width": "73px", + "fixed": "" + }, + { + "label": "单位", + "prop": "单位", + "width": "setColumnWidth('单位')", + "fixed": "" + }, + { + "label": "单价", + "prop": "单价", + "width": "70px", + "fixed": "" + }, + { + "label": "到货数", + "prop": "到货数", + "width": "63px", + "fixed": "" + }, + { + "label": "采购备注", + "prop": "采购备注", + "width": "setColumnWidth('采购备注')", + "fixed": "" + }, + { + "label": "采购合同号", + "prop": "合同号", + "width": "120px", + "fixed": "" + }, + { + "label": "供应商", + "prop": "供应商", + "width": "setColumnWidth('供应商')", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "123px", + "fixed": "" + }, + { + "label": "产品名称", + "prop": "产品名称", + "width": "setColumnWidth('产品名称')", + "fixed": "" + }, + { + "label": "交货日期", + "prop": "到货日期", + "width": "setColumnWidth('日期')", + "fixed": "" + }, + { + "label": "任务下达", + "prop": "任务下达", + "width": "setColumnWidth('任务下达')", + "fixed": "" + }, + { + "label": "采购日期", + "prop": "采购日期", + "width": "setColumnWidth('日期')", + "fixed": "" + }, + { + "label": "采购期限", + "prop": "采购期限", + "width": "setColumnWidth('日期')", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchTable", + "getPurchasingStatus", + "getOrderNumberType" + ] + } + ], + "methods": [ + { + "name": "getOrderNumberType", + "action": "", + "line": 215 + }, + { + "name": "getProductName", + "action": "", + "line": 227 + }, + { + "name": "getPurchasingStatus", + "action": "", + "line": 243 + }, + { + "name": "searchTable", + "action": "", + "line": 255 + }, + { + "name": "getSummaries", + "action": "", + "line": 282 + }, + { + "name": "sortChange", + "action": "", + "line": 338 + }, + { + "name": "handleSizeChanges", + "action": "", + "line": 357 + }, + { + "name": "handleCurrentChanges", + "action": "", + "line": 362 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "订单信息", + "nameOrSql": "订单信息_列表_查询数据", + "line": 217, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "订单信息", + "nameOrSql": "订单信息_产品信息_查询数据", + "line": 232, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_采购合同明细_采购状态_查询数据", + "line": 245, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_采购件_查询数据", + "line": 276, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "PurchasingManagement / PurchasedPartsSearch 页面支持 查询;主要控件 订单号、产品名称、采购件、采购状态、开始时间;表格字段 采购状态、采购件、图号/型号、材料、采购数、用库存数、单位、单价、到货数、采购备注。", + "keywords": [ + "src", + "views", + "PurchasingManagement", + "PurchasedPartsSearch", + "index", + "vue", + "查询", + "订单号", + "产品名称", + "采购件", + "采购状态", + "开始时间", + "图号", + "型号", + "材料", + "采购数", + "用库存数", + "单位", + "单价", + "到货数", + "采购备注", + "采购合同号", + "供应商", + "交货日期", + "任务下达", + "采购日期", + "采购期限", + "订单信息_列表_查询数据", + "订单信息_产品信息_查询数据", + "采购管理_采购合同明细_采购状态_查询数据", + "采购管理_采购件_查询数据", + "订单", + "单号", + "产品", + "品名", + "名称", + "产品名", + "品名称", + "采购", + "购件", + "购状", + "状态", + "采购状", + "购状态", + "开始", + "始时", + "时间", + "开始时", + "始时间", + "购数", + "用库", + "库存", + "存数", + "用库存", + "库存数", + "到货", + "货数", + "购备", + "备注", + "采购备", + "购备注", + "购合", + "合同", + "同号", + "采购合", + "购合同", + "合同号", + "采购合同", + "购合同号", + "供应", + "应商", + "交货", + "货日", + "日期", + "交货日", + "货日期", + "任务", + "务下", + "下达", + "任务下", + "务下达", + "购日", + "采购日", + "购日期", + "购期", + "期限", + "采购期", + "购期限", + "单信", + "信息", + "息_", + "_列", + "列表", + "表_", + "_查", + "询数", + "数据", + "订单信", + "单信息", + "信息_", + "息_列", + "_列表", + "列表_", + "表_查", + "_查询", + "查询数", + "询数据", + "订单信息", + "单信息_", + "信息_列", + "息_列表", + "_列表_", + "列表_查", + "表_查询", + "_查询数", + "查询数据", + "_产", + "品信", + "息_产", + "_产品" + ] + }, + { + "view": "src\\views\\PurchasingManagement\\SupplierManagement\\index.vue", + "module": "PurchasingManagement", + "title": "PurchasingManagement / SupplierManagement", + "routePath": "/PurchasingManagement/SupplierManagement", + "filters": [ + { + "control": "el-input", + "label": "供应商名称", + "model": "supplierName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-checkbox", + "label": "checked", + "model": "checked", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入供应商名称", + "model": "form.供应商名称", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入地址", + "model": "form.地址", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入联系人", + "model": "form.联系人", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入电话号", + "model": "form.电话号", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入供应商名称", + "model": "form1.供应商名称", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入地址", + "model": "form1.地址", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入联系人", + "model": "form1.联系人", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入电话号", + "model": "form1.电话号", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入", + "model": "form1.合作密度", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageCurrent = 1;pageSize = 100;searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "供应商", + "action": "增加", + "click": "addCustomer();flag1 = 1", + "method": "addCustomer", + "icon": "el-icon-plus", + "type": "distribution" + }, + { + "label": "取消", + "action": "操作", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "确 定", + "action": "操作", + "click": "submit('form')", + "method": "submit", + "icon": "", + "type": "distribution" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form1')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确 定", + "action": "操作", + "click": "confirmEdit('form1')", + "method": "confirmEdit", + "icon": "", + "type": "distribution" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "供应商名称", + "width": "setColumnWidth('序号')", + "fixed": "" + }, + { + "label": "地址", + "prop": "地址", + "width": "", + "fixed": "" + }, + { + "label": "联系人", + "prop": "联系人", + "width": "setColumnWidth('联系人')", + "fixed": "" + }, + { + "label": "电话号", + "prop": "电话号", + "width": "120px", + "fixed": "" + }, + { + "label": "合作密度", + "prop": "合作密度", + "width": "80px", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "100px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "fetchData" + ] + } + ], + "methods": [ + { + "name": "fetchData", + "action": "", + "line": 186 + }, + { + "name": "handleEdit", + "action": "", + "line": 189 + }, + { + "name": "searchTable", + "action": "", + "line": 203 + }, + { + "name": "handleDelete", + "action": "删除", + "line": 215 + }, + { + "name": "confirmEdit", + "action": "", + "line": 239 + }, + { + "name": "submit", + "action": "", + "line": 265 + }, + { + "name": "addCustomer", + "action": "增加", + "line": 291 + }, + { + "name": "callOff", + "action": "", + "line": 299 + }, + { + "name": "handleSizeChanges", + "action": "", + "line": 304 + }, + { + "name": "handleCurrentChanges", + "action": "", + "line": 309 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "采购管理", + "nameOrSql": "采购管理_供应商_查询数据", + "line": 209, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "采购管理", + "nameOrSql": "采购管理_供应商_删除数据", + "line": 223, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "采购管理", + "nameOrSql": "采购管理_供应商_修改数据", + "line": 250, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "采购管理", + "nameOrSql": "采购管理_供应商_增加数据", + "line": 273, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作", + "删除", + "修改" + ], + "riskLevel": "包含删除操作", + "description": "PurchasingManagement / SupplierManagement 页面支持 查询、增加、操作、删除、修改;主要控件 供应商名称、checked、请输入供应商名称、请输入地址、请输入联系人、请输入电话号、请输入供应商名称、请输入地址;表格字段 序号、地址、联系人、电话号、合作密度、操作。", + "keywords": [ + "src", + "views", + "PurchasingManagement", + "SupplierManagement", + "index", + "vue", + "查询", + "增加", + "操作", + "删除", + "修改", + "供应商名称", + "checked", + "请输入供应商名称", + "请输入地址", + "请输入联系人", + "请输入电话号", + "请输入", + "供应商", + "取消", + "序号", + "地址", + "联系人", + "电话号", + "合作密度", + "采购管理_供应商_查询数据", + "采购管理_供应商_删除数据", + "采购管理_供应商_修改数据", + "采购管理_供应商_增加数据", + "供应", + "应商", + "商名", + "名称", + "应商名", + "商名称", + "供应商名", + "应商名称", + "请输", + "输入", + "入供", + "输入供", + "入供应", + "请输入供", + "输入供应", + "入供应商", + "入地", + "输入地", + "入地址", + "请输入地", + "输入地址", + "入联", + "联系", + "系人", + "输入联", + "入联系", + "请输入联", + "输入联系", + "入联系人", + "入电", + "电话", + "话号", + "输入电", + "入电话", + "请输入电", + "输入电话", + "入电话号", + "合作", + "作密", + "密度", + "合作密", + "作密度", + "采购", + "购管", + "管理", + "理_", + "_供", + "商_", + "_查", + "询数", + "数据", + "采购管", + "购管理", + "管理_", + "理_供", + "_供应", + "应商_", + "商_查", + "_查询", + "查询数", + "询数据", + "采购管理", + "购管理_", + "管理_供", + "理_供应", + "_供应商", + "供应商_", + "应商_查", + "商_查询", + "_查询数", + "查询数据", + "_删", + "除数", + "商_删", + "_删除", + "删除数", + "除数据", + "应商_删", + "商_删除", + "_删除数", + "删除数据", + "_修", + "改数", + "商_修", + "_修改", + "修改数", + "改数据", + "应商_修", + "商_修改", + "_修改数", + "修改数据" + ] + }, + { + "view": "src\\views\\QualityAssurance\\AssemblyQualitydataQuery\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / AssemblyQualitydataQuery", + "routePath": "/QualityAssurance/AssemblyQualitydataQuery", + "filters": [ + { + "control": "el-input", + "label": "工件编号", + "model": "engineId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "订货号", + "model": "orderCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "订货号ID", + "model": "orderCodeId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "机型号", + "model": "engineType", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "工单ID", + "model": "workOrderId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "工单号", + "model": "workOrderCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "测量位置", + "model": "testPosition", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "测量项目", + "model": "testItem", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "是否合格", + "model": "isOk", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "关闭", + "action": "操作", + "click": "isShowBackWorkDataVisible = false", + "method": "", + "icon": "", + "type": "warning" + }, + { + "label": "查看工件质量数据报表", + "action": "导出", + "click": "routerToExcelData()", + "method": "routerToExcelData", + "icon": "", + "type": "success" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "指南工位号", + "width": "60", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工序名称", + "width": "150", + "fixed": "" + }, + { + "label": "工件编号", + "prop": "发动机号", + "width": "130", + "fixed": "" + }, + { + "label": "机型号", + "prop": "机型号", + "width": "120", + "fixed": "" + }, + { + "label": "订货号", + "prop": "订货号", + "width": "140", + "fixed": "" + }, + { + "label": "订货号ID", + "prop": "订货号ID", + "width": "80", + "fixed": "" + }, + { + "label": "工单ID", + "prop": "工单ID", + "width": "110", + "fixed": "" + }, + { + "label": "工单号", + "prop": "工单号", + "width": "140", + "fixed": "" + }, + { + "label": "测量位置", + "prop": "测量位置", + "width": "", + "fixed": "" + }, + { + "label": "测量项目", + "prop": "测量项目", + "width": "", + "fixed": "" + }, + { + "label": "测量值", + "prop": "测量值", + "width": "", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "", + "fixed": "" + }, + { + "label": "上限值", + "prop": "上限值", + "width": "", + "fixed": "" + }, + { + "label": "下限值", + "prop": "下限值", + "width": "", + "fixed": "" + }, + { + "label": "测量单位", + "prop": "测量单位", + "width": "", + "fixed": "" + }, + { + "label": "生产日期", + "prop": "生产日期", + "width": "160", + "fixed": "" + }, + { + "label": "合格标志", + "prop": "合格标志", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType", + "selectDate" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getTraceabilityCode", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 328 + }, + { + "name": "getStationNumber", + "action": "", + "line": 337 + }, + { + "name": "getEngineType", + "action": "", + "line": 354 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 368 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 393 + }, + { + "name": "showBackData", + "action": "", + "line": 420 + }, + { + "name": "routerToExcelData", + "action": "导出", + "line": 439 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 454 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 479 + }, + { + "name": "getMeasuringPosition", + "action": "", + "line": 497 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 513 + }, + { + "name": "selectDate", + "action": "查询", + "line": 528 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 577 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 615 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 620 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 340, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 357, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_订单号_查询", + "line": 382, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 408, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田返工", + "nameOrSql": "北汽福田返工_记录_查询", + "line": 425, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 469, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据", + "nameOrSql": "物料数据_视图_物料条码批次号_查询", + "line": 487, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 501, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 518, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据", + "nameOrSql": "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", + "line": 567, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_综合查询新", + "line": 608, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出", + "操作" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / AssemblyQualitydataQuery 页面支持 查询、导出、操作;主要控件 工件编号、订货号、订货号ID、机型号、工单ID、工单号、测量位置、测量项目;表格字段 序号、工位名称、工件编号、机型号、订货号、订货号ID、工单ID、工单号、测量位置、测量项目。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "AssemblyQualitydataQuery", + "index", + "vue", + "查询", + "导出", + "操作", + "工件编号", + "订货号", + "订货号ID", + "机型号", + "工单ID", + "工单号", + "测量位置", + "测量项目", + "是否合格", + "请选择工位号", + "开始日期", + "Excel", + "关闭", + "查看工件质量数据报表", + "序号", + "工位名称", + "测量值", + "理论值", + "上限值", + "下限值", + "测量单位", + "生产日期", + "合格标志", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "测量数据合格索引_订单号_查询", + "初始化二维码_查询", + "北汽福田返工_记录_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据_视图_物料条码批次号_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", + "质量数据查询_综合查询新", + "工件", + "件编", + "编号", + "工件编", + "件编号", + "订货", + "货号", + "号I", + "ID", + "货号I", + "号ID", + "订货号I", + "货号ID", + "机型", + "型号", + "工单", + "单I", + "工单I", + "单ID", + "单号", + "测量", + "量位", + "位置", + "测量位", + "量位置", + "量项", + "项目", + "测量项", + "量项目", + "是否", + "否合", + "合格", + "是否合", + "否合格", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "查看", + "看工", + "件质", + "质量", + "量数", + "数据", + "据报", + "报表", + "查看工", + "看工件", + "工件质", + "件质量", + "质量数", + "量数据", + "数据报", + "据报表", + "查看工件", + "看工件质", + "工件质量", + "件质量数", + "质量数据", + "量数据报", + "数据报表", + "位名", + "名称", + "工位名" + ] + }, + { + "view": "src\\views\\QualityAssurance\\BackWorkDataSearch\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / BackWorkDataSearch", + "routePath": "/QualityAssurance/BackWorkDataSearch", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择机型", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择测量位置", + "model": "measuringPositionValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择是否合格", + "model": "isQualifiedValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择测量项目", + "model": "measuringProjectValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "关闭", + "action": "操作", + "click": "isShowBackWorkDataVisible = false", + "method": "", + "icon": "", + "type": "warning" + }, + { + "label": "查看工件质量数据报表", + "action": "导出", + "click": "routerToExcelData()", + "method": "routerToExcelData", + "icon": "", + "type": "success" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "工位号", + "width": "60", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "120px", + "fixed": "" + }, + { + "label": "型号", + "prop": "机型", + "width": "100px", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "总成号", + "width": "", + "fixed": "" + }, + { + "label": "故障文本", + "prop": "故障文本", + "width": "150px", + "fixed": "" + }, + { + "label": "备注", + "prop": "备注", + "width": "150px", + "fixed": "" + }, + { + "label": "返工类型", + "prop": "返工类型", + "width": "100px", + "fixed": "" + }, + { + "label": "返工状态", + "prop": "返工状态", + "width": "110px", + "fixed": "" + }, + { + "label": "再起始工位", + "prop": "返回工位号", + "width": "90px", + "fixed": "" + }, + { + "label": "发现人", + "prop": "发现人姓名", + "width": "80px", + "fixed": "" + }, + { + "label": "确认人", + "prop": "确认人姓名", + "width": "80px", + "fixed": "" + }, + { + "label": "操作人", + "prop": "返工操作人", + "width": "80px", + "fixed": "" + }, + { + "label": "返工时间", + "prop": "操作时间", + "width": "170px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getTraceabilityCode", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 322 + }, + { + "name": "getStationNumber", + "action": "", + "line": 331 + }, + { + "name": "getEngineType", + "action": "", + "line": 348 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 362 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 387 + }, + { + "name": "showBackData", + "action": "", + "line": 414 + }, + { + "name": "routerToExcelData", + "action": "导出", + "line": 434 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 449 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 474 + }, + { + "name": "getMeasuringPosition", + "action": "", + "line": 492 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 508 + }, + { + "name": "selectDate", + "action": "查询", + "line": 523 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 565 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 602 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 607 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 334, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 351, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_订单号_查询", + "line": 376, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 402, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田返工", + "nameOrSql": "北汽福田返工_记录_查询", + "line": 419, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 464, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据", + "nameOrSql": "物料数据_视图_物料条码批次号_查询", + "line": 482, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 496, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 513, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田返工", + "nameOrSql": "北汽福田返工_记录_视图_综合查询", + "line": 555, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_综合查询新", + "line": 595, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出", + "操作" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / BackWorkDataSearch 页面支持 查询、导出、操作;主要控件 请选择工位号、开始日期、请选择机型、请选择测量位置、请选择总成编号、请选择订单、请选择是否合格、请选择测量项目;表格字段 序号、工位名称、订单号、型号、总成编号、故障文本、备注、返工类型、返工状态、再起始工位。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "BackWorkDataSearch", + "index", + "vue", + "查询", + "导出", + "操作", + "请选择工位号", + "开始日期", + "请选择机型", + "请选择测量位置", + "请选择总成编号", + "请选择订单", + "请选择是否合格", + "请选择测量项目", + "Excel", + "关闭", + "查看工件质量数据报表", + "序号", + "工位名称", + "订单号", + "型号", + "总成编号", + "故障文本", + "备注", + "返工类型", + "返工状态", + "再起始工位", + "发现人", + "确认人", + "操作人", + "返工时间", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "测量数据合格索引_订单号_查询", + "初始化二维码_查询", + "北汽福田返工_记录_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据_视图_物料条码批次号_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "北汽福田返工_记录_视图_综合查询", + "质量数据查询_综合查询新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "择机", + "机型", + "选择机", + "择机型", + "请选择机", + "选择机型", + "择测", + "测量", + "量位", + "位置", + "选择测", + "择测量", + "测量位", + "量位置", + "请选择测", + "选择测量", + "择测量位", + "测量位置", + "择总", + "总成", + "成编", + "编号", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "择是", + "是否", + "否合", + "合格", + "选择是", + "择是否", + "是否合", + "否合格", + "请选择是", + "选择是否", + "择是否合", + "是否合格", + "量项", + "项目", + "测量项", + "量项目", + "择测量项", + "测量项目", + "查看", + "看工", + "工件", + "件质", + "质量" + ] + }, + { + "view": "src\\views\\QualityAssurance\\InquiryTransitInformation\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / InquiryTransitInformation", + "routePath": "/QualityAssurance/InquiryTransitInformation", + "filters": [ + { + "control": "el-input", + "label": "工件编号", + "model": "engineId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "订货号", + "model": "orderCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "订货号ID", + "model": "orderCodeId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "机型号", + "model": "engineType", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "工单ID", + "model": "workOrderId", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "工单号", + "model": "workOrderCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "是否合格", + "model": "isOk", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValueN", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "指南工位号", + "prop": "指南工位号", + "width": "45", + "fixed": "" + }, + { + "label": "线体位置", + "prop": "线体类型", + "width": "80", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "130", + "fixed": "" + }, + { + "label": "工件编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "机型代码", + "prop": "机型代码", + "width": "80", + "fixed": "" + }, + { + "label": "订货号", + "prop": "订货号", + "width": "", + "fixed": "" + }, + { + "label": "订货号ID", + "prop": "订货号ID", + "width": "80", + "fixed": "" + }, + { + "label": "机型号", + "prop": "机型号", + "width": "", + "fixed": "" + }, + { + "label": "工单ID", + "prop": "工单ID", + "width": "120", + "fixed": "" + }, + { + "label": "工单号", + "prop": "工单号", + "width": "", + "fixed": "" + }, + { + "label": "到达时间", + "prop": "到达时间", + "width": "150", + "fixed": "" + }, + { + "label": "离开时间", + "prop": "离开时间", + "width": "150", + "fixed": "" + }, + { + "label": "在线时间(s)", + "prop": "在线时间", + "width": "90", + "fixed": "" + }, + { + "label": "是否合格", + "prop": "是否合格", + "width": "80", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getStationNumberN", + "selectDate" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 256 + }, + { + "name": "getStationNumber", + "action": "", + "line": 265 + }, + { + "name": "getStationNumberN", + "action": "", + "line": 279 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 293 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 310 + }, + { + "name": "selectDate", + "action": "查询", + "line": 332 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 378 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 405 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 410 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 268, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 282, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_订单号_查询", + "line": 300, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_发动机号_查询", + "line": 321, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量数据发动机在线状态_查询_NEW", + "line": 368, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量数据发动机在线状态_报表_NEW新", + "line": 398, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / InquiryTransitInformation 页面支持 查询、导出;主要控件 工件编号、订货号、订货号ID、机型号、工单ID、工单号、是否合格、请选择工位号;表格字段 指南工位号、线体位置、工位名称、工件编号、机型代码、订货号、订货号ID、机型号、工单ID、工单号。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "InquiryTransitInformation", + "index", + "vue", + "查询", + "导出", + "工件编号", + "订货号", + "订货号ID", + "机型号", + "工单ID", + "工单号", + "是否合格", + "请选择工位号", + "开始日期", + "Excel", + "指南工位号", + "线体位置", + "工位名称", + "机型代码", + "到达时间", + "离开时间", + "在线时间", + "MES_计划BOM_工位与名称_查询", + "测量数据发动机在线状态_订单号_查询", + "测量数据发动机在线状态_发动机号_查询", + "质量数据查询_测量数据发动机在线状态_查询_NEW", + "质量数据查询_测量数据发动机在线状态_报表_NEW新", + "工件", + "件编", + "编号", + "工件编", + "件编号", + "订货", + "货号", + "号I", + "ID", + "货号I", + "号ID", + "订货号I", + "货号ID", + "机型", + "型号", + "工单", + "单I", + "工单I", + "单ID", + "单号", + "是否", + "否合", + "合格", + "是否合", + "否合格", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "指南", + "南工", + "指南工", + "南工位", + "指南工位", + "南工位号", + "线体", + "体位", + "位置", + "线体位", + "体位置", + "位名", + "名称", + "工位名", + "位名称", + "型代", + "代码", + "机型代", + "型代码", + "到达", + "达时", + "时间", + "到达时", + "达时间", + "离开", + "开时", + "离开时", + "开时间", + "在线", + "线时", + "在线时", + "线时间", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "称_", + "_查", + "MES", + "ES_" + ] + }, + { + "view": "src\\views\\QualityAssurance\\LineItemQuery\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / LineItemQuery", + "routePath": "/QualityAssurance/LineItemQuery", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择机型", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择精确追溯码", + "model": "traceabilityCode", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "请输入精确追溯码", + "model": "traceabilityCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择零件名称", + "model": "partNameValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入批次条码", + "model": "batchBarcodeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择批次条码", + "model": "batchBarcodeValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageCurrent = 1,pageSize = 30,selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "订单号", + "prop": "订单号", + "width": "45", + "fixed": "" + }, + { + "label": "型号", + "prop": "发动机型号", + "width": "100px", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "150px", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工序名称", + "width": "", + "fixed": "" + }, + { + "label": "零件数量", + "prop": "零件数量", + "width": "100px", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "150px", + "fixed": "" + }, + { + "label": "零件图号", + "prop": "零件图号", + "width": "150px", + "fixed": "" + }, + { + "label": "物料号", + "prop": "物料号", + "width": "150px", + "fixed": "" + }, + { + "label": "生产厂家", + "prop": "生产厂家", + "width": "", + "fixed": "" + }, + { + "label": "物料条码", + "prop": "物料条码", + "width": "150px", + "fixed": "" + }, + { + "label": "物料条码批次", + "prop": "物料条码批次", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType" + ] + }, + { + "hook": "mounted", + "calls": [ + "getTraceabilityCode", + "getAssemblyNumber", + "getPartName" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 254 + }, + { + "name": "getStationNumber", + "action": "", + "line": 263 + }, + { + "name": "getEngineType", + "action": "", + "line": 279 + }, + { + "name": "getPartName", + "action": "", + "line": 293 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 310 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 336 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 359 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 376 + }, + { + "name": "selectDate", + "action": "查询", + "line": 391 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 429 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 460 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 465 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 266, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 282, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板装配零件", + "nameOrSql": "电子看板装配零件_零件名称_初始化查询", + "line": 298, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 325, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 349, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据分线", + "nameOrSql": "物料数据分线_视图_物料条码批次号_查询", + "line": 366, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 381, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据分线", + "nameOrSql": "物料数据分线_视图_查询", + "line": 419, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "物料数据分线查询", + "nameOrSql": "物料数据分线查询_报表新", + "line": 453, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / LineItemQuery 页面支持 查询、导出;主要控件 请选择工位号、请选择机型、请选择精确追溯码、请选择总成编号、请输入精确追溯码、请选择零件名称、开始日期、请输入批次条码;表格字段 订单号、型号、总成编号、工位号、工位名称、零件数量、零件名称、零件图号、物料号、生产厂家。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "LineItemQuery", + "index", + "vue", + "查询", + "导出", + "请选择工位号", + "请选择机型", + "请选择精确追溯码", + "请选择总成编号", + "请输入精确追溯码", + "请选择零件名称", + "开始日期", + "请输入批次条码", + "请选择批次条码", + "Excel", + "订单号", + "型号", + "总成编号", + "工位号", + "工位名称", + "零件数量", + "零件名称", + "零件图号", + "物料号", + "生产厂家", + "物料条码", + "物料条码批次", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "电子看板装配零件_零件名称_初始化查询", + "初始化二维码_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据分线_视图_物料条码批次号_查询", + "质量数据查询_测量项目", + "物料数据分线_视图_查询", + "物料数据分线查询_报表新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择机", + "机型", + "选择机", + "择机型", + "请选择机", + "选择机型", + "择精", + "精确", + "确追", + "追溯", + "溯码", + "选择精", + "择精确", + "精确追", + "确追溯", + "追溯码", + "请选择精", + "选择精确", + "择精确追", + "精确追溯", + "确追溯码", + "择总", + "总成", + "成编", + "编号", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "请输", + "输入", + "入精", + "请输入", + "输入精", + "入精确", + "请输入精", + "输入精确", + "入精确追", + "择零", + "零件", + "件名", + "名称", + "选择零", + "择零件", + "零件名", + "件名称", + "请选择零", + "选择零件", + "择零件名", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "入批", + "批次", + "次条", + "条码", + "输入批", + "入批次", + "批次条", + "次条码", + "请输入批", + "输入批次", + "入批次条", + "批次条码" + ] + }, + { + "view": "src\\views\\QualityAssurance\\LineQualityQuery\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / LineQualityQuery", + "routePath": "/QualityAssurance/LineQualityQuery", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择机型", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择精确追溯码", + "model": "traceabilityCode", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "总成编号", + "model": "assemblyNumber", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择测量位置", + "model": "measuringPositionValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择批次条码", + "model": "batchBarcodeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择是否合格", + "model": "isQualifiedValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择测量项目", + "model": "measuringProjectValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "关闭", + "action": "操作", + "click": "isShowBackWorkDataVisible = false", + "method": "", + "icon": "", + "type": "warning" + }, + { + "label": "查看工件质量数据报表", + "action": "导出", + "click": "routerToExcelData()", + "method": "routerToExcelData", + "icon": "", + "type": "success" + } + ], + "tableFields": [ + { + "label": "订单号", + "prop": "订单号", + "width": "45", + "fixed": "" + }, + { + "label": "型号", + "prop": "发动机型号", + "width": "100px", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "测量位置", + "prop": "测量位置", + "width": "150px", + "fixed": "" + }, + { + "label": "测量项目", + "prop": "测量项目", + "width": "100px", + "fixed": "" + }, + { + "label": "测量值", + "prop": "测量值", + "width": "100px", + "fixed": "" + }, + { + "label": "测量单位", + "prop": "测量单位", + "width": "80px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "60px", + "fixed": "" + }, + { + "label": "值上限", + "prop": "上限值", + "width": "60px", + "fixed": "" + }, + { + "label": "值下限", + "prop": "下限值", + "width": "60px", + "fixed": "" + }, + { + "label": "生产日期", + "prop": "生产日期", + "width": "150px", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "100px", + "fixed": "" + }, + { + "label": "合格标志", + "prop": "合格标志", + "width": "80px", + "fixed": "" + }, + { + "label": "工件标记", + "prop": "是否返工", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getTraceabilityCode", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 353 + }, + { + "name": "getStationNumber", + "action": "", + "line": 362 + }, + { + "name": "getEngineType", + "action": "", + "line": 379 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 393 + }, + { + "name": "showBackData", + "action": "", + "line": 409 + }, + { + "name": "routerToExcelData", + "action": "导出", + "line": 429 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 445 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 469 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 492 + }, + { + "name": "getMeasuringPosition", + "action": "", + "line": 508 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 524 + }, + { + "name": "selectDate", + "action": "查询", + "line": 539 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 581 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 616 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 621 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 365, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 382, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_订单号_查询", + "line": 398, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田返工", + "nameOrSql": "北汽福田返工_记录_查询", + "line": 414, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 458, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 482, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据分线", + "nameOrSql": "物料数据分线_视图_物料条码批次号_查询", + "line": 498, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 512, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 529, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据", + "nameOrSql": "质量数据_发动机分线质量数据_综合查询", + "line": 571, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "质量数据分线", + "nameOrSql": "质量数据分线_导出新", + "line": 609, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出", + "操作" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / LineQualityQuery 页面支持 查询、导出、操作;主要控件 请选择工位号、请选择机型、请选择精确追溯码、请选择总成编号、总成编号、请选择测量位置、请选择订单、开始日期;表格字段 订单号、型号、总成编号、工位号、工位名称、测量位置、测量项目、测量值、测量单位、理论值。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "LineQualityQuery", + "index", + "vue", + "查询", + "导出", + "操作", + "请选择工位号", + "请选择机型", + "请选择精确追溯码", + "请选择总成编号", + "总成编号", + "请选择测量位置", + "请选择订单", + "开始日期", + "请选择批次条码", + "请选择是否合格", + "请选择测量项目", + "Excel", + "关闭", + "查看工件质量数据报表", + "订单号", + "型号", + "工位号", + "工位名称", + "测量位置", + "测量项目", + "测量值", + "测量单位", + "理论值", + "值上限", + "值下限", + "生产日期", + "操作者工号", + "合格标志", + "工件标记", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "测量数据发动机在线状态_订单号_查询", + "北汽福田返工_记录_查询", + "初始化二维码_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据分线_视图_物料条码批次号_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "质量数据_发动机分线质量数据_综合查询", + "质量数据分线_导出新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择机", + "机型", + "选择机", + "择机型", + "请选择机", + "选择机型", + "择精", + "精确", + "确追", + "追溯", + "溯码", + "选择精", + "择精确", + "精确追", + "确追溯", + "追溯码", + "请选择精", + "选择精确", + "择精确追", + "精确追溯", + "确追溯码", + "择总", + "总成", + "成编", + "编号", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "择测", + "测量", + "量位", + "位置", + "选择测", + "择测量", + "测量位", + "量位置", + "请选择测", + "选择测量", + "择测量位", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "择批", + "批次", + "次条", + "条码", + "选择批", + "择批次" + ] + }, + { + "view": "src\\views\\QualityAssurance\\MA080BarCodeScanSearch\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / MA080BarCodeScanSearch", + "routePath": "/QualityAssurance/MA080BarCodeScanSearch", + "filters": [ + { + "control": "el-select", + "label": "日志类型", + "model": "dataTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "日志描述", + "model": "valueTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=50;pageCurrent=1;searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "复制", + "action": "操作", + "click": "copyData('form4')", + "method": "copyData", + "icon": "el-icon-document-copy", + "type": "success" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "机型", + "width": "60", + "fixed": "" + }, + { + "label": "机型编号", + "prop": "机型编号", + "width": "100px", + "fixed": "" + }, + { + "label": "总成号", + "prop": "总成号", + "width": "", + "fixed": "" + }, + { + "label": "铭牌码值", + "prop": "条码信息", + "width": "", + "fixed": "" + }, + { + "label": "校验状态", + "prop": "校验状态", + "width": "150px", + "fixed": "" + }, + { + "label": "记录时间", + "prop": "操作时间", + "width": "170", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getDataType", + "getValueType" + ] + } + ], + "methods": [ + { + "name": "getDataType", + "action": "", + "line": 143 + }, + { + "name": "getValueType", + "action": "", + "line": 156 + }, + { + "name": "searchTable", + "action": "", + "line": 169 + }, + { + "name": "callOff", + "action": "", + "line": 188 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 192 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 197 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "", + "nameOrSql": "_日志_描述表_查询模块类型", + "line": 146, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "", + "nameOrSql": "_日志_描述表_查询模块描述", + "line": 159, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_铭牌二维码记录_查询", + "line": 179, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "操作" + ], + "riskLevel": "只读查询为主", + "description": "QualityAssurance / MA080BarCodeScanSearch 页面支持 查询、操作;主要控件 日志类型、日志描述、开始日期;表格字段 序号、机型编号、总成号、铭牌码值、校验状态、记录时间。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "MA080BarCodeScanSearch", + "index", + "vue", + "查询", + "操作", + "日志类型", + "日志描述", + "开始日期", + "复制", + "序号", + "机型编号", + "总成号", + "铭牌码值", + "校验状态", + "记录时间", + "_日志_描述表_查询模块类型", + "_日志_描述表_查询模块描述", + "北汽福田_铭牌二维码记录_查询", + "日志", + "志类", + "类型", + "日志类", + "志类型", + "志描", + "描述", + "日志描", + "志描述", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "机型", + "型编", + "编号", + "机型编", + "型编号", + "总成", + "成号", + "铭牌", + "牌码", + "码值", + "铭牌码", + "牌码值", + "校验", + "验状", + "状态", + "校验状", + "验状态", + "记录", + "录时", + "时间", + "记录时", + "录时间", + "_日", + "志_", + "_描", + "述表", + "表_", + "_查", + "询模", + "模块", + "块类", + "_日志", + "日志_", + "志_描", + "_描述", + "描述表", + "述表_", + "表_查", + "_查询", + "查询模", + "询模块", + "模块类", + "块类型", + "_日志_", + "日志_描", + "志_描述", + "_描述表", + "描述表_", + "述表_查", + "表_查询", + "_查询模", + "查询模块", + "询模块类", + "模块类型", + "块描", + "模块描", + "块描述", + "询模块描", + "模块描述", + "北汽", + "汽福", + "福田", + "田_", + "_铭", + "牌二", + "二维", + "维码", + "码记", + "录_", + "北汽福", + "汽福田", + "福田_", + "田_铭", + "_铭牌", + "铭牌二", + "牌二维", + "二维码", + "维码记", + "码记录", + "记录_", + "录_查", + "北汽福田", + "汽福田_", + "福田_铭", + "田_铭牌" + ] + }, + { + "view": "src\\views\\QualityAssurance\\MaterialDataQuery\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / MaterialDataQuery", + "routePath": "/QualityAssurance/MaterialDataQuery", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择机型", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择精确追溯码", + "model": "traceabilityCode", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "请输入精确追溯码", + "model": "traceabilityCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择零件名称", + "model": "partNameValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入批次条码", + "model": "batchBarcodeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择批次条码", + "model": "batchBarcodeValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageCurrent = 1,pageSize = 30,selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "订单号", + "prop": "订单号", + "width": "45", + "fixed": "" + }, + { + "label": "型号", + "prop": "发动机型号", + "width": "180px", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工序名称", + "width": "", + "fixed": "" + }, + { + "label": "零件数量", + "prop": "零件数量", + "width": "", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "150px", + "fixed": "" + }, + { + "label": "零件图号", + "prop": "零件图号", + "width": "150px", + "fixed": "" + }, + { + "label": "物料号", + "prop": "物料号", + "width": "", + "fixed": "" + }, + { + "label": "生产厂家", + "prop": "生产厂家", + "width": "", + "fixed": "" + }, + { + "label": "物料条码", + "prop": "物料条码", + "width": "150px", + "fixed": "" + }, + { + "label": "物料条码批次", + "prop": "物料条码批次", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType" + ] + }, + { + "hook": "mounted", + "calls": [ + "getTraceabilityCode", + "getAssemblyNumber", + "getPartName" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 281 + }, + { + "name": "getStationNumber", + "action": "", + "line": 290 + }, + { + "name": "getEngineType", + "action": "", + "line": 307 + }, + { + "name": "getPartName", + "action": "", + "line": 321 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 338 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 364 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 389 + }, + { + "name": "getMeasuringPosition", + "action": "", + "line": 407 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 423 + }, + { + "name": "selectDate", + "action": "查询", + "line": 438 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 479 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 513 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 518 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 293, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 310, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板装配零件", + "nameOrSql": "电子看板装配零件_零件名称_初始化查询", + "line": 326, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 353, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 379, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据", + "nameOrSql": "物料数据_视图_物料条码批次号_查询", + "line": 397, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 411, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 428, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据", + "nameOrSql": "物料数据_视图_查询", + "line": 469, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "物料数据查询", + "nameOrSql": "物料数据查询_报表新", + "line": 506, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / MaterialDataQuery 页面支持 查询、导出;主要控件 请选择工位号、请选择机型、请选择总成编号、请选择精确追溯码、请输入精确追溯码、请选择零件名称、开始日期、请输入批次条码;表格字段 订单号、型号、总成编号、工位号、工位名称、零件数量、零件名称、零件图号、物料号、生产厂家。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "MaterialDataQuery", + "index", + "vue", + "查询", + "导出", + "请选择工位号", + "请选择机型", + "请选择总成编号", + "请选择精确追溯码", + "请输入精确追溯码", + "请选择零件名称", + "开始日期", + "请输入批次条码", + "请选择批次条码", + "Excel", + "订单号", + "型号", + "总成编号", + "工位号", + "工位名称", + "零件数量", + "零件名称", + "零件图号", + "物料号", + "生产厂家", + "物料条码", + "物料条码批次", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "电子看板装配零件_零件名称_初始化查询", + "初始化二维码_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据_视图_物料条码批次号_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "物料数据_视图_查询", + "物料数据查询_报表新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择机", + "机型", + "选择机", + "择机型", + "请选择机", + "选择机型", + "择总", + "总成", + "成编", + "编号", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "择精", + "精确", + "确追", + "追溯", + "溯码", + "选择精", + "择精确", + "精确追", + "确追溯", + "追溯码", + "请选择精", + "选择精确", + "择精确追", + "精确追溯", + "确追溯码", + "请输", + "输入", + "入精", + "请输入", + "输入精", + "入精确", + "请输入精", + "输入精确", + "入精确追", + "择零", + "零件", + "件名", + "名称", + "选择零", + "择零件", + "零件名", + "件名称", + "请选择零", + "选择零件", + "择零件名", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "入批", + "批次", + "次条", + "条码", + "输入批", + "入批次", + "批次条", + "次条码", + "请输入批", + "输入批次", + "入批次条" + ] + }, + { + "view": "src\\views\\QualityAssurance\\PatrolInspectionDataSearch\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / PatrolInspectionDataSearch", + "routePath": "/QualityAssurance/PatrolInspectionDataSearch", + "filters": [ + { + "control": "el-select", + "label": "日志类型", + "model": "dataTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "日志描述", + "model": "valueTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=50;pageCurrent=1;searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "复制", + "action": "操作", + "click": "copyData('form4')", + "method": "copyData", + "icon": "el-icon-document-copy", + "type": "success" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "巡检工位", + "width": "60", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "巡检内容", + "prop": "巡检内容", + "width": "", + "fixed": "" + }, + { + "label": "巡检结果", + "prop": "巡检结果", + "width": "", + "fixed": "" + }, + { + "label": "是否通过", + "prop": "通过状态", + "width": "", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "员工编号", + "width": "", + "fixed": "" + }, + { + "label": "巡检员工号", + "prop": "巡检员编号", + "width": "", + "fixed": "" + }, + { + "label": "巡检时间", + "prop": "巡检时间", + "width": "170", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getDataType", + "getValueType" + ] + } + ], + "methods": [ + { + "name": "getDataType", + "action": "", + "line": 153 + }, + { + "name": "getValueType", + "action": "", + "line": 166 + }, + { + "name": "searchTable", + "action": "", + "line": 179 + }, + { + "name": "callOff", + "action": "", + "line": 198 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 202 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 207 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "", + "nameOrSql": "_日志_描述表_查询模块类型", + "line": 156, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "", + "nameOrSql": "_日志_描述表_查询模块描述", + "line": 169, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_巡检记录_视图_查询", + "line": 189, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "操作" + ], + "riskLevel": "只读查询为主", + "description": "QualityAssurance / PatrolInspectionDataSearch 页面支持 查询、操作;主要控件 日志类型、日志描述、开始日期;表格字段 序号、工位名称、巡检内容、巡检结果、是否通过、操作者工号、巡检员工号、巡检时间。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "PatrolInspectionDataSearch", + "index", + "vue", + "查询", + "操作", + "日志类型", + "日志描述", + "开始日期", + "复制", + "序号", + "工位名称", + "巡检内容", + "巡检结果", + "是否通过", + "操作者工号", + "巡检员工号", + "巡检时间", + "_日志_描述表_查询模块类型", + "_日志_描述表_查询模块描述", + "北汽福田_巡检记录_视图_查询", + "日志", + "志类", + "类型", + "日志类", + "志类型", + "志描", + "描述", + "日志描", + "志描述", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "工位", + "位名", + "名称", + "工位名", + "位名称", + "巡检", + "检内", + "内容", + "巡检内", + "检内容", + "检结", + "结果", + "巡检结", + "检结果", + "是否", + "否通", + "通过", + "是否通", + "否通过", + "作者", + "者工", + "工号", + "操作者", + "作者工", + "者工号", + "操作者工", + "作者工号", + "检员", + "员工", + "巡检员", + "检员工", + "员工号", + "巡检员工", + "检员工号", + "检时", + "时间", + "巡检时", + "检时间", + "_日", + "志_", + "_描", + "述表", + "表_", + "_查", + "询模", + "模块", + "块类", + "_日志", + "日志_", + "志_描", + "_描述", + "描述表", + "述表_", + "表_查", + "_查询", + "查询模", + "询模块", + "模块类", + "块类型", + "_日志_", + "日志_描", + "志_描述", + "_描述表", + "描述表_", + "述表_查", + "表_查询", + "_查询模", + "查询模块", + "询模块类", + "模块类型", + "块描", + "模块描", + "块描述", + "询模块描", + "模块描述", + "北汽", + "汽福", + "福田", + "田_", + "_巡", + "检记", + "记录", + "录_" + ] + }, + { + "view": "src\\views\\QualityAssurance\\ProductionPlanOrderCompletion\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / ProductionPlanOrderCompletion", + "routePath": "/QualityAssurance/ProductionPlanOrderCompletion", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=15;pageCurrent=1;searchOrder();searchOrder1()", + "method": "searchOrder1", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "", + "fixed": "" + }, + { + "label": "机型", + "prop": "机型", + "width": "", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "合格状态", + "prop": "是否合格", + "width": "80px", + "fixed": "" + }, + { + "label": "到达时间", + "prop": "到达时间", + "width": "", + "fixed": "" + }, + { + "label": "离开时间", + "prop": "离开时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getOrderNumber", + "getEndStation", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 165 + }, + { + "name": "getEndStation", + "action": "", + "line": 174 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 188 + }, + { + "name": "getStationNumber", + "action": "", + "line": 204 + }, + { + "name": "drawLine", + "action": "", + "line": 220 + }, + { + "name": "searchOrder", + "action": "", + "line": 307 + }, + { + "name": "searchOrder1", + "action": "", + "line": 339 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 389 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 413 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 418 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 177, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_订单号_查询", + "line": 193, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 208, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_发动机订单计划_订单完工_查询", + "line": 328, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "MES", + "nameOrSql": "MES_计划BOM_发动机订单计划_订单完工_报表", + "line": 364, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "", + "domain": "MES", + "nameOrSql": "MES_计划BOM_发动机订单计划_订单完工_报表新", + "line": 406, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / ProductionPlanOrderCompletion 页面支持 查询、导出;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 工位号、订单号、机型、总成编号、合格状态、到达时间、离开时间。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "ProductionPlanOrderCompletion", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择工位号", + "请选择产品型号", + "请选择订单", + "Excel", + "工位号", + "订单号", + "机型", + "总成编号", + "合格状态", + "到达时间", + "离开时间", + "MES_基本变量_机型代码_查询", + "测量数据发动机在线状态_订单号_查询", + "MES_计划BOM_工位与名称_查询", + "MES_计划BOM_发动机订单计划_订单完工_查询", + "MES_计划BOM_发动机订单计划_订单完工_报表", + "MES_计划BOM_发动机订单计划_订单完工_报表新", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "单号", + "总成", + "成编", + "编号", + "总成编", + "成编号", + "合格", + "格状", + "状态", + "合格状", + "格状态", + "到达", + "达时", + "时间", + "到达时", + "达时间", + "离开", + "开时", + "离开时", + "开时间", + "ME", + "ES", + "S_", + "_基", + "基本", + "本变", + "变量", + "量_", + "_机", + "型代", + "代码", + "码_", + "_查", + "MES", + "ES_", + "S_基", + "_基本", + "基本变", + "本变量", + "变量_", + "量_机", + "_机型", + "机型代", + "型代码", + "代码_", + "码_查", + "_查询", + "MES_", + "ES_基", + "S_基本", + "_基本变", + "基本变量", + "本变量_", + "变量_机", + "量_机型", + "_机型代", + "机型代码", + "型代码_", + "代码_查", + "码_查询" + ] + }, + { + "view": "src\\views\\QualityAssurance\\ShellDataSearch\\index.vue", + "module": "QualityAssurance", + "title": "QualityAssurance / ShellDataSearch", + "routePath": "/QualityAssurance/ShellDataSearch", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择精确追溯码", + "model": "traceabilityCode", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-input", + "label": "请输入精确追溯码", + "model": "traceabilityCode", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择零件名称", + "model": "partNameValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-input", + "label": "请输入批次条码", + "model": "batchBarcodeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择批次条码", + "model": "batchBarcodeValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageCurrent = 1,pageSize = 30,selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "工位号", + "prop": "工位号", + "width": "45", + "fixed": "" + }, + { + "label": "订单号", + "prop": "订单号", + "width": "150px", + "fixed": "" + }, + { + "label": "型号", + "prop": "机型号", + "width": "150px", + "fixed": "" + }, + { + "label": "变速箱总成号", + "prop": "主线总成号", + "width": "", + "fixed": "" + }, + { + "label": "壳体码", + "prop": "分线总成号", + "width": "", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType" + ] + }, + { + "hook": "mounted", + "calls": [ + "getTraceabilityCode", + "getAssemblyNumber", + "getPartName" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 202 + }, + { + "name": "getStationNumber", + "action": "", + "line": 211 + }, + { + "name": "getEngineType", + "action": "", + "line": 228 + }, + { + "name": "getPartName", + "action": "", + "line": 242 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 259 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 285 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 310 + }, + { + "name": "getMeasuringPosition", + "action": "", + "line": 328 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 344 + }, + { + "name": "selectDate", + "action": "查询", + "line": 359 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 392 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 425 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 430 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 214, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 231, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子看板装配零件", + "nameOrSql": "电子看板装配零件_零件名称_初始化查询", + "line": 247, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 274, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 300, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据", + "nameOrSql": "物料数据_视图_物料条码批次号_查询", + "line": 318, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 332, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 349, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田", + "nameOrSql": "北汽福田_总分线对应表_管理系统_查询", + "line": 382, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "物料数据查询", + "nameOrSql": "物料数据查询_报表新", + "line": 418, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "QualityAssurance / ShellDataSearch 页面支持 查询、导出;主要控件 请选择工位号、请选择总成编号、请选择精确追溯码、请输入精确追溯码、请选择零件名称、开始日期、请输入批次条码、请选择批次条码;表格字段 工位号、订单号、型号、变速箱总成号、壳体码、操作时间。", + "keywords": [ + "src", + "views", + "QualityAssurance", + "ShellDataSearch", + "index", + "vue", + "查询", + "导出", + "请选择工位号", + "请选择总成编号", + "请选择精确追溯码", + "请输入精确追溯码", + "请选择零件名称", + "开始日期", + "请输入批次条码", + "请选择批次条码", + "Excel", + "工位号", + "订单号", + "型号", + "变速箱总成号", + "壳体码", + "操作时间", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "电子看板装配零件_零件名称_初始化查询", + "初始化二维码_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据_视图_物料条码批次号_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "北汽福田_总分线对应表_管理系统_查询", + "物料数据查询_报表新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择总", + "总成", + "成编", + "编号", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "总成编号", + "择精", + "精确", + "确追", + "追溯", + "溯码", + "选择精", + "择精确", + "精确追", + "确追溯", + "追溯码", + "请选择精", + "选择精确", + "择精确追", + "精确追溯", + "确追溯码", + "请输", + "输入", + "入精", + "请输入", + "输入精", + "入精确", + "请输入精", + "输入精确", + "入精确追", + "择零", + "零件", + "件名", + "名称", + "选择零", + "择零件", + "零件名", + "件名称", + "请选择零", + "选择零件", + "择零件名", + "零件名称", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "入批", + "批次", + "次条", + "条码", + "输入批", + "入批次", + "批次条", + "次条码", + "请输入批", + "输入批次", + "入批次条", + "批次条码", + "择批", + "选择批", + "择批次", + "请选择批", + "选择批次", + "择批次条", + "订单", + "单号", + "变速", + "速箱", + "箱总" + ] + }, + { + "view": "src\\views\\RecipeManagement\\BasicDataManagement\\UploadExcel.vue", + "module": "RecipeManagement", + "title": "RecipeManagement / BasicDataManagement / UploadExcel.vue", + "routePath": "", + "filters": [], + "buttons": [ + { + "label": "浏览", + "action": "导入", + "click": "handleUpload", + "method": "", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "导入" + ], + "riskLevel": "包含写入操作", + "description": "RecipeManagement / BasicDataManagement / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "RecipeManagement", + "BasicDataManagement", + "UploadExcel", + "vue", + "导入", + "浏览" + ] + }, + { + "view": "src\\views\\RecipeManagement\\BasicDataManagement\\index.vue", + "module": "RecipeManagement", + "title": "RecipeManagement / BasicDataManagement", + "routePath": "/RecipeManagement/BasicDataManagement", + "filters": [ + { + "control": "el-select", + "label": "数据类型", + "model": "dataTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "数据类型", + "model": "form.dataTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "数据名称", + "model": "form.name", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "序号", + "model": "form.value", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "数据描述", + "model": "form.descript", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "数据说明", + "model": "form.comments", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=20;pageCurrent=1;searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addShiftTable('form')", + "method": "addShiftTable", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "导入", + "action": "导入", + "click": "importOrder('form')", + "method": "importOrder", + "icon": "el-icon-upload2", + "type": "info" + }, + { + "label": "编辑", + "action": "修改", + "click": "editShiftTable(scope.row)", + "method": "editShiftTable", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "handleDelete(scope.row)", + "method": "handleDelete", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "导入到数据库", + "action": "导入", + "click": "basicPartsToSQL", + "method": "", + "icon": "el-icon-upload2", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "名称", + "prop": "name", + "width": "", + "fixed": "" + }, + { + "label": "序号", + "prop": "value", + "width": "", + "fixed": "" + }, + { + "label": "数据类型", + "prop": "type", + "width": "", + "fixed": "" + }, + { + "label": "数据描述", + "prop": "descript", + "width": "", + "fixed": "" + }, + { + "label": "数据说明", + "prop": "comments", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "searchTable" + ] + } + ], + "methods": [ + { + "name": "searchTable", + "action": "", + "line": 180 + }, + { + "name": "addShiftTable", + "action": "增加", + "line": 202 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 214 + }, + { + "name": "editShiftTable", + "action": "", + "line": 243 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 256 + }, + { + "name": "handleDelete", + "action": "删除", + "line": 284 + }, + { + "name": "callOff", + "action": "", + "line": 311 + }, + { + "name": "importOrder", + "action": "", + "line": 314 + }, + { + "name": "removeAll", + "action": "", + "line": 317 + }, + { + "name": "handleRemove", + "action": "", + "line": 326 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 399 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 404 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_WorkBook_Query", + "line": 191, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "Recipe", + "nameOrSql": "Recipe_WorkBook_Add", + "line": 223, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "Recipe", + "nameOrSql": "Recipe_WorkBook_Update", + "line": 266, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "Recipe", + "nameOrSql": "Recipe_WorkBook_Delete", + "line": 292, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "导出", + "domain": "Recipe", + "nameOrSql": "Recipe_WorkBook_Excel", + "line": 386, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "导入", + "修改", + "删除", + "操作", + "导出" + ], + "riskLevel": "包含删除操作", + "description": "RecipeManagement / BasicDataManagement 页面支持 查询、增加、导入、修改、删除、操作、导出;主要控件 数据类型、数据类型、数据名称、序号、数据描述、数据说明;表格字段 名称、序号、数据类型、数据描述、数据说明、操作。", + "keywords": [ + "src", + "views", + "RecipeManagement", + "BasicDataManagement", + "index", + "vue", + "查询", + "增加", + "导入", + "修改", + "删除", + "操作", + "导出", + "数据类型", + "数据名称", + "序号", + "数据描述", + "数据说明", + "新增", + "编辑", + "取消", + "确定", + "导入到数据库", + "名称", + "Recipe_WorkBook_Query", + "Recipe_WorkBook_Add", + "Recipe_WorkBook_Update", + "Recipe_WorkBook_Delete", + "Recipe_WorkBook_Excel", + "数据", + "据类", + "类型", + "数据类", + "据类型", + "据名", + "数据名", + "据名称", + "据描", + "描述", + "数据描", + "据描述", + "据说", + "说明", + "数据说", + "据说明", + "入到", + "到数", + "据库", + "导入到", + "入到数", + "到数据", + "数据库", + "导入到数", + "入到数据", + "到数据库" + ] + }, + { + "view": "src\\views\\RecipeManagement\\ElectricalComponentParameters\\UploadExcel.vue", + "module": "RecipeManagement", + "title": "RecipeManagement / ElectricalComponentParameters / UploadExcel.vue", + "routePath": "", + "filters": [], + "buttons": [ + { + "label": "浏览", + "action": "导入", + "click": "handleUpload", + "method": "", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "导入" + ], + "riskLevel": "包含写入操作", + "description": "RecipeManagement / ElectricalComponentParameters / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "RecipeManagement", + "ElectricalComponentParameters", + "UploadExcel", + "vue", + "导入", + "浏览" + ] + }, + { + "view": "src\\views\\RecipeManagement\\ElectricalComponentParameters\\index.vue", + "module": "RecipeManagement", + "title": "RecipeManagement / ElectricalComponentParameters", + "routePath": "/RecipeManagement/ElectricalComponentParameters", + "filters": [ + { + "control": "el-select", + "label": "电气元器件", + "model": "dataTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "电气元器件", + "model": "form.dataTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "配方标志", + "model": "form.recipe_id", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "序号", + "model": "form.value", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.descript", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "是否禁用", + "model": "form.active", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "备注", + "model": "form.comments", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=20;pageCurrent=1;searchTable();searchTable1()", + "method": "searchTable1", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "新增", + "action": "增加", + "click": "addShiftTable('form')", + "method": "addShiftTable", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "导入", + "action": "导入", + "click": "importOrder('form')", + "method": "importOrder", + "icon": "el-icon-upload2", + "type": "info" + }, + { + "label": "编辑", + "action": "修改", + "click": "editShiftTable(scope.row)", + "method": "editShiftTable", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "handleDelete(scope.row)", + "method": "handleDelete", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "导入到数据库", + "action": "导入", + "click": "basicPartsToSQL", + "method": "", + "icon": "el-icon-upload2", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "配方标志", + "prop": "recipe_id", + "width": "", + "fixed": "" + }, + { + "label": "名称", + "prop": "MachineName", + "width": "", + "fixed": "" + }, + { + "label": "编号", + "prop": "MachineNum", + "width": "", + "fixed": "" + }, + { + "label": "描述", + "prop": "Described", + "width": "", + "fixed": "" + }, + { + "label": "状态", + "prop": "Active", + "width": "", + "fixed": "" + }, + { + "label": "备注", + "prop": "Comments", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "200", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getNumber", + "searchTable", + "searchTable1" + ] + } + ], + "methods": [ + { + "name": "getNumber", + "action": "", + "line": 195 + }, + { + "name": "changeName", + "action": "", + "line": 215 + }, + { + "name": "searchTable", + "action": "", + "line": 223 + }, + { + "name": "searchTable1", + "action": "", + "line": 245 + }, + { + "name": "checkData", + "action": "", + "line": 257 + }, + { + "name": "addShiftTable", + "action": "增加", + "line": 265 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 279 + }, + { + "name": "editShiftTable", + "action": "", + "line": 310 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 330 + }, + { + "name": "handleDelete", + "action": "删除", + "line": 361 + }, + { + "name": "callOff", + "action": "", + "line": 390 + }, + { + "name": "importOrder", + "action": "", + "line": 393 + }, + { + "name": "removeAll", + "action": "", + "line": 396 + }, + { + "name": "handleRemove", + "action": "", + "line": 405 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 479 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 484 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Machine_Query", + "line": 234, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Machine_Query_NEW", + "line": 248, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "Recipe", + "nameOrSql": "Recipe_Machine_Add", + "line": 289, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "Recipe", + "nameOrSql": "Recipe_Machine_Update_NEW", + "line": 342, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "导出", + "domain": "Recipe", + "nameOrSql": "Recipe_Machine_Excel", + "line": 466, + "role": "MESCommonBase 查询入口" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='电气元器件动作'", + "line": 202, + "role": "Raw SQL 查询" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "导入", + "修改", + "删除", + "操作", + "导出" + ], + "riskLevel": "包含删除操作", + "description": "RecipeManagement / ElectricalComponentParameters 页面支持 查询、增加、导入、修改、删除、操作、导出;主要控件 电气元器件、电气元器件、配方标志、序号、描述、是否禁用、备注;表格字段 配方标志、名称、编号、描述、状态、备注、操作。", + "keywords": [ + "src", + "views", + "RecipeManagement", + "ElectricalComponentParameters", + "index", + "vue", + "查询", + "增加", + "导入", + "修改", + "删除", + "操作", + "导出", + "电气元器件", + "配方标志", + "序号", + "描述", + "是否禁用", + "备注", + "新增", + "编辑", + "取消", + "确定", + "导入到数据库", + "名称", + "编号", + "状态", + "Recipe_Machine_Query", + "Recipe_Machine_Query_NEW", + "Recipe_Machine_Add", + "Recipe_Machine_Update_NEW", + "Recipe_Machine_Excel", + "SELECT", + "id", + "name", + "FROM", + "dbo", + "Recipe_Work_Book", + "where", + "type", + "电气元器件动作", + "电气", + "气元", + "元器", + "器件", + "电气元", + "气元器", + "元器件", + "电气元器", + "气元器件", + "配方", + "方标", + "标志", + "配方标", + "方标志", + "是否", + "否禁", + "禁用", + "是否禁", + "否禁用", + "入到", + "到数", + "数据", + "据库", + "导入到", + "入到数", + "到数据", + "数据库", + "导入到数", + "入到数据", + "到数据库", + "件动", + "动作", + "器件动", + "件动作", + "元器件动", + "器件动作" + ] + }, + { + "view": "src\\views\\RecipeManagement\\RecipeManagementNew\\index.vue", + "module": "RecipeManagement", + "title": "RecipeManagement / RecipeManagementNew", + "routePath": "/RecipeManagement/RecipeManagementNew", + "filters": [ + { + "control": "el-select", + "label": "工厂", + "model": "plantValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "工作中心", + "model": "workCenterValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "opnameValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "配方号", + "model": "recipeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateRange", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工厂", + "model": "form.plantValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "工作中心", + "model": "form.workCenterValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "form.opnameValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "配方号", + "model": "form.recipeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value1", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter1", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name1", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value2", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter2", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name2", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value3", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter3", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name3", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value4", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter4", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name4", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value5", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter5", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name5", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value6", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter6", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name6", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value7", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter7", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name7", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value8", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter8", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name8", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value9", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter9", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name9", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value10", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.parameter10", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "描述", + "model": "form.name10", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.value11", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=20;pageCurrent=1;searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "配方增加", + "action": "增加", + "click": "addShiftTable('form')", + "method": "addShiftTable", + "icon": "el-icon-circle-plus-outline", + "type": "distribution" + }, + { + "label": "配方调整", + "action": "操作", + "click": "editTable('form')", + "method": "editTable", + "icon": "el-icon-edit", + "type": "success" + }, + { + "label": "配方拷贝", + "action": "操作", + "click": "copeTable('form')", + "method": "copeTable", + "icon": "el-icon-cope", + "type": "success" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + }, + { + "label": "全选", + "action": "查询", + "click": "selectOp", + "method": "", + "icon": "", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "dialogFormVisible1 = false", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "操作", + "click": "submitCope('form1')", + "method": "submitCope", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "工厂", + "prop": "plant", + "width": "", + "fixed": "" + }, + { + "label": "工作中心", + "prop": "work_center", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "op_no", + "width": "", + "fixed": "" + }, + { + "label": "配方号", + "prop": "recipe_no", + "width": "", + "fixed": "" + }, + { + "label": "序号", + "prop": "seq_no", + "width": "", + "fixed": "" + }, + { + "label": "动作流程描述", + "prop": "para_name", + "width": "", + "fixed": "" + }, + { + "label": "动作流程号", + "prop": "para_value", + "width": "", + "fixed": "" + }, + { + "label": "动作流程说明", + "prop": "para_comments", + "width": "", + "fixed": "" + }, + { + "label": "创建人", + "prop": "create_user", + "width": "", + "fixed": "" + }, + { + "label": "创建时间", + "prop": "create_date", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getPlant", + "getWorkCenter", + "getOpname", + "getRecipe", + "getNumber", + "searchTable" + ] + } + ], + "methods": [ + { + "name": "getPlant", + "action": "", + "line": 1053 + }, + { + "name": "getWorkCenter", + "action": "", + "line": 1073 + }, + { + "name": "getOpname", + "action": "", + "line": 1093 + }, + { + "name": "getRecipe", + "action": "", + "line": 1113 + }, + { + "name": "getNumber", + "action": "", + "line": 1133 + }, + { + "name": "searchTable", + "action": "", + "line": 1153 + }, + { + "name": "searchTable1", + "action": "", + "line": 1190 + }, + { + "name": "getNumber1", + "action": "", + "line": 1305 + }, + { + "name": "writeValue", + "action": "", + "line": 1499 + }, + { + "name": "addShiftTable", + "action": "增加", + "line": 1623 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 1687 + }, + { + "name": "editTable", + "action": "", + "line": 1843 + }, + { + "name": "rowClick", + "action": "", + "line": 1851 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 1858 + }, + { + "name": "callOff", + "action": "", + "line": 1910 + }, + { + "name": "copeTable", + "action": "", + "line": 1913 + }, + { + "name": "selectOp", + "action": "查询", + "line": 1916 + }, + { + "name": "submitCope", + "action": "", + "line": 1926 + }, + { + "name": "editShiftTable", + "action": "", + "line": 1981 + }, + { + "name": "handleDelete", + "action": "删除", + "line": 1982 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 1983 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 1988 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Main_Query", + "line": 1179, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Main_Query", + "line": 1208, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Machine_Query_NoPage", + "line": 1328, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "Recipe", + "nameOrSql": "Recipe_Main_Add", + "line": 1823, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Main_Edit", + "line": 1890, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Main_CheckRepeat", + "line": 1940, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "", + "domain": "Recipe", + "nameOrSql": "Recipe_Main_Copy", + "line": 1956, + "role": "MESCommonBase 查询入口" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='工厂'", + "line": 1060, + "role": "Raw SQL 查询" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='工作中心'", + "line": 1080, + "role": "Raw SQL 查询" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='工位号'", + "line": 1100, + "role": "Raw SQL 查询" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [name],[value] FROM [dbo].[Recipe_Work_Book] where [type]='配方号'", + "line": 1120, + "role": "Raw SQL 查询" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [id],[name] FROM [dbo].[Recipe_Work_Book] where [type]='电气元器件动作'", + "line": 1140, + "role": "Raw SQL 查询" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "操作" + ], + "riskLevel": "包含写入操作", + "description": "RecipeManagement / RecipeManagementNew 页面支持 查询、增加、操作;主要控件 工厂、工作中心、工位号、配方号、开始日期、工厂、工作中心、工位号;表格字段 工厂、工作中心、工位号、配方号、序号、动作流程描述、动作流程号、动作流程说明、创建人、创建时间。", + "keywords": [ + "src", + "views", + "RecipeManagement", + "RecipeManagementNew", + "index", + "vue", + "查询", + "增加", + "操作", + "工厂", + "工作中心", + "工位号", + "配方号", + "开始日期", + "请选择", + "描述", + "配方增加", + "配方调整", + "配方拷贝", + "取消", + "确定", + "全选", + "序号", + "动作流程描述", + "动作流程号", + "动作流程说明", + "创建人", + "创建时间", + "Recipe_Main_Query", + "Recipe_Machine_Query_NoPage", + "Recipe_Main_Add", + "Recipe_Main_Edit", + "Recipe_Main_CheckRepeat", + "Recipe_Main_Copy", + "SELECT", + "id", + "name", + "FROM", + "dbo", + "Recipe_Work_Book", + "where", + "type", + "value", + "电气元器件动作", + "工作", + "作中", + "中心", + "工作中", + "作中心", + "工位", + "位号", + "配方", + "方号", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "方增", + "配方增", + "方增加", + "方调", + "调整", + "配方调", + "方调整", + "方拷", + "拷贝", + "配方拷", + "方拷贝", + "动作", + "作流", + "流程", + "程描", + "动作流", + "作流程", + "流程描", + "程描述", + "动作流程", + "作流程描", + "流程描述", + "程号", + "流程号", + "作流程号", + "程说", + "说明", + "流程说", + "程说明", + "作流程说", + "流程说明", + "创建", + "建人", + "建时", + "时间", + "创建时", + "建时间", + "电气", + "气元", + "元器", + "器件", + "件动", + "电气元", + "气元器", + "元器件", + "器件动", + "件动作", + "电气元器", + "气元器件", + "元器件动", + "器件动作" + ] + }, + { + "view": "src\\views\\RecipeManagement\\RecipeManagement\\index.vue", + "module": "RecipeManagement", + "title": "RecipeManagement / RecipeManagement", + "routePath": "/RecipeManagement/RecipeManagement", + "filters": [ + { + "control": "el-input", + "label": "发动机型号", + "model": "equipmentType", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "发动机型号", + "model": "form.equipmentType", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "发动机机型标志", + "model": "form.equipmentSign", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-input", + "label": "总成物料号", + "model": "form.itemNo", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.boxSign", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.tonnageSign", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "form.enDisable", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchOrder()", + "method": "searchOrder", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "增加", + "action": "增加", + "click": "creatOrder('form')", + "method": "creatOrder", + "icon": "el-icon-circle-plus", + "type": "distribution" + }, + { + "label": "修改", + "action": "修改", + "click": "handleEdit(scope.row)", + "method": "handleEdit", + "icon": "el-icon-edit", + "type": "text" + }, + { + "label": "删除", + "action": "删除", + "click": "deleteOrder(scope.row)", + "method": "deleteOrder", + "icon": "el-icon-delete", + "type": "text" + }, + { + "label": "取消", + "action": "操作", + "click": "callOff('form')", + "method": "callOff", + "icon": "", + "type": "" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd('form')", + "method": "submitAdd", + "icon": "", + "type": "primary" + }, + { + "label": "确定", + "action": "增加", + "click": "submitAdd1('form')", + "method": "submitAdd1", + "icon": "", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "发动机型号", + "width": "60", + "fixed": "" + }, + { + "label": "发动机机型标志", + "prop": "发动机机型标志", + "width": "", + "fixed": "" + }, + { + "label": "配方号", + "prop": "配方号", + "width": "", + "fixed": "" + }, + { + "label": "总成物料号", + "prop": "总成物料号", + "width": "", + "fixed": "" + }, + { + "label": "规格(大机型)", + "prop": "箱体名称", + "width": "", + "fixed": "" + }, + { + "label": "型号(小机型)", + "prop": "吨位名称", + "width": "", + "fixed": "" + }, + { + "label": "是否禁用", + "prop": "是否禁用", + "width": "", + "fixed": "" + }, + { + "label": "操作", + "prop": "", + "width": "150", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getBox", + "getTonnageSign", + "searchOrder" + ] + } + ], + "methods": [ + { + "name": "getBox", + "action": "", + "line": 202 + }, + { + "name": "getTonnageSign", + "action": "", + "line": 222 + }, + { + "name": "searchOrder", + "action": "", + "line": 243 + }, + { + "name": "creatOrder", + "action": "", + "line": 261 + }, + { + "name": "submitAdd", + "action": "增加", + "line": 276 + }, + { + "name": "callOff", + "action": "", + "line": 306 + }, + { + "name": "deleteOrder", + "action": "删除", + "line": 311 + }, + { + "name": "handleEdit", + "action": "", + "line": 339 + }, + { + "name": "submitAdd1", + "action": "增加", + "line": 355 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询数据", + "line": 251, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "增加", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_增加数据", + "line": 286, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "删除", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_删除数据", + "line": 319, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "12", + "action": "修改", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_编辑数据", + "line": 366, + "role": "MESCommonBase 查询入口" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [箱体标志],[箱体名称]FROM [MES_基本变量_机型代码_箱体标志]", + "line": 209, + "role": "Raw SQL 查询" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT [吨位标志],[吨位名称]FROM [MES_基本变量_机型代码_吨位标志]", + "line": 229, + "role": "Raw SQL 查询" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "增加", + "修改", + "删除", + "操作" + ], + "riskLevel": "包含删除操作", + "description": "RecipeManagement / RecipeManagement 页面支持 查询、增加、修改、删除、操作;主要控件 发动机型号、发动机型号、发动机机型标志、总成物料号、请选择、请选择、请选择;表格字段 序号、发动机机型标志、配方号、总成物料号、规格(大机型)、型号(小机型)、是否禁用、操作。", + "keywords": [ + "src", + "views", + "RecipeManagement", + "index", + "vue", + "查询", + "增加", + "修改", + "删除", + "操作", + "发动机型号", + "发动机机型标志", + "总成物料号", + "请选择", + "取消", + "确定", + "序号", + "配方号", + "规格", + "大机型", + "型号", + "小机型", + "是否禁用", + "MES_基本变量_机型代码_查询数据", + "MES_基本变量_机型代码_增加数据", + "MES_基本变量_机型代码_删除数据", + "MES_基本变量_机型代码_编辑数据", + "SELECT", + "箱体标志", + "箱体名称", + "FROM", + "MES_基本变量_机型代码_箱体标志", + "吨位标志", + "吨位名称", + "MES_基本变量_机型代码_吨位标志", + "发动", + "动机", + "机型", + "发动机", + "动机型", + "机型号", + "发动机型", + "动机型号", + "机机", + "型标", + "标志", + "动机机", + "机机型", + "机型标", + "型标志", + "发动机机", + "动机机型", + "机机型标", + "机型标志", + "总成", + "成物", + "物料", + "料号", + "总成物", + "成物料", + "物料号", + "总成物料", + "成物料号", + "请选", + "选择", + "配方", + "方号", + "大机", + "小机", + "是否", + "否禁", + "禁用", + "是否禁", + "否禁用", + "ME", + "ES", + "S_", + "_基", + "基本", + "本变", + "变量", + "量_", + "_机", + "型代", + "代码", + "码_", + "_查", + "询数", + "数据", + "MES", + "ES_", + "S_基", + "_基本", + "基本变", + "本变量", + "变量_", + "量_机", + "_机型", + "机型代", + "型代码", + "代码_", + "码_查", + "_查询", + "查询数", + "询数据", + "MES_", + "ES_基", + "S_基本", + "_基本变", + "基本变量", + "本变量_", + "变量_机", + "量_机型", + "_机型代", + "机型代码", + "型代码_", + "代码_查", + "码_查询", + "_查询数", + "查询数据" + ] + }, + { + "view": "src\\views\\SearchData\\AlarmAnalysis\\index.vue", + "module": "SearchData", + "title": "SearchData / AlarmAnalysis", + "routePath": "/SearchData/AlarmAnalysis", + "filters": [ + { + "control": "el-date-picker", + "label": "开始时间", + "model": "startTime", + "type": "date", + "clearable": false, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "结束时间", + "model": "endTime", + "type": "date", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "111", + "action": "操作", + "click": "", + "method": "", + "icon": "", + "type": "" + }, + { + "label": "查询", + "action": "查询", + "click": "fetchData();searchChart()", + "method": "searchChart", + "icon": "el-icon-search", + "type": "success" + }, + { + "label": "导出EXCEL", + "action": "导出", + "click": "handleDownload", + "method": "", + "icon": "el-icon-download", + "type": "primary" + } + ], + "tableFields": [ + { + "label": "报警类型", + "prop": "测量项目", + "width": "100", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位号", + "width": "100", + "fixed": "" + }, + { + "label": "处理状态", + "prop": "信号值", + "width": "100", + "fixed": "" + }, + { + "label": "报警开始时间", + "prop": "报警开始时间", + "width": "120", + "fixed": "" + }, + { + "label": "报警结束时间", + "prop": "报警结束时间", + "width": "120", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "120", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "fetchData", + "measureSelect" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 134 + }, + { + "name": "fetchData", + "action": "", + "line": 141 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 162 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 167 + }, + { + "name": "handleDownload", + "action": "导出", + "line": 172 + }, + { + "name": "formatJson", + "action": "", + "line": 212 + }, + { + "name": "drawLine", + "action": "", + "line": 218 + }, + { + "name": "color", + "action": "", + "line": 302 + }, + { + "name": "searchChart", + "action": "", + "line": 367 + }, + { + "name": "searchChart2", + "action": "", + "line": 385 + }, + { + "name": "drawLine2", + "action": "", + "line": 404 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "设备报警", + "nameOrSql": "设备报警_报警历史查询_管理软件分页", + "line": 150, + "role": "MESCommonBase 查询入口" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "select * from [报警数据_大柴]", + "line": 186, + "role": "Raw SQL 查询" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "select 测量项目 ,COUNT(测量项目) as 次数 from 报警数据_大柴", + "line": 377, + "role": "Raw SQL 查询" + }, + { + "source": "RawSQL", + "type": "3", + "action": "查询", + "domain": "RawSQL", + "nameOrSql": "SELECT 呼叫类型代码,[呼叫类型名称],SUM(停台时间 ) as 停台时间 FROM dbo.安东_安东呼叫详情_主记录_视图 where 三级人员呼叫时间>='${this.startTime}' and 三级人员呼叫时间<='${this.endTime}' GROUP BY 呼叫类型代码 ,[呼叫类型名称] order by 停台时间 desc", + "line": 391, + "role": "Raw SQL 查询" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "操作", + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / AlarmAnalysis 页面支持 操作、查询、导出;主要控件 开始时间、结束时间;表格字段 报警类型、工位名称、处理状态、报警开始时间、报警结束时间、操作时间。", + "keywords": [ + "src", + "views", + "SearchData", + "AlarmAnalysis", + "index", + "vue", + "操作", + "查询", + "导出", + "开始时间", + "结束时间", + "111", + "导出EXCEL", + "报警类型", + "工位名称", + "处理状态", + "报警开始时间", + "报警结束时间", + "操作时间", + "设备报警_报警历史查询_管理软件分页", + "select", + "from", + "报警数据_大柴", + "测量项目", + "COUNT", + "as", + "次数", + "SELECT", + "呼叫类型代码", + "呼叫类型名称", + "SUM", + "停台时间", + "FROM", + "dbo", + "安东_安东呼叫详情_主记录_视图", + "where", + "三级人员呼叫时间", + "this", + "startTime", + "and", + "endTime", + "GROUP", + "BY", + "order", + "by", + "desc", + "开始", + "始时", + "时间", + "开始时", + "始时间", + "结束", + "束时", + "结束时", + "束时间", + "出E", + "EX", + "XC", + "CE", + "EL", + "导出E", + "出EX", + "EXC", + "XCE", + "CEL", + "导出EX", + "出EXC", + "EXCE", + "XCEL", + "报警", + "警类", + "类型", + "报警类", + "警类型", + "工位", + "位名", + "名称", + "工位名", + "位名称", + "处理", + "理状", + "状态", + "处理状", + "理状态", + "警开", + "报警开", + "警开始", + "报警开始", + "警开始时", + "警结", + "报警结", + "警结束", + "报警结束", + "警结束时", + "作时", + "操作时", + "作时间", + "设备", + "备报", + "警_", + "_报", + "警历", + "历史", + "史查", + "询_", + "_管", + "管理", + "理软", + "软件", + "件分", + "分页", + "设备报", + "备报警", + "报警_", + "警_报", + "_报警", + "报警历", + "警历史", + "历史查", + "史查询" + ] + }, + { + "view": "src\\views\\SearchData\\FTTTrendChart\\index.vue", + "module": "SearchData", + "title": "SearchData / FTTTrendChart", + "routePath": "/SearchData/FTTTrendChart", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "timeFrame", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "station", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "--> 日期: 工位号: 查询", + "action": "查询", + "click": "searchChartData4_opPlanCount", + "method": "", + "icon": "el-icon-refresh", + "type": "text" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "ID", + "prop": "ID", + "width": "50px", + "fixed": "" + }, + { + "label": "日期", + "prop": "日期", + "width": "105px", + "fixed": "" + }, + { + "label": "item", + "prop": "", + "width": "calculateCellWidth(item)", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation", + "searchChartData4_opPlanCount", + "searchTable56" + ] + }, + { + "hook": "mounted", + "calls": [ + "searchChartData4_opPlanCount" + ] + } + ], + "methods": [ + { + "name": "getStation", + "action": "", + "line": 208 + }, + { + "name": "changeHourRange", + "action": "", + "line": 222 + }, + { + "name": "set_cell_style", + "action": "", + "line": 242 + }, + { + "name": "searchTable", + "action": "", + "line": 261 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 316 + }, + { + "name": "calculateCellWidth", + "action": "", + "line": 377 + }, + { + "name": "searchChartData4", + "action": "", + "line": 385 + }, + { + "name": "drawDashboardTwo", + "action": "", + "line": 415 + }, + { + "name": "searchChartData4_opPlanCount", + "action": "", + "line": 493 + }, + { + "name": "searchTable56", + "action": "", + "line": 505 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 211, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_TableHeaderQuery", + "line": 272, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_Query", + "line": 280, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_HoursOutput_Query", + "line": 389, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_Config_BeatCountOpName_Query", + "line": 495, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_JPH_FiveOp_Query", + "line": 507, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / FTTTrendChart 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 ID、日期、item。", + "keywords": [ + "src", + "views", + "SearchData", + "FTTTrendChart", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择", + "日期", + "工位号", + "Excel", + "ID", + "item", + "MES_计划BOM_工位与名称_查询", + "SP_His_StationJPH_TableHeaderQuery", + "SP_His_StationJPH_Query", + "Visualization_HoursOutput_Query", + "SP_Config_BeatCountOpName_Query", + "Visualization_JPH_FiveOp_Query", + "开始", + "始日", + "开始日", + "始日期", + "请选", + "选择", + "工位", + "位号", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, + { + "view": "src\\views\\SearchData\\JPHTrendChart\\index.vue", + "module": "SearchData", + "title": "SearchData / JPHTrendChart", + "routePath": "/SearchData/JPHTrendChart", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "timeFrame", + "type": "datetimerange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "station", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "StationName", + "width": "70px", + "fixed": "" + }, + { + "label": "总平均节拍(s)", + "prop": "AB", + "width": "160px", + "fixed": "" + }, + { + "label": "item.时间", + "prop": "", + "width": "111px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation" + ] + } + ], + "methods": [ + { + "name": "sortChange", + "action": "", + "line": 159 + }, + { + "name": "initCharDom", + "action": "", + "line": 168 + }, + { + "name": "select1", + "action": "查询", + "line": 171 + }, + { + "name": "getStation", + "action": "", + "line": 181 + }, + { + "name": "searchTable", + "action": "", + "line": 194 + }, + { + "name": "drawDashboardOne", + "action": "", + "line": 248 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 321 + }, + { + "name": "handleSizeChanges", + "action": "", + "line": 364 + }, + { + "name": "handleCurrentChanges", + "action": "", + "line": 369 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 184, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_TableHeaderQuery", + "line": 215, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_Query", + "line": 226, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_TableHeaderQuery", + "line": 339, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "SP", + "nameOrSql": "SP_His_StationBeat_ExportExcel", + "line": 349, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / JPHTrendChart 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 序号、总平均节拍(s)、item.时间。", + "keywords": [ + "src", + "views", + "SearchData", + "JPHTrendChart", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择", + "Excel", + "序号", + "总平均节拍", + "item", + "时间", + "MES_计划BOM_工位与名称_查询", + "SP_His_StationBeat_TableHeaderQuery", + "SP_His_StationBeat_Query", + "SP_His_StationBeat_ExportExcel", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "总平", + "平均", + "均节", + "节拍", + "总平均", + "平均节", + "均节拍", + "总平均节", + "平均节拍", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "工位", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, + { + "view": "src\\views\\SearchData\\OEEQuerySearch\\index.vue", + "module": "SearchData", + "title": "SearchData / OEEQuerySearch", + "routePath": "/SearchData/OEEQuerySearch", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "timeFrame", + "type": "datetimerange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择", + "model": "station", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchTable()", + "method": "searchTable", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "StationName", + "width": "60px", + "fixed": "" + }, + { + "label": "OEE(%)", + "prop": "AB", + "width": "90px", + "fixed": "" + }, + { + "label": "item.时间", + "prop": "", + "width": "111px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation" + ] + } + ], + "methods": [ + { + "name": "select1", + "action": "查询", + "line": 141 + }, + { + "name": "getStation", + "action": "", + "line": 150 + }, + { + "name": "searchTable", + "action": "", + "line": 162 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 208 + }, + { + "name": "handleSizeChanges", + "action": "", + "line": 251 + }, + { + "name": "handleCurrentChanges", + "action": "", + "line": 256 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 152, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_TableHeaderQuery", + "line": 180, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_Query", + "line": 193, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_TableHeaderQuery", + "line": 226, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "导出", + "domain": "SP", + "nameOrSql": "SP_His_StationOEE_ExportExcel", + "line": 236, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / OEEQuerySearch 页面支持 查询、导出;主要控件 开始日期、请选择;表格字段 序号、OEE(%)、item.时间。", + "keywords": [ + "src", + "views", + "SearchData", + "OEEQuerySearch", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择", + "Excel", + "序号", + "OEE", + "item", + "时间", + "MES_计划BOM_工位与名称_查询", + "SP_His_StationOEE_TableHeaderQuery", + "SP_His_StationOEE_Query", + "SP_His_StationOEE_ExportExcel", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "工位", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, + { + "view": "src\\views\\SearchData\\OEETrendChart\\index.vue", + "module": "SearchData", + "title": "SearchData / OEETrendChart", + "routePath": "/SearchData/OEETrendChart", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择产品型号", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "pageSize=15;pageCurrent=1;searchOrder();searchOrder1()", + "method": "searchOrder1", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "Id", + "width": "60px", + "fixed": "" + }, + { + "label": "工厂", + "prop": "Factory", + "width": "", + "fixed": "" + }, + { + "label": "GPP", + "prop": "GPP", + "width": "", + "fixed": "" + }, + { + "label": "NICT", + "prop": "NICT", + "width": "", + "fixed": "" + }, + { + "label": "NAT", + "prop": "NAT", + "width": "", + "fixed": "" + }, + { + "label": "OEE", + "prop": "OEE", + "width": "", + "fixed": "" + }, + { + "label": "OpCode", + "prop": "OpCode", + "width": "", + "fixed": "" + }, + { + "label": "OpName", + "prop": "OpName", + "width": "", + "fixed": "" + }, + { + "label": "StaticTime", + "prop": "StaticTime", + "width": "", + "fixed": "" + }, + { + "label": "CreateTime", + "prop": "CreateTime", + "width": "", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "initialization", + "getStationNumber" + ] + } + ], + "methods": [ + { + "name": "initialization", + "action": "", + "line": 170 + }, + { + "name": "DateDiff", + "action": "", + "line": 180 + }, + { + "name": "JudgeDateTime", + "action": "", + "line": 190 + }, + { + "name": "getStationNumber", + "action": "", + "line": 199 + }, + { + "name": "drawLine", + "action": "", + "line": 216 + }, + { + "name": "searchOrder", + "action": "", + "line": 281 + }, + { + "name": "searchOrder1", + "action": "", + "line": 302 + }, + { + "name": "tableRowClassName", + "action": "", + "line": 325 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 334 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 339 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 203, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Data", + "nameOrSql": "Data_WorkStationOEE_Statistic_Form", + "line": 291, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "增加", + "domain": "Data", + "nameOrSql": "Data_WorkStationOEE_Statistic_Add", + "line": 310, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出", + "增加" + ], + "riskLevel": "包含写入操作", + "description": "SearchData / OEETrendChart 页面支持 查询、导出、增加;主要控件 开始日期、请选择工位号、请选择产品型号、请选择订单;表格字段 序号、工厂、GPP、NICT、NAT、OEE、OpCode、OpName、StaticTime、CreateTime。", + "keywords": [ + "src", + "views", + "SearchData", + "OEETrendChart", + "index", + "vue", + "查询", + "导出", + "增加", + "开始日期", + "请选择工位号", + "请选择产品型号", + "请选择订单", + "Excel", + "序号", + "工厂", + "GPP", + "NICT", + "NAT", + "OEE", + "OpCode", + "OpName", + "StaticTime", + "CreateTime", + "MES_计划BOM_工位与名称_查询", + "Data_WorkStationOEE_Statistic_Form", + "Data_WorkStationOEE_Statistic_Add", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "工位号", + "请选择工", + "选择工位", + "择工位号", + "择产", + "产品", + "品型", + "型号", + "选择产", + "择产品", + "产品型", + "品型号", + "请选择产", + "选择产品", + "择产品型", + "产品型号", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询" + ] + }, + { + "view": "src\\views\\SearchData\\ProductElectronicFile\\index.vue", + "module": "SearchData", + "title": "SearchData / ProductElectronicFile", + "routePath": "/SearchData/ProductElectronicFile", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + } + ], + "tableFields": [ + { + "label": "订单号", + "prop": "订单号", + "width": "45", + "fixed": "" + }, + { + "label": "机型", + "prop": "机型", + "width": "", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "上线时间", + "prop": "到达时间", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "", + "fixed": "" + }, + { + "label": "到达时间", + "prop": "到达时间", + "width": "", + "fixed": "" + }, + { + "label": "离开时间", + "prop": "离开时间", + "width": "", + "fixed": "" + }, + { + "label": "在线时间(s)", + "prop": "在线时间", + "width": "", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "90px", + "fixed": "" + }, + { + "label": "是否合格", + "prop": "是否合格", + "width": "80px", + "fixed": "" + }, + { + "label": "操作时间", + "prop": "操作时间", + "width": "", + "fixed": "" + }, + { + "label": "型号", + "prop": "发动机型号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工序名称", + "width": "", + "fixed": "" + }, + { + "label": "零件数量", + "prop": "零件数量", + "width": "100px", + "fixed": "" + }, + { + "label": "零件名称", + "prop": "零件名称", + "width": "150px", + "fixed": "" + }, + { + "label": "零件图号", + "prop": "零件图号", + "width": "150px", + "fixed": "" + }, + { + "label": "物料号", + "prop": "物料号", + "width": "150px", + "fixed": "" + }, + { + "label": "生产厂家", + "prop": "生产厂家", + "width": "", + "fixed": "" + }, + { + "label": "物料条码", + "prop": "物料条码", + "width": "150px", + "fixed": "" + }, + { + "label": "物料条码批次", + "prop": "物料条码批次", + "width": "", + "fixed": "" + }, + { + "label": "序号", + "prop": "订单号", + "width": "60", + "fixed": "" + }, + { + "label": "机型", + "prop": "发动机型号", + "width": "", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "测量位置", + "prop": "测量位置", + "width": "150px", + "fixed": "" + }, + { + "label": "测量项目", + "prop": "测量项目", + "width": "100px", + "fixed": "" + }, + { + "label": "测量值", + "prop": "测量值", + "width": "100px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "60px", + "fixed": "" + }, + { + "label": "上限值", + "prop": "上限值", + "width": "60px", + "fixed": "" + }, + { + "label": "下限值", + "prop": "下限值", + "width": "60px", + "fixed": "" + }, + { + "label": "测量单位", + "prop": "测量单位", + "width": "80px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "80px", + "fixed": "" + }, + { + "label": "值上限", + "prop": "上限值", + "width": "80px", + "fixed": "" + }, + { + "label": "值下限", + "prop": "下限值", + "width": "80px", + "fixed": "" + }, + { + "label": "生产日期", + "prop": "生产日期", + "width": "150px", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "120px", + "fixed": "" + }, + { + "label": "合格标志", + "prop": "合格标志", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getStationNumberN" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 493 + }, + { + "name": "getStationNumber", + "action": "", + "line": 502 + }, + { + "name": "getStationNumberN", + "action": "", + "line": 516 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 530 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 547 + }, + { + "name": "selectDate", + "action": "查询", + "line": 569 + }, + { + "name": "selectDate1", + "action": "查询", + "line": 595 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 633 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 644 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 649 + }, + { + "name": "handleSizeChange1", + "action": "", + "line": 653 + }, + { + "name": "handleCurrentChange1", + "action": "", + "line": 671 + }, + { + "name": "handleSizeChange2", + "action": "", + "line": 688 + }, + { + "name": "handleCurrentChange2", + "action": "", + "line": 706 + }, + { + "name": "handleSizeChange3", + "action": "", + "line": 723 + }, + { + "name": "handleCurrentChange3", + "action": "", + "line": 741 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 505, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 519, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_订单号_查询", + "line": 537, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据发动机在线状态", + "nameOrSql": "测量数据发动机在线状态_发动机号_查询", + "line": 558, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_发动机号_查询", + "line": 585, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_过站信息_查询", + "line": 606, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_物料数据_查询", + "line": 614, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_质量数据_查询", + "line": 623, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2005", + "action": "导出", + "domain": "产品电子档案", + "nameOrSql": "产品电子档案_导出_查询数据", + "line": 637, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_过站信息_查询", + "line": 662, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_过站信息_查询", + "line": 679, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_物料信息_查询", + "line": 697, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_物料信息_查询", + "line": 714, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_质量数据_查询", + "line": 732, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "电子档案", + "nameOrSql": "电子档案_质量数据_查询", + "line": 749, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / ProductElectronicFile 页面支持 查询、导出;主要控件 开始日期、请选择总成编号、请选择订单;表格字段 订单号、机型、总成编号、上线时间、工位号、到达时间、离开时间、在线时间(s)、操作者工号、是否合格。", + "keywords": [ + "src", + "views", + "SearchData", + "ProductElectronicFile", + "index", + "vue", + "查询", + "导出", + "开始日期", + "请选择总成编号", + "请选择订单", + "Excel", + "订单号", + "机型", + "总成编号", + "上线时间", + "工位号", + "到达时间", + "离开时间", + "在线时间", + "操作者工号", + "是否合格", + "操作时间", + "型号", + "工位名称", + "零件数量", + "零件名称", + "零件图号", + "物料号", + "生产厂家", + "物料条码", + "物料条码批次", + "序号", + "测量位置", + "测量项目", + "测量值", + "理论值", + "上限值", + "下限值", + "测量单位", + "值上限", + "值下限", + "生产日期", + "合格标志", + "MES_计划BOM_工位与名称_查询", + "测量数据发动机在线状态_订单号_查询", + "测量数据发动机在线状态_发动机号_查询", + "电子档案_发动机号_查询", + "电子档案_过站信息_查询", + "电子档案_物料数据_查询", + "电子档案_质量数据_查询", + "产品电子档案_导出_查询数据", + "电子档案_物料信息_查询", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "请选", + "选择", + "择总", + "总成", + "成编", + "编号", + "请选择", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "单号", + "上线", + "线时", + "时间", + "上线时", + "线时间", + "工位", + "位号", + "到达", + "达时", + "到达时", + "达时间", + "离开", + "开时", + "离开时", + "开时间", + "在线", + "在线时", + "操作", + "作者", + "者工", + "工号", + "操作者", + "作者工", + "者工号", + "操作者工", + "作者工号", + "是否", + "否合", + "合格", + "是否合", + "否合格", + "作时", + "操作时", + "作时间", + "位名", + "名称", + "工位名", + "位名称", + "零件", + "件数", + "数量" + ] + }, + { + "view": "src\\views\\SearchData\\ProductQuery\\index.vue", + "module": "SearchData", + "title": "SearchData / ProductQuery", + "routePath": "/SearchData/ProductQuery", + "filters": [ + { + "control": "el-select", + "label": "请选择工位号", + "model": "stationNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择机型", + "model": "engineTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择测量位置", + "model": "measuringPositionValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择总成编号", + "model": "assemblyNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择质量类型", + "model": "qualityTypeValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择订单", + "model": "orderNumberValue", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择是否合格", + "model": "isQualifiedValue", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择测量项目", + "model": "measuringProjectValue", + "type": "", + "clearable": true, + "filterable": true + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "selectDate()", + "method": "selectDate", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "exportExcel()", + "method": "exportExcel", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "关闭", + "action": "操作", + "click": "isShowBackWorkDataVisible = false", + "method": "", + "icon": "", + "type": "warning" + }, + { + "label": "查看工件质量数据报表", + "action": "导出", + "click": "routerToExcelData()", + "method": "routerToExcelData", + "icon": "", + "type": "success" + } + ], + "tableFields": [ + { + "label": "序号", + "prop": "订单号", + "width": "60", + "fixed": "" + }, + { + "label": "型号", + "prop": "发动机型号", + "width": "100px", + "fixed": "" + }, + { + "label": "总成编号", + "prop": "发动机号", + "width": "", + "fixed": "" + }, + { + "label": "工位号", + "prop": "工位号", + "width": "100px", + "fixed": "" + }, + { + "label": "工位名称", + "prop": "工位名称", + "width": "", + "fixed": "" + }, + { + "label": "测量位置", + "prop": "测量位置", + "width": "150px", + "fixed": "" + }, + { + "label": "测量项目", + "prop": "测量项目", + "width": "100px", + "fixed": "" + }, + { + "label": "测量值", + "prop": "测量值", + "width": "100px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "60px", + "fixed": "" + }, + { + "label": "上限值", + "prop": "上限值", + "width": "60px", + "fixed": "" + }, + { + "label": "下限值", + "prop": "下限值", + "width": "60px", + "fixed": "" + }, + { + "label": "测量单位", + "prop": "测量单位", + "width": "80px", + "fixed": "" + }, + { + "label": "理论值", + "prop": "理论值", + "width": "80px", + "fixed": "" + }, + { + "label": "值上限", + "prop": "上限值", + "width": "80px", + "fixed": "" + }, + { + "label": "值下限", + "prop": "下限值", + "width": "80px", + "fixed": "" + }, + { + "label": "生产日期", + "prop": "生产日期", + "width": "150px", + "fixed": "" + }, + { + "label": "操作者工号", + "prop": "操作者工号", + "width": "120px", + "fixed": "" + }, + { + "label": "合格标志", + "prop": "合格标志", + "width": "80px", + "fixed": "" + } + ], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStationNumber", + "getEngineType" + ] + }, + { + "hook": "mounted", + "calls": [ + "getOrderNumber", + "getTraceabilityCode", + "getAssemblyNumber" + ] + } + ], + "methods": [ + { + "name": "tableRowClassName", + "action": "", + "line": 351 + }, + { + "name": "getStationNumber", + "action": "", + "line": 360 + }, + { + "name": "getEngineType", + "action": "", + "line": 377 + }, + { + "name": "getOrderNumber", + "action": "", + "line": 391 + }, + { + "name": "getTraceabilityCode", + "action": "", + "line": 416 + }, + { + "name": "showBackData", + "action": "", + "line": 443 + }, + { + "name": "routerToExcelData", + "action": "导出", + "line": 463 + }, + { + "name": "getAssemblyNumber", + "action": "", + "line": 478 + }, + { + "name": "getBatchBarcode", + "action": "", + "line": 503 + }, + { + "name": "getMeasuringPosition", + "action": "", + "line": 521 + }, + { + "name": "getMeasuringProject", + "action": "", + "line": 537 + }, + { + "name": "selectDate", + "action": "查询", + "line": 552 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 597 + }, + { + "name": "handleSizeChange", + "action": "", + "line": 634 + }, + { + "name": "handleCurrentChange", + "action": "", + "line": 639 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 363, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_基本变量_机型代码_查询", + "line": 380, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_订单号_查询", + "line": 405, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "初始化二维码", + "nameOrSql": "初始化二维码_查询", + "line": 431, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "北汽福田返工", + "nameOrSql": "北汽福田返工_记录_查询", + "line": 448, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "测量数据合格索引", + "nameOrSql": "测量数据合格索引_发动机号_发动机型号_查询", + "line": 493, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "物料数据", + "nameOrSql": "物料数据_视图_物料条码批次号_查询", + "line": 511, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 525, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 542, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据", + "nameOrSql": "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", + "line": 587, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "2001", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_综合查询新", + "line": 627, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询", + "导出", + "操作" + ], + "riskLevel": "包含导出操作", + "description": "SearchData / ProductQuery 页面支持 查询、导出、操作;主要控件 请选择工位号、请选择机型、请选择测量位置、请选择总成编号、请选择质量类型、请选择订单、开始日期、请选择是否合格;表格字段 序号、型号、总成编号、工位号、工位名称、测量位置、测量项目、测量值、理论值、上限值。", + "keywords": [ + "src", + "views", + "SearchData", + "ProductQuery", + "index", + "vue", + "查询", + "导出", + "操作", + "请选择工位号", + "请选择机型", + "请选择测量位置", + "请选择总成编号", + "请选择质量类型", + "请选择订单", + "开始日期", + "请选择是否合格", + "请选择测量项目", + "Excel", + "关闭", + "查看工件质量数据报表", + "序号", + "型号", + "总成编号", + "工位号", + "工位名称", + "测量位置", + "测量项目", + "测量值", + "理论值", + "上限值", + "下限值", + "测量单位", + "值上限", + "值下限", + "生产日期", + "操作者工号", + "合格标志", + "MES_计划BOM_工位与名称_查询", + "MES_基本变量_机型代码_查询", + "测量数据合格索引_订单号_查询", + "初始化二维码_查询", + "北汽福田返工_记录_查询", + "测量数据合格索引_发动机号_发动机型号_查询", + "物料数据_视图_物料条码批次号_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询", + "质量数据查询_综合查询新", + "请选", + "选择", + "择工", + "工位", + "位号", + "请选择", + "选择工", + "择工位", + "请选择工", + "选择工位", + "择工位号", + "择机", + "机型", + "选择机", + "择机型", + "请选择机", + "选择机型", + "择测", + "测量", + "量位", + "位置", + "选择测", + "择测量", + "测量位", + "量位置", + "请选择测", + "选择测量", + "择测量位", + "择总", + "总成", + "成编", + "编号", + "选择总", + "择总成", + "总成编", + "成编号", + "请选择总", + "选择总成", + "择总成编", + "择质", + "质量", + "量类", + "类型", + "选择质", + "择质量", + "质量类", + "量类型", + "请选择质", + "选择质量", + "择质量类", + "质量类型", + "择订", + "订单", + "选择订", + "择订单", + "请选择订", + "选择订单", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "择是", + "是否", + "否合", + "合格", + "选择是", + "择是否", + "是否合", + "否合格", + "请选择是" + ] + }, + { + "view": "src\\views\\SearchData\\ProductionDataChart\\index.vue", + "module": "SearchData", + "title": "SearchData / ProductionDataChart", + "routePath": "/SearchData/ProductionDataChart", + "filters": [ + { + "control": "el-date-picker", + "label": "选择月", + "model": "dateMonth", + "type": "month", + "clearable": false, + "filterable": false + }, + { + "control": "el-date-picker", + "label": "选择日期", + "model": "dateDay", + "type": "date", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "searchChartData()", + "method": "searchChartData", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "查询", + "action": "查询", + "click": "searchChartData2()", + "method": "searchChartData2", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "getStation", + "searchTable56", + "getTodayDate" + ] + }, + { + "hook": "mounted", + "calls": [ + "initChart", + "searchChartData", + "searchChartData2" + ] + } + ], + "methods": [ + { + "name": "getStation", + "action": "", + "line": 185 + }, + { + "name": "getTodayDate", + "action": "", + "line": 199 + }, + { + "name": "initChart", + "action": "", + "line": 207 + }, + { + "name": "searchChartData", + "action": "", + "line": 212 + }, + { + "name": "searchChartData2", + "action": "", + "line": 236 + }, + { + "name": "changeHourRange", + "action": "", + "line": 259 + }, + { + "name": "set_cell_style", + "action": "", + "line": 279 + }, + { + "name": "drawDashboardOne", + "action": "", + "line": 298 + }, + { + "name": "drawDashboardTow", + "action": "", + "line": 430 + }, + { + "name": "searchTable", + "action": "", + "line": 561 + }, + { + "name": "exportExcel", + "action": "导出", + "line": 616 + }, + { + "name": "calculateCellWidth", + "action": "", + "line": 677 + }, + { + "name": "searchChartData4", + "action": "", + "line": 685 + }, + { + "name": "drawDashboardTwo", + "action": "", + "line": 715 + }, + { + "name": "searchChartData4_opPlanCount", + "action": "", + "line": 793 + }, + { + "name": "searchTable56", + "action": "", + "line": 805 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 188, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SearchData", + "nameOrSql": "日产量统计", + "line": 215, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SearchData", + "nameOrSql": "小时产量统计", + "line": 239, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_TableHeaderQuery", + "line": 572, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_His_StationJPH_Query", + "line": 580, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_HoursOutput_Query", + "line": 689, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "SP", + "nameOrSql": "SP_Config_BeatCountOpName_Query", + "line": 795, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "", + "domain": "Visualization", + "nameOrSql": "Visualization_JPH_FiveOp_Query", + "line": 807, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "SearchData / ProductionDataChart 页面支持 查询;主要控件 选择月、选择日期;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "SearchData", + "ProductionDataChart", + "index", + "vue", + "查询", + "选择月", + "选择日期", + "MES_计划BOM_工位与名称_查询", + "日产量统计", + "小时产量统计", + "SP_His_StationJPH_TableHeaderQuery", + "SP_His_StationJPH_Query", + "Visualization_HoursOutput_Query", + "SP_Config_BeatCountOpName_Query", + "Visualization_JPH_FiveOp_Query", + "选择", + "择月", + "择日", + "日期", + "选择日", + "择日期", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "工位", + "位与", + "与名", + "名称", + "称_", + "_查", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "_查询", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名", + "位与名称", + "与名称_", + "名称_查", + "称_查询", + "日产", + "产量", + "量统", + "统计", + "日产量", + "产量统", + "量统计", + "日产量统", + "产量统计", + "小时", + "时产", + "小时产", + "时产量", + "小时产量", + "时产量统" + ] + }, + { + "view": "src\\views\\SearchData\\QualityData_XR\\index.vue", + "module": "SearchData", + "title": "SearchData / QualityData_XR", + "routePath": "/SearchData/QualityData_XR", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "opName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "零件号", + "model": "model", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "测量位置", + "model": "measureName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "测量内容", + "model": "measureContent", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "样本容量", + "model": "sampleSize", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "样本个数", + "model": "sampleNumber", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "getLine()", + "method": "getLine", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "machineTypeSelect" + ] + } + ], + "methods": [ + { + "name": "opNameClear", + "action": "", + "line": 200 + }, + { + "name": "fetchData", + "action": "", + "line": 209 + }, + { + "name": "machineTypeSelect", + "action": "查询", + "line": 235 + }, + { + "name": "opNameSelect", + "action": "查询", + "line": 250 + }, + { + "name": "measureSelect", + "action": "查询", + "line": 273 + }, + { + "name": "eval", + "action": "", + "line": 294 + }, + { + "name": "getLine", + "action": "", + "line": 299 + }, + { + "name": "searchChart1", + "action": "", + "line": 413 + }, + { + "name": "searchChart2", + "action": "", + "line": 461 + }, + { + "name": "drawLine2", + "action": "", + "line": 513 + }, + { + "name": "drawLine3", + "action": "", + "line": 579 + }, + { + "name": "max", + "action": "", + "line": 538 + }, + { + "name": "handleDownload", + "action": "导出", + "line": 647 + }, + { + "name": "formatJson", + "action": "", + "line": 658 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_基本机型_查询", + "line": 216, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 239, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 256, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 280, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 380, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 391, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 402, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\SPCanalysis\\QualityData_XR" + ], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "SearchData / QualityData_XR 页面支持 查询;主要控件 开始日期、工位号、零件号、测量位置、测量内容、样本容量、样本个数;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "SearchData", + "QualityData_XR", + "index", + "vue", + "查询", + "开始日期", + "工位号", + "零件号", + "测量位置", + "测量内容", + "样本容量", + "样本个数", + "质量数据查询_基本机型_查询", + "MES_计划BOM_工位与名称_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "SPC分析_去重字段_查询", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "工位", + "位号", + "零件", + "件号", + "测量", + "量位", + "位置", + "测量位", + "量位置", + "量内", + "内容", + "测量内", + "量内容", + "样本", + "本容", + "容量", + "样本容", + "本容量", + "本个", + "个数", + "样本个", + "本个数", + "质量", + "量数", + "数据", + "据查", + "询_", + "_基", + "基本", + "本机", + "机型", + "型_", + "_查", + "质量数", + "量数据", + "数据查", + "据查询", + "查询_", + "询_基", + "_基本", + "基本机", + "本机型", + "机型_", + "型_查", + "_查询", + "质量数据", + "量数据查", + "数据查询", + "据查询_", + "查询_基", + "询_基本", + "_基本机", + "基本机型", + "本机型_", + "机型_查", + "型_查询", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名" + ] + }, + { + "view": "src\\views\\SearchData\\QualityData_XS\\index.vue", + "module": "SearchData", + "title": "SearchData / QualityData_XS", + "routePath": "/SearchData/QualityData_XS", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "opName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "零件号", + "model": "model", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "测量位置", + "model": "measureName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "测量内容", + "model": "measureContent", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "样本容量", + "model": "sampleSize", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "样本个数", + "model": "sampleNumber", + "type": "", + "clearable": false, + "filterable": false + } + ], + "buttons": [ + { + "label": "查询", + "action": "查询", + "click": "getLine()", + "method": "getLine", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [ + { + "hook": "created", + "calls": [ + "machineTypeSelect" + ] + } + ], + "methods": [ + { + "name": "opNameClear", + "action": "", + "line": 210 + }, + { + "name": "fetchData", + "action": "", + "line": 219 + }, + { + "name": "machineTypeSelect", + "action": "查询", + "line": 245 + }, + { + "name": "opNameSelect", + "action": "查询", + "line": 260 + }, + { + "name": "measureSelect", + "action": "查询", + "line": 283 + }, + { + "name": "eval", + "action": "", + "line": 304 + }, + { + "name": "getLine", + "action": "", + "line": 309 + }, + { + "name": "searchChart", + "action": "", + "line": 423 + }, + { + "name": "drawLine1", + "action": "", + "line": 474 + }, + { + "name": "drawLine2", + "action": "", + "line": 541 + }, + { + "name": "max", + "action": "", + "line": 498 + }, + { + "name": "handleDownload", + "action": "导出", + "line": 607 + }, + { + "name": "formatJson", + "action": "", + "line": 618 + } + ], + "backendCalls": [ + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_基本机型_查询", + "line": 226, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "MES", + "nameOrSql": "MES_计划BOM_工位与名称_查询", + "line": 249, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量位置", + "line": 266, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "质量数据查询", + "nameOrSql": "质量数据查询_测量项目", + "line": 290, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 390, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 401, + "role": "MESCommonBase 查询入口" + }, + { + "source": "CreateData", + "type": "11", + "action": "查询", + "domain": "SPC分析", + "nameOrSql": "SPC分析_去重字段_查询", + "line": 412, + "role": "MESCommonBase 查询入口" + } + ], + "apiFiles": [ + "src\\api\\SPCanalysis\\QualityData_XS" + ], + "apiFunctions": [], + "actions": [ + "查询" + ], + "riskLevel": "只读查询为主", + "description": "SearchData / QualityData_XS 页面支持 查询;主要控件 开始日期、工位号、零件号、测量位置、测量内容、样本容量、样本个数;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "SearchData", + "QualityData_XS", + "index", + "vue", + "查询", + "开始日期", + "工位号", + "零件号", + "测量位置", + "测量内容", + "样本容量", + "样本个数", + "质量数据查询_基本机型_查询", + "MES_计划BOM_工位与名称_查询", + "质量数据查询_测量位置", + "质量数据查询_测量项目", + "SPC分析_去重字段_查询", + "开始", + "始日", + "日期", + "开始日", + "始日期", + "工位", + "位号", + "零件", + "件号", + "测量", + "量位", + "位置", + "测量位", + "量位置", + "量内", + "内容", + "测量内", + "量内容", + "样本", + "本容", + "容量", + "样本容", + "本容量", + "本个", + "个数", + "样本个", + "本个数", + "质量", + "量数", + "数据", + "据查", + "询_", + "_基", + "基本", + "本机", + "机型", + "型_", + "_查", + "质量数", + "量数据", + "数据查", + "据查询", + "查询_", + "询_基", + "_基本", + "基本机", + "本机型", + "机型_", + "型_查", + "_查询", + "质量数据", + "量数据查", + "数据查询", + "据查询_", + "查询_基", + "询_基本", + "_基本机", + "基本机型", + "本机型_", + "机型_查", + "型_查询", + "ME", + "ES", + "S_", + "_计", + "计划", + "划B", + "BO", + "OM", + "M_", + "_工", + "位与", + "与名", + "名称", + "称_", + "MES", + "ES_", + "S_计", + "_计划", + "计划B", + "划BO", + "BOM", + "OM_", + "M_工", + "_工位", + "工位与", + "位与名", + "与名称", + "名称_", + "称_查", + "MES_", + "ES_计", + "S_计划", + "_计划B", + "计划BO", + "划BOM", + "BOM_", + "OM_工", + "M_工位", + "_工位与", + "工位与名" + ] + }, + { + "view": "src\\views\\SearchData\\QualityDatasearch\\UploadExcel.vue", + "module": "SearchData", + "title": "SearchData / QualityDatasearch / UploadExcel.vue", + "routePath": "", + "filters": [], + "buttons": [ + { + "label": "浏览", + "action": "导入", + "click": "handleUpload", + "method": "", + "icon": "el-icon-search", + "type": "primary" + } + ], + "tableFields": [], + "lifecycle": [], + "methods": [], + "backendCalls": [], + "apiFiles": [], + "apiFunctions": [], + "actions": [ + "导入" + ], + "riskLevel": "包含写入操作", + "description": "SearchData / QualityDatasearch / UploadExcel.vue 页面支持 导入;主要控件 无显式筛选控件;表格字段 未识别到表格字段。", + "keywords": [ + "src", + "views", + "SearchData", + "QualityDatasearch", + "UploadExcel", + "vue", + "导入", + "浏览" + ] + }, + { + "view": "src\\views\\SearchData\\QualityDatasearch\\index.vue", + "module": "SearchData", + "title": "SearchData / QualityDatasearch", + "routePath": "/SearchData/QualityDatasearch", + "filters": [ + { + "control": "el-date-picker", + "label": "开始日期", + "model": "dateTime", + "type": "daterange", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "工位号", + "model": "opName", + "type": "", + "clearable": false, + "filterable": false + }, + { + "control": "el-select", + "label": "请选择零件号", + "model": "model", + "type": "", + "clearable": true, + "filterable": true + }, + { + "control": "el-select", + "label": "请选择测量位置", + "model": "measureName", + "type": "", + "clearable": true, + "filterable": false + }, + { + "control": "el-select", + "label": "测量内容", + "model": "measureContent", + "type": "", + "clearable": true, + "filterable": false + } + ], + "buttons": [ + { + "label": "搜索", + "action": "操作", + "click": "pageSize = 20 ;pageCurrent = 1;searchData();searchChart()", + "method": "searchChart", + "icon": "el-icon-search", + "type": "primary" + }, + { + "label": "Excel", + "action": "导出", + "click": "handleDownload", + "method": "", + "icon": "el-icon-download", + "type": "info" + }, + { + "label": "/g, '') + .replace(//gi, '') + .replace(//gi, '') + .replace(/<[^>]+>/g, ' ') + .replace(/\{\{|\}\}/g, ' ') + .replace(/\s+/g, ' ') + .trim() +} + +function extractClickMethod(value) { + const methods = [] + const re = /([A-Za-z_$\u4e00-\u9fa5][\w$\u4e00-\u9fa5]*)\s*\(/g + let match + while ((match = re.exec(String(value || '')))) methods.push(match[1]) + return methods.filter(item => !/^(if|for|while|switch|confirm|parseInt|Number|String)$/.test(item)).pop() || '' +} + +function findBalancedBlock(text, openBraceIndex) { + if (openBraceIndex < 0) return '' + let depth = 0 + let quote = '' + let escaped = false + for (let i = openBraceIndex; i < text.length; i++) { + const ch = text[i] + if (quote) { + if (escaped) { + escaped = false + } else if (ch === '\\') { + escaped = true + } else if (ch === quote) { + quote = '' + } + continue + } + if (ch === '"' || ch === "'" || ch === '`') { + quote = ch + continue + } + if (ch === '{') depth++ + if (ch === '}') { + depth-- + if (depth === 0) return text.slice(openBraceIndex + 1, i) + } + } + return '' +} + +function extractOptionsBlock(text, name) { + const re = new RegExp('\\b' + name + '\\s*:\\s*{', 'g') + const match = re.exec(text) + if (!match) return '' + return findBalancedBlock(text, match.index + match[0].lastIndexOf('{')) +} + +function extractLifecycleBlock(text, name) { + const patterns = [ + new RegExp('\\b' + name + '\\s*\\([^)]*\\)\\s*{', 'g'), + new RegExp('\\b' + name + '\\s*:\\s*function\\s*\\([^)]*\\)\\s*{', 'g') + ] + for (let i = 0; i < patterns.length; i++) { + const match = patterns[i].exec(text) + if (match) return findBalancedBlock(text, match.index + match[0].lastIndexOf('{')) + } + return '' +} + +function extractButtons(text) { + const rows = [] + const re = /]*)>([\s\S]*?)<\/el-button>/gi + let match + while ((match = re.exec(text))) { + const attrs = match[1] + const label = textFromTemplate(match[2]) || getAttr(attrs, 'title') || getAttr(attrs, 'icon') || '按钮' + const click = getAttr(attrs, '@click') || getAttr(attrs, 'click') || getAttr(attrs, '@click.native.prevent') || getAttr(attrs, '@click.native') + rows.push({ + label, + action: inferAction(label + ' ' + click) || '操作', + click, + method: extractClickMethod(click), + icon: getAttr(attrs, 'icon'), + type: getAttr(attrs, 'type') + }) + } + return unique(rows.map(row => JSON.stringify(row))).map(row => JSON.parse(row)).slice(0, 40) +} + +function extractFilterControls(text) { + const rows = [] + const re = /<(el-date-picker|el-select|el-input|el-cascader|el-checkbox|el-radio-group|el-switch|el-input-number)\b([^>]*)/gi + let match + while ((match = re.exec(text))) { + const attrs = match[2] + const model = getAttr(attrs, 'v-model') || getAttr(attrs, 'model') + const label = getAttr(attrs, 'placeholder') || getAttr(attrs, 'start-placeholder') || getAttr(attrs, 'end-placeholder') || model || match[1] + rows.push({ + control: match[1], + label, + model, + type: getAttr(attrs, 'type'), + clearable: /\sclearable(\s|>|$)/i.test(attrs), + filterable: /\sfilterable(\s|>|$)/i.test(attrs) + }) + } + return unique(rows.map(row => JSON.stringify(row))).map(row => JSON.parse(row)).slice(0, 40) +} + +function extractTableFields(text) { + const rows = [] + const re = /]*)(?:\/>|>([\s\S]*?)<\/el-table-column>)/gi + let match + while ((match = re.exec(text))) { + const attrs = match[1] + const body = match[2] || '' + const rowRefs = [] + const refRe = /scope\.row\.([A-Za-z0-9_$\u4e00-\u9fa5]+)/g + let refMatch + while ((refMatch = refRe.exec(body))) rowRefs.push(refMatch[1]) + const prop = getAttr(attrs, 'prop') || unique(rowRefs).join('|') + const label = getAttr(attrs, 'label') || prop || textFromTemplate(body).slice(0, 30) + if (!label && !prop) continue + rows.push({ + label, + prop, + width: getAttr(attrs, 'width') || getAttr(attrs, 'min-width'), + fixed: getAttr(attrs, 'fixed') + }) + } + return unique(rows.map(row => JSON.stringify(row))).map(row => JSON.parse(row)).slice(0, 80) +} + +function extractMethodProfiles(text) { + const block = extractOptionsBlock(text, 'methods') + if (!block) return [] + const rows = [] + const skip = /^(if|for|while|switch|catch|then|map|filter|forEach|setTimeout|setInterval)$/ + const re = /(?:^|\n)\s*([A-Za-z_$\u4e00-\u9fa5][\w$\u4e00-\u9fa5]*)\s*(?:\([^)]*\)\s*{|:\s*function\s*\([^)]*\)\s*{)/g + let match + while ((match = re.exec(block))) { + const name = match[1] + if (skip.test(name)) continue + rows.push({ + name, + action: inferAction(name), + line: lineNumber(text, text.indexOf(match[0].trim())) + }) + } + return unique(rows.map(row => JSON.stringify(row))).map(row => JSON.parse(row)).slice(0, 80) +} + +function extractLifecycleProfiles(text) { + return ['created', 'mounted'].map(name => { + const block = extractLifecycleBlock(text, name) + const calls = [] + const re = /this\.([A-Za-z_$\u4e00-\u9fa5][\w$\u4e00-\u9fa5]*)\s*\(/g + let match + while ((match = re.exec(block))) calls.push(match[1]) + return { hook: name, calls: unique(calls) } + }).filter(item => item.calls.length) +} + +function riskLevelFromCalls(calls, buttons) { + const text = calls.concat(buttons || []).map(item => [item.Action, item.Type, item.NameOrSql, item.action, item.label].join(' ')).join(' ') + if (/删除|delete/i.test(text)) return '包含删除操作' + if (/修改|编辑|更新|增加|新增|导入|上传|保存|type.?12/i.test(text)) return '包含写入操作' + if (/导出|Excel|下载/i.test(text)) return '包含导出操作' + return '只读查询为主' +} + +function buildModuleFeatureProfiles(viewCalls, viewImports, apiMappings) { + const views = walk(path.join(ROOT, 'src', 'views'), file => /\.vue$/i.test(file)).map(rel).sort() + return views.map(view => { + const fullPath = path.join(ROOT, view) + const text = readText(fullPath) + const calls = viewCalls.filter(row => row.View === view) + const imports = viewImports.filter(row => row.View === view) + const apiFiles = unique(imports.map(row => row.ApiFile)) + const apiFunctions = unique(apiFiles.flatMap(file => apiMappings + .filter(row => normalizeSlash(row.ApiFile) === normalizeSlash(file)) + .map(row => row.FunctionName))) + .filter(name => new RegExp('\\b' + name + '\\s*\\(').test(text)) + const buttons = extractButtons(text) + const filters = extractFilterControls(text) + const tableFields = extractTableFields(text) + const methods = extractMethodProfiles(text) + const lifecycle = extractLifecycleProfiles(text) + const actions = unique(buttons.map(row => row.action).concat(calls.map(row => row.Action))).filter(Boolean) + const backendCalls = calls.map(row => ({ + source: row.Source, + type: row.Type, + action: row.Action, + domain: row.Domain, + nameOrSql: row.NameOrSql, + line: Number(row.Line || 0), + role: row.Source === 'RawSQL' ? 'Raw SQL 查询' : 'MESCommonBase 查询入口' + })) + const title = displayTitleFromView(view) + const description = title + ' 页面支持 ' + (actions.length ? actions.join('、') : '页面查看') + + ';主要控件 ' + (filters.length ? filters.map(row => row.label).slice(0, 8).join('、') : '无显式筛选控件') + + ';表格字段 ' + (tableFields.length ? tableFields.map(row => row.label).slice(0, 10).join('、') : '未识别到表格字段') + '。' + return { + view, + module: moduleFromView(view), + title, + routePath: viewToRoutePath(view), + filters, + buttons, + tableFields, + lifecycle, + methods, + backendCalls, + apiFiles, + apiFunctions, + actions, + riskLevel: riskLevelFromCalls(calls, buttons), + description, + keywords: keywordsFromText([view, title, actions.join(' '), filters.map(row => row.label).join(' '), buttons.map(row => row.label).join(' '), tableFields.map(row => row.label).join(' '), backendCalls.map(row => row.nameOrSql).join(' ')].join(' ')) + } + }) +} + +function buildQualityDataQueryProfiles(moduleFeatureProfiles) { + const assembly = moduleFeatureProfiles.find(profile => normalizeSlash(profile.view) === 'src\\views\\QualityAssurance\\AssemblyQualitydataQuery\\index.vue') + if (!assembly) return [] + return [{ + key: 'assembly-quality-data', + title: '质量数据查询', + routePath: assembly.routePath, + view: assembly.view, + module: assembly.module, + method: 'selectDate', + type: '11', + nameOrSql: '质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询', + exportType: '2001', + exportNameOrSql: '质量数据查询_综合查询新', + description: '按时间、工位、工件编号、订货号、订货号ID、机型号、工单ID、工单号、是否合格、测量位置、测量项目查询发动机各工位质量数据;无筛选条件时按全时间范围返回最新 200 条。', + defaultStrategy: '无查询条件时使用 1900-01-01 00:00:00 至 2099-12-31 23:59:59、全部筛选_ischeck=0、PageCurrent=1、PageSize=200,并按生产日期等时间字段倒序展示最新 200 条。', + latestSortFields: ['生产日期', '操作时间', '完成时间', '到达时间', '离开时间', '时间'], + defaultUseWhen: ['查询质量数据', '质量数据查询', '发动机质量数据', '工件质量数据', '测量值查询'], + parameters: [ + { name: '开始时间', source: 'dateTime[0]', arg: 'startTime', defaultValue: '1900-01-01 00:00:00', required: true }, + { name: '结束时间', source: 'dateTime[1]', arg: 'endTime', defaultValue: '2099-12-31 23:59:59', required: true }, + { name: '工位号_ischeck', source: 'stationNumberValue', arg: 'stationNumber', checkFor: '工位号' }, + { name: '工位号', source: 'stationNumberValue', arg: 'stationNumber' }, + { name: 'PageCurrent', source: 'pageCurrent', arg: 'pageCurrent', defaultValue: 1 }, + { name: 'PageSize', source: 'pageSize', arg: 'pageSize', defaultValue: 200 }, + { name: 'PageCount', source: 'output', defaultValue: '1111', type: 'int', output: '1' }, + { name: 'ItemCount', source: 'output', defaultValue: '1111', type: 'int', output: '1' }, + { name: '工件编号_ischeck', source: 'engineId', arg: 'engineId', checkFor: '工件编号' }, + { name: '工件编号', source: 'engineId', arg: 'engineId' }, + { name: '订货号_ischeck', source: 'orderCode', arg: 'orderCode', checkFor: '订货号' }, + { name: '订货号', source: 'orderCode', arg: 'orderCode' }, + { name: '订货号ID_ischeck', source: 'orderCodeId', arg: 'orderCodeId', checkFor: '订货号ID' }, + { name: '订货号ID', source: 'orderCodeId', arg: 'orderCodeId' }, + { name: '机型号_ischeck', source: 'engineType', arg: 'engineType', checkFor: '机型号' }, + { name: '机型号', source: 'engineType', arg: 'engineType' }, + { name: '工单ID_ischeck', source: 'workOrderId', arg: 'workOrderId', checkFor: '工单ID' }, + { name: '工单ID', source: 'workOrderId', arg: 'workOrderId' }, + { name: '工单号_ischeck', source: 'workOrderCode', arg: 'workOrderCode', checkFor: '工单号' }, + { name: '工单号', source: 'workOrderCode', arg: 'workOrderCode' }, + { name: '是否合格', source: 'isOk', arg: 'isOk', defaultValue: '0' }, + { name: '测量位置_ischeck', source: 'testPosition', arg: 'testPosition', checkFor: '测量位置' }, + { name: '测量位置', source: 'testPosition', arg: 'testPosition' }, + { name: '测量项目_ischeck', source: 'testItem', arg: 'testItem', checkFor: '测量项目' }, + { name: '测量项目', source: 'testItem', arg: 'testItem' } + ], + tableFields: assembly.tableFields, + filters: assembly.filters, + backendCalls: assembly.backendCalls, + keywords: keywordsFromText([assembly.title, assembly.routePath, assembly.description, '查询质量数据 质量数据查询 发动机质量数据 工件质量数据 测量值查询'].join(' ')) + }] +} + function extractApiMappings() { const apiRoots = [ path.join(ROOT, 'src', 'api'), @@ -344,8 +624,11 @@ function main() { }) const spcMappings = buildSpcMappings(apiMappings, viewCalls) const qualityModules = buildQualityModules(viewCalls) + const moduleFeatureProfiles = buildModuleFeatureProfiles(viewCalls, viewImports, apiMappings) + const qualityDataQueries = buildQualityDataQueryProfiles(moduleFeatureProfiles) const modules = viewSummary.map(row => { const calls = viewCalls.filter(call => call.View === row.View) + const featureProfile = moduleFeatureProfiles.find(profile => profile.view === row.View) const primaryQueries = calls.filter(call => call.Queryable).map(call => ({ kind: call.Source === 'RawSQL' ? 'raw-sql' : 'create-data', view: call.View, @@ -355,7 +638,9 @@ function main() { action: call.Action, domain: call.Domain, nameOrSql: call.NameOrSql, - queryTables: call.Source === 'RawSQL' ? extractTables(call.NameOrSql) : [inferObjectFromName(call.NameOrSql)].filter(Boolean), + queryTables: call.Source === 'RawSQL' ? extractTables(call.NameOrSql) : [], + backendQueryName: call.Source === 'RawSQL' ? '' : call.NameOrSql, + inferredObject: call.Source === 'RawSQL' ? '' : inferObjectFromName(call.NameOrSql), keywords: keywordsFromText([call.View, call.Domain, call.NameOrSql].join(' ')) })) return { @@ -366,6 +651,7 @@ function main() { callCount: Number(row.Count || calls.length || 0), domains: row.Domains ? row.Domains.split('|') : [], functionNames: row.Names ? row.Names.split('|') : [], + featureProfile, calls, primaryQueries, queryable: primaryQueries.length > 0, @@ -390,14 +676,15 @@ function main() { }) modules.forEach(module => { module.primaryQueries.forEach(query => { + if (query.kind !== 'raw-sql') return ;(query.queryTables || []).forEach(table => { if (!table) return sqlTables.push({ table, sourceFile: module.view, line: query.line, - sql: query.kind === 'raw-sql' ? query.nameOrSql : '', - source: query.kind === 'raw-sql' ? 'raw-sql' : 'inferred-object', + sql: query.nameOrSql, + source: 'raw-sql', queryable: true, keywords: keywordsFromText([table, module.view, query.nameOrSql].join(' ')) }) @@ -435,6 +722,8 @@ function main() { })), sqlTables: dedupedTables, qualityModules, + moduleFeatureProfiles, + qualityDataQueries, spcCharts: spcMappings, queryHints: modules.map(item => ({ kind: 'module', @@ -451,6 +740,64 @@ function main() { writeCsv('raw-sql-table-mapping.csv', ['ApiFile', 'Line', 'Tables', 'Sql'], rawSqlRows) writeCsv('spc-chart-mapping.csv', ['chartType', 'title', 'apiFile', 'endpoint', 'functions', 'types', 'views'], spcMappings) writeCsv('quality-module-mapping.csv', ['View', 'Module', 'RoutePath', 'Title', 'Domains', 'QueryNames', 'Queryable'], qualityModules) + writeCsv('quality-data-query-profiles.csv', [ + 'Key', + 'Title', + 'RoutePath', + 'View', + 'Type', + 'NameOrSql', + 'ExportType', + 'ExportNameOrSql', + 'Description', + 'Parameters', + 'TableFields' + ], qualityDataQueries.map(profile => ({ + Key: profile.key, + Title: profile.title, + RoutePath: profile.routePath, + View: profile.view, + Type: profile.type, + NameOrSql: profile.nameOrSql, + ExportType: profile.exportType, + ExportNameOrSql: profile.exportNameOrSql, + Description: profile.description, + Parameters: profile.parameters.map(row => [row.name, row.arg, row.defaultValue, row.output].filter(value => value != null && value !== '').join(':')).join('|'), + TableFields: profile.tableFields.map(row => [row.label, row.prop].filter(Boolean).join(':')).join('|') + }))) + writeCsv('module-feature-profiles.csv', [ + 'View', + 'Module', + 'RoutePath', + 'Title', + 'Description', + 'Actions', + 'Filters', + 'Buttons', + 'TableFields', + 'Lifecycle', + 'Methods', + 'BackendCalls', + 'ApiFiles', + 'ApiFunctions', + 'RiskLevel' + ], moduleFeatureProfiles.map(profile => ({ + View: profile.view, + Module: profile.module, + RoutePath: profile.routePath, + Title: profile.title, + Description: profile.description, + Actions: profile.actions.join('|'), + Filters: profile.filters.map(row => [row.label, row.model, row.control].filter(Boolean).join(':')).join('|'), + Buttons: profile.buttons.map(row => [row.label, row.method, row.action].filter(Boolean).join(':')).join('|'), + TableFields: profile.tableFields.map(row => [row.label, row.prop].filter(Boolean).join(':')).join('|'), + Lifecycle: profile.lifecycle.map(row => row.hook + ':' + row.calls.join('/')).join('|'), + Methods: profile.methods.map(row => [row.name, row.action].filter(Boolean).join(':')).join('|'), + BackendCalls: profile.backendCalls.map(row => [row.type, row.action, row.nameOrSql].filter(Boolean).join(':')).join('|'), + ApiFiles: profile.apiFiles.join('|'), + ApiFunctions: profile.apiFunctions.join('|'), + RiskLevel: profile.riskLevel + }))) fs.writeFileSync(OUT_FILE, JSON.stringify(knowledgeBase, null, 2), 'utf8') const report = [ '# WC-SPC 项目静态分析', @@ -473,6 +820,8 @@ function main() { '| API 映射 | ' + apiMappings.length + ' |', '| Raw SQL | ' + rawSqlRows.length + ' |', '| 质量相关模块 | ' + qualityModules.length + ' |', + '| 质量数据查询画像 | ' + qualityDataQueries.length + ' |', + '| 页面功能画像 | ' + moduleFeatureProfiles.length + ' |', '| SPC 图表类型 | ' + spcMappings.length + ' |' ].join('\n') fs.writeFileSync(path.join(DOCS_DIR, 'wc-spc-static-analysis.md'), report, 'utf8') @@ -480,6 +829,8 @@ function main() { console.log('modules=' + modules.length) console.log('apiMappings=' + apiMappings.length) console.log('qualityModules=' + qualityModules.length) + console.log('qualityDataQueries=' + qualityDataQueries.length) + console.log('moduleFeatureProfiles=' + moduleFeatureProfiles.length) console.log('spcCharts=' + spcMappings.length) } diff --git a/MES-Manager_View/mcp-server/server.js b/MES-Manager_View/mcp-server/server.js index 94a83b0..9d8f688 100644 --- a/MES-Manager_View/mcp-server/server.js +++ b/MES-Manager_View/mcp-server/server.js @@ -30,6 +30,9 @@ const DEEPSEEK_MODEL = process.env.DEEPSEEK_MODEL || 'deepseek-v4-pro' const MES_BACKEND_URL = process.env.MES_BACKEND_URL || 'http://127.0.0.1:10050/submit/MESCommonBase.ashx' const SPC_BACKEND_URL = (process.env.SPC_BACKEND_URL || 'http://localhost:57966').replace(/\/$/, '') const ALLOW_BACKEND_CALLS = process.env.AI_MCP_ALLOW_BACKEND_CALLS === 'true' +const HOME_PAGE_URL = process.env.AI_HOME_PAGE_URL || 'http://127.0.0.1:1997/#/dashboard' +const HOME_PAGE_PATH = '/dashboard' +const QUALITY_DATA_DEFAULT_LIMIT = 50 function readJson(file, fallback) { try { @@ -46,6 +49,7 @@ function emptyKnowledgeBase() { apiMappings: [], sqlTables: [], qualityModules: [], + qualityDataQueries: [], spcCharts: [], queryHints: [] } @@ -53,6 +57,67 @@ function emptyKnowledgeBase() { let knowledgeBase = readJson(KNOWLEDGE_FILE, emptyKnowledgeBase()) +const QUALITY_DATA_QUERY_PROFILE = { + key: 'assembly-quality-data', + title: '质量数据查询', + routePath: '/QualityAssurance/AssemblyQualitydataQuery', + view: 'src\\views\\QualityAssurance\\AssemblyQualitydataQuery\\index.vue', + module: 'QualityAssurance', + method: 'selectDate', + type: '11', + nameOrSql: '质量数据_发动机质量数据_各个工位_视图_发动机型号_综合查询', + exportType: '2001', + exportNameOrSql: '质量数据查询_综合查询新', + description: '按时间、工位、工件编号、订货号、订货号ID、机型号、工单ID、工单号、是否合格、测量位置、测量项目查询发动机各工位质量数据;无筛选条件时按全时间范围返回最新 50 条。', + defaultStrategy: '无查询条件时使用 1900-01-01 00:00:00 至 2099-12-31 23:59:59、全部筛选_ischeck=0、PageCurrent=1、PageSize=50,并按生产日期等时间字段倒序展示最新 50 条。', + latestSortFields: ['生产日期', '操作时间', '完成时间', '到达时间', '离开时间', '时间'], + parameters: [ + { name: '开始时间', arg: 'startTime', defaultValue: '1900-01-01 00:00:00', required: true }, + { name: '结束时间', arg: 'endTime', defaultValue: '2099-12-31 23:59:59', required: true }, + { name: '工位号_ischeck', arg: 'stationNumber', checkFor: '工位号' }, + { name: '工位号', arg: 'stationNumber' }, + { name: 'PageCurrent', arg: 'pageCurrent', defaultValue: 1 }, + { name: 'PageSize', arg: 'pageSize', defaultValue: 50 }, + { name: 'PageCount', defaultValue: '1111', type: 'int', output: '1' }, + { name: 'ItemCount', defaultValue: '1111', type: 'int', output: '1' }, + { name: '工件编号_ischeck', arg: 'engineId', checkFor: '工件编号' }, + { name: '工件编号', arg: 'engineId' }, + { name: '订货号_ischeck', arg: 'orderCode', checkFor: '订货号' }, + { name: '订货号', arg: 'orderCode' }, + { name: '订货号ID_ischeck', arg: 'orderCodeId', checkFor: '订货号ID' }, + { name: '订货号ID', arg: 'orderCodeId' }, + { name: '机型号_ischeck', arg: 'engineType', checkFor: '机型号' }, + { name: '机型号', arg: 'engineType' }, + { name: '工单ID_ischeck', arg: 'workOrderId', checkFor: '工单ID' }, + { name: '工单ID', arg: 'workOrderId' }, + { name: '工单号_ischeck', arg: 'workOrderCode', checkFor: '工单号' }, + { name: '工单号', arg: 'workOrderCode' }, + { name: '是否合格', arg: 'isOk', defaultValue: '0' }, + { name: '测量位置_ischeck', arg: 'testPosition', checkFor: '测量位置' }, + { name: '测量位置', arg: 'testPosition' }, + { name: '测量项目_ischeck', arg: 'testItem', checkFor: '测量项目' }, + { name: '测量项目', arg: 'testItem' } + ], + tableFields: [ + { label: '工位名称', prop: '工序名称' }, + { label: '工件编号', prop: '发动机号' }, + { label: '机型号', prop: '机型号' }, + { label: '订货号', prop: '订货号' }, + { label: '订货号ID', prop: '订货号ID' }, + { label: '工单ID', prop: '工单ID' }, + { label: '工单号', prop: '工单号' }, + { label: '测量位置', prop: '测量位置' }, + { label: '测量项目', prop: '测量项目' }, + { label: '测量值', prop: '测量值' }, + { label: '理论值', prop: '理论值' }, + { label: '上限值', prop: '上限值' }, + { label: '下限值', prop: '下限值' }, + { label: '测量单位', prop: '测量单位' }, + { label: '生产日期', prop: '生产日期' }, + { label: '合格标志', prop: '合格标志' } + ] +} + function lower(value) { return String(value || '').toLowerCase() } @@ -93,6 +158,43 @@ function table(headers, rows) { return html } +function isNgValue(value) { + const text = String(value == null ? '' : value).trim() + return /不合格|NG|false/i.test(text) || text === '0' +} + +function firstValue(row, keys) { + for (let i = 0; i < keys.length; i++) { + const value = row && row[keys[i]] + if (value != null && value !== '') return value + } + return '' +} + +function detailTable(headers, rows) { + const dataRows = Array.isArray(rows) ? rows : [] + let html = '
' + headers.forEach(header => { + html += '' + }) + html += '' + if (!dataRows.length) { + html += '' + } else { + dataRows.forEach(row => { + html += '' + headers.forEach(header => { + const value = row && row[header.key] + const className = header.status ? (isNgValue(value) ? ' class="ai-status-ng"' : '') : '' + html += '' + escapeHtml(Array.isArray(value) ? value.join(', ') : value) + '' + }) + html += '' + }) + } + html += '
' + escapeHtml(header.label) + '
无数据
' + return html +} + function normalizeRows(rows, limit) { if (!Array.isArray(rows)) return [] return rows.slice(0, limit || 30).map(row => { @@ -108,6 +210,34 @@ function htmlForRows(title, rows, limit) { return '

' + escapeHtml(title) + '

' + table(keys.map(key => ({ key, label: key })), normalized) } +function qualityDetailRows(rows) { + return normalizeRows(rows, 50).map(row => ({ + productionDate: firstValue(row, ['生产日期', '操作时间', '完成时间', '到达时间', '离开时间', '时间']), + stationName: firstValue(row, ['工序名称', '工位名称', '工位号', '指南工位号']), + workpieceNo: firstValue(row, ['发动机号', '工件编号', '工件号', '总成号']), + measureItem: firstValue(row, ['测量项目', '测量内容', '项目']), + measurePosition: firstValue(row, ['测量位置', '位置']), + measureValue: firstValue(row, ['测量值', '实际值', '值']), + upperLimit: firstValue(row, ['上限值', '上限']), + lowerLimit: firstValue(row, ['下限值', '下限']), + passFlag: firstValue(row, ['合格标志', '是否合格', '合格']) + })) +} + +function htmlForQualityDetailRows(rows) { + return '

质量数据明细(部分,按生产日期倒序,最多50条)

' + detailTable([ + { key: 'productionDate', label: '生产日期' }, + { key: 'stationName', label: '工位名称' }, + { key: 'workpieceNo', label: '工件编号' }, + { key: 'measureItem', label: '测量项目' }, + { key: 'measurePosition', label: '测量位置' }, + { key: 'measureValue', label: '测量值' }, + { key: 'upperLimit', label: '上限值' }, + { key: 'lowerLimit', label: '下限值' }, + { key: 'passFlag', label: '合格标志', status: true } + ], qualityDetailRows(rows)) +} + function tokens(query) { const source = lower(query) const parts = source @@ -168,6 +298,9 @@ function routeCandidates(question, limit) { const compactTitle = String(row.title || '').replace(/[\/_\s]+/g, '').toLowerCase() if (compactQuestion.indexOf('spc分析') > -1 && compactPath.indexOf('searchdataspcanalysis') > -1) score += 100 if (compactQuestion.indexOf('spc') > -1 && compactTitle.indexOf('spc') > -1) score += 30 + if (compactQuestion.indexOf('质量andon') > -1 && compactPath.indexOf('qualityandon') > -1) score += 40 + if (compactQuestion.indexOf('统计') === -1 && compactQuestion.indexOf('质量andon') > -1 && compactPath.indexOf('qualityandonstatistics') > -1) score -= 25 + if (compactQuestion.indexOf('统计') > -1 && compactPath.indexOf('statistics') > -1) score += 40 return Object.assign({ score }, row) }) .filter(row => row.score > 0) @@ -175,12 +308,90 @@ function routeCandidates(question, limit) { .slice(0, limit || 8) } +function moduleFeatureRows() { + if (Array.isArray(knowledgeBase.moduleFeatureProfiles) && knowledgeBase.moduleFeatureProfiles.length) { + return knowledgeBase.moduleFeatureProfiles + } + return (knowledgeBase.modules || []).map(row => Object.assign({ + view: row.view, + module: row.module, + title: row.title, + routePath: row.routePath, + filters: [], + buttons: [], + tableFields: [], + lifecycle: [], + methods: [], + backendCalls: row.calls || [], + actions: [], + riskLevel: row.queryable ? '包含查询入口' : '未识别到数据调用', + description: row.title || row.view, + keywords: row.keywords || [] + }, row.featureProfile || {})) +} + +function moduleFeatureCandidates(question, limit) { + const q = String(question || '') + return moduleFeatureRows() + .map(row => { + const text = [ + row.module, + row.title, + row.view, + row.routePath, + row.description, + row.actions, + (row.filters || []).map(item => [item.label, item.model, item.control].join(' ')).join(' '), + (row.buttons || []).map(item => [item.label, item.method, item.action].join(' ')).join(' '), + (row.tableFields || []).map(item => [item.label, item.prop].join(' ')).join(' '), + (row.backendCalls || []).map(item => item.nameOrSql || item.NameOrSql).join(' '), + row.keywords + ].join(' ') + let score = scoreText(text, question) + if (/统计/.test(q) && /Statistics/i.test(row.view + ' ' + row.routePath + ' ' + row.title)) score += 40 + if (!/统计/.test(q) && /(页面|查询页面|模块|功能|有什么)/.test(q) && /Statistics/i.test(row.view + ' ' + row.routePath + ' ' + row.title)) score -= 25 + if (/质量.*Andon|Andon.*质量/i.test(q) && /qualityAndon\\index\.vue/i.test(row.view)) score += 40 + return Object.assign({ score }, row) + }) + .filter(row => row.score > 0) + .sort((a, b) => b.score - a.score) + .slice(0, limit || 8) +} + +function isFeatureQuestion(question) { + const text = String(question || '') + return /(功能|有什么|有哪些|介绍|说明|页面|模块|按钮|字段|表格|筛选|条件|接口|入口|怎么用|如何使用|对应.*代码|功能代码|详细解析)/i.test(text) && + !/(查数据|查询数据|数据库|明细数据|最近\s*\d+\s*天.*数据|按.*查询.*数据|统计数据|实际数据|返回数据)/i.test(text) +} + function isNavigationQuestion(question) { return /(打开|跳转|进入|导航|前往|去到|切换到)/.test(String(question || '')) || /查看.*页面/.test(String(question || '')) } +function isHomeNavigationQuestion(question) { + const text = String(question || '').replace(/\s+/g, '') + return /(打开|跳转|进入|导航|前往|去到|切换到|返回|回到).*(主页|首页|主页面|仪表盘|dashboard)/i.test(text) || + /(主页|首页|主页面|仪表盘|dashboard).*(打开|跳转|进入|导航|前往|去到|切换到)/i.test(text) +} + function navigationResponse(question) { if (!isNavigationQuestion(question)) return null + if (isHomeNavigationQuestion(question)) { + const target = { + title: '主页', + routePath: HOME_PAGE_PATH, + url: HOME_PAGE_URL, + view: 'dashboard' + } + return { + html: '

页面导航

' + table([ + { key: 'title', label: '页面' }, + { key: 'routePath', label: '路由' }, + { key: 'url', label: '目标地址' } + ], [target]), + actions: [{ type: 'navigate', path: HOME_PAGE_PATH, url: HOME_PAGE_URL, title: target.title, view: target.view }] + } + } const candidates = routeCandidates(question, 8) if (!candidates.length) { return { html: table([{ key: '提示', label: '提示' }], [{ 提示: '未找到匹配页面,请换一个页面名或模块名。' }]), actions: [] } @@ -220,6 +431,148 @@ function qualitySearchResponse(question) { ], rows) } +function isSimpleLookupQuestion(question) { + const text = String(question || '') + return /^(项目|功能|模块|页面|查询质量数据|质量数据查询|质量Andon|Andon)/i.test(text) || /查看.*页面/.test(text) +} + +function featureSummaryRows(profile) { + return [ + { name: '页面', value: profile.title || '' }, + { name: '路由', value: profile.routePath || '' }, + { name: '源码', value: profile.view || '' }, + { name: '一级模块', value: profile.module || '' }, + { name: '功能概要', value: profile.description || '' }, + { name: '读写风险', value: profile.riskLevel || '' } + ] +} + +function qualityDataProfileRows(profile) { + return [ + { name: '功能名称', value: profile.title || '' }, + { name: '页面路由', value: profile.routePath || '' }, + { name: '源码文件', value: profile.view || '' }, + { name: '默认查询入口', value: profile.nameOrSql || '' }, + { name: '导出入口', value: profile.exportNameOrSql || '' }, + { name: '说明', value: profile.description || '' } + ] +} + +function qualityDataParameterRows(profile, args) { + const inputs = buildStructuredQualityDataParams(args || {}, profile) + return inputs.map(item => ({ + name: item.name, + value: item.value, + output: item.output || '', + type: item.type || '' + })) +} + +function describeQualityDataQuery(profile, args) { + let html = '

质量数据查询功能

' + table([ + { key: 'name', label: '项目' }, + { key: 'value', label: '内容' } + ], qualityDataProfileRows(profile)) + html += '

查询参数

' + table([ + { key: 'name', label: '参数' }, + { key: 'value', label: '值' }, + { key: 'type', label: '类型' }, + { key: 'output', label: '输出' } + ], qualityDataParameterRows(profile, args)) + html += '

结果字段

' + table([ + { key: 'label', label: '字段' }, + { key: 'prop', label: '数据字段' }, + { key: 'width', label: '宽度' } + ], profile.tableFields || []) + html += '

查询入口

' + table([ + { key: 'type', label: '类型' }, + { key: 'nameOrSql', label: '入口名称' }, + { key: 'role', label: '角色' } + ], [{ + type: profile.type, + nameOrSql: profile.nameOrSql, + role: '页面已有查询方法 selectDate() 的主查询入口' + }]) + html += '

导出入口

' + table([ + { key: 'exportType', label: '类型' }, + { key: 'exportNameOrSql', label: '导出入口' } + ], [{ + exportType: profile.exportType, + exportNameOrSql: profile.exportNameOrSql + }]) + return html +} + +function describeModuleFeatures(question, limit) { + const candidates = moduleFeatureCandidates(question || '', limit || 5) + if (!candidates.length) { + return '

模块功能说明

' + table([{ key: 'message', label: '提示' }], [{ message: '未找到匹配模块,请换一个页面名、路由或业务关键词。' }]) + } + const target = candidates[0] + let html = '

模块功能说明

' + table([ + { key: 'name', label: '项目' }, + { key: 'value', label: '内容' } + ], featureSummaryRows(target)) + html += '

筛选条件

' + table([ + { key: 'label', label: '条件' }, + { key: 'model', label: '绑定字段' }, + { key: 'control', label: '控件' }, + { key: 'type', label: '类型' } + ], target.filters || []) + html += '

页面操作

' + table([ + { key: 'label', label: '按钮/操作' }, + { key: 'action', label: '动作' }, + { key: 'method', label: '方法' }, + { key: 'icon', label: '图标' } + ], target.buttons || []) + html += '

表格字段

' + table([ + { key: 'label', label: '显示字段' }, + { key: 'prop', label: '数据字段' }, + { key: 'width', label: '宽度' } + ], target.tableFields || []) + html += '

自动加载

' + table([ + { key: 'hook', label: '生命周期' }, + { key: 'calls', label: '调用方法' } + ], target.lifecycle || []) + html += '

后端数据入口

' + table([ + { key: 'source', label: '来源' }, + { key: 'type', label: '类型' }, + { key: 'action', label: '动作' }, + { key: 'domain', label: '业务域' }, + { key: 'nameOrSql', label: '查询入口/SQL' }, + { key: 'role', label: '说明' } + ], target.backendCalls || []) + if (candidates.length > 1) { + html += '

其他匹配模块

' + table([ + { key: 'title', label: '页面' }, + { key: 'routePath', label: '路由' }, + { key: 'riskLevel', label: '读写风险' } + ], candidates.slice(1, 6)) + } + return html +} + +function searchModuleFeatures(question, limit) { + const rows = moduleFeatureCandidates(question || '', limit || 20).map(row => ({ + title: row.title, + routePath: row.routePath, + module: row.module, + actions: (row.actions || []).join('、'), + filters: (row.filters || []).map(item => item.label).slice(0, 6).join('、'), + buttons: (row.buttons || []).map(item => item.label).slice(0, 6).join('、'), + riskLevel: row.riskLevel + })) + return '

模块功能匹配结果

' + table([ + { key: 'title', label: '页面' }, + { key: 'routePath', label: '路由' }, + { key: 'module', label: '一级模块' }, + { key: 'actions', label: '动作' }, + { key: 'filters', label: '筛选条件' }, + { key: 'buttons', label: '页面按钮' }, + { key: 'riskLevel', label: '读写风险' } + ], rows) +} + function spcChartType(question) { const text = String(question || '') const rules = [ @@ -473,12 +826,13 @@ function postJson(url, payload, headers) { const target = new URL(url) const client = target.protocol === 'https:' ? https : http const body = typeof payload === 'string' ? payload : JSON.stringify(payload) + const bodyBuffer = Buffer.from(body, 'utf8') const req = client.request({ method: 'POST', hostname: target.hostname, port: target.port || (target.protocol === 'https:' ? 443 : 80), path: target.pathname + target.search, - headers: Object.assign({ 'Content-Type': 'application/json', 'Content-Length': Buffer.byteLength(body) }, headers || {}) + headers: Object.assign({ 'Content-Type': 'application/json; charset=utf-8', 'Content-Length': bodyBuffer.length }, headers || {}) }, res => { let text = '' res.setEncoding('utf8') @@ -492,39 +846,605 @@ function postJson(url, payload, headers) { }) }) req.on('error', reject) - req.write(body) + req.write(bodyBuffer) req.end() }) } -async function askDeepSeek(question, localHtml) { - if (!DEEPSEEK_API_KEY) return localHtml - const context = { - matchedModules: routeCandidates(question, 8), - qualityModules: pick(knowledgeBase.qualityModules, question, ['Title', 'View', 'Domains', 'QueryNames'], 8), - spcCharts: pick(knowledgeBase.spcCharts, question, ['chartType', 'title', 'apiFile', 'endpoint', 'functions'], 8) +function isQualityDataQuestion(question) { + const text = String(question || '') + if (isFeatureQuestion(text)) return false + if (/质量数据/.test(text) && /(查|查询|查找|获取|显示|展示|列出|返回|最近|最新|明细|数据)/.test(text)) return true + return /(查询质量数据|质量数据查询|发动机质量数据|工件质量数据|测量值查询)/i.test(text) || + /(查数据|查询数据|明细数据|实际数据|返回数据|最近\s*\d+\s*天.*数据|按.*查询.*数据|统计数据)/i.test(text) || + /(查询|查看|统计|列出).*(质量|Andon|安灯|巡检|条码|测量|工位).*(数据|明细|记录|最近|今天|昨天)/i.test(text) || + /ANDON_ANDON信息_备份_质量Andon综合查询/i.test(text) +} + +function qualityDataQueryProfiles() { + return [QUALITY_DATA_QUERY_PROFILE] +} + +function findStructuredQualityDataProfile(args) { + const queryText = [args.query, args.module, args.nameOrSql].filter(Boolean).join(' ') + const exactName = String(args.nameOrSql || '').trim() + return qualityDataQueryProfiles() + .map(profile => { + let score = 0 + if (exactName && profile.nameOrSql === exactName) score += 1000 + const text = [profile.title, profile.routePath, profile.view, profile.nameOrSql, profile.description, profile.defaultUseWhen, profile.keywords].join(' ') + score += scoreText(text, queryText) + if (/(查询质量数据|质量数据查询|发动机质量数据|工件质量数据|测量值查询)/i.test(queryText)) score += 300 + return Object.assign({ score }, profile) + }) + .filter(profile => profile.score > 0) + .sort((a, b) => b.score - a.score)[0] +} + +function createDataQueries() { + return (knowledgeBase.modules || []).flatMap(module => { + return (module.primaryQueries || []) + .filter(query => query && query.kind === 'create-data' && query.nameOrSql) + .map(query => Object.assign({ + moduleTitle: module.title, + routePath: module.routePath, + moduleName: module.module, + qualityRelated: module.qualityRelated + }, query)) + }) +} + +function findQualityDataQuery(args) { + const exactName = String(args.nameOrSql || '').trim() + const structured = exactName && exactName !== QUALITY_DATA_QUERY_PROFILE.nameOrSql + ? null + : QUALITY_DATA_QUERY_PROFILE + if (structured) { + return Object.assign({ + view: structured.view, + moduleTitle: structured.title, + routePath: structured.routePath, + moduleName: structured.module, + queryTables: [], + backendQueryName: structured.nameOrSql, + structuredProfile: structured + }, structured) } + const queryText = [args.query, args.module, args.nameOrSql].filter(Boolean).join(' ') + const rows = createDataQueries().filter(row => { + if (exactName) return row.nameOrSql === exactName + const text = [row.moduleTitle, row.routePath, row.view, row.domain, row.nameOrSql].join(' ') + return row.qualityRelated || scoreText(text, queryText) > 0 + }) + return rows + .map(row => { + const text = [row.moduleTitle, row.routePath, row.view, row.domain, row.nameOrSql].join(' ') + let score = exactName && row.nameOrSql === exactName ? 1000 : scoreText(text, queryText) + if (/质量.*Andon|Andon.*质量|ANDON_ANDON信息/i.test(queryText) && /ANDON_ANDON信息_备份_质量Andon综合查询_分页/i.test(row.nameOrSql)) score += 300 + if (String(row.type) === '11') score += 30 + if (String(row.type) === '2001' || /导出|下载|excel/i.test(row.nameOrSql)) score -= 80 + return Object.assign({ score }, row) + }) + .filter(row => row.score > 0) + .sort((a, b) => b.score - a.score)[0] +} + +function normalizeMesParams(params) { + if (Array.isArray(params)) { + return params.map(item => { + if (Array.isArray(item)) return { name: item[0], value: item[1], type: item[2], output: item[3] } + return item + }).filter(item => item && item.name) + } + if (params && typeof params === 'object') { + return Object.keys(params).map(key => ({ name: key, value: params[key] })) + } + return [] +} + +function buildQualityAndonParams(args) { + const range = Object.assign(parseDateRange(args.query || ''), { + startTime: args.startTime, + endTime: args.endTime + }) + const stationNumber = args.stationNumber || args.opName || parseQuotedOrNamed(args.query || '', ['工位号', '工位', '工位名称']) + const pageCurrent = Math.max(Number(args.pageCurrent || 1), 1) + const pageSize = Math.min(Math.max(Number(args.pageSize || args.limit || 30), 1), 100) + return [ + { name: '开始时间', value: range.startTime }, + { name: '结束时间', value: range.endTime }, + { name: '工位号_ischeck', value: stationNumber ? 1 : 0 }, + { name: '工位号', value: stationNumber || '' }, + { name: 'PageCurrent', value: pageCurrent }, + { name: 'PageSize', value: pageSize }, + { name: 'PageCount', value: '1111', type: 'int', output: '1' }, + { name: 'ItemCount', value: '1111', type: 'int', output: '1' } + ] +} + +function withDateTime(value, endOfDay) { + if (!value) return '' + const text = String(value) + if (/\d{1,2}:\d{2}/.test(text)) return text + return text + (endOfDay ? ' 23:59:59' : ' 00:00:00') +} + +function normalizePassFlag(value) { + const text = String(value == null ? '' : value).trim() + if (!text || text === '全部') return '0' + if (/不合格|NG|false/i.test(text)) return '2' + if (/合格|OK|true/i.test(text)) return '1' + return text +} + +function parsePassFlagFromQuery(query) { + const text = String(query || '') + if (/不合格|NG/i.test(text)) return '2' + if (/全部/.test(text)) return '0' + if (/合格|OK/i.test(text)) return '1' + return '' +} + +function pickArg(args, names) { + for (let i = 0; i < names.length; i++) { + const value = args[names[i]] + if (value != null && value !== '') return value + } + return '' +} + +function hasExplicitDateRange(args) { + const text = String(args.query || '') + return Boolean(args.startTime || args.endTime || /(\d{4}[-/]\d{1,2}[-/]\d{1,2})|今天|昨日|昨天|最近\s*\d+\s*天/.test(text)) +} + +function buildStructuredQualityDataParams(args, profile) { + const range = hasExplicitDateRange(args) + ? Object.assign(parseDateRange(args.query || ''), { startTime: args.startTime, endTime: args.endTime }) + : { startTime: '1900-01-01', endTime: '2099-12-31' } + const values = { + startTime: withDateTime(range.startTime, false), + endTime: withDateTime(range.endTime, true), + stationNumber: pickArg(args, ['stationNumber', 'opName']) || parseQuotedOrNamed(args.query || '', ['工位号', '工位']), + engineId: pickArg(args, ['engineId', 'workpieceNo']) || parseQuotedOrNamed(args.query || '', ['工件编号', '工件号', '发动机号', '总成号']), + orderCode: pickArg(args, ['orderCode']) || parseQuotedOrNamed(args.query || '', ['订货号']), + orderCodeId: pickArg(args, ['orderCodeId']) || parseQuotedOrNamed(args.query || '', ['订货号ID']), + engineType: pickArg(args, ['engineType', 'model']) || parseQuotedOrNamed(args.query || '', ['机型号', '机型', '型号']), + workOrderId: pickArg(args, ['workOrderId']) || parseQuotedOrNamed(args.query || '', ['工单ID']), + workOrderCode: pickArg(args, ['workOrderCode']) || parseQuotedOrNamed(args.query || '', ['工单号']), + isOk: normalizePassFlag(pickArg(args, ['isOk', 'qualified', 'passFlag']) || parseQuotedOrNamed(args.query || '', ['是否合格', '合格标志']) || parsePassFlagFromQuery(args.query || '')), + testPosition: pickArg(args, ['testPosition', 'measurePosition', 'measureName']) || parseQuotedOrNamed(args.query || '', ['测量位置', '位置']), + testItem: pickArg(args, ['testItem', 'measureItem', 'measureContent']) || parseQuotedOrNamed(args.query || '', ['测量项目', '测量内容', '项目']), + pageCurrent: Math.max(Number(args.pageCurrent || 1), 1), + pageSize: Math.min(Math.max(Number(args.pageSize || args.limit || 50), 1), 50) + } + return (profile.parameters || []).map(param => { + if (param.output) return { name: param.name, value: param.defaultValue, type: param.type, output: param.output } + if (param.checkFor) { + const value = values[param.arg] + return { name: param.name, value: value ? 1 : 0 } + } + return { name: param.name, value: values[param.arg] != null && values[param.arg] !== '' ? values[param.arg] : (param.defaultValue == null ? '' : param.defaultValue) } + }) +} + +function buildMesPayload(query, args) { + const providedParams = normalizeMesParams(args.params) + const params = providedParams.length + ? providedParams + : (query.structuredProfile ? buildStructuredQualityDataParams(args, query.structuredProfile) + : (/ANDON_ANDON信息_备份_质量Andon综合查询/i.test(query.nameOrSql) ? buildQualityAndonParams(args) : [])) + return { + type: String(args.type || query.type || '11'), + name: query.nameOrSql, + param: JSON.stringify(params), + pageSize: args.pageSize, + pageList: args.pageList, + UserID: args.userId || 'AI', + ModularID: query.routePath || query.view || '/AI' + } +} + +function parsePossibleJson(value) { + if (typeof value !== 'string') return value + try { + return JSON.parse(value) + } catch (error) { + return value + } +} + +function unwrapMesResponse(response) { + let body = response + if (body && typeof body === 'object' && typeof body.raw === 'string') body = parsePossibleJson(body.raw) + if (typeof body === 'string') body = parsePossibleJson(body) + if (body && typeof body === 'object' && typeof body.d === 'string') body = parsePossibleJson(body.d) + if (body && typeof body === 'object' && typeof body.data === 'string') body.data = parsePossibleJson(body.data) + const data = body && body.data && typeof body.data === 'object' ? body.data : body + const rows = Array.isArray(data) ? data + : (data && Array.isArray(data.result)) ? data.result + : (data && Array.isArray(data.rows)) ? data.rows + : (data && Array.isArray(data.data)) ? data.data + : [] + return { + body, + data, + rows, + output: data && Array.isArray(data.output) ? data.output : [] + } +} + +function parseDateValue(value) { + if (value == null || value === '') return 0 + const text = String(value).replace(/\//g, '-') + const time = Date.parse(text) + return Number.isNaN(time) ? 0 : time +} + +function isQualityChartQuestion(question) { + const text = String(question || '') + return isQualityDataQuestion(text) && qualityChartTypes(text).length > 0 +} + +function qualityChartTypes(question) { + const text = String(question || '') + const types = [] + const has = words => words.some(word => text.toLowerCase().indexOf(word.toLowerCase()) > -1) + if (has(['\u6837\u672c\u8d8b\u52bf\u56fe'])) types.push('sampleTrend') + if (has(['\u76f4\u65b9\u56fe'])) types.push('histogram') + if (has(['\u5de5\u5e8f\u80fd\u529b\u5206\u6790\u56fe'])) types.push('processCapability') + if (has(['\u6392\u5217\u56fe', 'Pareto'])) types.push('pareto') + if (has(['\u5747\u503c\u6781\u5dee\u56fe'])) types.push('xr') + if (has(['\u5747\u503c\u6807\u51c6\u5dee\u56fe'])) types.push('xs') + if (has(['SPC\u57fa\u672c\u8d8b\u52bf\u56fe', '\u57fa\u672c\u8d8b\u52bf\u56fe'])) types.push('basicTrend') + return unique(types) +} + +function numericQualityValue(row) { + const value = firstValue(row, ['测量值', '实际值', 'value', 'Value', '数值']) + const number = Number(value) + return Number.isNaN(number) ? NaN : number +} + +function constantLineValue(rows, keys) { + for (let i = 0; i < rows.length; i++) { + const value = firstValue(rows[i], keys) + const number = Number(value) + if (!Number.isNaN(number)) return number + } + return NaN +} + +function uniqueRowValues(rows, keys) { + return unique((rows || []).map(row => firstValue(row, keys)).filter(Boolean)) +} + +function qualityChartPoints(rows) { + const sortedRows = normalizeRows(rows, QUALITY_DATA_DEFAULT_LIMIT).slice().sort((a, b) => { + const diff = parseDateValue(firstValue(a, ['生产日期', '操作时间', '完成时间', '到达时间', '离开时间', '时间'])) - + parseDateValue(firstValue(b, ['生产日期', '操作时间', '完成时间', '到达时间', '离开时间', '时间'])) + return diff || 0 + }) + return sortedRows.map((row, index) => ({ + row, + value: numericQualityValue(row), + label: firstValue(row, ['生产日期', '操作时间', '完成时间', '到达时间', '离开时间', '时间']) || String(index + 1) + })).filter(point => !Number.isNaN(point.value)) +} + +function qualityChartTitle(baseTitle, points) { + const rows = points.map(point => point.row) + const stationNames = uniqueRowValues(rows, ['工序名称', '工位名称', '工位号', '指南工位号']) + const positions = uniqueRowValues(rows, ['测量位置', '位置']) + return baseTitle + ' - ' + + (stationNames.length === 1 ? stationNames[0] : '多工位') + + ' / ' + + (positions.length === 1 ? positions[0] : '多测量位置') +} + +function mixedMeasurePosition(points) { + return uniqueRowValues(points.map(point => point.row), ['测量位置', '位置']).length > 1 +} + +function qualitySpecMarkLines(points) { + const rows = points.map(point => point.row) + const markLineData = [] + const upper = constantLineValue(rows, ['上限值', '上限']) + const lower = constantLineValue(rows, ['下限值', '下限']) + const theory = constantLineValue(rows, ['理论值', '目标值']) + if (!Number.isNaN(upper)) markLineData.push({ name: '上限值', yAxis: upper }) + if (!Number.isNaN(lower)) markLineData.push({ name: '下限值', yAxis: lower }) + if (!Number.isNaN(theory)) markLineData.push({ name: '理论值', yAxis: theory }) + return markLineData +} + +function polishChart(chart, palette) { + if (!chart || !chart.option) return chart + const colors = palette || ['#2563eb', '#16a34a', '#f97316', '#dc2626', '#7c3aed'] + chart.option.color = colors + chart.option.backgroundColor = '#ffffff' + chart.option.title = Object.assign({ + left: 'center', + top: 10, + textStyle: { color: '#1f2937', fontSize: 14, fontWeight: 600 } + }, chart.option.title || {}) + chart.option.tooltip = Object.assign({ + trigger: 'axis', + backgroundColor: 'rgba(17, 24, 39, 0.9)', + borderWidth: 0, + textStyle: { color: '#fff', fontSize: 12 }, + axisPointer: { type: 'line', lineStyle: { color: '#94a3b8', width: 1, type: 'dashed' } } + }, chart.option.tooltip || {}) + chart.option.grid = Object.assign({ left: 54, right: 28, top: 72, bottom: 48, containLabel: true }, chart.option.grid || {}) + const axisStyle = { + axisLine: { lineStyle: { color: '#cbd5e1' } }, + axisTick: { lineStyle: { color: '#cbd5e1' } }, + axisLabel: { color: '#475569', fontSize: 11 }, + splitLine: { lineStyle: { color: '#eef2f7', type: 'dashed' } } + } + if (Array.isArray(chart.option.xAxis)) { + chart.option.xAxis = chart.option.xAxis.map(axis => Object.assign({}, axisStyle, axis)) + } else { + chart.option.xAxis = Object.assign({}, axisStyle, chart.option.xAxis || {}) + } + if (Array.isArray(chart.option.yAxis)) { + chart.option.yAxis = chart.option.yAxis.map(axis => Object.assign({}, axisStyle, axis)) + } else { + chart.option.yAxis = Object.assign({}, axisStyle, chart.option.yAxis || {}) + } + chart.option.legend = Object.assign({ + top: 36, + textStyle: { color: '#475569', fontSize: 11 }, + itemWidth: 12, + itemHeight: 8 + }, chart.option.legend || {}) + if (Array.isArray(chart.option.series)) { + chart.option.series = chart.option.series.map((series, index) => { + const next = Object.assign({ + symbol: series.type === 'line' ? 'circle' : undefined, + symbolSize: series.type === 'line' ? 5 : undefined, + lineStyle: series.type === 'line' ? { width: 2 } : undefined, + itemStyle: { borderRadius: series.type === 'bar' ? [4, 4, 0, 0] : 0 } + }, series) + if (next.markLine) { + next.markLine = Object.assign({ + symbol: 'none', + label: { color: '#64748b', fontSize: 11 }, + lineStyle: { color: colors[(index + 2) % colors.length], width: 1.5, type: 'dashed' } + }, next.markLine) + } + return next + }) + } + return chart +} + +function lineQualityChart(type, title, points, data, seriesName) { + const markLineData = qualitySpecMarkLines(points) + return polishChart({ + id: 'chart_' + type + '_' + Date.now() + '_' + Math.floor(Math.random() * 10000), + title, + mixedMeasurePosition: mixedMeasurePosition(points), + option: { + title: { text: title, left: 'center' }, + tooltip: { trigger: 'axis' }, + grid: { left: 50, right: 24, top: 62, bottom: 48 }, + xAxis: { type: 'category', data: points.map(point => point.label), axisLabel: { rotate: 35 } }, + yAxis: { type: 'value', scale: true }, + series: [{ name: seriesName || '测量值', type: 'line', smooth: true, data, markLine: markLineData.length ? { symbol: 'none', data: markLineData } : undefined }] + } + }) +} + +function histogramQualityChart(points) { + const values = points.map(point => point.value) + const min = Math.min.apply(null, values) + const max = Math.max.apply(null, values) + const binCount = Math.min(10, Math.max(4, Math.ceil(Math.sqrt(values.length)))) + const width = max === min ? 1 : (max - min) / binCount + const bins = Array.from({ length: binCount }, (_, index) => ({ label: (min + index * width).toFixed(2) + '-' + (min + (index + 1) * width).toFixed(2), count: 0 })) + values.forEach(value => { + const index = max === min ? 0 : Math.min(Math.floor((value - min) / width), binCount - 1) + bins[index].count += 1 + }) + const title = qualityChartTitle('直方图', points) + return polishChart({ id: 'chart_histogram_' + Date.now() + '_' + Math.floor(Math.random() * 10000), title, mixedMeasurePosition: mixedMeasurePosition(points), option: { title: { text: title, left: 'center' }, tooltip: { trigger: 'axis' }, grid: { left: 48, right: 24, top: 62, bottom: 58 }, xAxis: { type: 'category', data: bins.map(bin => bin.label), axisLabel: { rotate: 35 } }, yAxis: { type: 'value' }, series: [{ name: '频数', type: 'bar', data: bins.map(bin => bin.count) }] } }, ['#2563eb']) +} + +function processCapabilityQualityChart(points) { + const values = points.map(point => point.value) + const summary = summaryForValues(values) + const upper = constantLineValue(points.map(point => point.row), ['上限值', '上限']) + const lower = constantLineValue(points.map(point => point.row), ['下限值', '下限']) + const avg = values.reduce((acc, item) => acc + item, 0) / values.length + const variance = values.reduce((acc, item) => acc + Math.pow(item - avg, 2), 0) / values.length + const sigma = Math.sqrt(variance) + const cp = !Number.isNaN(upper) && !Number.isNaN(lower) && sigma > 0 ? (upper - lower) / (6 * sigma) : NaN + const cpk = !Number.isNaN(upper) && !Number.isNaN(lower) && sigma > 0 ? Math.min((upper - avg) / (3 * sigma), (avg - lower) / (3 * sigma)) : NaN + const title = qualityChartTitle('工序能力分析图', points) + return polishChart({ id: 'chart_processCapability_' + Date.now() + '_' + Math.floor(Math.random() * 10000), title, mixedMeasurePosition: mixedMeasurePosition(points), option: { title: { text: title, left: 'center' }, tooltip: { trigger: 'axis' }, grid: { left: 60, right: 24, top: 72, bottom: 42 }, xAxis: { type: 'category', data: summary.map(item => item.name).concat(['CP', 'CPK']) }, yAxis: { type: 'value', scale: true }, series: [{ name: '能力指标', type: 'bar', data: summary.map(item => Number(item.value)).concat([Number.isNaN(cp) ? 0 : Number(cp.toFixed(4)), Number.isNaN(cpk) ? 0 : Number(cpk.toFixed(4))]) }] } }, ['#16a34a']) +} + +function paretoQualityChart(points) { + const counts = {} + points.forEach(point => { + const key = firstValue(point.row, ['合格标志', '是否合格', '测量项目', '测量位置']) || '数据项' + counts[key] = (counts[key] || 0) + 1 + }) + const items = Object.keys(counts).map(name => ({ name, count: counts[name] })).sort((a, b) => b.count - a.count) + const total = items.reduce((acc, item) => acc + item.count, 0) || 1 + let cumulative = 0 + const line = items.map(item => { cumulative += item.count; return Number((cumulative / total * 100).toFixed(2)) }) + const title = qualityChartTitle('排列图', points) + return polishChart({ id: 'chart_pareto_' + Date.now() + '_' + Math.floor(Math.random() * 10000), title, mixedMeasurePosition: mixedMeasurePosition(points), option: { title: { text: title, left: 'center' }, tooltip: { trigger: 'axis' }, legend: { top: 30 }, grid: { left: 48, right: 48, top: 76, bottom: 50 }, xAxis: { type: 'category', data: items.map(item => item.name), axisLabel: { rotate: 25 } }, yAxis: [{ type: 'value' }, { type: 'value', min: 0, max: 100, axisLabel: { formatter: '{value}%' } }], series: [{ name: '数量', type: 'bar', data: items.map(item => item.count) }, { name: '累计占比', type: 'line', yAxisIndex: 1, data: line }] } }, ['#2563eb', '#f97316']) +} + +function groupedValues(values, size, mapper) { + const result = [] + for (let i = 0; i < values.length; i += size) { + const group = values.slice(i, i + size) + if (group.length) result.push(mapper(group)) + } + return result +} + +function controlQualityChart(type, points) { + const values = points.map(point => point.value) + const size = 5 + const labels = groupedValues(values, size, (_, index) => index).map((_, index) => '组' + (index + 1)) + const averages = groupedValues(values, size, group => group.reduce((acc, item) => acc + item, 0) / group.length) + const secondary = groupedValues(values, size, group => { + if (type === 'xr') return Math.max.apply(null, group) - Math.min.apply(null, group) + const avg = group.reduce((acc, item) => acc + item, 0) / group.length + return Math.sqrt(group.reduce((acc, item) => acc + Math.pow(item - avg, 2), 0) / group.length) + }) + const title = qualityChartTitle(type === 'xr' ? '均值极差图' : '均值标准差图', points) + return polishChart({ id: 'chart_' + type + '_' + Date.now() + '_' + Math.floor(Math.random() * 10000), title, mixedMeasurePosition: mixedMeasurePosition(points), option: { title: { text: title, left: 'center' }, tooltip: { trigger: 'axis' }, legend: { top: 30 }, grid: { left: 50, right: 44, top: 76, bottom: 42 }, xAxis: { type: 'category', data: labels }, yAxis: [{ type: 'value', scale: true }, { type: 'value', scale: true }], series: [{ name: '均值', type: 'line', smooth: true, data: averages }, { name: type === 'xr' ? '极差' : '标准差', type: 'line', smooth: true, yAxisIndex: 1, data: secondary }] } }, ['#2563eb', '#dc2626']) +} + +function qualityDataCharts(rows, question) { + const points = qualityChartPoints(rows) + if (!points.length) return [] + return qualityChartTypes(question).map(type => { + if (type === 'histogram') return histogramQualityChart(points) + if (type === 'processCapability') return processCapabilityQualityChart(points) + if (type === 'pareto') return paretoQualityChart(points) + if (type === 'xr') return controlQualityChart('xr', points) + if (type === 'xs') return controlQualityChart('xs', points) + if (type === 'sampleTrend') return lineQualityChart('sampleTrend', qualityChartTitle('样本趋势图', points), points, points.map(point => point.value), '测量值') + return lineQualityChart('basicTrend', qualityChartTitle('SPC基本趋势图', points), points, points.map(point => point.value), '测量值') + }).filter(Boolean) +} + +function latestQualityRows(rows, profile, limit) { + const source = Array.isArray(rows) ? rows.slice() : [] + const maxRows = Math.min(Math.max(Number(limit || QUALITY_DATA_DEFAULT_LIMIT), 1), QUALITY_DATA_DEFAULT_LIMIT) + const fields = (profile && profile.latestSortFields && profile.latestSortFields.length) + ? profile.latestSortFields + : ['生产日期', '操作时间', '完成时间', '到达时间', '离开时间', '时间'] + const sortField = fields.find(field => source.some(row => row && row[field])) + if (sortField) { + source.sort((a, b) => parseDateValue(b && b[sortField]) - parseDateValue(a && a[sortField])) + } + return source.slice(0, maxRows) +} + +async function queryQualityData(args) { + const queryLimit = Math.min(Math.max(Number((args && (args.limit || args.pageSize)) || QUALITY_DATA_DEFAULT_LIMIT), 1), QUALITY_DATA_DEFAULT_LIMIT) + const selected = findQualityDataQuery(args || {}) + if (!selected) { + const rows = pick(knowledgeBase.qualityModules, args.query || '', ['Title', 'View', 'Domains', 'QueryNames'], 10) + return { + html: '

未定位到质量查询入口

' + table([ + { key: 'Title', label: '页面' }, + { key: 'RoutePath', label: '路由' }, + { key: 'QueryNames', label: '可用查询入口' } + ], rows), + data: { matched: false, candidates: rows } + } + } + const payload = buildMesPayload(selected, args || {}) + const sourceRows = [{ + module: selected.moduleTitle, + routePath: selected.routePath, + type: payload.type, + name: payload.name, + note: 'MESCommonBase 查询入口,复用页面已有查询能力' + }] + let response + try { + response = await postJson(MES_BACKEND_URL, JSON.stringify(payload)) + } catch (error) { + return { + html: '

质量数据查询入口已定位

' + table([ + { key: 'module', label: '页面' }, + { key: 'routePath', label: '路由' }, + { key: 'type', label: '类型' }, + { key: 'name', label: '查询入口' }, + { key: 'note', label: '说明' } + ], sourceRows) + '

接口调用失败

' + table([ + { key: 'name', label: '项目' }, + { key: 'value', label: '内容' } + ], [ + { name: '错误', value: error.message }, + { name: '接口', value: MES_BACKEND_URL } + ]), + data: { matched: true, error: error.message, payload, query: selected } + } + } + const parsed = unwrapMesResponse(response) + const displayRows = selected.structuredProfile + ? latestQualityRows(parsed.rows, selected.structuredProfile, queryLimit) + : normalizeRows(parsed.rows, queryLimit) + const paramRows = parsePossibleJson(payload.param) + let html = '

质量数据查询入口

' + table([ + { key: 'module', label: '页面' }, + { key: 'routePath', label: '路由' }, + { key: 'type', label: '类型' }, + { key: 'name', label: '查询入口' }, + { key: 'note', label: '说明' } + ], sourceRows) + html += '

查询条件

' + table([ + { key: 'name', label: '参数' }, + { key: 'value', label: '值' }, + { key: 'output', label: '输出参数' } + ], paramRows) + html += htmlForQualityDetailRows(displayRows) + if (parsed.output.length) html += '

输出参数

' + htmlForRows('分页信息', parsed.output, 5) + if (!parsed.rows.length && typeof (response && response.raw) === 'string') { + html += '

原始返回

' + escapeHtml(response.raw.slice(0, 1000)) + '
' + } + return { html, data: { matched: true, query: selected, payload, response, rows: displayRows, rawRows: parsed.rows, output: parsed.output } } +} + +async function askDeepSeek(question, toolHtml, context, options) { + const fallback = toolHtml || '

DeepSeek 未配置或暂不可用。

' + if (!DEEPSEEK_API_KEY) return fallback + const opts = options || {} + const mergedContext = opts.useProjectContext + ? Object.assign({ + matchedModules: routeCandidates(question, 8), + qualityModules: pick(knowledgeBase.qualityModules, question, ['Title', 'View', 'Domains', 'QueryNames'], 8), + moduleFeatures: moduleFeatureCandidates(question, 8), + qualityDataQueries: qualityDataQueryProfiles(), + spcCharts: pick(knowledgeBase.spcCharts, question, ['chartType', 'title', 'apiFile', 'endpoint', 'functions'], 8) + }, context || {}) + : (context || {}) const system = [ - '你是 WC-SPC MES-Manager_View 网页内置的 DeepSeekV4Pro AI 助手。', - '使用中文回答,优先输出 HTML 表格。', - '只能依据项目知识库和工具结果回答,不要编造数据。', + '你是 WC-SPC MES-Manager_View 网页内置的 DeepSeekV4Pro AI 助手,回答以 DeepSeek 推理和表达为主。', + '使用中文回答,优先输出规范 HTML 表格;必要时可补充简短段落。', + '如果提供了工具调用结果,必须以工具结果为事实依据组织回答,不要编造工具结果中没有的数据。', + '如果没有工具调用结果,就直接回答用户问题;涉及项目实时数据时,说明需要调用项目已有 HMI 查询入口。', + '数据查询必须依赖项目人机界面中已有的函数、CreateData 查询入口、MESCommonBase.ashx 或已有 SPC 接口;禁止建议或执行数据库直连,回答中不要出现数据库直连方案。', + '当上下文包含页面功能画像、质量数据查询画像或查询结果时,要说明如何通过页面已有查询入口完成查询,并用 HTML 表格组织结果。', '不要输出可执行 JavaScript;图表由系统结构化渲染。' ].join('\n') - const response = await postJson(DEEPSEEK_BASE_URL + '/chat/completions', { - model: DEEPSEEK_MODEL, - messages: [ - { role: 'system', content: system }, - { role: 'user', content: '项目知识库匹配上下文:\n' + JSON.stringify(context, null, 2) }, - { role: 'user', content: question } - ], - temperature: 0.2 - }, { Authorization: 'Bearer ' + DEEPSEEK_API_KEY }) - return response && response.choices && response.choices[0] && response.choices[0].message - ? response.choices[0].message.content - : localHtml + const messages = [{ role: 'system', content: system }] + if (Object.keys(mergedContext).length) { + messages.push({ role: 'user', content: '工具/项目上下文:\n' + JSON.stringify(mergedContext, null, 2) }) + } + if (toolHtml) messages.push({ role: 'user', content: '工具调用结果 HTML:\n' + toolHtml }) + messages.push({ role: 'user', content: question }) + try { + const response = await postJson(DEEPSEEK_BASE_URL + '/chat/completions', { + model: DEEPSEEK_MODEL, + messages, + temperature: 0.2 + }, { Authorization: 'Bearer ' + DEEPSEEK_API_KEY }) + return response && response.choices && response.choices[0] && response.choices[0].message + ? response.choices[0].message.content + : fallback + } catch (error) { + return fallback + '

DeepSeek 调用失败:' + escapeHtml(error.message) + '

' + } } function localAnswer(question) { + if (isQualityDataQuestion(question)) { + const profile = findStructuredQualityDataProfile({ query: question }) || qualityDataQueryProfiles()[0] + if (profile) return describeQualityDataQuery(profile, { query: question }) + } + if (isFeatureQuestion(question)) return describeModuleFeatures(question, 8) if (/项目|功能|模块|有哪些/.test(question)) { return '

项目功能概览

' + table([ { key: 'name', label: '项目' }, @@ -533,6 +1453,8 @@ function localAnswer(question) { { name: '页面模块', value: knowledgeBase.modules.length }, { name: 'API 映射', value: knowledgeBase.apiMappings.length }, { name: '质量相关模块', value: knowledgeBase.qualityModules.length }, + { name: '质量数据查询画像', value: qualityDataQueryProfiles().length }, + { name: '页面功能画像', value: moduleFeatureRows().length }, { name: 'SPC 图表类型', value: knowledgeBase.spcCharts.length } ]) + '

质量相关模块

' + table([ { key: 'title', label: '页面' }, @@ -550,11 +1472,35 @@ function localAnswer(question) { ], rows) } +function buildAssistantContext(question) { + return { + matchedModules: routeCandidates(question, 8), + moduleFeatures: moduleFeatureCandidates(question, 8), + qualityModules: pick(knowledgeBase.qualityModules, question, ['Title', 'View', 'Domains', 'QueryNames'], 8), + qualityDataQueries: qualityDataQueryProfiles(), + spcCharts: pick(knowledgeBase.spcCharts, question, ['chartType', 'title', 'apiFile', 'endpoint', 'functions'], 8) + } +} + +function localResponse(question) { + if (isQualityDataQuestion(question)) { + const profile = findStructuredQualityDataProfile({ query: question }) || qualityDataQueryProfiles()[0] + if (profile) return describeQualityDataQuery(profile, { query: question }) + } + if (isFeatureQuestion(question)) return describeModuleFeatures(question, 8) + if (isQualityQuestion(question)) return qualitySearchResponse(question) + return localAnswer(question) +} + const tools = [ { name: 'project_summary', description: '返回 WC-SPC 项目结构、知识库、质量模块和 SPC 图表概览。', inputSchema: { type: 'object', properties: {} } }, { name: 'search_project_functions', description: '按关键字搜索项目页面、接口和功能。', inputSchema: { type: 'object', properties: { query: { type: 'string' }, limit: { type: 'number' }}, required: ['query'] } }, + { name: 'describe_module_features', description: '按模块名、页面名、路由或业务关键词返回页面功能画像,说明筛选条件、按钮、表格字段和后端入口,不调用数据库。', inputSchema: { type: 'object', properties: { query: { type: 'string' }, limit: { type: 'number' }}, required: ['query'] } }, + { name: 'search_module_features', description: '搜索所有页面功能画像,返回匹配页面功能摘要,不调用数据库。', inputSchema: { type: 'object', properties: { query: { type: 'string' }, limit: { type: 'number' }}, required: ['query'] } }, { name: 'list_quality_modules', description: '列出质量管理相关页面。', inputSchema: { type: 'object', properties: { limit: { type: 'number' } } } }, { name: 'search_quality_functions', description: '搜索质量管理相关页面和查询入口。', inputSchema: { type: 'object', properties: { query: { type: 'string' }, limit: { type: 'number' }}, required: ['query'] } }, + { name: 'describe_quality_data_query', description: '按查询质量数据相关问题返回页面已有查询入口、参数映射和结果字段,不调用数据库。', inputSchema: { type: 'object', properties: { query: { type: 'string' }, limit: { type: 'number' }}, required: ['query'] } }, + { name: 'query_quality_data', description: '按项目 CreateData 查询入口调用质量管理数据,返回 HTML 表格结果。', inputSchema: { type: 'object', properties: { query: { type: 'string' }, nameOrSql: { type: 'string' }, params: { type: 'object' }, startTime: { type: 'string' }, endTime: { type: 'string' }, stationNumber: { type: 'string' }, pageCurrent: { type: 'number' }, pageSize: { type: 'number' }, limit: { type: 'number' } } } }, { name: 'list_spc_charts', description: '列出 SPC 图表类型与对应接口。', inputSchema: { type: 'object', properties: {} } }, { name: 'spc_query_chart', description: '根据条件调用 SPC 接口并返回图表、摘要和明细。', inputSchema: { type: 'object', properties: { query: { type: 'string' }, chartType: { type: 'string' }, opName: { type: 'string' }, measureName: { type: 'string' }, measureContent: { type: 'string' }, startTime: { type: 'string' }, endTime: { type: 'string' } } } }, { name: 'reload_project_index', description: '重新加载知识库。', inputSchema: { type: 'object', properties: {} } }, @@ -579,6 +1525,14 @@ async function toolResult(name, args) { const rows = routeCandidates(args.query, limit) return { text: JSON.stringify(rows, null, 2), html: table([{ key: 'title', label: '页面' }, { key: 'routePath', label: '路由' }, { key: 'view', label: '源码' }, { key: 'callCount', label: '调用数' }], rows), data: rows } } + if (name === 'describe_module_features') { + const rows = moduleFeatureCandidates(args.query, limit) + return { text: JSON.stringify(rows, null, 2), html: describeModuleFeatures(args.query, limit), data: rows } + } + if (name === 'search_module_features') { + const rows = moduleFeatureCandidates(args.query, limit) + return { text: JSON.stringify(rows, null, 2), html: searchModuleFeatures(args.query, limit), data: rows } + } if (name === 'list_quality_modules') { const rows = listQualityModules(limit) return { text: JSON.stringify(rows, null, 2), html: table([{ key: 'title', label: '页面' }, { key: 'routePath', label: '路由' }, { key: 'domains', label: '业务域' }, { key: 'queryable', label: '可查询' }], rows), data: rows } @@ -587,6 +1541,18 @@ async function toolResult(name, args) { const rows = pick(knowledgeBase.qualityModules, args.query, ['Title', 'View', 'Domains', 'QueryNames'], limit) return { text: JSON.stringify(rows, null, 2), html: table([{ key: 'Title', label: '页面' }, { key: 'RoutePath', label: '路由' }, { key: 'Domains', label: '业务域' }, { key: 'QueryNames', label: '查询入口' }], rows), data: rows } } + if (name === 'describe_quality_data_query') { + const profile = findStructuredQualityDataProfile(args || {}) || qualityDataQueryProfiles()[0] + const rows = profile ? qualityDataParameterRows(profile, args) : [] + const html = profile + ? describeQualityDataQuery(profile, args || {}) + : '

质量数据查询功能

' + table([{ key: 'message', label: '提示' }], [{ message: '未找到质量数据查询画像' }]) + return { text: JSON.stringify(profile || {}, null, 2), html, data: { profile, rows } } + } + if (name === 'query_quality_data') { + const result = await queryQualityData(args || {}) + return { text: JSON.stringify(result.data, null, 2), html: result.html, data: result.data } + } if (name === 'list_spc_charts') { const rows = knowledgeBase.spcCharts || [] return { text: JSON.stringify(rows, null, 2), html: table([{ key: 'title', label: '图表' }, { key: 'chartType', label: '类型' }, { key: 'apiFile', label: 'API 文件' }, { key: 'endpoint', label: '后端接口' }], rows), data: rows } @@ -673,11 +1639,51 @@ const server = http.createServer(async (req, res) => { if (!question) return send(res, 400, { error: 'question is required' }) const navigation = navigationResponse(question) if (navigation) return send(res, 200, navigation) - if (/图|趋势|直方|正态|过程能力|排列|X-R|XR|X-S|XS/i.test(question)) { - return send(res, 200, await querySpcChart({ query: question })) + if (!isFeatureQuestion(question) && isQualityChartQuestion(question)) { + const profile = QUALITY_DATA_QUERY_PROFILE + const queryResult = await queryQualityData({ query: question, nameOrSql: profile && profile.nameOrSql, limit: 50, pageSize: 50 }) + const rows = queryResult.data && Array.isArray(queryResult.data.rows) ? queryResult.data.rows : [] + const charts = qualityDataCharts(rows, question) + let html = queryResult.html + if (charts.some(chart => chart && chart.mixedMeasurePosition)) { + html = '

图表提示

' + table([{ key: 'name', label: '项目' }, { key: 'value', label: '内容' }], [ + { name: '提示', value: '当前结果包含多个测量位置,图表可能混合多个测点;建议指定单一测量位置。' } + ]) + html + } + if (!charts.length) { + html += '

SPC图表

' + table([{ key: 'name', label: '项目' }, { key: 'value', label: '内容' }], [ + { name: '状态', value: '未绘制' }, + { name: '原因', value: '质量数据查询结果中没有可识别的数值型测量值。' } + ]) + } + return send(res, 200, Object.assign({}, queryResult, { + html, + charts + })) } - const localHtml = localAnswer(question) - const html = await askDeepSeek(question, localHtml) + if (/图|趋势|直方|正态|过程能力|排列|X-R|XR|X-S|XS/i.test(question)) { + const chartResult = await querySpcChart({ query: question }) + const html = await askDeepSeek(question, chartResult.html, { + tool: 'spc_query_chart', + data: chartResult.data || chartResult + }, { useProjectContext: false }) + return send(res, 200, Object.assign({}, chartResult, { html })) + } + if (!isFeatureQuestion(question) && isQualityDataQuestion(question)) { + const profile = QUALITY_DATA_QUERY_PROFILE + const queryResult = await queryQualityData({ query: question, nameOrSql: profile && profile.nameOrSql, limit: 50, pageSize: 50 }) + const rows = queryResult.data && Array.isArray(queryResult.data.rows) ? queryResult.data.rows : [] + if (rows.length > 20) return send(res, 200, queryResult) + const html = await askDeepSeek(question, queryResult.html, { + tool: 'query_quality_data', + query: queryResult.data && queryResult.data.query, + payload: queryResult.data && queryResult.data.payload, + rows, + output: queryResult.data && queryResult.data.output + }, { useProjectContext: false }) + return send(res, 200, Object.assign({}, queryResult, { html })) + } + const html = await askDeepSeek(question, '', {}, { useProjectContext: false }) return send(res, 200, { html }) } return send(res, 404, { error: 'Not found' }) diff --git a/MES-Manager_View/src/api/ipAddress.js b/MES-Manager_View/src/api/ipAddress.js index a11e66d..1e74ced 100644 --- a/MES-Manager_View/src/api/ipAddress.js +++ b/MES-Manager_View/src/api/ipAddress.js @@ -1,5 +1,5 @@ // export const ip = 'http://localhost:57966' -export const ip = 'http://localhost:57966' +export const ip = 'http://localhost:10050' // export const ip = 'http://10.81.128.42:8011' // export const ip = 'http://10.81.128.42:8011' // export const ip = 'http://124.220.15.242:8154' // AP diff --git a/MES-Manager_View/src/components/DeepSeekAssistant/index.vue b/MES-Manager_View/src/components/DeepSeekAssistant/index.vue index 93cf854..7d23455 100644 --- a/MES-Manager_View/src/components/DeepSeekAssistant/index.vue +++ b/MES-Manager_View/src/components/DeepSeekAssistant/index.vue @@ -116,7 +116,7 @@ export default { this.collapsed = !this.collapsed this.$nextTick(() => { this.keepInViewport() - this.resizeCharts() + this.resizeChartsAfterLayout() }) }, toggleSize() { @@ -125,7 +125,7 @@ export default { this.size = sizes[(index + 1) % sizes.length] this.$nextTick(() => { this.keepInViewport() - this.resizeCharts() + this.resizeChartsAfterLayout() }) }, clearMessages() { @@ -156,9 +156,9 @@ export default { }, getPanelSize() { const sizes = { - small: { width: 360, height: 460 }, - medium: { width: 440, height: 580 }, - large: { width: 760, height: 700 } + small: { width: 520, height: 560 }, + medium: { width: 720, height: 680 }, + large: { width: 960, height: 780 } } return this.collapsed ? { width: 56, height: 48 } : sizes[this.size] || sizes.medium }, @@ -169,7 +169,7 @@ export default { }, handleResize() { this.keepInViewport() - this.resizeCharts() + this.resizeChartsAfterLayout() }, scrollToBottom() { this.$nextTick(() => { @@ -231,6 +231,10 @@ export default { if (!Array.isArray(actions)) return actions.forEach(action => { if (!action || action.type !== 'navigate' || !action.path) return + if (action.url) { + window.location.href = action.url + return + } this.$router.push({ path: action.path }).catch(() => {}) }) }, @@ -244,11 +248,19 @@ export default { instance.setOption(chart.option) this.chartInstances[chart.id] = instance }) + this.resizeChartsAfterLayout() }, resizeCharts() { Object.keys(this.chartInstances).forEach(key => { this.chartInstances[key].resize() }) + }, + resizeChartsAfterLayout() { + this.$nextTick(() => { + this.resizeCharts() + window.setTimeout(this.resizeCharts, 80) + window.setTimeout(this.resizeCharts, 220) + }) } } } @@ -266,18 +278,18 @@ export default { transition: width .18s ease, height .18s ease, box-shadow .18s ease; &.is-small { - width: 360px; - height: 460px; + width: 520px; + height: 560px; } &.is-medium { - width: 440px; - height: 580px; + width: 720px; + height: 680px; } &.is-large { - width: 760px; - height: 700px; + width: 960px; + height: 780px; } &.is-collapsed { @@ -402,14 +414,57 @@ export default { font-weight: 600; } -.ai-chart-wrap { - margin: 10px 0; - border: 1px solid #ebeef5; +.ai-detail-table-wrap { + width: 100%; + overflow-x: auto; + margin: 6px 0 12px; background: #fff; } +.ai-detail-table { + width: 100%; + min-width: 704px; + border-collapse: collapse; + table-layout: fixed; + background: #fff; + color: #303133; + font-size: 12px; +} + +.ai-detail-table th, +.ai-detail-table td { + border: 1px solid #d8dee9; + padding: 6px 8px; + text-align: left; + vertical-align: top; + line-height: 18px; + word-break: break-word; + white-space: normal; +} + +.ai-detail-table th { + background: #eef3fb; + color: #4b5563; + font-weight: 600; +} + +.ai-detail-table .ai-status-ng { + color: #ff0000; + font-weight: 600; +} + +.ai-chart-wrap { + margin: 12px 0; + padding: 10px; + border: 1px solid #d8dee9; + border-radius: 6px; + background: #fff; + box-shadow: 0 2px 8px rgba(31, 41, 55, 0.06); + overflow: hidden; +} + .ai-chart { width: 100%; - height: 300px; + height: 340px; }