Commit 0116b202 authored by 佟礼's avatar 佟礼

质量填报

parents e8b4fbd8 69978507
...@@ -70,7 +70,22 @@ export default { ...@@ -70,7 +70,22 @@ export default {
render: (h, params) => { render: (h, params) => {
let id = params.row.id let id = params.row.id
if (!this.isedit) { if (!this.isedit) {
return h('div', '') return h(
'A',
{
attrs: {
href: fileUrlDown + params.row.data_content2,
target: '_blank'
},
props: {},
style: {
color: '#249E91',
marginRight: '5px',
cursor: 'pointer'
}
},
'查看'
)
} else { } else {
return h( return h(
'div', 'div',
......
...@@ -214,6 +214,7 @@ export default { ...@@ -214,6 +214,7 @@ export default {
ishavzj: true, ishavzj: true,
board_ID: "", board_ID: "",
board_List: [], board_List: [],
productobj:{productstatus:-1},
usercardModal: false, usercardModal: false,
sendCheckModal: false, sendCheckModal: false,
entryrecorddataModal: false, entryrecorddataModal: false,
......
...@@ -70,7 +70,22 @@ export default { ...@@ -70,7 +70,22 @@ export default {
render: (h, params) => { render: (h, params) => {
let id = params.row.id let id = params.row.id
if (!this.isedit) { if (!this.isedit) {
return h('div', '') return h(
'A',
{
attrs: {
href: fileUrlDown + params.row.data_content2,
target: '_blank'
},
props: {},
style: {
color: '#249E91',
marginRight: '5px',
cursor: 'pointer'
}
},
'查看'
)
} else { } else {
return h( return h(
'div', 'div',
......
...@@ -246,6 +246,7 @@ export default { ...@@ -246,6 +246,7 @@ export default {
ishavzj: true, ishavzj: true,
board_ID: "", board_ID: "",
board_List: [], board_List: [],
productobj:{productstatus:-1},
usercardModal: false, usercardModal: false,
sendCheckModal: false, sendCheckModal: false,
entryrecorddataModal: false, entryrecorddataModal: false,
......
...@@ -42,11 +42,7 @@ export default { ...@@ -42,11 +42,7 @@ export default {
width: '100', width: '100',
key: 'product_code' key: 'product_code'
}, },
{
title: '板号',
width: '100',
key: 'board_code'
},
{ {
title: '送检检验员', title: '送检检验员',
width: '150', width: '150',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment