|
|
@ -235,7 +235,7 @@ export default { |
|
|
this.$message.warning('请先选择物料') |
|
|
this.$message.warning('请先选择物料') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
const baseUrl = window.SITE_CONFIG['processDataUrl'] || 'http://pdm.bt.in/#/public/processData' |
|
|
|
|
|
|
|
|
const baseUrl = window.SITE_CONFIG['materialSopUrl'] || 'http://pdm.bt.in/#/public/materialSop' |
|
|
const targetUrl = `${baseUrl}/${this.partNo}` |
|
|
const targetUrl = `${baseUrl}/${this.partNo}` |
|
|
window.open(targetUrl, '_blank') |
|
|
window.open(targetUrl, '_blank') |
|
|
}, |
|
|
}, |
|
|
|