This commit is contained in:
wangshiming
2022-03-02 17:50:07 +08:00
parent 90a626c601
commit 946bd59ffb

View File

@ -244,12 +244,12 @@ export class NetworkFreightComponent implements OnInit {
ui: { placeholder: '请输入' }
},
invoiceTaxRate: {
type: 'string',
type: 'number',
title: '发票税率',
ui: { placeholder: '请输入' }
},
invoiceMaxAmount: {
type: 'string',
type: 'number',
title: '发票面额上限',
ui: { placeholder: '请输入' }
},
@ -366,7 +366,7 @@ export class NetworkFreightComponent implements OnInit {
ui: { placeholder: '请输入' }
},
invoiceTaxRate: {
type: 'string',
type: 'number',
title: '发票税率',
ui: { placeholder: '请输入' }
},