diff --git a/.env.development b/.env.development index f2301ee..1a77d53 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,11 @@ # 页面标题 -VUE_APP_TITLE = 苦糖果MES-软件开发记录 +VUE_APP_TITLE = 智能工厂MES系统 # 开发环境配置 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = '/prod-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 93172c2..94172dc 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 苦糖果MES-软件开发记录 +VUE_APP_TITLE = 智能工厂MES系统 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 12ce6a0..a046e68 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 苦糖果MES-软件开发记录 +VUE_APP_TITLE = 智能工厂MES系统 NODE_ENV = production diff --git a/.gitignore b/.gitignore index 03d9869..253e46d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,9 +18,9 @@ selenium-debug.log *.njsproj *.sln *.local -.editorconfig -.eslintignore -.eslintrc.js -.env.* +# .editorconfig +# .eslintignore +# .eslintrc.js +# .env.* package-lock.json yarn.lock diff --git a/public/favicon.ico b/public/favicon.ico index 8e03fd4..e3b55f3 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 925455c..a45582f 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,7 @@ <%= webpackConfig.name %> + 智能工厂MES系统 diff --git a/src/views/abnormalityAlarm/machineTool/historicalAnomalyAlarm.vue b/src/views/abnormalityAlarm/machineTool/historicalAnomalyAlarm.vue new file mode 100644 index 0000000..d8b4778 --- /dev/null +++ b/src/views/abnormalityAlarm/machineTool/historicalAnomalyAlarm.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/abnormalityAlarm/machineTool/index.vue b/src/views/abnormalityAlarm/machineTool/index.vue new file mode 100644 index 0000000..731dbe8 --- /dev/null +++ b/src/views/abnormalityAlarm/machineTool/index.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/views/components/personnelSelection.vue b/src/views/components/personnelSelection.vue new file mode 100644 index 0000000..cc620d9 --- /dev/null +++ b/src/views/components/personnelSelection.vue @@ -0,0 +1,537 @@ + + + + + diff --git a/src/views/index.vue b/src/views/index.vue index 956eff6..36e8cd9 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,51 +1,93 @@ diff --git a/src/views/management/document.vue b/src/views/management/document.vue new file mode 100644 index 0000000..899bdbc --- /dev/null +++ b/src/views/management/document.vue @@ -0,0 +1,730 @@ + + + + + diff --git a/src/views/management/documentType.vue b/src/views/management/documentType.vue new file mode 100644 index 0000000..c50ffe2 --- /dev/null +++ b/src/views/management/documentType.vue @@ -0,0 +1,429 @@ + + + + + diff --git a/src/views/mes/cal/plan/index.vue b/src/views/mes/cal/plan/index.vue index a1c2e22..5639e3b 100644 --- a/src/views/mes/cal/plan/index.vue +++ b/src/views/mes/cal/plan/index.vue @@ -1,8 +1,18 @@ diff --git a/src/views/mes/dv/machinery/index.vue b/src/views/mes/dv/machinery/index.vue index 45bed37..d747cf2 100644 --- a/src/views/mes/dv/machinery/index.vue +++ b/src/views/mes/dv/machinery/index.vue @@ -16,7 +16,7 @@
- + - 搜索 - 重置 + 搜索 + 重置 @@ -61,7 +76,8 @@ size="mini" @click="handleAdd" v-hasPermi="['mes:dv:machinery:add']" - >新增 + >新增 修改 + >修改 删除 + >删除 导入 + >导入 导出 + >导出 - + - + - - - - - - - - + - + + + + + + + + @@ -147,20 +219,22 @@ icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['mes:dv:machinery:edit']" - >修改 + >修改 删除 + >删除 - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - - + + + + + + + + + + + + + + + + + + +  选择通知人 + + + + - - + + - + 将文件拖到此处,或点击上传
- 是否更新已经存在的设备数据 + + 是否更新已经存在的设备数据
仅允许导入xls、xlsx格式文件。 - 下载模板 + 下载模板
+ + + + +
+ 取消 + 保存 +
+
\ No newline at end of file + diff --git a/src/views/mes/pro/feedback/index.vue b/src/views/mes/pro/feedback/index.vue index 75be9eb..313b4ed 100644 --- a/src/views/mes/pro/feedback/index.vue +++ b/src/views/mes/pro/feedback/index.vue @@ -414,8 +414,6 @@ export default { workstationId: null, workstationCode: null, workstationName: null, - routeId: null, - routeCode: null, processId: null, processCode: null, processName: null, @@ -594,8 +592,6 @@ export default { this.form.processId = row.processId; this.form.processCode = row.processCode; this.form.processName = row.processName; - this.form.routeId = row.routeId; - this.form.routeCode = row.routeCode; this.form.isCheck = row.isCheck; if(row.isCheck == 'N'){ this.form.quantityUncheck = 0; diff --git a/src/views/mes/pro/schedule/index.vue b/src/views/mes/pro/schedule/index.vue index 57604d0..5cc5919 100644 --- a/src/views/mes/pro/schedule/index.vue +++ b/src/views/mes/pro/schedule/index.vue @@ -339,7 +339,7 @@ export default { requestDate: null, parentId: null, ancestors: null, - status: 'CONFIRMED', + status: null, }, tasks:{ data: [], diff --git a/src/views/mes/pro/workorder/index.vue b/src/views/mes/pro/workorder/index.vue index 6aee0e8..3f44e0e 100644 --- a/src/views/mes/pro/workorder/index.vue +++ b/src/views/mes/pro/workorder/index.vue @@ -179,16 +179,8 @@ icon="el-icon-plus" v-if="scope.row.status =='CONFIRMED'" @click="handleAdd(scope.row)" - v-hasPermi="['mes:pro:workorder:update']" + v-hasPermi="['mes:pro:workorder:add']" >新增 - 完成 返回 确 定 - 完成 + 完成 取 消 @@ -366,7 +358,7 @@ diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 884e326..e929446 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -27,7 +27,14 @@ - + - 搜索 - 重置 + 搜索 + 重置 @@ -87,7 +102,8 @@ size="mini" @click="handleAdd" v-hasPermi="['system:user:add']" - >新增 + >新增 修改 + >修改 删除 + >删除 导入 + >导入 导出 + >导出 - + - + - - - - - - + + + + + + - + @@ -169,23 +242,37 @@ icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:user:edit']" - >修改 + >修改 删除 - + >删除 + 更多 - 重置密码 - 分配角色 + 重置密码 + 分配角色 @@ -193,7 +280,7 @@ - + - + - + - + - - + + - - + + @@ -261,7 +383,8 @@ v-for="dict in dict.type.sys_normal_disable" :key="dict.value" :label="dict.value" - >{{dict.label}} + >{{ dict.label }} @@ -269,7 +392,11 @@ - + - + - + @@ -309,7 +444,12 @@ - + 将文件拖到此处,或点击上传
- 是否更新已经存在的用户数据 + + 是否更新已经存在的用户数据
仅允许导入xls、xlsx格式文件。 - 下载模板 + 下载模板