From dc730ad266ebbfd33c5743598f03a3a1c2725d7c Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Thu, 11 Jan 2024 11:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A3=E4=BB=BB=E7=8A=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../promise_book_issued/components/details.vue | 2 +- .../components/promise_book_dialog.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/security_commitment/promise_book_issued/components/details.vue b/src/views/security_commitment/promise_book_issued/components/details.vue index 3412afc..b32420c 100644 --- a/src/views/security_commitment/promise_book_issued/components/details.vue +++ b/src/views/security_commitment/promise_book_issued/components/details.vue @@ -92,7 +92,7 @@ export default { ).then((data) => { const DETAIL = data.COLLATERAL.map(item => ({ value: item.COLLATERAL, id: item.PROMISEDETAIL_ID })) this.dialog.visible = true - this.dialog.data = { ...data.varList, DETAIL, FILEPATH: data.ISGN.FILEPATH, SIGNTIME: data.ISGN.SIGNTIME, COVERPEOPLE: data.COVERPEOPLE[0].USERNAME } + this.dialog.data = { ...data.varList, DETAIL, FILEPATH: data.ISGN.FILEPATH, SIGNTIME: data.ISGN.SIGNTIME, COVERPEOPLE: data.COVERPEOPLE[0].USERNAME, ORDER: data.COVERPEOPLE } }).catch((e) => { }) }, diff --git a/src/views/security_commitment/promise_book_issued/components/promise_book_dialog.vue b/src/views/security_commitment/promise_book_issued/components/promise_book_dialog.vue index 467e9d2..0c6395b 100644 --- a/src/views/security_commitment/promise_book_issued/components/promise_book_dialog.vue +++ b/src/views/security_commitment/promise_book_issued/components/promise_book_dialog.vue @@ -20,20 +20,20 @@
若违反上述承诺和未履行安全生产职责,或发生责任事故的,接受政府或公司事故调查组做出的处罚决定。
-
- 承诺期限自{{ moment(dialogData.PROMISE_TERM_START) }}至{{ moment(dialogData.PROMISE_TERM_END) }}。 -
若未履行安全生产职责,或发生生产安全事故的,接受公司或政府事故调查组做出的处罚。
-
- 责任期限自{{ moment(dialogData.PROMISE_TERM_START) }}至{{ moment(dialogData.PROMISE_TERM_END) }}。 -