|
@@ -412,7 +412,11 @@
|
|
|
{{scope.row.num * scope.row.price * 100 / 100}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="库存数量" prop="goodsMaterialStock" min-width="120"></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 : scope.row.goodsMaterialStock}}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
|
|
|
<div v-if="activeKey == 'examine'">
|