请款审核审批查询

This commit is contained in:
Vergil
2020-03-14 20:08:39 +08:00
parent 32e868cf3d
commit 7ca8fbef23
3 changed files with 75 additions and 7 deletions

View File

@@ -74,6 +74,15 @@
{{ scope.row.审核情况内容 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="90px" fixed="right">
<template slot-scope="scope">
<el-tooltip :open-delay="1000" effect="dark" content="物料移出采购计划" placement="top">
<div style="display: inline-block">
<el-button type="text" size="mini" @click="searchTable2(scope.row)">详情</el-button>
</div>
</el-tooltip>
</template>
</el-table-column>
</el-table>
<div class="block" style="margin-top: 10px;">
<el-pagination
@@ -169,6 +178,7 @@ export default {
this.contractValue = parseInt(row.采购合同流水号)
searchTable2(this.contractValue).then(response => {
this.returns = response.data[0].合同内容
this.dialogFormVisible = true
})
},
handleSizeChange1(val) {