From 5af8544c544c48da0d3021375bf0de099c8c289a Mon Sep 17 00:00:00 2001 From: limingyu Date: Tue, 14 Nov 2023 10:44:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=90=AC=E6=9B=B9=E5=A6=83=E7=94=B8?= =?UTF-8?q?=E5=8A=A8=E7=81=AB=E4=BD=9C=E4=B8=9A=E5=88=B0=E6=B8=AF=E5=8A=A1?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hotwork_cfd/hotwork/components/detail.vue | 370 ++++++++++++++ .../hotwork_cfd/hotwork/components/list.vue | 401 ++++++++++++++++ src/views/hotwork_cfd/hotwork/index.vue | 33 ++ .../pigeonhole/components/detail.vue | 454 ++++++++++++++++++ .../pigeonhole/components/list.vue | 192 ++++++++ src/views/hotwork_cfd/pigeonhole/index.vue | 33 ++ .../videoinfomanager/components/list.vue | 1 - 7 files changed, 1483 insertions(+), 1 deletion(-) create mode 100644 src/views/hotwork_cfd/hotwork/components/detail.vue create mode 100644 src/views/hotwork_cfd/hotwork/components/list.vue create mode 100644 src/views/hotwork_cfd/hotwork/index.vue create mode 100644 src/views/hotwork_cfd/pigeonhole/components/detail.vue create mode 100644 src/views/hotwork_cfd/pigeonhole/components/list.vue create mode 100644 src/views/hotwork_cfd/pigeonhole/index.vue diff --git a/src/views/hotwork_cfd/hotwork/components/detail.vue b/src/views/hotwork_cfd/hotwork/components/detail.vue new file mode 100644 index 0000000..254fa11 --- /dev/null +++ b/src/views/hotwork_cfd/hotwork/components/detail.vue @@ -0,0 +1,370 @@ + + + + + + diff --git a/src/views/hotwork_cfd/hotwork/components/list.vue b/src/views/hotwork_cfd/hotwork/components/list.vue new file mode 100644 index 0000000..969c5bf --- /dev/null +++ b/src/views/hotwork_cfd/hotwork/components/list.vue @@ -0,0 +1,401 @@ + + diff --git a/src/views/hotwork_cfd/hotwork/index.vue b/src/views/hotwork_cfd/hotwork/index.vue new file mode 100644 index 0000000..12e8964 --- /dev/null +++ b/src/views/hotwork_cfd/hotwork/index.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/src/views/hotwork_cfd/pigeonhole/components/detail.vue b/src/views/hotwork_cfd/pigeonhole/components/detail.vue new file mode 100644 index 0000000..dba6d39 --- /dev/null +++ b/src/views/hotwork_cfd/pigeonhole/components/detail.vue @@ -0,0 +1,454 @@ + + + + + + diff --git a/src/views/hotwork_cfd/pigeonhole/components/list.vue b/src/views/hotwork_cfd/pigeonhole/components/list.vue new file mode 100644 index 0000000..ca18a88 --- /dev/null +++ b/src/views/hotwork_cfd/pigeonhole/components/list.vue @@ -0,0 +1,192 @@ + + diff --git a/src/views/hotwork_cfd/pigeonhole/index.vue b/src/views/hotwork_cfd/pigeonhole/index.vue new file mode 100644 index 0000000..12e8964 --- /dev/null +++ b/src/views/hotwork_cfd/pigeonhole/index.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/src/views/keyprojects/videoinfomanager/components/list.vue b/src/views/keyprojects/videoinfomanager/components/list.vue index 98e300d..0698f0f 100644 --- a/src/views/keyprojects/videoinfomanager/components/list.vue +++ b/src/views/keyprojects/videoinfomanager/components/list.vue @@ -314,7 +314,6 @@ export default { } }, back() { - if (this.dialogVideo) this.dialogVideo = false if (this.dialogVideoBack) this.dialogVideoBack = false if (this.dialogVideoAll) { From 6871407fc6f9af78ae267c7a7366dcb386438fc6 Mon Sep 17 00:00:00 2001 From: limingyu Date: Thu, 14 Dec 2023 18:31:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=90=AC=E6=9B=B9=E5=A6=83=E7=94=B8?= =?UTF-8?q?=E5=8A=A8=E7=81=AB=E4=BD=9C=E4=B8=9A=E5=88=B0=E6=B8=AF=E5=8A=A1?= =?UTF-8?q?=E5=B1=802?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hotwork_cfd/hotwork/components/detail.vue | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/src/views/hotwork_cfd/hotwork/components/detail.vue b/src/views/hotwork_cfd/hotwork/components/detail.vue index 254fa11..a972a71 100644 --- a/src/views/hotwork_cfd/hotwork/components/detail.vue +++ b/src/views/hotwork_cfd/hotwork/components/detail.vue @@ -297,11 +297,22 @@ export default { } this.measuresList = data.measuresList // 参数map this.gasList = data.gasList // 参数map - this.pd.CONFIRM_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[0] - this.pd.LEADER_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[1] - this.pd.AUDIT_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[2] - this.pd.APPROVE_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[3] - this.pd.MONITOR_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[4] + if (this.pd.WORK_LEVEL === '二级') { + this.pd.CONFIRM_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[0] + this.pd.LEADER_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[1] + this.pd.MONITOR_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[2] + } else if (this.pd.WORK_LEVEL === '一级') { + this.pd.CONFIRM_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[0] + this.pd.LEADER_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[1] + this.pd.AUDIT_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[2] + this.pd.MONITOR_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[3] + } else { + this.pd.CONFIRM_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[0] + this.pd.LEADER_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[1] + this.pd.AUDIT_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[2] + this.pd.APPROVE_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[3] + this.pd.MONITOR_USER_MEASURES = this.pd.OTHER_PROTECTIVE_MEASURES.split(';_;')[4] + } }).catch((e) => { this.listLoading = false })