|
|
@@ -139,13 +139,16 @@ export default {
|
|
|
],
|
|
|
data: [
|
|
|
{
|
|
|
- fileName: '支付情况表'
|
|
|
+ fileName: '支付情况表',
|
|
|
+ dispatchType: 1
|
|
|
},
|
|
|
{
|
|
|
- fileName: '工程完工月报表'
|
|
|
+ fileName: '工程完工月报表',
|
|
|
+ dispatchType: 2
|
|
|
},
|
|
|
{
|
|
|
- fileName: '工程量清单'
|
|
|
+ fileName: '工程量清单',
|
|
|
+ dispatchType: 3
|
|
|
}
|
|
|
],
|
|
|
form: {},
|
|
|
@@ -260,7 +263,8 @@ export default {
|
|
|
path: '/home/details',
|
|
|
query: {
|
|
|
id: this.projectId,
|
|
|
- type: '0'
|
|
|
+ dispatchType: row.dispatchType,
|
|
|
+ type: 1
|
|
|
}
|
|
|
})
|
|
|
window.open(routeUrl.href, '_blank')
|