|
|
@ -1581,7 +1581,7 @@ export default { |
|
|
priorityLevel: current.priorityLevel || current.priority || project.priority || part.priority || '', |
|
|
priorityLevel: current.priorityLevel || current.priority || project.priority || part.priority || '', |
|
|
proofingNo: current.proofingNo || '', |
|
|
proofingNo: current.proofingNo || '', |
|
|
proofingStatus: current.proofingStatus || '进行中', |
|
|
proofingStatus: current.proofingStatus || '进行中', |
|
|
proofingNumber: current.proofingNumber || 1, |
|
|
|
|
|
|
|
|
proofingNumber: current.proofingNumber, |
|
|
projectCreationDate: project.projectCreationDate || part.buildDate || '', |
|
|
projectCreationDate: project.projectCreationDate || part.buildDate || '', |
|
|
projectCloseDate: project.projectCloseDate || '', |
|
|
projectCloseDate: project.projectCloseDate || '', |
|
|
buildDate: part.buildDate || project.projectCreationDate || '', |
|
|
buildDate: part.buildDate || project.projectCreationDate || '', |
|
|
|