Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-02-25 11:17:35 +08:00
6 changed files with 25 additions and 12 deletions

View File

@ -49,7 +49,7 @@ export class ContractManagementTemplateFrameComponent implements OnInit {
*/
get reqParams() {
return {
templateType: 'MX',
templateType: 'kj',
...this.sf?.value,
};
}

View File

@ -49,7 +49,7 @@ export class ContractManagementTemplateDetailComponent implements OnInit {
*/
get reqParams() {
return {
templateType: 'KJ',
templateType: 'MX',
...this.sf?.value,
};
}

View File

@ -246,7 +246,7 @@ export class OrderManagementRiskComponent implements OnInit {
title: '异常信息',
width: '200px',
className: 'text-left',
index: 'abnormalCause'
index: 'billComplianceVOS'
},
{ title: '托运人', index: 'shipperName', width: '200px', className: 'text-left' },
{ title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' },

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-03 15:31:52
* @LastEditors : Shiming
* @LastEditTime : 2022-02-22 14:48:17
* @LastEditTime : 2022-02-24 20:20:23
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\services\\order-management.service.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -138,7 +138,7 @@ export class OrderManagementService extends ShipperBaseService {
// 查询规则抽查列表
public $api_get_listCompliancePage = '/api/sdc/billOperate/listCompliancePage';
public $api_get_listCompliancePage = '/api/sdc/BillComplianceSpotCheck/list/Page';
// 规则抽查审批
public $api_get_updateBillByCompliance = '/api/sdc/billOperate/updateBillByCompliance';
// 获取规则抽查分类统计