This commit is contained in:
wangshiming
2022-03-25 14:27:44 +08:00
parent 3935efb5ab
commit b4423eef37
4 changed files with 31 additions and 0 deletions

View File

@ -186,6 +186,13 @@ export class OrderManagementBulkComponent implements OnInit {
placeholder: '最多100个单号空号隔开',
}
},
wayBillCode: {
type: 'string',
title: '运单号',
ui: {
placeholder: '最多100个单号空号隔开',
}
},
resourceCode: {
type: 'string',
title: '货源编号'
@ -199,6 +206,9 @@ export class OrderManagementBulkComponent implements OnInit {
searchDebounceTime: 300,
searchLoadingText: '搜索中...',
allowClear: true,
visibleIf: {
_$expand: (value: boolean) => value
},
onSearch: (q: any) => {
let str =q.replace(/^\s+|\s+$/g,"");
if (str) {

View File

@ -203,6 +203,13 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
placeholder: '最多100个单号空号隔开'
}
},
wayBillCode: {
type: 'string',
title: '运单号',
ui: {
placeholder: '最多100个单号空号隔开',
}
},
resourceCode: {
type: 'string',
title: '货源编号'

View File

@ -84,6 +84,13 @@ export class WaybillManagementBulkComponent implements OnInit {
placeholder: '最多100个运单空号隔开'
}
},
billCode: {
type: 'string',
title: '订单号',
ui: {
placeholder: '最多100个单号空号隔开'
}
},
resourceCode: {
type: 'string',
title: '货源编号'

View File

@ -82,6 +82,13 @@ export class WaybillManagementVehicleComponent implements OnInit {
placeholder: '最多100个运单空号隔开'
}
},
billCode: {
type: 'string',
title: '订单号',
ui: {
placeholder: '最多100个单号空号隔开'
}
},
resourceCode: {
type: 'string',
title: '货源编号'