Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-04-08 15:38:57 +08:00
4 changed files with 29 additions and 10 deletions

View File

@ -90,15 +90,16 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
ui: {
placeholder: '请选择',
widget: 'select',
containsAllLabel: true,
containsAllLabel: true
},
default: ''
},
resourceCode: {
declareResult: {
type: 'string',
title: '申报结果',
ui: {
placeholder: '请输入'
placeholder: '请选择',
widget: 'select',
}
},
overdueStatus: {
@ -112,11 +113,11 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
ui: {
placeholder: '请选择',
widget: 'select',
containsAllLabel: true,
containsAllLabel: true
},
default: ''
},
skss: {
taxMonth: {
title: '税款所属期',
type: 'string',
ui: {