车辆对接

This commit is contained in:
wangshiming
2022-01-04 16:05:44 +08:00
parent ba501195b9
commit 0c930be5fb
14 changed files with 396 additions and 20 deletions

View File

@ -1,3 +1,11 @@
/*
* @Author: your name
* @Date: 2021-12-03 15:23:05
* @LastEditTime: 2022-01-04 14:46:23
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\sys-setting\sys-setting.module.ts
*/
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SharedModule } from '@shared';
@ -24,6 +32,8 @@ import { GoodsNameConfigComponent } from './components/goods-name-config/goods-n
import { CrmManagementComponent } from './components/crm-management/crm-management.component';
import { NetworkFreightComponent } from './components/network-freight/network-freight.component';
import { CloseAccountComponent } from './components/close-account/close-account.component';
import { SystemSupplyLogsComponent } from './components/system-supply-logs/system-supply-logs.component';
import { SystemWaybillLogsComponent } from './components/system-waybill-logs/system-waybill-logs.component';
const COMPONENTS = [
StaffManagementComponent,
@ -40,7 +50,9 @@ const COMPONENTS = [
GoodsNameConfigComponent,
CrmManagementComponent,
NetworkFreightComponent,
CloseAccountComponent
CloseAccountComponent,
SystemSupplyLogsComponent,
SystemWaybillLogsComponent
];
const NOTROUTECOMPONENTS = [
BuyerTranspowerComponent,