From c8d5cd6fdc7c6774e090ad168a1d110da15d9dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Mon, 25 Mar 2024 14:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/onlyoffice/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jero-web/src/views/onlyoffice/index.vue b/jero-web/src/views/onlyoffice/index.vue index 43dd31c..1b99dc1 100644 --- a/jero-web/src/views/onlyoffice/index.vue +++ b/jero-web/src/views/onlyoffice/index.vue @@ -24,10 +24,10 @@ export default { if (val.id) { const oldFileName = '比亚迪企业标准' const nowTime = new Date().getTime() - const serialNumber = 'x/xx xxxx-xxxx' + const standCode = 'G/BYD xxxx-xxxx' const standName = '比亚迪企业标准' - const estDepart = '起草部门' - const drafts = '起草人' + const draftingDepartment = '起草部门' + const draftsman = '起草人' const assessor = '评审人员' const focalUnit = '归口单位' const watermark = '比亚迪' @@ -38,9 +38,9 @@ export default { '&taskIds=' + val.taskId + '&oldFileName=' + oldFileName + '&assessor=' + assessor + '&fileType=docx' + '&attId=' + val.id + '&fileUrl=' + val.downLoadUrl + '&key=' + val.id + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName + - '&userId=' + val.userId + '&userName=admin' + '&serialNumber=' + serialNumber + - '&standName=' + standName + '&replaceStand=' + replaceStand + '&drafts=' + drafts + - '&estDepart=' + estDepart + '&focalUnit=' + focalUnit + '&watermark=' + watermark) + '&userId=' + val.userId + '&userName=admin' + '&standCode=' + standCode + + '&standName=' + standName + '&replaceStand=' + replaceStand + '&draftsman=' + draftsman + + '&draftingDepartment=' + draftingDepartment + '&focalUnit=' + focalUnit + '&watermark=' + watermark) } }) } else {