|
|
|
@ -245,7 +245,7 @@ export const columnList = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'sysTotalFee', |
|
|
|
|
label: '订单开单价', |
|
|
|
|
label: '订单预估总价', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
@ -268,7 +268,7 @@ export const columnList = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'systemFreightPrice', |
|
|
|
|
label: '开单运费', |
|
|
|
|
label: '预估运费', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
@ -292,7 +292,7 @@ export const columnList = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'systemPickupPrice', |
|
|
|
|
label: '开单提货费', |
|
|
|
|
label: '预估提货费', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
@ -388,7 +388,7 @@ export const columnList = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'systemDeliveryFee', |
|
|
|
|
label: '开单配送费', |
|
|
|
|
label: '预估配送费', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
@ -1017,7 +1017,7 @@ export const columnListB = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'sysTotalFee', |
|
|
|
|
label: '订单开单价', |
|
|
|
|
label: '订单预估总价', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
@ -1041,7 +1041,7 @@ export const columnListB = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'systemFreightPrice', |
|
|
|
|
label: '开单运费', |
|
|
|
|
label: '预估运费', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
@ -1065,7 +1065,7 @@ export const columnListB = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'systemPickupPrice', |
|
|
|
|
label: '开单提货费', |
|
|
|
|
label: '预估提货费', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
@ -1161,7 +1161,7 @@ export const columnListB = [
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'systemDeliveryFee', |
|
|
|
|
label: '开单配送费', |
|
|
|
|
label: '预估配送费', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|