| | |
| | | <span style="font-size: 16px;">进厂检验报告下载</span> |
| | | <i class="el-icon-paperclip" style="color:#409EFF;margin-left: 6px"></i> |
| | | <el-link :underline="false" style="vertical-align: bottom;font-size: 16px;" |
| | | :disabled="!downLoadInfo.enterUrls && !downLoadInfo.enterUrl" |
| | | type="primary" @click="downLoad0">查看</el-link> |
| | | :disabled="!downLoadInfo.enterUrls && !downLoadInfo.enterUrl" type="primary" @click="downLoad0">查看</el-link> |
| | | </div> |
| | | <div> |
| | | <span style="font-size: 16px;">季度检验报告下载</span> |
| | | <span style="font-size: 16px;">可靠性检验报告下载</span> |
| | | <i class="el-icon-paperclip" style="color:#409EFF;margin-left: 6px"></i> |
| | | <el-link :underline="false" style="vertical-align: bottom;font-size: 16px;" |
| | | :disabled="!downLoadInfo.quarterUrls && !downLoadInfo.quarterUrl" |
| | | type="primary" @click="downLoad1">查看</el-link> |
| | | :disabled="!downLoadInfo.quarterUrls && !downLoadInfo.quarterUrl" type="primary" |
| | | @click="downLoad1">查看</el-link> |
| | | </div> |
| | | </el-dialog> |
| | | </div> |
| | |
| | | link.click(); |
| | | } |
| | | }, |
| | | // 季度检验报告下载 |
| | | // 可靠性检验报告下载 |
| | | downLoad1 () { |
| | | let url = this.downLoadInfo.quarterUrlS ? this.downLoadInfo.quarterUrlS : this.downLoadInfo.quarterUrl |
| | | if(url){ |