From c461bf2961198dabb689a77f52f3645bcea9ef91 Mon Sep 17 00:00:00 2001
From: SHAOJIAHAO <55341701@qq.com>
Date: Mon, 17 Oct 2022 11:24:07 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]admin=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E5=9C=A8=E6=95=B0=E5=AD=97=E6=B2=B9=E7=AB=99=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E5=8F=AF=E4=BB=A5=E7=BC=96=E8=BE=91=E5=9F=BA=E6=9C=AC=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../gas-base-info/gas-base-info.component.ts | 2 +
src/app/pages/home/home.component.ts | 6 +-
.../oil-station-info.component.html | 6 +-
.../oil-station-info.component.ts | 11 +--
.../oil-station-list.component.html | 1 +
.../oil-station-list.component.ts | 11 +++
src/app/ui/tabbar/tabbar.component.html | 26 ------
src/app/ui/tabbar/tabbar.component.scss | 27 ------
src/app/ui/tabbar/tabbar.component.ts | 86 -------------------
src/app/ui/ui.module.ts | 6 +-
10 files changed, 30 insertions(+), 152 deletions(-)
delete mode 100644 src/app/ui/tabbar/tabbar.component.html
delete mode 100644 src/app/ui/tabbar/tabbar.component.scss
delete mode 100644 src/app/ui/tabbar/tabbar.component.ts
diff --git a/src/app/pages/audit/gas-base-info/gas-base-info.component.ts b/src/app/pages/audit/gas-base-info/gas-base-info.component.ts
index 7dbb9f1..9b4e96b 100644
--- a/src/app/pages/audit/gas-base-info/gas-base-info.component.ts
+++ b/src/app/pages/audit/gas-base-info/gas-base-info.component.ts
@@ -16,6 +16,7 @@ export class GasBaseInfoComponent implements OnInit {
isDetails: boolean = false; //是否是详情
ngOnInit(): void {
+
if (this.data.id === undefined) { //详情
this.isDetails = true
}
@@ -36,6 +37,7 @@ export class GasBaseInfoComponent implements OnInit {
data.result.govUnitDetail ? data.result.govUnitDetail = JSON.parse(data.result.govUnitDetail) : null;
this.baseInfo = data.result
this.baseInfo.otherData ? this.otherData = JSON.parse(this.baseInfo.otherData) : null
+ console.log('baseInfo', this.baseInfo)
console.log('otherData', this.otherData)
})
}
diff --git a/src/app/pages/home/home.component.ts b/src/app/pages/home/home.component.ts
index 8cd1998..a589783 100644
--- a/src/app/pages/home/home.component.ts
+++ b/src/app/pages/home/home.component.ts
@@ -488,7 +488,11 @@ export class HomeComponent implements OnInit {
}
navChange(router) {
- this.router.navigate([router])
+ if (router == '/oliStationInfo') {
+ this.router.navigate([router], { queryParams: { 'id': JSON.parse(sessionStorage.getItem('userdata')).organization.id } })
+ } else {
+ this.router.navigate([router])
+ }
}
navChange2() {
for (let index = 0; index < this.menu3.length; index++) {
diff --git a/src/app/pages/oil-station-info/oil-station-info.component.html b/src/app/pages/oil-station-info/oil-station-info.component.html
index f0e04e7..5d2f8d4 100644
--- a/src/app/pages/oil-station-info/oil-station-info.component.html
+++ b/src/app/pages/oil-station-info/oil-station-info.component.html
@@ -11,7 +11,7 @@
站名 |
- {{userdata.organization.displayName}}
+ {{httpBody.stationName}}
|
开业时间* |
@@ -700,9 +700,9 @@
style="color: #fff;margin-right: 30px;">当前审核状态:{{httpBody.auditLog.auditStatusDesc}}
审核意见:{{httpBody.auditLog.rejectReason}}
+ *ngIf="httpBody.auditStatus != 1 && httpBody.auditStatus != 2 && userdata.userName != 'admin'" (click)="submitAudit()">提交审核
+ *ngIf="httpBody.auditStatus == 1 || httpBody.auditStatus == 2 && userdata.userName != 'admin'" (click)="revocationAudit()">撤销审核
|
+ 编辑
查看
|
diff --git a/src/app/pages/plan-admin/oil-station-list/oil-station-list.component.ts b/src/app/pages/plan-admin/oil-station-list/oil-station-list.component.ts
index 3a302ee..7737ef5 100644
--- a/src/app/pages/plan-admin/oil-station-list/oil-station-list.component.ts
+++ b/src/app/pages/plan-admin/oil-station-list/oil-station-list.component.ts
@@ -22,7 +22,12 @@ export class OilStationListComponent implements OnInit {
tableScrollHeight
resizeListener
+ userName
+
ngOnInit(): void {
+
+ this.userName = JSON.parse(sessionStorage.getItem('userdata')).userName
+
this.tableScrollHeight = '100px'
// 页面监听
this.resizeListener = fromEvent(window, 'resize').pipe(debounceTime(100)).subscribe((event) => {
@@ -114,6 +119,12 @@ export class OilStationListComponent implements OnInit {
}
+ edit(item) {
+ this.router.navigate(['/oliStationInfo'], { queryParams: { 'id': item.organizationUnitId } })
+ }
+
+
+
tableSpin: boolean
totalCount: any //总数
//获取点击组织机构的所有加油站
diff --git a/src/app/ui/tabbar/tabbar.component.html b/src/app/ui/tabbar/tabbar.component.html
deleted file mode 100644
index 805ad12..0000000
--- a/src/app/ui/tabbar/tabbar.component.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-

-
-
-
-
- {{time}}
-
-
-
|
-
-
{{surname}}
-
-
-
-
-
- - 基本信息
- - 器材信息
- - 系统管理
- - 退出系统
-
-
-
-
diff --git a/src/app/ui/tabbar/tabbar.component.scss b/src/app/ui/tabbar/tabbar.component.scss
deleted file mode 100644
index a4e7d4f..0000000
--- a/src/app/ui/tabbar/tabbar.component.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-.box {
- width: 100%;
- height: 56px;
- background: linear-gradient(#01142f, #0d2b4f);
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #fff;
- box-sizing: border-box;
- padding: 0 20px;
- color: #8aacce;
-}
-
-.boxright {
- display: flex;
- align-items: center;
- span {
- font-size: 16px;
- color: #FFFFFF;
- opacity: 0.6;
- }
-
- img {
- width: 36px;
- height: 36px;
- }
-}
diff --git a/src/app/ui/tabbar/tabbar.component.ts b/src/app/ui/tabbar/tabbar.component.ts
deleted file mode 100644
index f32254f..0000000
--- a/src/app/ui/tabbar/tabbar.component.ts
+++ /dev/null
@@ -1,86 +0,0 @@
-import { Component, OnInit, Output, EventEmitter } from '@angular/core';
-import { HttpClient } from '@angular/common/http'
-import { Router, ActivatedRoute } from '@angular/router'
-import { CacheTokenService } from '../../service/cache-token.service' //引入服务
-import { NzMessageService } from 'ng-zorro-antd/message';
-
-
-@Component({
- selector: 'app-tabbar',
- templateUrl: './tabbar.component.html',
- styleUrls: ['./tabbar.component.scss']
-})
-export class TabbarComponent implements OnInit {
-
- constructor(private http: HttpClient, private router: Router, private route: ActivatedRoute, public token: CacheTokenService,
- private message: NzMessageService) { }
- surname: string
- userName: string
- isGasStation: string
- ngOnInit() {
- setInterval(() => {
- this.getTime()
- }, 1000);
- this.isGasStation = JSON.parse(sessionStorage.getItem('isGasStation'))
- if (this.isGasStation == 'true') {
- this.surname = JSON.parse(sessionStorage.getItem('userdataOfgasstation')).name
- this.userName = JSON.parse(sessionStorage.getItem('userdataOfgasstation')).userName
- } else {
- this.surname = JSON.parse(sessionStorage.getItem('userdata')).name
- this.userName = JSON.parse(sessionStorage.getItem('userdata')).userName
- }
-
-
- }
-
- //获得时间
- time: string
- getTime() {
- let myDate = new Date();
- let y = myDate.getFullYear();
- let M = myDate.getMonth() + 1; //获取当前月份(0-11,0代表1月)
- let d = myDate.getDate(); //获取当前日(1-31)
- let h = myDate.getHours(); //获取当前小时数(0-23)
- let m = myDate.getMinutes(); //获取当前分钟数(0-59)
- let s = myDate.getSeconds(); //获取当前秒数(0-59)
-
- //检查是否小于10
- M = check(M);
- d = check(d);
- h = check(h);
- m = check(m);
- s = check(s);
- let timestr = y + "-" + M + "-" + d + " " + h + ":" + m + ":" + s;
- this.time = timestr;
- //时间数字小于10,则在之前加个“0”补位。
- function check(i) {
- let num = (i < 10) ? ("0" + i) : i;
- return num;
- }
- }
-
- //退出系统
- signOut() {
- this.message.create('success', `退出成功`);
- this.token.delete()
- sessionStorage.clear()
- // window.localStorage.clear()
-
- localStorage.removeItem("isautologin")
- this.router.navigate(['/login'])
- }
-
- navChange(router) {
- this.router.navigate([router])
- }
-
-
- //修改密码
- changpsw() {
- // let dialogRef = this.dialog.open(ChangepasswordComponent, { width: '348.000051px' });
- // dialogRef.afterClosed().subscribe();
- }
-
-
-
-}
diff --git a/src/app/ui/ui.module.ts b/src/app/ui/ui.module.ts
index fca93cb..372fd6c 100644
--- a/src/app/ui/ui.module.ts
+++ b/src/app/ui/ui.module.ts
@@ -15,13 +15,11 @@ import { IsnoPipe } from '../pipes/boolean.pipe';
import { ConfirmpswDirective } from './changepassword/equal-validator.directive';
import { TimePipe } from '../pipes/time.pipe';
import { PaginatorModule } from './paginator/paginator.module';
-import { TabbarComponent } from './tabbar/tabbar.component';
-
import { NzDropDownModule } from 'ng-zorro-antd/dropdown';
import { TitleComponent } from './title/title.component';
import { NzMessageModule } from 'ng-zorro-antd/message';
@NgModule({
- declarations: [TabbarComponent,UserdataComponent, ChangepasswordComponent, IsnoPipe, ConfirmpswDirective, TimePipe, EditUser, TitleComponent],
+ declarations: [UserdataComponent, ChangepasswordComponent, IsnoPipe, ConfirmpswDirective, TimePipe, EditUser, TitleComponent],
imports: [
CommonModule,
@@ -40,7 +38,7 @@ import { NzMessageModule } from 'ng-zorro-antd/message';
NzMessageModule
],
- exports:[TabbarComponent,TitleComponent]
+ exports:[TitleComponent]
})
export class UiModule { }