| | |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="车牌号" |
| | | prop="licensePlateNo" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="毛重(吨)" |
| | | prop="grossWeight" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="皮重(吨)" |
| | | prop="tareWeight" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="净重(吨)" |
| | | prop="netWeight" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="出库人" |
| | | prop="createBy" |
| | | show-overflow-tooltip |
| | |
| | | {{ getRecordType(scope.row.recordType) }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="过磅日期" |
| | | prop="weighingDate" |
| | | show-overflow-tooltip |
| | | /> |
| | | <el-table-column |
| | | label="过磅员" |
| | | prop="weighingOperator" |
| | | show-overflow-tooltip |
| | | /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="total > 0" |