|
|
|
@ -951,17 +951,17 @@ export default {
|
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'goodsAllocation', |
|
|
|
|
label: '货位信息', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'goodsAllocation', |
|
|
|
|
// label: '货位信息', |
|
|
|
|
// type: 2, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '150', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// head: false, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeUnit', |
|
|
|
|
label: '收货单位', |
|
|
|
@ -1003,7 +1003,7 @@ export default {
|
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'consigneePerson', |
|
|
|
|
prop: 'customerName', |
|
|
|
|
label: '终端收货人', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -1013,7 +1013,7 @@ export default {
|
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeAddress', |
|
|
|
|
prop: 'customerAddress', |
|
|
|
|
label: '终端收货地址', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -1023,7 +1023,7 @@ export default {
|
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeMobile', |
|
|
|
|
prop: 'customerTelephone', |
|
|
|
|
label: '终端收货电话', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -2257,7 +2257,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '终端收货人', |
|
|
|
|
prop: 'consigneePerson', |
|
|
|
|
prop: 'customerName', |
|
|
|
|
search: true, |
|
|
|
|
width: '100px' |
|
|
|
|
}, |
|
|
|
|