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

@ -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: '货源编号'