This commit is contained in:
liushuai
2020-05-09 17:41:04 +08:00
parent 443d0e3ab6
commit 0ef126be10
7 changed files with 102 additions and 41 deletions

View File

@@ -103,7 +103,7 @@
</el-table-column>
<el-table-column align="center" label="采购数" width="70px">
<template slot-scope="scope">
{{ scope.row.采购数量 }}
{{ scope.row.数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="到货数" width="70px">
@@ -217,7 +217,7 @@
</el-table-column>
<el-table-column align="center" label="采购数" width="70px">
<template slot-scope="scope">
{{ scope.row.采购数量 }}
{{ scope.row.数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="到货数" width="70px">
@@ -337,7 +337,7 @@
</el-table-column>
<el-table-column align="center" label="采购数" width="70px">
<template slot-scope="scope">
{{ scope.row.采购数量 }}
{{ scope.row.数量 }}
<!--{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || '—' }}-->
</template>
</el-table-column>