fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | |||||||
|  * @Author       : Shiming |  * @Author       : Shiming | ||||||
|  * @Date         : 2022-01-12 10:52:50 |  * @Date         : 2022-01-12 10:52:50 | ||||||
|  * @LastEditors  : Shiming |  * @LastEditors  : Shiming | ||||||
|  * @LastEditTime : 2022-03-01 13:13:29 |  * @LastEditTime : 2022-03-02 18:09:01 | ||||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\bulk\\bulk.component.html |  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\bulk\\bulk.component.html | ||||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. |  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||||
| --> | --> | ||||||
| @ -52,7 +52,7 @@ | |||||||
|   <nz-tabset (nzSelectedIndexChange)="selectChange($event)" [nzTabBarExtraContent]="extraTemplate"> |   <nz-tabset (nzSelectedIndexChange)="selectChange($event)" [nzTabBarExtraContent]="extraTemplate"> | ||||||
|     <nz-tab [nzTitle]="'全部(' + tabs?.totalQuantity + ')'"></nz-tab> |     <nz-tab [nzTitle]="'全部(' + tabs?.totalQuantity + ')'"></nz-tab> | ||||||
|     <nz-tab [nzTitle]="'进行中(' + tabs?.stayQuantity + ')'"></nz-tab> |     <nz-tab [nzTitle]="'进行中(' + tabs?.stayQuantity + ')'"></nz-tab> | ||||||
|     <nz-tab [nzTitle]="'已完结(' + tabs?.receivedQuantity + ')'"></nz-tab> |     <nz-tab [nzTitle]="'已完结(' + tabs?.completedQuantity + ')'"></nz-tab> | ||||||
|     <nz-tab [nzTitle]="'已取消(' + tabs?.cancelQuantity + ')'"></nz-tab> |     <nz-tab [nzTitle]="'已取消(' + tabs?.cancelQuantity + ')'"></nz-tab> | ||||||
|   </nz-tabset> |   </nz-tabset> | ||||||
|   <div style="position: relative"> |   <div style="position: relative"> | ||||||
|  | |||||||
| @ -36,7 +36,7 @@ export class SupplyManagementBulkComponent implements OnInit { | |||||||
|   tabs = { |   tabs = { | ||||||
|     totalQuantity: 0, |     totalQuantity: 0, | ||||||
|     cancelQuantity: 0, |     cancelQuantity: 0, | ||||||
|     receivedQuantity: 0, |     completedQuantity: 0, | ||||||
|     stayQuantity: 0 |     stayQuantity: 0 | ||||||
|   }; |   }; | ||||||
|   constructor( |   constructor( | ||||||
| @ -557,7 +557,7 @@ export class SupplyManagementBulkComponent implements OnInit { | |||||||
|       this.tabs = { |       this.tabs = { | ||||||
|         totalQuantity: 0, |         totalQuantity: 0, | ||||||
|         cancelQuantity: 0, |         cancelQuantity: 0, | ||||||
|         receivedQuantity: 0, |         completedQuantity: 0, | ||||||
|         stayQuantity: 0 |         stayQuantity: 0 | ||||||
|       }; |       }; | ||||||
|       const params: any = Object.assign({}, this.reqParams || {}); |       const params: any = Object.assign({}, this.reqParams || {}); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user