正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -1319,7 +1319,7 @@ Page({ | @@ -1319,7 +1319,7 @@ Page({ | ||
1319 | "other_name": that.data.other_name, | 1319 | "other_name": that.data.other_name, |
1320 | "family_ties": '本人',//that.data.relativeData.selected, | 1320 | "family_ties": '本人',//that.data.relativeData.selected, |
1321 | "native": that.data.countryData.selected, | 1321 | "native": that.data.countryData.selected, |
1322 | - "taxpayer_type": that.data.taxpayerTypeData.selected == '是' ? 'resident' :'non-resident', | 1322 | + "taxpayer_type": that.data.taxpayerTypeData.selected == '居民' ? 'resident' :'non-resident', |
1323 | "is_overseas_personnel": that.data.overseas, | 1323 | "is_overseas_personnel": that.data.overseas, |
1324 | 'birth_native': that.data.birthCountryData.selected, | 1324 | 'birth_native': that.data.birthCountryData.selected, |
1325 | "id_card_type": that.data.cardtypeData.selected, //selected_code, | 1325 | "id_card_type": that.data.cardtypeData.selected, //selected_code, |
请
注册
或
登录
后发表评论