update meta data

This commit is contained in:
manhlab
2021-04-12 07:01:53 -04:00
parent 176a5839dc
commit af25a2792d
18 changed files with 76 additions and 184 deletions

View File

@@ -12,24 +12,24 @@ class DepartmentSeeder extends Seeder
public function run()
{
DB::table('departments')->insert([
['id' => 'BGD', 'name' => 'Совет управляющих', 'tel' => '0123456600'],
['id' => 'PKHSX', 'name' => роизводственный отдел', 'tel' => '0123456700'],
['id' => 'PTCLD', 'name' => 'Phòng Tổ chức - Lao động', 'tel' => '0123456701'],
['id' => 'BGD', 'name' => 'Юридический отдел', 'tel' => '0123456600'],
['id' => 'PKHSX', 'name' => ланово-экономический отдел', 'tel' => '0123456700'],
['id' => 'PTCLD', 'name' => 'Отдел кадров', 'tel' => '0123456701'],
['id' => 'PTC', 'name' => 'Финансовый отдел', 'tel' => '0123456702'],
['id' => 'PKTCN', 'name' => 'Отдел технологий', 'tel' => '0123456703'],
['id' => 'PVT', 'name' => 'Офисные принадлежности', 'tel' => '0123456704'],
['id' => 'PKCS', 'name' => 'Phòng KCS', 'tel' => '0123456705'],
['id' => 'PHCHC', 'name' => 'Phòng Hành chính - Hậu cần', 'tel' => '0123456706'],
['id' => 'PKTCN', 'name' => 'Отдел ремонта и технического обслуживания', 'tel' => '0123456703'],
['id' => 'PVT', 'name' => 'Отдел закупок', 'tel' => '0123456704'],
['id' => 'PKCS', 'name' => 'Отдел маркетинга', 'tel' => '0123456705'],
['id' => 'PHCHC', 'name' => 'ужба HR', 'tel' => '0123456706'],
['id' => 'PCT', 'name' => 'Политический отдел', 'tel' => '0123456707'],
['id' => 'PTKCN', 'name' => 'Phòng Thiết Kế - Công Nghệ', 'tel' => '0123456708'],
['id' => 'BATLD', 'name' => 'Ban An Toàn Lao Động', 'tel' => '0123456709'],
['id' => 'XDL', 'name' => 'Phân xưởng Động lực', 'tel' => '0123456710'],
['id' => 'XVT', 'name' => 'Phân xưởng Vỏ tàu', 'tel' => '0123456711'],
['id' => 'XDTCD', 'name' => 'Phân xưởng Điện tàu - Cơ điện', 'tel' => '0123456712'],
['id' => 'XCK', 'name' => 'Phân xưởng Cơ khí', 'tel' => '0123456713'],
['id' => 'XDD', 'name' => 'Phân xưởng Đà đốc', 'tel' => '0123456714'],
['id' => 'XVKKTDT', 'name' => 'Phân xưởng VK-KTĐT', 'tel' => '0123456715'],
['id' => 'XO', 'name' => 'Phân xưởng Ống', 'tel' => '0123456716'],
['id' => 'PTKCN', 'name' => 'Отдел контроля качества', 'tel' => '0123456708'],
['id' => 'BATLD', 'name' => 'Отдел автоматизации', 'tel' => '0123456709'],
['id' => 'XDL', 'name' => 'Отдел маркетинга', 'tel' => '0123456710'],
['id' => 'XVT', 'name' => 'Отдел секретариата', 'tel' => '0123456711'],
['id' => 'XDTCD', 'name' => 'Отдел клиентского сервиса', 'tel' => '0123456712'],
['id' => 'XCK', 'name' => 'Отдел транспортной логистики', 'tel' => '0123456713'],
['id' => 'XDD', 'name' => 'Отдел продаж', 'tel' => '0123456714'],
['id' => 'XVKKTDT', 'name' => 'ИТ-отдел', 'tel' => '0123456715'],
['id' => 'XO', 'name' => 'Производственный отдел', 'tel' => '0123456716'],
]);
}
}
}