|
@@ -532,7 +532,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="总库存数量" prop="goodsMaterialStock" min-width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- {{scope.row.flag == 1 ? (scope.row.stockQty || 0) : (scope.row.goodsMaterialStock || 0)}}
|
|
|
+ <!-- {{scope.row.flag == 1 ? (scope.row.stockQty || 0) : (scope.row.goodsMaterialStock || 0)}} -->
|
|
|
+ {{scope.row.stockQty || 0}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|