|
|
|
@ -396,7 +396,7 @@
|
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
<!-- 表单模块 --> |
|
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
:title="title" |
|
|
|
|
v-model="box" |
|
|
|
@ -458,20 +458,20 @@
|
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
</el-table> --> |
|
|
|
|
|
|
|
|
|
<!-- 客户包件 --> |
|
|
|
|
<tablecmt |
|
|
|
|
:columnList="wrapoption.column" |
|
|
|
|
:tableData="wrapdata" |
|
|
|
|
:loading="loading" |
|
|
|
|
@inputTxt="winputsc" |
|
|
|
|
@timeCheck="timesc" |
|
|
|
|
@selectCheck="selectsc" |
|
|
|
|
@inputTxt="inputscReservationPackage" |
|
|
|
|
@timeCheck="timescReservationPackage" |
|
|
|
|
@selectCheck="selectscReservationPackage" |
|
|
|
|
ref="wtableBox" |
|
|
|
|
@selection="selectionChange" |
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<template v-if="slotProps.scope.column.label === '操作'"> |
|
|
|
|
<el-button text size="small" @click="handleQRCode(scope.row)">查看二维码</el-button> |
|
|
|
|
<el-button size="small" @click="handleQRCode(slotProps.scope.row)">查看二维码</el-button> |
|
|
|
|
</template> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
@ -2459,46 +2459,46 @@ export default {
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '发站仓', |
|
|
|
|
prop: 'sendWarehouseName', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '目的仓', |
|
|
|
|
prop: 'acceptWarehouseName', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '发货时间', |
|
|
|
|
prop: 'waybillNumber', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '入库时间', |
|
|
|
|
prop: 'warehouseEntryTimeEnd', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '发站仓', |
|
|
|
|
// prop: 'sendWarehouseName', |
|
|
|
|
// type: 2, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '130', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '目的仓', |
|
|
|
|
// prop: 'acceptWarehouseName', |
|
|
|
|
// type: 2, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '130', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '发货时间', |
|
|
|
|
// prop: 'waybillNumber', |
|
|
|
|
// type: 2, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '130', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '入库时间', |
|
|
|
|
// prop: 'warehouseEntryTimeEnd', |
|
|
|
|
// type: 2, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '130', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '客户车次号', |
|
|
|
|
// prop: 'trainNumber', |
|
|
|
@ -2567,67 +2567,103 @@ export default {
|
|
|
|
|
{ |
|
|
|
|
label: '包件状态', |
|
|
|
|
prop: 'orderPackageStatusName', |
|
|
|
|
type: 2, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '冻结状态', |
|
|
|
|
prop: 'orderPackageFreezeStatusName', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
label: '未签收', |
|
|
|
|
value: '10' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '上架状态', |
|
|
|
|
prop: 'orderPackageGroundingStatusName', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
label: '已签收', |
|
|
|
|
value: '70' |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '冻结状态', |
|
|
|
|
// prop: 'orderPackageFreezeStatusName', |
|
|
|
|
// type: 2, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '130', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// label: '上架状态', |
|
|
|
|
// prop: 'orderPackageGroundingStatusName', |
|
|
|
|
// type: 2, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '130', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
label: '备货状态', |
|
|
|
|
prop: 'orderPackageStockupStatusName', |
|
|
|
|
type: 2, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '待备货', |
|
|
|
|
value: '10' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '已备货', |
|
|
|
|
value: '20' |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '预约状态', |
|
|
|
|
prop: 'orderPackageReservationStatusName', |
|
|
|
|
type: 2, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '待预约', |
|
|
|
|
value: '10' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '已预约', |
|
|
|
|
value: '20' |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '装车状态', |
|
|
|
|
prop: 'orderPackageLoadingStatusName', |
|
|
|
|
type: 2, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '待装车', |
|
|
|
|
value: '10' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '已装车', |
|
|
|
|
value: '20' |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '装车时间', |
|
|
|
|
prop: 'loadingTime', |
|
|
|
|
type: 2, |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -2649,10 +2685,27 @@ export default {
|
|
|
|
|
{ |
|
|
|
|
label: '装车方式', |
|
|
|
|
prop: 'scanStatus', |
|
|
|
|
type: 2, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
checkarr: [ |
|
|
|
|
{ |
|
|
|
|
label: '扫描', |
|
|
|
|
value: '2' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '订单', |
|
|
|
|
value: '3' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '一键装车', |
|
|
|
|
value: '4' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '补录', |
|
|
|
|
value: '5' |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
@ -2665,7 +2718,7 @@ export default {
|
|
|
|
|
{ |
|
|
|
|
label: '计划装车人', |
|
|
|
|
prop: 'driverName', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -2685,7 +2738,7 @@ export default {
|
|
|
|
|
{ |
|
|
|
|
label: '签收扫描时间', |
|
|
|
|
prop: 'signingTime', |
|
|
|
|
type: 2, |
|
|
|
|
type: 4, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -3169,6 +3222,39 @@ export default {
|
|
|
|
|
if (!index) delete this.inventoryQuery[row.prop]; |
|
|
|
|
this.handleInventory(this.page); |
|
|
|
|
}, |
|
|
|
|
inputscReservationPackage(index, row) { |
|
|
|
|
console.log('index', index); |
|
|
|
|
console.log('row', row); |
|
|
|
|
this.wrapoption.query[row.prop] = index; |
|
|
|
|
if (!index) delete this.inventoryQuery[row.prop]; |
|
|
|
|
this.getWrapdetails(this.page); |
|
|
|
|
}, |
|
|
|
|
timescReservationPackage(index, row) { |
|
|
|
|
if (!!index) { |
|
|
|
|
index = dayjs(index).format('YYYY-MM-DD'); |
|
|
|
|
} |
|
|
|
|
this.wrapoption.query[row.prop] = index; |
|
|
|
|
if (!index) { |
|
|
|
|
delete this.wrapoption.query[row.prop]; |
|
|
|
|
} |
|
|
|
|
this.getWrapdetails(this.page); |
|
|
|
|
}, |
|
|
|
|
selectscReservationPackage(index, row) { |
|
|
|
|
console.log(index, row); |
|
|
|
|
if (row.prop === 'orderPackageStatusName') { |
|
|
|
|
this.wrapoption.query['orderPackageStatus'] = index; |
|
|
|
|
} else if (row.prop === 'orderPackageStockupStatusName') { |
|
|
|
|
this.wrapoption.query['orderPackageStockupStatus'] = index; |
|
|
|
|
} else if (row.prop === 'orderPackageReservationStatusName') { |
|
|
|
|
this.wrapoption.query['orderPackageReservationStatus'] = index; |
|
|
|
|
} else if (row.prop === 'orderPackageLoadingStatusName') { |
|
|
|
|
this.wrapoption.query['orderPackageLoadingStatus'] = index; |
|
|
|
|
} else { |
|
|
|
|
this.wrapoption.query[row.prop] = index; |
|
|
|
|
} |
|
|
|
|
this.getWrapdetails(this.page); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
timesc() {}, |
|
|
|
|
btnsc() {}, |
|
|
|
|
selectsc() {}, |
|
|
|
|