|
@@ -296,6 +296,8 @@ class BuyhouseController extends WebBaseController
|
|
'talent_card_validity' => $talent['activeDate'],
|
|
'talent_card_validity' => $talent['activeDate'],
|
|
'talent_tags' => $talent['talentType'],
|
|
'talent_tags' => $talent['talentType'],
|
|
'talent_condition' => $talent['identifyCondition'],
|
|
'talent_condition' => $talent['identifyCondition'],
|
|
|
|
+ 'company' => $talent['company'],
|
|
|
|
+ 'street' => $talent['street'],
|
|
'family' => json_encode([['relation' => '配偶', 'realname' => '', 'idcard' => '']]),
|
|
'family' => json_encode([['relation' => '配偶', 'realname' => '', 'idcard' => '']]),
|
|
'certificates' => '[]',
|
|
'certificates' => '[]',
|
|
'marry_prove' => '[]',
|
|
'marry_prove' => '[]',
|
|
@@ -378,8 +380,6 @@ class BuyhouseController extends WebBaseController
|
|
'marry' => 'required',
|
|
'marry' => 'required',
|
|
'household_register' => 'required',
|
|
'household_register' => 'required',
|
|
'work_prove' => 'required',
|
|
'work_prove' => 'required',
|
|
- 'company' => 'required',
|
|
|
|
- 'street' => 'required',
|
|
|
|
'house_condition' => 'required',
|
|
'house_condition' => 'required',
|
|
'house_policy' => 'required',
|
|
'house_policy' => 'required',
|
|
];
|
|
];
|
|
@@ -388,8 +388,6 @@ class BuyhouseController extends WebBaseController
|
|
'marry.required' => '请选择婚姻状况',
|
|
'marry.required' => '请选择婚姻状况',
|
|
'household_register.required' => '请上传户口本',
|
|
'household_register.required' => '请上传户口本',
|
|
'work_prove.required' => '请上传工作证明',
|
|
'work_prove.required' => '请上传工作证明',
|
|
- 'company.required' => '请填写工作单位',
|
|
|
|
- 'street.required' => '请填写所属街道',
|
|
|
|
'house_condition.required' => '请填写家庭成员在晋江市行政区域内住房情况',
|
|
'house_condition.required' => '请填写家庭成员在晋江市行政区域内住房情况',
|
|
'house_policy.required' => '请填写在晋享受政策性住房或相关优惠情况',
|
|
'house_policy.required' => '请填写在晋享受政策性住房或相关优惠情况',
|
|
];
|
|
];
|