|
|
|
@ -623,6 +623,9 @@ export default { |
|
|
|
if (!this.requiresMediaUpload(orderType, nodeCode, nodeName)) { |
|
|
|
return false |
|
|
|
} |
|
|
|
if (orderType === 'RENOVATION') { |
|
|
|
return false |
|
|
|
} |
|
|
|
const normalizedCode = String(nodeCode || '').trim() |
|
|
|
const normalizedName = String(nodeName || '').replace(/\s+/g, '') |
|
|
|
return normalizedCode === 'pack' || normalizedName === '打包' |
|
|
|
|