This commit is contained in:
wangshiming
2022-03-22 15:22:36 +08:00
parent 2c996dae05
commit 9cbd590ec0
6 changed files with 86 additions and 72 deletions

View File

@ -1,6 +1,5 @@
:host {
::ng-deep {
nz-card {
margin: -24px -24px 0;
@ -10,8 +9,8 @@
}
.ant-tabs-tab {
padding: 12px 0px;
margin: 0 0 0 16px;
padding: 12px 0;
}
.ant-table-body {
@ -20,7 +19,7 @@
.table-box {
.ant-card-body {
padding: 0px;
padding: 0;
}
}

View File

@ -140,7 +140,10 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
_$expand: { type: 'boolean', ui: { hidden: true } },
billCode: {
type: 'string',
title: '订单号'
title: '订单号',
ui: {
placeholder: '最多100个单号空号隔开'
}
},
resourceCode: {
type: 'string',

View File

@ -115,7 +115,10 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
_$expand: { type: 'boolean', ui: { hidden: true } },
billCode: {
type: 'string',
title: '订单号'
title: '订单号',
ui: {
placeholder: '最多100个单号空号隔开'
}
},
resourceCode: {
type: 'string',

View File

@ -109,7 +109,10 @@ export class OrderManagementRiskComponent implements OnInit {
_$expand: { type: 'boolean', ui: { hidden: true } },
billCode: {
type: 'string',
title: '订单号'
title: '订单号',
ui: {
placeholder: '最多100个单号空号隔开'
}
},
resourceCode: {
type: 'string',

View File

@ -80,6 +80,9 @@ tabs = {
wayBillCode: {
type: 'string',
title: '运单号',
ui: {
placeholder: '最多100个运单空号隔开'
}
},
resourceCode: {
type: 'string',

View File

@ -77,7 +77,10 @@ export class WaybillManagementVehicleComponent implements OnInit {
_$expand: { type: 'boolean', ui: { hidden: true } },
wayBillCode: {
type: 'string',
title: '运单号'
title: '运单号',
ui: {
placeholder: '最多100个运单空号隔开'
}
},
resourceCode: {
type: 'string',