Browse Source

新增字段

master
马远东 10 months ago
parent
commit
470ae07d47
  1. 7
      src/views/distribution/turndelivery/deliveryDiscuss.vue
  2. 80
      src/views/warehouse/parcelList/distributionParcelList.vue

7
src/views/distribution/turndelivery/deliveryDiscuss.vue

@ -320,7 +320,7 @@
align="center"
>
<template #default="props">
<span :class="props.row[item.prop] == 'state' ? '.static-class' : ''">{{
<span :id="props.row[item.prop]" :class="props.row[item.prop] == 'state' ? '.static-class' : ''">{{
props.row[item.prop] ? props.row[item.prop] : '/'
}}</span>
</template>
@ -1888,6 +1888,9 @@ const soclear=()=>{
}
//
const SearchFu = () => {
return
document.getElementById(multifunctional.value).scrollIntoView()
return
console.log(soInpuState.value, '当前搜索状态');
if (!multifunctional.value && !dataInfoTemp.value.length) {
@ -1930,7 +1933,7 @@ const SearchFu = () => {
console.log(dataInfoTemp.value,'临时存储的值');
dataInfo.value = temp; //
soInpuState.value = false; //
}
// console.log(dataInfo.value, '');

80
src/views/warehouse/parcelList/distributionParcelList.vue

@ -369,35 +369,85 @@ export default {
fixed: false,
sortable: true,
},
{
label: '预约单编号',
prop: 'reservationCode',
display: false,
hide: true,
label: '预约单编号',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
label: '配送车次号',
prop: 'noteNumber',
display: false,
hide: true,
label: '配送车次号',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
label: '配送司机',
prop: 'driverName',
display: false,
hide: true,
label: '配送司机',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
label: '装车时间',
prop: 'scanTime',
display: false,
hide: true,
label: '装车时间',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'scanUser',
label: '实际装车人',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
label: '签收时间',
prop: 'signingTime',
display: false,
hide: true,
label: '签收时间',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'signingUser',
label: '实际签收人',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
label: '配送车牌',

Loading…
Cancel
Save