解决冲突
This commit is contained in:
@ -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' },
|
||||
|
||||
@ -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';
|
||||
// 获取规则抽查分类统计
|
||||
|
||||
Reference in New Issue
Block a user