|
|
|
@ -128,6 +128,7 @@
|
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<el-text size="small" @click="editsolt(slotProps.scope)">查 看</el-text> |
|
|
|
|
<el-text size="small" v-if="slotProps.scope.row.isHaveAbnormalPackage === 2" @click="viewAbnormalLoading(slotProps.scope)">异 常 审 核</el-text> |
|
|
|
|
<el-text size="small" v-if="slotProps.scope.row.signingStatusAll == '司机签收'" @click="handleSign(slotProps.scope.row)">复 核</el-text> |
|
|
|
|
<!-- <el-button size="small" type="danger" @click="delectsolt(slotProps.scope)"--> |
|
|
|
|
<!-- >Delete</el-button>--> |
|
|
|
@ -255,6 +256,71 @@
|
|
|
|
|
:drawerShow="drawerShow" |
|
|
|
|
:columnList="columnList" |
|
|
|
|
></edittablehead> |
|
|
|
|
<el-dialog |
|
|
|
|
title="异常装车包件列表" |
|
|
|
|
v-model="abnormalBox" |
|
|
|
|
width="50%" |
|
|
|
|
:before-close="beforeClose" |
|
|
|
|
append-to-body> |
|
|
|
|
<el-table |
|
|
|
|
ref="table" |
|
|
|
|
v-loading="loading" |
|
|
|
|
@selection-change="selectionChange" |
|
|
|
|
:data="wrapdata" |
|
|
|
|
:height="height" |
|
|
|
|
style="width: 100%" |
|
|
|
|
:border="option.border"> |
|
|
|
|
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column> |
|
|
|
|
<template v-for="(item, index) in wrapoption.column"> |
|
|
|
|
<!-- table字段 --> |
|
|
|
|
<el-table-column |
|
|
|
|
v-if="item.hide !== true" |
|
|
|
|
:prop="item.prop" |
|
|
|
|
:label="item.label" |
|
|
|
|
:show-overflow-tooltip="true" |
|
|
|
|
:width="item.width" |
|
|
|
|
:key="index" |
|
|
|
|
> |
|
|
|
|
<!-- :align="center"--> |
|
|
|
|
</el-table-column> |
|
|
|
|
</template> |
|
|
|
|
<el-table-column |
|
|
|
|
fixed="right" |
|
|
|
|
label="操作" |
|
|
|
|
width="100"> |
|
|
|
|
<template #default="scope"> |
|
|
|
|
<el-button v-if="scope.row.auditingStatus === 1 || scope.row.auditingStatusName === '待审核'" @click="auditing(scope.row)" type="text" size="small" >审 核</el-button> |
|
|
|
|
<!-- <el-button type="text" size="small">编辑</el-button>--> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
</el-table> |
|
|
|
|
<div style="width: 100%"> |
|
|
|
|
<el-button type="primary" @click="fastAuditing" style="margin-left: 40%">一键审批</el-button> |
|
|
|
|
<el-button type="primary" @click="this.abnormalBox = false">关闭</el-button> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="avue-crud__pagination" style="width: 100%">--> |
|
|
|
|
<!-- <!– 分页模块 –>--> |
|
|
|
|
<!-- <el-pagination--> |
|
|
|
|
<!-- background--> |
|
|
|
|
<!-- @size-change="wsizeChange"--> |
|
|
|
|
<!-- @current-change="wcurrentChange"--> |
|
|
|
|
<!-- :current-page="wpage.currentPage"--> |
|
|
|
|
<!-- :page-sizes="[30, 50, 80, 120]"--> |
|
|
|
|
<!-- :page-size="wpage.pageSize"--> |
|
|
|
|
<!-- layout="total, sizes, prev, pager, next, jumper"--> |
|
|
|
|
<!-- :total="wpage.total"--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- <!– :align="center"–>--> |
|
|
|
|
<!-- </el-pagination>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- 表单按钮 --> |
|
|
|
|
<!-- <template #footer>--> |
|
|
|
|
<!-- <span v-if="!view" class="dialog-footer">--> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit">提 交</el-button>--> |
|
|
|
|
<!-- <el-button icon="el-icon-circle-close" @click="box = false">取 消</el-button>--> |
|
|
|
|
<!-- </span>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
</el-dialog> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
@ -265,7 +331,7 @@
|
|
|
|
|
update, |
|
|
|
|
remove, |
|
|
|
|
getPage, |
|
|
|
|
getstatistics |
|
|
|
|
getstatistics, loadingAbnormalPackageListDetail, loadingAbnormalPackageListAuditing |
|
|
|
|
} from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import { update as updatesign } from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import option from '@/option/distribution/distributionSignfor'; |
|
|
|
@ -487,7 +553,7 @@
|
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'signingStatusAll', |
|
|
|
|
prop: 'sijiSigningStatus', |
|
|
|
|
label: '司机签收状态', |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
@ -505,6 +571,26 @@
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
prop: 'wenyuanSigningStatus', |
|
|
|
|
label: '文员审核状态', |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
value: '2', |
|
|
|
|
label: '已签收' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
value: '1', |
|
|
|
|
label: '未签收' |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: '', |
|
|
|
|
label: '操作', |
|
|
|
@ -642,6 +728,239 @@
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
columnListedit: [], |
|
|
|
|
wrapdata:[], |
|
|
|
|
wrapoption: { |
|
|
|
|
expand: false, |
|
|
|
|
index: true, |
|
|
|
|
border: true, |
|
|
|
|
selection: true, |
|
|
|
|
column: [ |
|
|
|
|
{ |
|
|
|
|
label: '配送车次', |
|
|
|
|
prop: 'trainNumber', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '运单号', |
|
|
|
|
prop: 'waybillNumber', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '服务号', |
|
|
|
|
prop: 'serviceNumber', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '订单自编号', |
|
|
|
|
prop: 'orderCode', |
|
|
|
|
width: '100px', |
|
|
|
|
search: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '货物名称', |
|
|
|
|
prop: 'materialName', |
|
|
|
|
width: '100px', |
|
|
|
|
search: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '包条码', |
|
|
|
|
prop: 'packageCode', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '仓库', |
|
|
|
|
// prop: 'warehouse', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '发站仓', |
|
|
|
|
// prop: 'sendWarehouseName', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '目的仓', |
|
|
|
|
// prop: 'acceptWarehouseName', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '发货时间', |
|
|
|
|
// prop: 'waybillNumber', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '入库时间', |
|
|
|
|
// prop: 'warehouseEntryTimeEnd', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '客户车次号', |
|
|
|
|
// prop: 'trainNumber', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '发站出库车次', |
|
|
|
|
// prop: 'trainNumber', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '入库车次', |
|
|
|
|
// prop: 'trainNumber', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px', |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
label: '一级品类', |
|
|
|
|
prop: 'firsts', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '二级品类', |
|
|
|
|
prop: 'second', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '三级品类', |
|
|
|
|
prop: 'thirdProduct', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '物料编号', |
|
|
|
|
// prop: 'materialCode', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '物料名称', |
|
|
|
|
// prop: 'materialName', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px' |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
label: '包件状态', |
|
|
|
|
prop: 'orderPackageStatusName', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '冻结状态', |
|
|
|
|
prop: 'orderPackageFreezeStatusName', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '上架状态', |
|
|
|
|
// prop: 'orderPackageGroundingStatusName', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '100px', |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
label: '备货状态', |
|
|
|
|
prop: 'orderPackageStockupStatusName', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '预约状态', |
|
|
|
|
prop: 'orderPackageReservationStatusName', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '装车状态', |
|
|
|
|
prop: 'orderPackageLoadingStatusName', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '配送计划状态', |
|
|
|
|
// prop: 'orderPackageDeliveryStatus', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '130px' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '装车扫描时间', |
|
|
|
|
// prop: 'orderPackageReservationStatusName', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '150px' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '装车方式', |
|
|
|
|
// prop: 'scanStatus', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '150px', |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '装车扫描人员', |
|
|
|
|
// prop: 'orderPackageDeliveryStatus', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '150px' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '计划装车人', |
|
|
|
|
// prop: 'driverName', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '150px', |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
label: '实际装车人', |
|
|
|
|
prop: 'scanUser', |
|
|
|
|
search: true, |
|
|
|
|
width: '150px', |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '签收扫描时间', |
|
|
|
|
// prop: 'signingTime', |
|
|
|
|
// search: true, |
|
|
|
|
// width: '150px', |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
label: '审核状态', |
|
|
|
|
prop: 'auditingStatusName', |
|
|
|
|
search: true, |
|
|
|
|
width: '150px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '审核时间', |
|
|
|
|
prop: 'auditingTime', |
|
|
|
|
search: true, |
|
|
|
|
width: '150px', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '审核人', |
|
|
|
|
prop: 'auditingUser', |
|
|
|
|
search: true, |
|
|
|
|
width: '150px', |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// { |
|
|
|
|
// label: '托盘码', |
|
|
|
|
// prop: 'pallet', |
|
|
|
|
// width: '100px' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '库位号', |
|
|
|
|
// prop: 'goodsAllocation', |
|
|
|
|
// width: '100px' |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
drawerShow: false, |
|
|
|
|
height: 0, |
|
|
|
|
// 弹框标题 |
|
|
|
@ -662,6 +981,7 @@
|
|
|
|
|
signdata: [], |
|
|
|
|
// 查询信息 |
|
|
|
|
query: {}, |
|
|
|
|
abnormalBox:false, |
|
|
|
|
// 表单配置 |
|
|
|
|
signoption: { |
|
|
|
|
height: 'auto', |
|
|
|
@ -902,6 +1222,7 @@
|
|
|
|
|
showdrawer(value) { |
|
|
|
|
this.drawerShow = value; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 弹窗的勾选回调,用于更改头部数组 |
|
|
|
|
* 固定搭配,只需要更换 columnList |
|
|
|
@ -918,7 +1239,6 @@
|
|
|
|
|
this.columnList = newarr; |
|
|
|
|
this.$functions.setStorage(window.location.pathname + 'sortlist', headarr); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
//取消 |
|
|
|
|
cancellation() { |
|
|
|
@ -956,6 +1276,43 @@
|
|
|
|
|
const { row } = scope; |
|
|
|
|
console.log(row); |
|
|
|
|
}, |
|
|
|
|
//审批异常装车包件 |
|
|
|
|
auditing(row){ |
|
|
|
|
// const { row } = scope; |
|
|
|
|
console.log("----------->row",row); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
loadingAbnormalPackageListAuditing(row.id).then(res=>{ |
|
|
|
|
console.log("res-------->",res); |
|
|
|
|
if (res){ |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 一键审批 |
|
|
|
|
*/ |
|
|
|
|
fastAuditing(){ |
|
|
|
|
console.log("this.wrapdata---------->",this.wrapdata); |
|
|
|
|
let ids = [] |
|
|
|
|
this.wrapdata.forEach(item=>{ |
|
|
|
|
ids.push(item.id) |
|
|
|
|
}) |
|
|
|
|
loadingAbnormalPackageListAuditing(ids.join(",")).then(res=>{ |
|
|
|
|
console.log("res-------->",res); |
|
|
|
|
if (res){ |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
}); |
|
|
|
|
this.abnormalBox = false; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
console.log("ids---------->",ids); |
|
|
|
|
}, |
|
|
|
|
handleSign(row) { |
|
|
|
|
console.log('签收>>>>>>>>>>', row); |
|
|
|
|
// this.title = '查看'; |
|
|
|
@ -965,6 +1322,17 @@
|
|
|
|
|
// this.wid= row.id |
|
|
|
|
// this.getWrapdetails(this.wpage) |
|
|
|
|
}, |
|
|
|
|
viewAbnormalLoading(scope){ |
|
|
|
|
const { row } = scope; |
|
|
|
|
// this.title = '查看'; |
|
|
|
|
// this.view = true; |
|
|
|
|
this.abnormalBox = true; |
|
|
|
|
console.log("异常装车审核------------->",row); |
|
|
|
|
loadingAbnormalPackageListDetail(row.id).then(res=>{ |
|
|
|
|
this.wrapdata = res.data.data; |
|
|
|
|
console.log("res------------->",res.data.data); |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
editsolt(scope) { |
|
|
|
|
const { row } = scope; |
|
|
|
|
console.log('row>>>>>>>>>>>>>>>>>>>', row); |
|
|
|
|