|
|
@@ -204,13 +204,13 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
}
|
|
|
},
|
|
|
],
|
|
|
- 'IS_AUTO' => [
|
|
|
- 'header' => 'Is Auto', // 是否自动
|
|
|
- 'headerOther' => ['width' => '120'],
|
|
|
+// 'IS_AUTO' => [
|
|
|
+// 'header' => 'Is Auto', // 是否自动
|
|
|
+// 'headerOther' => ['width' => '120'],
|
|
|
// 'value' => function ($row) {
|
|
|
// return $row['IS_AUTO'] == 1 ? 'Yes' : 'No';
|
|
|
// },
|
|
|
- ],
|
|
|
+// ],
|
|
|
// 'WAREHOUSE' => [
|
|
|
// 'header' => 'Delivery warehouse',//发货仓
|
|
|
// ],
|