|
|
@@ -174,7 +174,7 @@ class BaOrderList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
],
|
|
|
'ORDER_TYPE' => [
|
|
|
'header' => 'Order Type',//订单类型
|
|
|
- 'headerOther' => ['width' => '120'],
|
|
|
+ 'headerOther' => ['width' => '140'],
|
|
|
'value' => function ($row) {
|
|
|
switch ($row['ORDER_TYPE']) {
|
|
|
case 'ZC':
|
|
|
@@ -249,9 +249,6 @@ class BaOrderList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
],
|
|
|
'PAY_FREIGHT' => [
|
|
|
'header' => 'Freight',//运费
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '150',
|
|
|
- ],
|
|
|
'value' => function ($row) {
|
|
|
return Tool::formatPrice($row['FREIGHT']);
|
|
|
},
|
|
|
@@ -263,9 +260,6 @@ class BaOrderList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
],
|
|
|
'TAX_RATE' => [
|
|
|
'header' => 'Tax Rate',//税率
|
|
|
- 'headerOther' => [
|
|
|
- 'width' => '150',
|
|
|
- ],
|
|
|
'value' => function ($row) {
|
|
|
return Tool::formatPrice($row['TAX_RATE']);
|
|
|
},
|