| | |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="出库数量" |
| | | prop="stockOutNum" |
| | | label="数量" |
| | | prop="qualitity" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="净重(吨)" |
| | | prop="netWeight" |
| | | label="采购员" |
| | | prop="purchaser" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | |
| | | {{ getRecordType(scope.row.recordType) }} |
| | | </template> |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | label="车牌" |
| | | prop="licensePlateNo" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column label="操作" |
| | | width="120" |
| | | align="center"> |
| | | <template #default="scope"> |
| | | <el-button type="primary" |
| | | size="mini" |
| | | @click="handlePreview(scope.row)">导出过磅单</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <!-- 不再展示过磅相关字段与导出操作 --> |
| | | </el-table> |
| | | <pagination |
| | | v-show="total > 0" |