车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 16:36:02 +08:00
parent b9277b64c4
commit b733972e11
2 changed files with 10 additions and 3 deletions

View File

@ -109,12 +109,12 @@ export class CostManagementComponent implements OnInit {
title: '费用单号',
ui: { placeholder: '请输入' }
},
billHId: {
billHCode: {
type: 'string',
title: '订单号',
ui: { placeholder: '请输入' }
},
waybillHId: {
waybillHCode: {
type: 'string',
title: '运单号',
ui: {