|
|
|
@ -108,101 +108,99 @@
|
|
|
|
|
</el-row> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div style="height: 100%"> |
|
|
|
|
<!-- 列表模块 --> |
|
|
|
|
<tablecmt |
|
|
|
|
ref="tableNodeRef" |
|
|
|
|
:columnList="columnList" |
|
|
|
|
:tableData="data" |
|
|
|
|
:loading="loading" |
|
|
|
|
@inputTxt="inputsc" |
|
|
|
|
@timeCheck="timesc" |
|
|
|
|
@btnCheck="btnsc" |
|
|
|
|
@selectCheck="selectsc" |
|
|
|
|
@selection="selectionsc" |
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<template |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.column.label === '配送件数' || |
|
|
|
|
'装车件数' || |
|
|
|
|
'签收数' || |
|
|
|
|
'未签收数' || |
|
|
|
|
'未装车件数' || |
|
|
|
|
'异常装车件数' || |
|
|
|
|
'异常签收件数' |
|
|
|
|
" |
|
|
|
|
> |
|
|
|
|
<el-text @click="InformationViewing(slotProps.scope)"> |
|
|
|
|
<!-- {{slotProps.scope.row.reservationNum}} --> |
|
|
|
|
{{ |
|
|
|
|
slotProps.scope.column.label === '计划配送件数' |
|
|
|
|
? slotProps.scope.row.reservationNum |
|
|
|
|
: slotProps.scope.column.label === '计划装车件数' |
|
|
|
|
? slotProps.scope.row.loadedNumber |
|
|
|
|
: slotProps.scope.column.label === '计划签收件数' |
|
|
|
|
? slotProps.scope.row.receivedQuantity |
|
|
|
|
: slotProps.scope.column.label === '计划未签收件数' |
|
|
|
|
? slotProps.scope.row.unreceivedQuantity |
|
|
|
|
: slotProps.scope.column.label === '计划未装车件数' |
|
|
|
|
? slotProps.scope.row.unloadedNumber |
|
|
|
|
: slotProps.scope.column.label === '异常装车件数' |
|
|
|
|
? slotProps.scope.row.abnormalLoadedNumber |
|
|
|
|
: slotProps.scope.column.label === '异常签收件数' |
|
|
|
|
? slotProps.scope.row.abnormalReceivedQuantity |
|
|
|
|
: '' |
|
|
|
|
}} |
|
|
|
|
</el-text> |
|
|
|
|
</template> |
|
|
|
|
<!-- 列表模块 --> |
|
|
|
|
<tablecmt |
|
|
|
|
ref="tableNodeRef" |
|
|
|
|
:columnList="columnList" |
|
|
|
|
:tableData="data" |
|
|
|
|
:loading="loading" |
|
|
|
|
:tableRowClassName="handleSetRowClassName" |
|
|
|
|
@inputTxt="inputsc" |
|
|
|
|
@timeCheck="timesc" |
|
|
|
|
@btnCheck="btnsc" |
|
|
|
|
@selectCheck="selectsc" |
|
|
|
|
@selection="selectionsc" |
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<template |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.column.label === '配送件数' || |
|
|
|
|
'装车件数' || |
|
|
|
|
'签收数' || |
|
|
|
|
'未签收数' || |
|
|
|
|
'未装车件数' || |
|
|
|
|
'异常装车件数' || |
|
|
|
|
'异常签收件数' |
|
|
|
|
" |
|
|
|
|
> |
|
|
|
|
<el-text @click="InformationViewing(slotProps.scope)"> |
|
|
|
|
<!-- {{slotProps.scope.row.reservationNum}} --> |
|
|
|
|
{{ |
|
|
|
|
slotProps.scope.column.label === '计划配送件数' |
|
|
|
|
? slotProps.scope.row.reservationNum |
|
|
|
|
: slotProps.scope.column.label === '计划装车件数' |
|
|
|
|
? slotProps.scope.row.loadedNumber |
|
|
|
|
: slotProps.scope.column.label === '计划签收件数' |
|
|
|
|
? slotProps.scope.row.receivedQuantity |
|
|
|
|
: slotProps.scope.column.label === '计划未签收件数' |
|
|
|
|
? slotProps.scope.row.unreceivedQuantity |
|
|
|
|
: slotProps.scope.column.label === '计划未装车件数' |
|
|
|
|
? slotProps.scope.row.unloadedNumber |
|
|
|
|
: slotProps.scope.column.label === '异常装车件数' |
|
|
|
|
? slotProps.scope.row.abnormalLoadedNumber |
|
|
|
|
: slotProps.scope.column.label === '异常签收件数' |
|
|
|
|
? slotProps.scope.row.abnormalReceivedQuantity |
|
|
|
|
: '' |
|
|
|
|
}} |
|
|
|
|
</el-text> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<template v-if="slotProps.scope.column.label === '操作'"> |
|
|
|
|
<el-text size="small" @click="editsolt(slotProps.scope)">查 看</el-text> |
|
|
|
|
<template v-if="slotProps.scope.column.label === '操作'"> |
|
|
|
|
<el-text size="small" @click="editsolt(slotProps.scope)">查 看</el-text> |
|
|
|
|
|
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
|
v-if="slotProps.scope.row.abnormalLoadedNumber > 0" |
|
|
|
|
@click="viewAbnormalLoading(slotProps.scope)" |
|
|
|
|
>异 常 审 核</el-text |
|
|
|
|
> |
|
|
|
|
<!-- v-if=" |
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
|
v-if="slotProps.scope.row.abnormalLoadedNumber > 0" |
|
|
|
|
@click="viewAbnormalLoading(slotProps.scope)" |
|
|
|
|
>异 常 审 核</el-text |
|
|
|
|
> |
|
|
|
|
<!-- v-if=" |
|
|
|
|
slotProps.scope.row.sijiSigningStatus == '司机已签收' && |
|
|
|
|
slotProps.scope.row.wenyuanSigningStatus == '文员待审核' |
|
|
|
|
" --> |
|
|
|
|
<el-text |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.row.sijiSigningStatus == '已完成' && |
|
|
|
|
slotProps.scope.row.wenyuanSigningStatus == '文员待审核' |
|
|
|
|
" |
|
|
|
|
size="small" |
|
|
|
|
@click="handleSign(slotProps.scope.row)" |
|
|
|
|
>复 核</el-text |
|
|
|
|
> |
|
|
|
|
<el-text size="small" @click="asurcharge(slotProps.scope.row)">附加费</el-text> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<!-- <el-button size="small" type="danger" @click="delectsolt(slotProps.scope)"--> |
|
|
|
|
<!-- >Delete</el-button>--> |
|
|
|
|
<el-text |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.row.sijiSigningStatus == '已完成' && |
|
|
|
|
slotProps.scope.row.wenyuanSigningStatus == '文员待审核' |
|
|
|
|
" |
|
|
|
|
size="small" |
|
|
|
|
@click="handleSign(slotProps.scope.row)" |
|
|
|
|
>复 核</el-text |
|
|
|
|
> |
|
|
|
|
<el-text size="small" @click="asurcharge(slotProps.scope.row)">附加费</el-text> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
|
|
|
|
|
|
<!-- <el-button size="small" type="danger" @click="delectsolt(slotProps.scope)"--> |
|
|
|
|
<!-- >Delete</el-button>--> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
|
|
|
|
|
|
<div class="avue-crud__pagination flex-c-sb" style="width: 100%"> |
|
|
|
|
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div> |
|
|
|
|
<!-- 分页模块 --> |
|
|
|
|
<el-pagination |
|
|
|
|
align="right" |
|
|
|
|
background |
|
|
|
|
@size-change="sizeChange" |
|
|
|
|
@current-change="currentChange" |
|
|
|
|
:current-page="page.currentPage" |
|
|
|
|
:page-sizes="[30, 50, 80, 120]" |
|
|
|
|
:page-size="page.pageSize" |
|
|
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
|
|
:total="page.total" |
|
|
|
|
> |
|
|
|
|
</el-pagination> |
|
|
|
|
</div> |
|
|
|
|
<el-row class="el-fy"> |
|
|
|
|
<div class="avue-crud__pagination flex-c-sb" style="width: 100%"> |
|
|
|
|
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div> |
|
|
|
|
<!-- 分页模块 --> |
|
|
|
|
<el-pagination |
|
|
|
|
align="right" |
|
|
|
|
background |
|
|
|
|
@size-change="sizeChange" |
|
|
|
|
@current-change="currentChange" |
|
|
|
|
:current-page="page.currentPage" |
|
|
|
|
:page-sizes="[30, 50, 80, 120]" |
|
|
|
|
:page-size="page.pageSize" |
|
|
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
|
|
:total="page.total" |
|
|
|
|
> |
|
|
|
|
</el-pagination> |
|
|
|
|
</div> |
|
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
<!-- 表单模块 --> |
|
|
|
|
<el-dialog |
|
|
|
@ -2571,6 +2569,28 @@ export default {
|
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
}, |
|
|
|
|
/** 设置表格行样式 */ |
|
|
|
|
handleSetRowClassName(row, rowIndex) { |
|
|
|
|
try { |
|
|
|
|
if (!row.taskTime) return 'timeOut'; |
|
|
|
|
|
|
|
|
|
// 设置预警 -- 以配送时间为基准, 第二天八点后为超期, 前两个小时为预警 |
|
|
|
|
|
|
|
|
|
// 当前时间 - 入库时间 |
|
|
|
|
const time = Date.now() - new Date(row.taskTime).getTime(); |
|
|
|
|
|
|
|
|
|
// 预警时间 |
|
|
|
|
const WarningTime = 1000 * 60 * 60 * (24 - 2); |
|
|
|
|
|
|
|
|
|
// 超时 |
|
|
|
|
const timeOut = 1000 * 60 * 60 * 24; |
|
|
|
|
|
|
|
|
|
if (time > timeOut) return 'timeOut'; |
|
|
|
|
else if (time > WarningTime && time < timeOut) return 'WarningTime'; |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|