车辆接口更新
This commit is contained in:
@ -37,28 +37,24 @@ export class SettingFinancialComponent implements OnInit {
|
||||
phone: {
|
||||
title: '纳税人识别号',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
ui: { widget: 'string', placeholder: '请输入纳税人识别号' },
|
||||
default: staff.phone
|
||||
},
|
||||
phone2: {
|
||||
title: '税收分类编码',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
ui: { widget: 'string', placeholder: '请输入税收分类编码' },
|
||||
default: staff.phone
|
||||
},
|
||||
phone3: {
|
||||
title: '发票税率',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
ui: { widget: 'string', placeholder: '请输入发票税率' },
|
||||
default: staff.phone
|
||||
},
|
||||
phone4: {
|
||||
title: '附加费比例',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
ui: { widget: 'string', placeholder: '请输入附加费比例' },
|
||||
default: staff.phone
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user