This commit is contained in:
liushuai
2020-04-25 18:04:00 +08:00
parent 6c10a2359b
commit 7a2db4cdf5

View File

@@ -335,7 +335,7 @@
{{ 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.数量 || '—' }}