| @@ -193,15 +193,6 @@ | |||||
| maxlength="50" | maxlength="50" | ||||
| autocomplete="off" | autocomplete="off" | ||||
| /> | /> | ||||
| <field-select | |||||
| v-model="form.sjly" | |||||
| label="数据来源" | |||||
| value-key="dictLabel" | |||||
| data-key="dictValue" | |||||
| placeholder="选择数据来源" | |||||
| remote-url="/open/zdzh/list/sjly" | |||||
| :on-remote-response="'data'" | |||||
| /> | |||||
| <FieldRadio | <FieldRadio | ||||
| v-model="form.sfbjtjjzzcy" | v-model="form.sfbjtjjzzcy" | ||||
| label="是否本集体经济组织成员" | label="是否本集体经济组织成员" | ||||
| @@ -218,6 +209,17 @@ | |||||
| remote-url="/open/zdzh/list/house_yes_no" | remote-url="/open/zdzh/list/house_yes_no" | ||||
| :on-remote-response="'data'" | :on-remote-response="'data'" | ||||
| /> | /> | ||||
| <field-select | |||||
| v-model="form.sjly" | |||||
| label="数据来源" | |||||
| value-key="dictLabel" | |||||
| data-key="dictValue" | |||||
| placeholder="选择数据来源" | |||||
| remote-url="/open/zdzh/list/sjly" | |||||
| :on-remote-response="'data'" | |||||
| /> | |||||
| <div v-if="showHzxx"> | <div v-if="showHzxx"> | ||||
| <p class="title" style="position:relative;padding-left:10px;line-height:20px;font-size: 16px;margin-left: 3%;margin-bottom: 5px;">户主专用信息</p> | <p class="title" style="position:relative;padding-left:10px;line-height:20px;font-size: 16px;margin-left: 3%;margin-bottom: 5px;">户主专用信息</p> | ||||
| @@ -73,7 +73,7 @@ | |||||
| <template #label> | <template #label> | ||||
| <p style="display: flex;align-items: center;margin-top: 10px;"><img src="../../assets/images/housesteadSurvey/list04.png" alt="" style="margin-right: 5px;">与户主关系:<span style="margin-left: auto;">{{yhzgxfy(item.yhzgx)}}</span> </p> | <p style="display: flex;align-items: center;margin-top: 10px;"><img src="../../assets/images/housesteadSurvey/list04.png" alt="" style="margin-right: 5px;">与户主关系:<span style="margin-left: auto;">{{yhzgxfy(item.yhzgx)}}</span> </p> | ||||
| <p style="display: flex;align-items: center;margin-top: 10px;"><img src="../../assets/images/housesteadSurvey/list04.png" alt="" style="margin-right: 5px;">证件号码:<span style="margin-left: auto;">{{item.zjhm}}</span> </p> | <p style="display: flex;align-items: center;margin-top: 10px;"><img src="../../assets/images/housesteadSurvey/list04.png" alt="" style="margin-right: 5px;">证件号码:<span style="margin-left: auto;">{{item.zjhm}}</span> </p> | ||||
| <p style="display: flex;align-items: center;margin-top: 5px;"><img src="../../assets/images/housesteadSurvey/list05.png" alt="" style="margin-right: 5px;">农户代码:<span style="margin-left: auto;">{{item.nhdm}}</span></p> | |||||
| <!--<p style="display: flex;align-items: center;margin-top: 5px;"><img src="../../assets/images/housesteadSurvey/list05.png" alt="" style="margin-right: 5px;">农户代码:<span style="margin-left: auto;">{{item.nhdm}}</span></p>--> | |||||
| </template> | </template> | ||||
| </van-cell> | </van-cell> | ||||
| <template #right> | <template #right> | ||||
| @@ -181,15 +181,6 @@ | |||||
| maxlength="50" | maxlength="50" | ||||
| autocomplete="off" | autocomplete="off" | ||||
| /> | /> | ||||
| <field-select | |||||
| v-model="form.sjly" | |||||
| label="数据来源" | |||||
| value-key="dictLabel" | |||||
| data-key="dictValue" | |||||
| placeholder="选择数据来源" | |||||
| remote-url="/open/zdzh/list/sjly" | |||||
| :on-remote-response="'data'" | |||||
| /> | |||||
| <FieldRadio | <FieldRadio | ||||
| v-model="form.sfbjtjjzzcy" | v-model="form.sfbjtjjzzcy" | ||||
| label="是否本集体经济组织成员" | label="是否本集体经济组织成员" | ||||
| @@ -206,8 +197,19 @@ | |||||
| remote-url="/open/zdzh/list/house_yes_no" | remote-url="/open/zdzh/list/house_yes_no" | ||||
| :on-remote-response="'data'" | :on-remote-response="'data'" | ||||
| /> | /> | ||||
| <field-select | |||||
| v-model="form.sjly" | |||||
| label="数据来源" | |||||
| value-key="dictLabel" | |||||
| data-key="dictValue" | |||||
| placeholder="选择数据来源" | |||||
| remote-url="/open/zdzh/list/sjly" | |||||
| :on-remote-response="'data'" | |||||
| /> | |||||
| <div v-if="showHzxx"> | <div v-if="showHzxx"> | ||||
| <p class="title" style="position:relative;padding-left:10px;line-height:20px;font-size: 16px;margin-left: 3%;margin-bottom: 5px;">户主专用信息</p> | |||||
| <p class="title" style="position:relative;padding-left:10px;line-height:20px;font-size: 16px;margin-left: 3%;margin-bottom: 5px;">户主扩展信息</p> | |||||
| <FieldRadio | <FieldRadio | ||||
| v-model="form.sfwbh" | v-model="form.sfwbh" | ||||