修改字段名

This commit is contained in:
范强强
2024-03-25 14:15:50 +08:00
parent f58a192938
commit c8d5cd6fdc
+6 -6
View File
@@ -24,10 +24,10 @@ export default {
if (val.id) { if (val.id) {
const oldFileName = '比亚迪企业标准' const oldFileName = '比亚迪企业标准'
const nowTime = new Date().getTime() const nowTime = new Date().getTime()
const serialNumber = 'x/xx xxxx-xxxx' const standCode = 'G/BYD xxxx-xxxx'
const standName = '比亚迪企业标准' const standName = '比亚迪企业标准'
const estDepart = '起草部门' const draftingDepartment = '起草部门'
const drafts = '起草人' const draftsman = '起草人'
const assessor = '评审人员' const assessor = '评审人员'
const focalUnit = '归口单位' const focalUnit = '归口单位'
const watermark = '比亚迪' const watermark = '比亚迪'
@@ -38,9 +38,9 @@ export default {
'&taskIds=' + val.taskId + '&oldFileName=' + oldFileName + '&assessor=' + assessor + '&taskIds=' + val.taskId + '&oldFileName=' + oldFileName + '&assessor=' + assessor +
'&fileType=docx' + '&attId=' + val.id + '&fileUrl=' + val.downLoadUrl + '&fileType=docx' + '&attId=' + val.id + '&fileUrl=' + val.downLoadUrl +
'&key=' + val.id + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName + '&key=' + val.id + nowTime + '&filePath=' + val.editFilePath + '&fileName=' + val.fileName +
'&userId=' + val.userId + '&userName=admin' + '&serialNumber=' + serialNumber + '&userId=' + val.userId + '&userName=admin' + '&standCode=' + standCode +
'&standName=' + standName + '&replaceStand=' + replaceStand + '&drafts=' + drafts + '&standName=' + standName + '&replaceStand=' + replaceStand + '&draftsman=' + draftsman +
'&estDepart=' + estDepart + '&focalUnit=' + focalUnit + '&watermark=' + watermark) '&draftingDepartment=' + draftingDepartment + '&focalUnit=' + focalUnit + '&watermark=' + watermark)
} }
}) })
} else { } else {