|
@@ -74,12 +74,6 @@
|
|
<!-- <el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>-->
|
|
<!-- <el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>-->
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300">
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <!-- <el-button
|
|
|
|
- type="text"
|
|
|
|
- icon="el-icon-edit"
|
|
|
|
- size="mini"
|
|
|
|
- @click="viewSource(scope.row)"
|
|
|
|
- >历史</el-button> -->
|
|
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="text"
|
|
type="text"
|
|
@@ -128,6 +122,12 @@
|
|
v-hasPermi="['zdsz:engineeringPipeJacking:remove']"
|
|
v-hasPermi="['zdsz:engineeringPipeJacking:remove']"
|
|
>删除
|
|
>删除
|
|
</el-button>
|
|
</el-button>
|
|
|
|
+ <el-button
|
|
|
|
+ type="text"
|
|
|
|
+ icon="el-icon-download"
|
|
|
|
+ size="mini"
|
|
|
|
+ @click="download(scope.row.enginName)"
|
|
|
|
+ >下载图片</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
@@ -312,7 +312,7 @@ import {
|
|
detailEngineeringPipeJacking, // 历史
|
|
detailEngineeringPipeJacking, // 历史
|
|
getDictList,
|
|
getDictList,
|
|
engineeringCivilReview,
|
|
engineeringCivilReview,
|
|
- putEngineeringPipeJacking, CivilReview, insertReview
|
|
|
|
|
|
+ putEngineeringPipeJacking, CivilReview, insertReview, downloadZip
|
|
} from "@/api/zdsz/enginee"
|
|
} from "@/api/zdsz/enginee"
|
|
import {getDicts} from "@/api/system/dict/data";
|
|
import {getDicts} from "@/api/system/dict/data";
|
|
|
|
|
|
@@ -515,6 +515,9 @@ export default {
|
|
this.getList();
|
|
this.getList();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ download(name){
|
|
|
|
+ downloadZip('顶管工程',name)
|
|
|
|
+ },
|
|
// 填写节点信息
|
|
// 填写节点信息
|
|
updateNodeOption(zEngineeringInfoBoList) {
|
|
updateNodeOption(zEngineeringInfoBoList) {
|
|
delete this.updateParams.zEngineeringNodeBoList
|
|
delete this.updateParams.zEngineeringNodeBoList
|