|
|
@@ -128,7 +128,7 @@ export default {
|
|
|
const res = await this.$api.requested(this.param)
|
|
|
let tableData = res.data.map(item=>{
|
|
|
return {
|
|
|
- name:item.itemname + '检验报告',
|
|
|
+ name:item.itemno + ' ' + item.itemname + '_检验报告',
|
|
|
sa_dispatch_itemsid:item.sa_dispatch_itemsid
|
|
|
}
|
|
|
})
|
|
|
@@ -159,8 +159,8 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.tool.showMessage(res,() => {
|
|
|
- // window.open(this.tool.getBaseUrl() + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
- window.open('http://61.164.207.46:8000' + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
+ window.open(this.tool.getBaseUrl() + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
+ // window.open('http://61.164.207.46:8000' + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
})
|
|
|
},
|
|
|
}
|