车辆对接
This commit is contained in:
@ -43,6 +43,7 @@ export class SupplyManagementUpdateFreightComponent implements OnInit {
|
||||
owner1: {
|
||||
type: 'number',
|
||||
title: '预付',
|
||||
minimum: 0,
|
||||
max: 99999999,
|
||||
ui: {
|
||||
prefix: '¥',
|
||||
@ -54,6 +55,7 @@ export class SupplyManagementUpdateFreightComponent implements OnInit {
|
||||
callNo1: {
|
||||
type: 'number',
|
||||
title: '到付',
|
||||
minimum: 0,
|
||||
ui: {
|
||||
prefix: '¥',
|
||||
widgetWidth: 200,
|
||||
@ -64,6 +66,7 @@ export class SupplyManagementUpdateFreightComponent implements OnInit {
|
||||
href1: {
|
||||
type: 'number',
|
||||
title: '油卡',
|
||||
minimum: 0,
|
||||
ui: {
|
||||
prefix: '¥',
|
||||
widgetWidth: 200,
|
||||
@ -72,7 +75,7 @@ export class SupplyManagementUpdateFreightComponent implements OnInit {
|
||||
} as SFNumberWidgetSchema
|
||||
},
|
||||
description5: {
|
||||
type: 'number', title: '回单付', maxLength: 140, ui: {
|
||||
type: 'number', title: '回单付', minimum: 0, maxLength: 140, ui: {
|
||||
prefix: '¥',
|
||||
widgetWidth: 200,
|
||||
precision: 2,
|
||||
|
||||
Reference in New Issue
Block a user