edit
This commit is contained in:
		| @ -36,14 +36,6 @@ export class CostManagementDetailComponent implements OnInit { | ||||
|     }); | ||||
|   } | ||||
|  | ||||
|   loadAHXL(id: any) { | ||||
|     this.service.request(this.service.$api_get_cost_ahxl_detail, { id }).subscribe(res => { | ||||
|       if (res) { | ||||
|         this.costInfo = res; | ||||
|       } | ||||
|     }); | ||||
|   } | ||||
|  | ||||
|   goBack() { | ||||
|     history.go(-1); | ||||
|   } | ||||
|  | ||||
| @ -1,36 +0,0 @@ | ||||
| :host::ng-deep { | ||||
|     .search-box { | ||||
|         .ant-card-body { | ||||
|             padding-bottom: 18px; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     .content-box { | ||||
|         .ant-card-body { | ||||
|             padding-top: 16px; | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     nz-range-picker { | ||||
|         width: 100%; | ||||
|     } | ||||
|  | ||||
|     .text-truncate { | ||||
|         white-space: normal; | ||||
|     } | ||||
| } | ||||
|  | ||||
| .expend-options { | ||||
|     margin-top: 0px; | ||||
| } | ||||
|  | ||||
|  | ||||
| @media (min-width: 1200px) { | ||||
|     .expend-options { | ||||
|         max-width : 400px; | ||||
|         position  : absolute; | ||||
|         right     : 0; | ||||
|         bottom    : 25px; | ||||
|     } | ||||
|  | ||||
| } | ||||
| @ -6,7 +6,7 @@ import { FreightAccountService } from '../../services/freight-account.service'; | ||||
| @Component({ | ||||
|   selector: 'app-recharge-record', | ||||
|   templateUrl: './recharge-record.component.html', | ||||
|   styleUrls: ['./recharge-record.component.less'] | ||||
|   styleUrls: ['../../../commom/less/box.less', '../../../commom/less/expend-but.less'] | ||||
| }) | ||||
| export class RechargeRecordComponent implements OnInit { | ||||
|   @ViewChild('st', { static: true }) | ||||
|  | ||||
| @ -126,7 +126,7 @@ export class AuthDrawerComponent implements OnInit { | ||||
|  | ||||
|   private initST(): STColumn[] { | ||||
|     return [ | ||||
|       { title: '权限名称', index: 'name' }, | ||||
|       { title: '权限名称', index: 'name', width: 120 }, | ||||
|       { title: '权限编码', index: 'permissionsCode' }, | ||||
|       { title: '权限路径', index: 'permissionsUrl' }, | ||||
|       { | ||||
|  | ||||
| @ -58,9 +58,9 @@ | ||||
|         <th>菜单名称</th> | ||||
|         <th>菜单编号</th> | ||||
|         <th>路由地址</th> | ||||
|         <th nzAlign="center" nzWidth="120px">菜单图标</th> | ||||
|         <th nzWidth="100px">菜单排序</th> | ||||
|         <th nzAlign="center">操作</th> | ||||
|         <th nzAlign="center" nzWidth="100px">菜单图标</th> | ||||
|         <th nzAlign="center" nzWidth="100px">菜单排序</th> | ||||
|         <th nzAlign="center" nzWidth="250px">操作</th> | ||||
|       </tr> | ||||
|     </thead> | ||||
|     <tbody> | ||||
| @ -74,11 +74,11 @@ | ||||
|             </td> | ||||
|             <td>{{ item.keyCode }}</td> | ||||
|             <td>{{ item.link }}</td> | ||||
|             <td nzAlign="center" nzWidth="120px"> | ||||
|             <td nzAlign="center" nzWidth="100px"> | ||||
|               <i nz-icon [nzType]="item.iconType"></i> | ||||
|             </td> | ||||
|             <td nzWidth="100px">{{ item.sorted }}</td> | ||||
|             <td nzAlign="center"> | ||||
|             <td nzAlign="right" nzWidth="100px">{{ item.sorted }}</td> | ||||
|             <td nzAlign="center" nzWidth="250px"> | ||||
|               <a (click)="menuAction('查看菜单',item,item.parentId,true)">查看</a> | ||||
|               <nz-divider nzType="vertical"></nz-divider> | ||||
|               <a (click)="menuAction('编辑菜单',item,item.parentId)">编辑</a> | ||||
|  | ||||
| @ -76,7 +76,7 @@ export class MenuManagerComponentsIndexComponent implements OnInit { | ||||
|     }); | ||||
|     modal.afterClose.subscribe(res => { | ||||
|       if (res) { | ||||
|         this.loadMemu(this.selectedPlatform.appId); | ||||
|         // this.loadMemu(this.selectedPlatform.appId); | ||||
|       } | ||||
|     }); | ||||
|   } | ||||
|  | ||||
| @ -30,7 +30,7 @@ | ||||
| </nz-card> | ||||
|  | ||||
| <nz-card class="content-box" nzBordered> | ||||
|     <nz-tabset [nzTabBarExtraContent]="extraTemplate" > | ||||
|     <nz-tabset [nzTabBarExtraContent]="extraTemplate"> | ||||
|         <nz-tab nzTitle="待受理" (nzClick)="selectChange(1)"></nz-tab> | ||||
|         <nz-tab nzTitle="处理中" (nzClick)="selectChange(2)"></nz-tab> | ||||
|         <nz-tab nzTitle="已拒绝" (nzClick)="selectChange(4)"></nz-tab> | ||||
| @ -47,8 +47,8 @@ | ||||
|             </div> | ||||
|             <button nz-button (click)="this.batchRequested()">开票</button> | ||||
|             <!-- <button nz-button (click)="this.rejectAction(selectedRows)">驳回</button> | ||||
|             <button nz-button (click)="changePice(selectedRows)">修改地址</button> | ||||
|             <button nz-button (click)="printOrder(selectedRows)">打印面单</button> --> | ||||
|             <button nz-button (click)="changePice(selectedRows)">修改地址</button>--> | ||||
|             <button nz-button (click)="printOrder(selectedRows)">打印面单</button> | ||||
|         </div> | ||||
|     </ng-template> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user