From: fomichev Date: Fri, 7 Mar 2025 09:43:44 +0000 (+0300) Subject: Добавление колонок в marketplace_orders X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=3285e5ee695ffd3e1051a7485d328bc153c80bef;p=erp24_rep%2Fyii-erp24%2F.git Добавление колонок в marketplace_orders --- diff --git a/erp24/views/marketplace-orders/index.php b/erp24/views/marketplace-orders/index.php index 5f1ca3b9..494c2252 100644 --- a/erp24/views/marketplace-orders/index.php +++ b/erp24/views/marketplace-orders/index.php @@ -94,7 +94,8 @@ YiiAsset::register($this); }, 'filter' => Html::input('text', 'MarketplaceOrdersSearch[substatus_code]', $searchModel->substatus_code, ['class' => 'form-control']), ], - //'warehouse_guid', + 'warehouse_guid', + 'marketplace_name', 'creation_date', 'updated_at', 'total', diff --git a/erp24/views/marketplace-orders/view.php b/erp24/views/marketplace-orders/view.php index 2f4ea5ab..4c83853a 100644 --- a/erp24/views/marketplace-orders/view.php +++ b/erp24/views/marketplace-orders/view.php @@ -52,6 +52,8 @@ $this->params['breadcrumbs'][] = $this->title; 'cancel_requested', 'raw_data:ntext', 'guid', + 'marketplace_name', + 'marketplace_id', [ 'attribute' => 'status_1c', 'value' => function ($model) {