This commit is contained in:
Vergil
2020-03-14 09:42:54 +08:00
parent fb25d5036c
commit 634a9e6b5b
6 changed files with 48 additions and 57 deletions

View File

@@ -168,7 +168,7 @@
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="请款金额" align="center" min-width="100" prop="请款金额">
<el-table-column label="请款金额(元)" align="center" min-width="100" prop="请款金额">
<template slot-scope="scope">
{{ scope.row.请款金额 }}
</template>

View File

@@ -10,38 +10,38 @@
<el-card>
<h4 style="margin: 5px">到票结算申请单</h4>
<el-table id="expandTable" :data="tableData1" border stripe highlight-current-row style="width: 100%;" height="350px" size="mini" @row-click="searchTable2">
<el-table-column label="详情" type="expand">
<template slot-scope="scope">
<el-form label-position="left" inline class="demo-table-expand">
<el-row>
<el-col :span="6">
<viewer>
<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">
</viewer>
</el-col>
<el-col :span="6">
<el-form-item label="已付款项">
<span>{{ scope.row.已付款项 }}</span>
</el-form-item><br>
<el-form-item label="尚欠金额">
<span>{{ scope.row.尚欠金额 }}</span>
</el-form-item><br>
<el-form-item label="备注">
<span>{{ scope.row.备注 }}</span>
</el-form-item><br>
</el-col>
<el-col :span="6">
<el-form-item label="是否费用类发票">
<span>{{ scope.row.是否费用类 }}</span>
</el-form-item><br>
<el-form-item label="税额">
<span>{{ scope.row.税额 }}</span>
</el-form-item>
</el-col>
</el-row>
</el-form>
</template>
</el-table-column>
<!--<el-table-column label="详情" type="expand">-->
<!--<template slot-scope="scope">-->
<!--<el-form label-position="left" inline class="demo-table-expand">-->
<!--<el-row>-->
<!--<el-col :span="6">-->
<!--<viewer>-->
<!--<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">-->
<!--</viewer>-->
<!--</el-col>-->
<!--<el-col :span="6">-->
<!--<el-form-item label="已付款项">-->
<!--<span>{{ scope.row.已付款项 }}</span>-->
<!--</el-form-item><br>-->
<!--<el-form-item label="尚欠金额">-->
<!--<span>{{ scope.row.尚欠金额 }}</span>-->
<!--</el-form-item><br>-->
<!--<el-form-item label="备注">-->
<!--<span>{{ scope.row.备注 }}</span>-->
<!--</el-form-item><br>-->
<!--</el-col>-->
<!--<el-col :span="6">-->
<!--<el-form-item label="是否费用类发票">-->
<!--<span>{{ scope.row.是否费用类 }}</span>-->
<!--</el-form-item><br>-->
<!--<el-form-item label="税额">-->
<!--<span>{{ scope.row.税额 }}</span>-->
<!--</el-form-item>-->
<!--</el-col>-->
<!--</el-row>-->
<!--</el-form>-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="供应商" prop="供应商名称" align="center" width="170" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.供应商名称 }}
@@ -152,11 +152,6 @@
{{ scope.row.备注 }}
</template>
</el-table-column>
<el-table-column label="供应商" align="center" min-width="150" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.供应商名称 }}
</template>
</el-table-column>
<el-table-column label="合同编号" align="center" width="120">
<template slot-scope="scope">
{{ scope.row.采购合同编号 || scope.row.离线合同编号 }}