diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index b0575940c..b1b29c080 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1912,4 +1912,17 @@ module.exports = { logOutOfLogin:'Logout', tips:'Alert', areYouLogout:'Confirm to logout', + viewFileOne:'View File', + standardOne:'Standard', + thereProcessInProgressDeletion:'There is a process in progress. Do you want to confirm the deletion', + processInitiation:'Process Initiation', + responsibiltyConfirmation:'Responsibilty Confirmation', + complianceConfirmationOne:'Compliance Confirmation', + complianceReviewOne:'Compliance Review', + supplementarySubmissionOne:'Supplementary Submission', + supplementaryReview:'Supplementary Review', + listRelease:'List Release', + processInitiationOne:'Process Initiation', + taskHandlingOne:'Task Handling', + taskReview:'Task Review', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 395af8e55..8d1f65103 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -3868,4 +3868,17 @@ module.exports = { logOutOfLogin:'退出登录', tips:'提示', areYouLogout:'确认退出登录吗', + viewFileOne:'查看文件', + standardOne:'标准', + thereProcessInProgressDeletion:'有流程正在进行,是否确认删除', + processInitiation:'发起流程', + responsibiltyConfirmation:'任务责任确认', + complianceConfirmationOne:'符合性确认', + complianceReviewOne:'符合性审查', + supplementarySubmissionOne:'补充提交', + supplementaryReview:'补充审查', + listRelease:'清单校核', + processInitiationOne:'任务发起', + taskHandlingOne:'任务办理', + taskReview:'任务审查', } \ No newline at end of file diff --git a/jero-web/src/views/phoneView/preHomoMangement.vue b/jero-web/src/views/phoneView/preHomoMangement.vue index 243cb40de..2115afd43 100644 --- a/jero-web/src/views/phoneView/preHomoMangement.vue +++ b/jero-web/src/views/phoneView/preHomoMangement.vue @@ -148,7 +148,7 @@ {{queryForm.deliveryResult}} - +
- + {{statusName[item.operatorResult]}}
@@ -112,7 +113,7 @@
- +
{{$t('resultofhandling')}} @@ -243,9 +244,9 @@ 'To be tracked': 'trackedClass', 'NA': 'NAClass' }, - statusName:{ + statusName: { 'Accepted': this.$t('accept'), - 'Rejected':this.$t('refuse'), + 'Rejected': this.$t('refuse'), 'Transfer': this.$t('turnToDo'), 'Returned': this.$t('sendBack'), 'Adopt': this.$t('adopt'), @@ -274,7 +275,18 @@ fileList: [], uploadAction: window._CONFIG['domianURL'] + '/phone/sys/common/upload', examineTitle: '', - isAdopt: false + isAdopt: false, + TaskKeyName: { + 'fqlc': this.$t('processInitiation'), + 'zrrqr': this.$t('responsibiltyConfirmation'), + 'dezrrqr': this.$t('responsibiltyConfirmation'), + 'zrrtjjfw': this.$t('complianceConfirmationOne'), + 'dezrrtjjfw': this.$t('complianceConfirmationOne'), + 'fggcssh': this.$t('complianceReviewOne'), + 'zrrbctjfq': this.$t('supplementarySubmissionOne'), + 'zrrbctjxg': this.$t('supplementarySubmissionOne'), + 'fggcsbcsh': this.$t('supplementaryReview') + } } }, mounted() { @@ -292,10 +304,10 @@ if (!this.isBrowser()) { Dialog.alert({ message: '未授权用户
Unauthorized User', - theme: 'round-button', + theme: 'round-button' }).then(() => { // on close - }); + }) return } let url = kkFileView(item.fileName, item.id) @@ -313,13 +325,13 @@ if (!this.isBrowser()) { Dialog.alert({ message: '未授权用户
Unauthorized User', - theme: 'round-button', + theme: 'round-button' }).then(() => { // on close - }); + }) return } - let url = kkFileView(item.approvalFileName[index],item.approvalFile[index]) + let url = kkFileView(item.approvalFileName[index], item.approvalFile[index]) if (url) { this.$router.push({ path: '/phoneProblemKnowledgeBaseFile', @@ -383,9 +395,23 @@ this.queryBy.projectLibraryId = row.projectLibraryId this.queryBy.id = row.projectTaskInventoryId this.queryProjectLawsInventoryInfo() + this.getQueryTaskId() } }, - + getQueryTaskId() { + let query = { + projectLawsInventoryId: this.queryData.projectTaskInventoryId, + flowType: this.queryData.flowType + } + getAction('/todoCenter/projectProcess/queryTaskId', query).then((res) => { + if (res.success) { + this.queryData.taskIds = res.result + } else { + this.queryData.taskIds = '' + } + this.queryData = { ...this.queryData } + }) + }, queryTaskDetailByTask(callback) { this.loading = true getAction(this.url.queryTaskDetailByTaskIds, { taskIds: this.queryData.taskIds }).then((res) => { @@ -985,6 +1011,7 @@ font-size: 0.38rem; margin-left: 0.06rem; } + .content-box-text-color { color: #01A0AC; }