diff --git a/src/config/route.js b/src/config/route.js index 6d851661..44d8c10a 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1378,7 +1378,7 @@ const routes = [ meta: { title: "生产二部记录", // icon: "el-icon-cellphone", - // perms: ["wpm"], + perms: ["wpm"], hidden: true, }, component: "wpm/worktaskFlog", @@ -3217,6 +3217,17 @@ const routes = [ }, component: "bigScreen/index_heihuadept.vue", }, + { + path: "/bigScreenP_jianbo", + name: "bigScreenP_jianbo", + meta: { + title: "减薄车间", + icon: "el-icon-trend-charts", + perms: ["bigScreenP_dept_jb"], + fullpage: true, + }, + component: "bigScreen/index_jianbodept.vue", + }, { path: "/bigScreenP_10", name: "bigScreenP_10", diff --git a/src/views/bigScreen/index_jianbodept.vue b/src/views/bigScreen/index_jianbodept.vue new file mode 100644 index 00000000..4719a3b4 --- /dev/null +++ b/src/views/bigScreen/index_jianbodept.vue @@ -0,0 +1,875 @@ + + + + 减薄车间生产数据看板 + {{ currentDay }} {{ currentTime }} + + + + + + + + + + 设备状态 + + + + 保温中 + {{hh.bw}}台 + + + + 冷却中 + {{hh.lq}}台 + + + + 未运行 + {{hh.wyx}}台 + + + + 故障 + {{hh.gz}}台 + + + + + + + + + + + + + 减薄任务列表 + + + + + + + + + + + + + + + + 减薄车间库存 + + + + + + + + + + + + + 减薄交接 + + + + + + + + + + + + + + + + 合格数统计 + + + + + + + + + 不合格占比统计 + + + + + + + + 生产数统计 + + + 日投产量 + 日加工数 + 日加工前不良数 + 日合格数 + 日不合格数 + + + {{ kctj.dhh }} + {{ kctj.hhz }} + {{ kctj.thz }} + {{ kctj.thok }} + {{ kctj.thok }} + + + + + + + + + + + diff --git a/src/views/qm/defect.vue b/src/views/qm/defect.vue index 2f4a74d6..fe14fdec 100644 --- a/src/views/qm/defect.vue +++ b/src/views/qm/defect.vue @@ -25,6 +25,7 @@ {{ okcate_[scope.row.okcate] }} + 编辑 @@ -69,6 +70,9 @@ > + + + 取 消 @@ -82,6 +86,7 @@ name: "", code: "", cate: "尺寸", + note: "", okcate:10, }; export default { @@ -144,6 +149,7 @@ this.addForm.id=""; this.addForm.name=""; this.addForm.code=""; + this.addForm.note=""; this.addForm.cate="尺寸"; this.addForm.okcate=10; this.limitedVisible = true; @@ -180,6 +186,7 @@ this.addForm.name=row.name; this.addForm.code=row.code; this.addForm.cate=row.cate; + this.addForm.note=row.note; this.addForm.okcate=row.okcate; this.limitedVisible = true; },