|
...
|
...
|
@@ -44,11 +44,13 @@ export default { |
|
|
|
{
|
|
|
|
title: '工序',
|
|
|
|
align: 'center',
|
|
|
|
width:220,
|
|
|
|
dataIndex: 'workingProcedure',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: '承接人',
|
|
|
|
align: 'center',
|
|
|
|
width:150,
|
|
|
|
dataIndex: 'undertaker',
|
|
|
|
},
|
|
|
|
{
|
|
...
|
...
|
@@ -59,11 +61,13 @@ export default { |
|
|
|
{
|
|
|
|
title: '验收结果',
|
|
|
|
align: 'center',
|
|
|
|
width:100,
|
|
|
|
dataIndex: 'yanResult',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: '备注',
|
|
|
|
align: 'center',
|
|
|
|
width:150,
|
|
|
|
dataIndex: 'notes',
|
|
|
|
},
|
|
|
|
],
|
|
...
|
...
|
@@ -102,7 +106,7 @@ export default { |
|
|
|
methods: {
|
|
|
|
yanshouList(record){
|
|
|
|
console.log(record.orderId)
|
|
|
|
yanshouList(this.url.queryByNumber,{orderNumber:record.orderId}).then((res) =>{
|
|
|
|
yanshouList(this.url.queryByNumber,{orderId:record.orderId}).then((res) =>{
|
|
|
|
if(res){
|
|
|
|
this.res=res.result
|
|
|
|
}
|
...
|
...
|
|