| | |
| | | @cell-click="handleClick" @sort-change="sortChange" border=""> |
| | | <el-table-column type="index" label="序号" width="55" align="center" /> |
| | | <el-table-column prop="taskNo" label="任务号" width="130" show-overflow-tooltip="" /> |
| | | <el-table-column prop="levels" label="优先级" width="55" show-overflow-tooltip="" /> |
| | | <el-table-column prop="taskType" width="85" label="任务类型" show-overflow-tooltip=""> |
| | | <template #default="scope"> |
| | | <el-tag :type="dv('TaskTypeEnum', scope.row.taskType)?.tagType"> {{ dv('TaskTypeEnum', |
| | |
| | | scope.row.status)?.name }}</el-tag> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="origin" label="来源" show-overflow-tooltip="" /> |
| | | <el-table-column prop="lotNo" label="批次号" width="130" show-overflow-tooltip="" /> |
| | | <el-table-column prop="skuNo" label="物料编码" show-overflow-tooltip="" /> |
| | | <el-table-column prop="skuName" label="物料名称" show-overflow-tooltip="" /> |
| | | <el-table-column prop="startLocate" label="起始位置" show-overflow-tooltip="" /> |
| | | <el-table-column prop="endLocate" label="结束位置" show-overflow-tooltip="" /> |
| | | <el-table-column prop="palletNo" label="托盘号" show-overflow-tooltip="" /> |
| | | <el-table-column prop="orderNo" label="单据号" show-overflow-tooltip="" /> |
| | | <el-table-column prop="qty" label="拆垛箱数" show-overflow-tooltip="" /> |
| | | <el-table-column prop="palletQty" label="整跺箱数" show-overflow-tooltip="" /> |
| | | <el-table-column prop="lotNo" label="批次号" show-overflow-tooltip="" /> |
| | | <el-table-column prop="skuNo" label="物料编码" show-overflow-tooltip="" /> |
| | | <el-table-column prop="skuName" label="物料名称" show-overflow-tooltip="" /> |
| | | <el-table-column prop="levels" label="优先级" width="55" show-overflow-tooltip="" /> |
| | | <el-table-column prop="origin" label="来源" show-overflow-tooltip="" /> |
| | | <el-table-column prop="orderNo" label="单据号" show-overflow-tooltip="" /> |
| | | |
| | | <el-table-column prop="unstackingMode" width="100" label="拆垛方式" show-overflow-tooltip=""> |
| | | <template #default="scope"> |
| | | <span v-if="scope.row.unstackingMode"> |