|
|
|
@ -157,7 +157,13 @@
|
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<template |
|
|
|
|
v-if="slotProps.scope.column.label === '配送件数' || '装车件数' || '签收数'|| '未签收数'|| '未装车件数'" |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.column.label === '配送件数' || |
|
|
|
|
'装车件数' || |
|
|
|
|
'签收数' || |
|
|
|
|
'未签收数' || |
|
|
|
|
'未装车件数' |
|
|
|
|
" |
|
|
|
|
> |
|
|
|
|
<el-text @click="InformationViewing(slotProps.scope)"> |
|
|
|
|
<!-- {{slotProps.scope.row.reservationNum}} --> |
|
|
|
@ -168,9 +174,9 @@
|
|
|
|
|
? slotProps.scope.row.loadedNumber |
|
|
|
|
: slotProps.scope.column.label === '签收件数' |
|
|
|
|
? slotProps.scope.row.receivedQuantity |
|
|
|
|
:slotProps.scope.column.label === '未签收件数' |
|
|
|
|
: slotProps.scope.column.label === '未签收件数' |
|
|
|
|
? slotProps.scope.row.unreceivedQuantity |
|
|
|
|
:slotProps.scope.column.label === '未装车件数' |
|
|
|
|
: slotProps.scope.column.label === '未装车件数' |
|
|
|
|
? slotProps.scope.row.unloadedNumber |
|
|
|
|
: '' |
|
|
|
|
}} |
|
|
|
@ -507,22 +513,16 @@
|
|
|
|
|
<!-- </template>--> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
:title="numberTitle" |
|
|
|
|
v-model="numberDetailDialogVisible" |
|
|
|
|
width="70%" |
|
|
|
|
> |
|
|
|
|
<el-dialog :title="numberTitle" v-model="numberDetailDialogVisible" width="70%"> |
|
|
|
|
<tablecmt |
|
|
|
|
:columnList="numberDetailColumnList" |
|
|
|
|
:tableData="numberDetailData" |
|
|
|
|
:loading="loading" |
|
|
|
|
@inputTxt="inputsc" |
|
|
|
|
@timeCheck="timesc" |
|
|
|
|
@btnCheck="btnsc" |
|
|
|
|
@selectCheck="selectsc" |
|
|
|
|
@selection="selectionsc" |
|
|
|
|
:columnList="numberDetailColumnList" |
|
|
|
|
:tableData="numberDetailData" |
|
|
|
|
:loading="loading" |
|
|
|
|
@inputTxt="inputsc" |
|
|
|
|
@timeCheck="timesc" |
|
|
|
|
@btnCheck="btnsc" |
|
|
|
|
@selectCheck="selectsc" |
|
|
|
|
@selection="selectionsc" |
|
|
|
|
> |
|
|
|
|
</tablecmt> |
|
|
|
|
|
|
|
|
@ -532,18 +532,19 @@
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import { |
|
|
|
|
getList, |
|
|
|
|
getDetail, |
|
|
|
|
add, |
|
|
|
|
update, |
|
|
|
|
remove, |
|
|
|
|
getPage, |
|
|
|
|
getstatistics, |
|
|
|
|
loadingAbnormalPackageListDetail, |
|
|
|
|
loadingAbnormalPackageListAuditing, |
|
|
|
|
getSignforExport, numberDetail |
|
|
|
|
} from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import { |
|
|
|
|
getList, |
|
|
|
|
getDetail, |
|
|
|
|
add, |
|
|
|
|
update, |
|
|
|
|
remove, |
|
|
|
|
getPage, |
|
|
|
|
getstatistics, |
|
|
|
|
loadingAbnormalPackageListDetail, |
|
|
|
|
loadingAbnormalPackageListAuditing, |
|
|
|
|
getSignforExport, |
|
|
|
|
numberDetail, |
|
|
|
|
} from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import { update as updatesign } from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import option from '@/option/distribution/distributionSignfor'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
@ -568,8 +569,8 @@ export default {
|
|
|
|
|
dialogVisibleC: false, |
|
|
|
|
dialogVisibleD: false, |
|
|
|
|
dialogVisibleE: false, |
|
|
|
|
numberDetailDialogVisible:false, |
|
|
|
|
numberTitle:'', |
|
|
|
|
numberDetailDialogVisible: false, |
|
|
|
|
numberTitle: '', |
|
|
|
|
TcForm: {}, //弹窗表单 |
|
|
|
|
// 上门照 |
|
|
|
|
DoorstepPhoto: [], |
|
|
|
@ -857,6 +858,7 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -867,6 +869,7 @@ export default {
|
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -877,6 +880,7 @@ export default {
|
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -887,6 +891,7 @@ export default {
|
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
isshowSummary: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -896,6 +901,7 @@ export default {
|
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
isshowSummary: true, |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
@ -1138,7 +1144,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
// 更多列的配置... |
|
|
|
|
], |
|
|
|
|
numberDetailData:[], |
|
|
|
|
numberDetailData: [], |
|
|
|
|
// 表单配置 |
|
|
|
|
signoption: { |
|
|
|
|
height: 'auto', |
|
|
|
@ -1800,31 +1806,30 @@ export default {
|
|
|
|
|
type = 1; |
|
|
|
|
console.log('查看配送件数'); |
|
|
|
|
break; |
|
|
|
|
case '装车件数': |
|
|
|
|
type = 2; |
|
|
|
|
this.numberTitle = '装车详情列表'; |
|
|
|
|
break; |
|
|
|
|
case '未装车件数': |
|
|
|
|
type = 3; |
|
|
|
|
this.numberTitle = '未装车详情列表'; |
|
|
|
|
case '装车件数': |
|
|
|
|
type = 2; |
|
|
|
|
this.numberTitle = '装车详情列表'; |
|
|
|
|
break; |
|
|
|
|
case '未装车件数': |
|
|
|
|
type = 3; |
|
|
|
|
this.numberTitle = '未装车详情列表'; |
|
|
|
|
break; |
|
|
|
|
case '签收件数': |
|
|
|
|
type = 4; |
|
|
|
|
this.numberTitle = '签收详情列表'; |
|
|
|
|
case '签收件数': |
|
|
|
|
type = 4; |
|
|
|
|
this.numberTitle = '签收详情列表'; |
|
|
|
|
break; |
|
|
|
|
case '未签收件数': |
|
|
|
|
type = 5; |
|
|
|
|
this.numberTitle = '未签收详情列表'; |
|
|
|
|
case '未签收件数': |
|
|
|
|
type = 5; |
|
|
|
|
this.numberTitle = '未签收详情列表'; |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
numberDetail(row.row.id,type).then(res=>{ |
|
|
|
|
numberDetail(row.row.id, type).then(res => { |
|
|
|
|
this.numberDetailDialogVisible = true; |
|
|
|
|
const data = res.data.data; |
|
|
|
|
this.numberDetailData = data; |
|
|
|
|
console.log('res--------->',res); |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
console.log('res--------->', res); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handlePictureCardPreview(uploadFile) { |
|
|
|
|
console.log(uploadFile); |
|
|
|
@ -2461,7 +2466,6 @@ export default {
|
|
|
|
|
flex-direction: column; |
|
|
|
|
} |
|
|
|
|
.el-fy { |
|
|
|
|
flex: 1; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: flex-end; |
|
|
|
|
} |
|
|
|
|