This commit is contained in:
1107302052
2022-03-18 16:13:59 +08:00
parent 4ac1eeab24
commit e259f53bc2
2 changed files with 8 additions and 3 deletions

View File

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

View File

@ -191,8 +191,10 @@ resourceStatus: any;
_$expand: { type: 'boolean', ui: { hidden: true } },
billCode: {
type: 'string',
title: '订单号'
title: '订单号',
ui: {
placeholder: '最多100个单号空号隔开',
}
},
resourceCode: {
type: 'string',