han\hanst 4 weeks ago
parent
commit
09eb6d0065
  1. 3
      src/views/modules/longtron/production-work-report.vue

3
src/views/modules/longtron/production-work-report.vue

@ -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 === '打包'

Loading…
Cancel
Save