This commit is contained in:
liushuai
2020-05-18 19:12:24 +08:00
parent cd622ee59e
commit 05bd8992a8
12 changed files with 518 additions and 70 deletions

View File

@@ -188,7 +188,7 @@
</el-table-column>
<el-table-column align="center" label="采购数量">
<template slot-scope="scope">
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.离线采购数量 || (scope.row.数量==='0' ? '—' : scope.row.数量) || '—' }}
</template>
</el-table-column>
<el-table-column align="center" label="用滞货数">