车辆接口更新
This commit is contained in:
@ -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: '¥',
|
||||
|
||||
Reference in New Issue
Block a user