This commit is contained in:
Taric Xin
2022-01-21 14:47:47 +08:00
parent eed0749612
commit 8d296f1dcf
10 changed files with 13 additions and 69 deletions

View File

@ -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);
}

View File

@ -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;
}
}

View File

@ -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 })

View File

@ -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' },
{

View File

@ -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>

View File

@ -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);
}
});
}

View File

@ -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>

View File

@ -1,6 +1,6 @@
{
"app": {
"name": "运多星网络货运管理平台",
"name": "网络货运管理平台",
"description": "运多星网络货运管理平台"
}
}

View File

@ -174,12 +174,6 @@
"icon": "anticon anticon-dashboard",
"link": "/order-management/bulk-detail/:id",
"hide": true
},
{
"text": "整车订单详情",
"icon": "anticon anticon-dashboard",
"link": "/order-management/vehicle-detail",
"hide": true
}
]
},

View File

@ -177,12 +177,6 @@
"icon": "anticon anticon-dashboard",
"link": "/order-management/bulk-detail/:id",
"hide": true
},
{
"text": "整车订单详情",
"icon": "anticon anticon-dashboard",
"link": "/order-management/vehicle-detail",
"hide": true
}
]
},