From ba5476b5fe7279bafa7fcde20025ff97258f1ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 16 Feb 2023 13:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9onlyoffice=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/onlineEdit/index.js | 15 + .../pages/creatProcess/qbrk/step1.vue | 6879 +++++++++-------- 2 files changed, 3527 insertions(+), 3367 deletions(-) diff --git a/src/common/onlineEdit/index.js b/src/common/onlineEdit/index.js index 3de68bc98..ac453eb3f 100644 --- a/src/common/onlineEdit/index.js +++ b/src/common/onlineEdit/index.js @@ -21,6 +21,21 @@ export default (id,nodeName,userId,userName,query) => { } const nowTime = new Date().getTime() if (query){ + if (!query.standEnName || query.standEnName == 'null'){ + query.standEnName = '' + } + if (!query.DTQBBHBUSS || query.DTQBBHBUSS == 'null'){ + query.DTQBBHBUSS = '' + } + if (!query.standName || query.standName == 'null'){ + query.standName = '' + } + if (!query.issueTime || query.issueTime == 'null'){ + query.issueTime = '' + } + if (!query.putTime || query.putTime == 'null'){ + query.putTime = '' + } window.open(onlyOfficeUrl+'/editor?fileId='+editFileInfo.id+'&pid='+editFileInfo.pId+ '&taskIds='+editFileInfo.taskId+'&editType='+editFileInfo.editType+'&oldFileName=' + showName + '&fileType=' + 'docx' + '&attId=' + editFileInfo.id + '&fileUrl=' + editFileInfo.downLoadUrl + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index 1c6b58342..bf484059b 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -1,3404 +1,3549 @@ -