|
|
|
@ -149,7 +149,7 @@
|
|
|
|
|
<!-- <el-table-column label="扫码数量" prop="scanActCount" width="80"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="单据数量" prop="count" width="80"></el-table-column>-->
|
|
|
|
|
<!-- 扫码数量列 -->
|
|
|
|
|
<el-table-column label="扫码数量" width="80">
|
|
|
|
|
<el-table-column label="扫码实际数量" width="80">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span :style="getScanActCountStyle(scope.row)">
|
|
|
|
|
<strong>{{ scope.row.scanActCount }}</strong>
|
|
|
|
|