导出格式相关V2

This commit is contained in:
liulujia
2020-04-26 15:05:32 +08:00
parent fa3edfb90f
commit 08b06cee4f
3 changed files with 4 additions and 4 deletions

View File

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