|
|
|
@ -109,7 +109,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'senderFactory', |
|
|
|
|
label: '发货单位', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -119,7 +119,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'senderName', |
|
|
|
|
label: '发货人', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -129,7 +129,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'senderPhone', |
|
|
|
|
label: '发货人电话', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -139,7 +139,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'senderAddress', |
|
|
|
|
label: '发货地址', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -149,7 +149,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'consigneePerson', |
|
|
|
|
label: '商场联系人', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -159,7 +159,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeMobile', |
|
|
|
|
label: '联系电话', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
@ -169,7 +169,7 @@ export const columnList = [
|
|
|
|
|
{ |
|
|
|
|
prop: 'consigneeAddress', |
|
|
|
|
label: '地址', |
|
|
|
|
type: 2, |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|