家庭收支
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<span>现住址</span>
|
||||
</div>
|
||||
<div class="right">
|
||||
<AiAreaPicker ref="address" class="aiArea" :fullName.sync="form.currentAreaName" v-model="form.currentAreaId" :areaId="$areaId" mode="custom" all @select="onAreaChange">
|
||||
<AiAreaPicker ref="address" class="aiArea" :fullName.sync="form.currentAreaName" v-model="form.currentAreaId" :areaId="$areaId" mode="custom" :root="$areaId" @select="onAreaChange">
|
||||
<div class="aiArea">
|
||||
<span class="label" v-if="form.currentAreaName" style="color:#333;">{{ form.currentAreaName }}</span>
|
||||
<span v-else>请选择</span>
|
||||
@@ -280,7 +280,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
import {mapState} from 'vuex'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -301,11 +301,11 @@ export default {
|
||||
labourStatus: '',
|
||||
workArea: '',
|
||||
workeMonths: '',
|
||||
basicMedicalTreatment: '02',
|
||||
seriousIllnessInsurance: '02',
|
||||
endowmentInsurance: '02',
|
||||
subsistenceAllowance: '02',
|
||||
specialPovertySupport: '02',
|
||||
basicMedicalTreatment: '',
|
||||
seriousIllnessInsurance: '',
|
||||
endowmentInsurance: '',
|
||||
subsistenceAllowance: '',
|
||||
specialPovertySupport: '',
|
||||
girdId: '',
|
||||
girdName: '',
|
||||
healthyStatus: '',
|
||||
@@ -332,11 +332,13 @@ export default {
|
||||
return [this.isEdit,this.form.name,this.form.idNumber]
|
||||
}
|
||||
},
|
||||
...mapState(['user'])
|
||||
},
|
||||
|
||||
onLoad(query) {
|
||||
this.householdIdNumber = query.houseIdNumber
|
||||
this.objectType = query.objectType
|
||||
this.form.currentAreaId = this.user.areaId
|
||||
this.$dict.load(['fpRelationship','riskEliminationMethod', 'fpRiskType', 'fpYesOrNo', 'fpNation', 'fpEducation', 'fpStudentsInSchool', 'fpHealth',
|
||||
'fpLaborSkills', 'fpPoliticalOutlook', 'sex', 'fpHealth']).then(() => {
|
||||
if(query.id) {
|
||||
|
||||
Reference in New Issue
Block a user