diff --git a/src/api/mes/plcproductiondata.js b/src/api/mes/plcproductiondata.js
new file mode 100644
index 0000000..80b41c9
--- /dev/null
+++ b/src/api/mes/plcproductiondata.js
@@ -0,0 +1,57 @@
+import request from '@/utils/request'
+
+/**
+ * 产线PLC生产参数数据表分页查询
+ * @param {查询条件} data
+ */
+export function listPlcProductionData(query) {
+ return request({
+ url: 'mes/PlcProductionData/list',
+ method: 'get',
+ params: query,
+ })
+}
+
+/**
+ * 新增产线PLC生产参数数据表
+ * @param data
+ */
+export function addPlcProductionData(data) {
+ return request({
+ url: 'mes/PlcProductionData',
+ method: 'post',
+ data: data,
+ })
+}
+/**
+ * 修改产线PLC生产参数数据表
+ * @param data
+ */
+export function updatePlcProductionData(data) {
+ return request({
+ url: 'mes/PlcProductionData',
+ method: 'PUT',
+ data: data,
+ })
+}
+/**
+ * 获取产线PLC生产参数数据表详情
+ * @param {Id}
+ */
+export function getPlcProductionData(id) {
+ return request({
+ url: 'mes/PlcProductionData/' + id,
+ method: 'get'
+ })
+}
+
+/**
+ * 删除产线PLC生产参数数据表
+ * @param {主键} pid
+ */
+export function delPlcProductionData(pid) {
+ return request({
+ url: 'mes/PlcProductionData/delete/' + pid,
+ method: 'POST'
+ })
+}
diff --git a/src/views/masterDataManagement/Process/ProcessOperation.vue b/src/views/masterDataManagement/Process/ProcessOperation.vue
index 15a5925..0504943 100644
--- a/src/views/masterDataManagement/Process/ProcessOperation.vue
+++ b/src/views/masterDataManagement/Process/ProcessOperation.vue
@@ -37,15 +37,12 @@
-
-
+
-
-
+
+
+
-
+
启用
@@ -113,58 +110,27 @@
-
+
-
+ -->
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ -->
+
+
@@ -175,11 +141,11 @@
-
+
@@ -188,11 +154,11 @@
-
+
diff --git a/src/views/productionProcessParameterQuery/index.vue b/src/views/productionProcessParameterQuery/index.vue
index b8fed82..cc97f47 100644
--- a/src/views/productionProcessParameterQuery/index.vue
+++ b/src/views/productionProcessParameterQuery/index.vue
@@ -1,454 +1,1033 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('btn.search') }}
- {{ $t('btn.reset') }}
-
-
-
-
+
+
+
+ {{ $t('btn.search') }}
+ {{ $t('btn.reset') }}
+
+
+
+
+
+
+ {{ $t('btn.add') }}
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('btn.cancel') }}
- {{ $t('btn.submit') }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.dictLabel}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.dictLabel}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('btn.cancel') }}
+ {{ $t('btn.submit') }}
+
+
+
-
-
-
\ No newline at end of file
+
\ No newline at end of file