fix bug
This commit is contained in:
@ -244,12 +244,12 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
invoiceTaxRate: {
|
invoiceTaxRate: {
|
||||||
type: 'string',
|
type: 'number',
|
||||||
title: '发票税率',
|
title: '发票税率',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
invoiceMaxAmount: {
|
invoiceMaxAmount: {
|
||||||
type: 'string',
|
type: 'number',
|
||||||
title: '发票面额上限',
|
title: '发票面额上限',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
@ -366,7 +366,7 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
invoiceTaxRate: {
|
invoiceTaxRate: {
|
||||||
type: 'string',
|
type: 'number',
|
||||||
title: '发票税率',
|
title: '发票税率',
|
||||||
ui: { placeholder: '请输入' }
|
ui: { placeholder: '请输入' }
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user