fix bug
This commit is contained in:
@ -186,6 +186,13 @@ export class OrderManagementBulkComponent implements OnInit {
|
|||||||
placeholder: '最多100个单号,空号隔开',
|
placeholder: '最多100个单号,空号隔开',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
wayBillCode: {
|
||||||
|
type: 'string',
|
||||||
|
title: '运单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个单号,空号隔开',
|
||||||
|
}
|
||||||
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '货源编号'
|
title: '货源编号'
|
||||||
@ -199,6 +206,9 @@ export class OrderManagementBulkComponent implements OnInit {
|
|||||||
searchDebounceTime: 300,
|
searchDebounceTime: 300,
|
||||||
searchLoadingText: '搜索中...',
|
searchLoadingText: '搜索中...',
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
|
visibleIf: {
|
||||||
|
_$expand: (value: boolean) => value
|
||||||
|
},
|
||||||
onSearch: (q: any) => {
|
onSearch: (q: any) => {
|
||||||
let str =q.replace(/^\s+|\s+$/g,"");
|
let str =q.replace(/^\s+|\s+$/g,"");
|
||||||
if (str) {
|
if (str) {
|
||||||
|
|||||||
@ -203,6 +203,13 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
|||||||
placeholder: '最多100个单号,空号隔开'
|
placeholder: '最多100个单号,空号隔开'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
wayBillCode: {
|
||||||
|
type: 'string',
|
||||||
|
title: '运单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个单号,空号隔开',
|
||||||
|
}
|
||||||
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '货源编号'
|
title: '货源编号'
|
||||||
|
|||||||
@ -84,6 +84,13 @@ export class WaybillManagementBulkComponent implements OnInit {
|
|||||||
placeholder: '最多100个运单,空号隔开'
|
placeholder: '最多100个运单,空号隔开'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
billCode: {
|
||||||
|
type: 'string',
|
||||||
|
title: '订单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个单号,空号隔开'
|
||||||
|
}
|
||||||
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '货源编号'
|
title: '货源编号'
|
||||||
|
|||||||
@ -82,6 +82,13 @@ export class WaybillManagementVehicleComponent implements OnInit {
|
|||||||
placeholder: '最多100个运单,空号隔开'
|
placeholder: '最多100个运单,空号隔开'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
billCode: {
|
||||||
|
type: 'string',
|
||||||
|
title: '订单号',
|
||||||
|
ui: {
|
||||||
|
placeholder: '最多100个单号,空号隔开'
|
||||||
|
}
|
||||||
|
},
|
||||||
resourceCode: {
|
resourceCode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '货源编号'
|
title: '货源编号'
|
||||||
|
|||||||
Reference in New Issue
Block a user