瀏覽代碼

调查

rongxin_prod
张泽亮 1 年之前
父節點
當前提交
6d16262e5b
共有 3 個檔案被更改,包括 24 行新增20 行删除
  1. +11
    -9
      src/views/homesteadSurvey/hncyDetails.vue
  2. +1
    -1
      src/views/homesteadSurvey/hncyList2.vue
  3. +12
    -10
      src/views/homesteadSurvey/nhcyAdd.vue

+ 11
- 9
src/views/homesteadSurvey/hncyDetails.vue 查看文件

@@ -193,15 +193,6 @@
maxlength="50"
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
v-model="form.sfbjtjjzzcy"
label="是否本集体经济组织成员"
@@ -218,6 +209,17 @@
remote-url="/open/zdzh/list/house_yes_no"
: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">
<p class="title" style="position:relative;padding-left:10px;line-height:20px;font-size: 16px;margin-left: 3%;margin-bottom: 5px;">户主专用信息</p>



+ 1
- 1
src/views/homesteadSurvey/hncyList2.vue 查看文件

@@ -73,7 +73,7 @@
<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;">{{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>
</van-cell>
<template #right>


+ 12
- 10
src/views/homesteadSurvey/nhcyAdd.vue 查看文件

@@ -181,15 +181,6 @@
maxlength="50"
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
v-model="form.sfbjtjjzzcy"
label="是否本集体经济组织成员"
@@ -206,8 +197,19 @@
remote-url="/open/zdzh/list/house_yes_no"
: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">
<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
v-model="form.sfwbh"


Loading…
取消
儲存