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