修改字段名
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user