Quellcode durchsuchen

宅基地调查字典项调整

wulanhaote
hbao vor 3 Jahren
Ursprung
Commit
f209d43c31
2 geänderte Dateien mit 11 neuen und 11 gelöschten Zeilen
  1. +10
    -10
      src/views/homesteadSurvey/add.vue
  2. +1
    -1
      static/dictyType.json

+ 10
- 10
src/views/homesteadSurvey/add.vue Datei anzeigen

@@ -1702,16 +1702,16 @@
<van-field name="radio" label="是否纠纷" input-align="right" autocomplete="off"> <van-field name="radio" label="是否纠纷" input-align="right" autocomplete="off">
<template #input> <template #input>
<van-radio-group v-model="nmfwform.sfjf" direction="horizontal"> <van-radio-group v-model="nmfwform.sfjf" direction="horizontal">
<van-radio name="Y">是</van-radio>
<van-radio name="N">否</van-radio>
<van-radio name="1">是</van-radio>
<van-radio name="0">否</van-radio>
</van-radio-group> </van-radio-group>
</template> </template>
</van-field> </van-field>
<van-field name="radio" label="是否查封" input-align="right" autocomplete="off"> <van-field name="radio" label="是否查封" input-align="right" autocomplete="off">
<template #input> <template #input>
<van-radio-group v-model="nmfwform.sfcf" direction="horizontal"> <van-radio-group v-model="nmfwform.sfcf" direction="horizontal">
<van-radio name="Y">是</van-radio>
<van-radio name="N">否</van-radio>
<van-radio name="1">是</van-radio>
<van-radio name="0">否</van-radio>
</van-radio-group> </van-radio-group>
</template> </template>
</van-field> </van-field>
@@ -1738,7 +1738,7 @@
name="查封起始时间" name="查封起始时间"
label="查封起始时间" label="查封起始时间"
placeholder="查封起始时间" placeholder="查封起始时间"
v-if="nmfwform.sfcf!=null&&nmfwform.sfcf=='Y'"
v-if="nmfwform.sfcf!=null&&nmfwform.sfcf=='1'"
readonly readonly
@click="showPickercfqssj=true" @click="showPickercfqssj=true"
/> />
@@ -1749,7 +1749,7 @@
name="查封结束时间" name="查封结束时间"
label="查封结束时间" label="查封结束时间"
placeholder="查封结束时间" placeholder="查封结束时间"
v-if="nmfwform.sfcf!=null&&nmfwform.sfcf=='Y'"
v-if="nmfwform.sfcf!=null&&nmfwform.sfcf=='1'"
readonly readonly
@click="showPickercfjssj=true" @click="showPickercfjssj=true"
/> />
@@ -5644,8 +5644,8 @@ export default {
fwjgName:'钢和钢筋混凝土结构', fwjgName:'钢和钢筋混凝土结构',
fwyt:'10', fwyt:'10',
fwytName:'住宅', fwytName:'住宅',
sfjf:'N',
sfcf:'N',
sfjf:'0',
sfcf:'0',
sffz:'Y', sffz:'Y',
isCommon:'N', isCommon:'N',
fwzt:'01', fwzt:'01',
@@ -5752,10 +5752,10 @@ export default {
this.nmfwform.fwytName = "住宅" this.nmfwform.fwytName = "住宅"
} }
if(this.nmfwform.sfjf==null||this.nmfwform.sfjf==""){ if(this.nmfwform.sfjf==null||this.nmfwform.sfjf==""){
this.nmfwform.sfjf = "N"
this.nmfwform.sfjf = "0"
} }
if(this.nmfwform.sfcf==null||this.nmfwform.sfcf==""){ if(this.nmfwform.sfcf==null||this.nmfwform.sfcf==""){
this.nmfwform.sfcf = "N"
this.nmfwform.sfcf = "0"
} }
if(this.nmfwform.sffz==null||this.nmfwform.sffz==""){ if(this.nmfwform.sffz==null||this.nmfwform.sffz==""){
this.nmfwform.sffz = "Y" this.nmfwform.sffz = "Y"


+ 1
- 1
static/dictyType.json Datei anzeigen

@@ -1827,7 +1827,7 @@
"dict_code": "379", "dict_code": "379",
"dict_sort": "6", "dict_sort": "6",
"dictLabel": "其它结构", "dictLabel": "其它结构",
"dictValue": "06",
"dictValue": "99",
"dict_type": "housing_structure", "dict_type": "housing_structure",
"css_class": "", "css_class": "",
"list_class": "default", "list_class": "default",


Laden…
Abbrechen
Speichern