车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 20:03:23 +08:00
parent f86f4cc801
commit 34dc8c83c6
4 changed files with 20 additions and 30 deletions

View File

@ -63,17 +63,17 @@ export class SupplyManagementUpdateFreightComponent implements OnInit {
change: (val: any) => this.changeNumVal(val, 2)
} as SFNumberWidgetSchema
},
href1: {
type: 'number',
title: '油卡',
minimum: 0,
ui: {
prefix: '¥',
widgetWidth: 200,
precision: 2,
change: (val: any) => this.changeNumVal(val, 3)
} as SFNumberWidgetSchema
},
// href1: {
// type: 'number',
// title: '油卡',
// minimum: 0,
// ui: {
// prefix: '¥',
// widgetWidth: 200,
// precision: 2,
// change: (val: any) => this.changeNumVal(val, 3)
// } as SFNumberWidgetSchema
// },
description5: {
type: 'number', title: '回单付', minimum: 0, maxLength: 140, ui: {
prefix: '¥',