1111
Showing
15 changed files
with
98 additions
and
98 deletions
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <el-row :gutter="10"> | 15 | <el-row :gutter="10"> |
| 16 | <el-col :span="8"> | 16 | <el-col :span="8"> |
| 17 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:" prop="slsq.ywh"> | 17 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:" prop="slsq.ywh"> |
| 18 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 18 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 19 | </el-form-item> | 19 | </el-form-item> |
| 20 | </el-col> | 20 | </el-col> |
| 21 | <el-col :span="8"> | 21 | <el-col :span="8"> |
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | <el-row :gutter="10"> | 32 | <el-row :gutter="10"> |
| 33 | <el-col :span="8"> | 33 | <el-col :span="8"> |
| 34 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="slsq.qllx"> | 34 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="slsq.qllx"> |
| 35 | <el-select disabled v-model="ruleForm.slsq.qllx" filterable clearable placeholder="请选择权利类型"> | 35 | <el-select disabled v-model="ruleForm.sldy.qllx" filterable clearable placeholder="请选择权利类型"> |
| 36 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 36 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| 37 | </el-option> | 37 | </el-option> |
| 38 | </el-select> | 38 | </el-select> |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | </el-col> | 40 | </el-col> |
| 41 | <el-col :span="8"> | 41 | <el-col :span="8"> |
| 42 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="slsq.djlx"> | 42 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="slsq.djlx"> |
| 43 | <el-select disabled v-model="ruleForm.slsq.djlx" filterable clearable placeholder="请选择登记类型"> | 43 | <el-select disabled v-model="ruleForm.sldy.djlx" filterable clearable placeholder="请选择登记类型"> |
| 44 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 44 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| 45 | </el-option> | 45 | </el-option> |
| 46 | </el-select> | 46 | </el-select> | ... | ... |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | <el-row :gutter="10"> | 21 | <el-row :gutter="10"> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| 23 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:" prop="slsq.ywh"> | 23 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:" prop="slsq.ywh"> |
| 24 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 24 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | <el-col :span="8"> | 27 | <el-col :span="8"> |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="slsq.qllx"> | 40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="slsq.qllx"> |
| 41 | <el-select | 41 | <el-select |
| 42 | disabled | 42 | disabled |
| 43 | v-model="ruleForm.slsq.qllx" | 43 | v-model="ruleForm.sldy.qllx" |
| 44 | filterable | 44 | filterable |
| 45 | clearable | 45 | clearable |
| 46 | placeholder="请选择权利类型" | 46 | placeholder="请选择权利类型" |
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="slsq.djlx"> | 58 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="slsq.djlx"> |
| 59 | <el-select | 59 | <el-select |
| 60 | disabled | 60 | disabled |
| 61 | v-model="ruleForm.slsq.djlx" | 61 | v-model="ruleForm.sldy.djlx" |
| 62 | filterable | 62 | filterable |
| 63 | clearable | 63 | clearable |
| 64 | placeholder="请选择登记类型" | 64 | placeholder="请选择登记类型" | ... | ... |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | <el-row :gutter="10"> | 16 | <el-row :gutter="10"> |
| 17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
| 18 | <el-form-item label="业务号:"> | 18 | <el-form-item label="业务号:"> |
| 19 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 19 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 20 | </el-form-item> | 20 | </el-form-item> |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| ... | @@ -33,12 +33,12 @@ | ... | @@ -33,12 +33,12 @@ |
| 33 | <el-row :gutter="10"> | 33 | <el-row :gutter="10"> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item label="权利类型:" prop="qllx"> | 35 | <el-form-item label="权利类型:" prop="qllx"> |
| 36 | <el-input disabled v-model="ruleForm.slsq.qllxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| 40 | <el-form-item label="登记类型:" prop="djlx"> | 40 | <el-form-item label="登记类型:" prop="djlx"> |
| 41 | <el-input disabled v-model="ruleForm.slsq.djlxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 42 | </el-form-item> | 42 | </el-form-item> |
| 43 | </el-col> | 43 | </el-col> |
| 44 | <el-col :span="8"> | 44 | <el-col :span="8"> | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 15 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 16 | <el-col :span="8"> | 16 | <el-col :span="8"> |
| 17 | <el-form-item label="业务号:"> | 17 | <el-form-item label="业务号:"> |
| 18 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 18 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 19 | </el-form-item> | 19 | </el-form-item> |
| 20 | </el-col> | 20 | </el-col> |
| 21 | <el-col :span="8"> | 21 | <el-col :span="8"> |
| ... | @@ -32,12 +32,12 @@ | ... | @@ -32,12 +32,12 @@ |
| 32 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 32 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 33 | <el-col :span="8"> | 33 | <el-col :span="8"> |
| 34 | <el-form-item label="权利类型:"> | 34 | <el-form-item label="权利类型:"> |
| 35 | <el-input disabled v-model="ruleForm.slsq.qllxmc"></el-input> | 35 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 36 | </el-form-item> | 36 | </el-form-item> |
| 37 | </el-col> | 37 | </el-col> |
| 38 | <el-col :span="8"> | 38 | <el-col :span="8"> |
| 39 | <el-form-item label="登记类型:"> | 39 | <el-form-item label="登记类型:"> |
| 40 | <el-input disabled v-model="ruleForm.slsq.djlxmc"></el-input> | 40 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | <el-col :span="8"> | 43 | <el-col :span="8"> |
| ... | @@ -113,7 +113,7 @@ | ... | @@ -113,7 +113,7 @@ |
| 113 | </el-form-item> | 113 | </el-form-item> |
| 114 | </el-col> | 114 | </el-col> |
| 115 | </el-row> | 115 | </el-row> |
| 116 | <el-row :gutter="10" v-if="ruleForm.qlxx"> | 116 | <el-row :gutter="10"> |
| 117 | <el-col :span="8"> | 117 | <el-col :span="8"> |
| 118 | <el-form-item label="建筑面积:"> | 118 | <el-form-item label="建筑面积:"> |
| 119 | <el-input disabled v-model="ruleForm.qlxx.mj"></el-input> | 119 | <el-input disabled v-model="ruleForm.qlxx.mj"></el-input> |
| ... | @@ -138,7 +138,7 @@ | ... | @@ -138,7 +138,7 @@ |
| 138 | <el-col :span="14" v-if="ruleForm.qlxx"> | 138 | <el-col :span="14" v-if="ruleForm.qlxx"> |
| 139 | <el-form-item label="共有方式:"> | 139 | <el-form-item label="共有方式:"> |
| 140 | <el-radio-group :disabled="$route.query.viewtype == 1" @change="showCZInfo" | 140 | <el-radio-group :disabled="$route.query.viewtype == 1" @change="showCZInfo" |
| 141 | v-model="ruleForm.slsq.gyfs"> | 141 | v-model="ruleForm.sldy.gyfs"> |
| 142 | <el-radio label="0">单独所有</el-radio> | 142 | <el-radio label="0">单独所有</el-radio> |
| 143 | <el-radio label="1">共同共有</el-radio> | 143 | <el-radio label="1">共同共有</el-radio> |
| 144 | <el-radio label="2">按份所有</el-radio> | 144 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -155,15 +155,15 @@ | ... | @@ -155,15 +155,15 @@ |
| 155 | </el-form-item> | 155 | </el-form-item> |
| 156 | </el-col> | 156 | </el-col> |
| 157 | 157 | ||
| 158 | <el-col :span="5" v-show="ruleForm.qlxx && ruleForm.qlxx.gyfs == '2'"> | 158 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 159 | <el-form-item label="是否分别持证:"> | 159 | <el-form-item label="是否分别持证:"> |
| 160 | <el-radio-group v-model="ruleForm.slsq.sqfbcz"> | 160 | <el-radio-group v-model="ruleForm.sldy.sqfbcz"> |
| 161 | <el-radio label="1">是</el-radio> | 161 | <el-radio label="1">是</el-radio> |
| 162 | <el-radio label="0">否</el-radio> | 162 | <el-radio label="0">否</el-radio> |
| 163 | </el-radio-group> | 163 | </el-radio-group> |
| 164 | </el-form-item> | 164 | </el-form-item> |
| 165 | </el-col> | 165 | </el-col> |
| 166 | <el-col :span="5" v-show="ruleForm.qlxx && ruleForm.qlxx.gyfs == '2'"> | 166 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 167 | <el-form-item label="持证人:"> | 167 | <el-form-item label="持证人:"> |
| 168 | <el-select v-model="ruleForm.slsq.czr" placeholder="持证人"> | 168 | <el-select v-model="ruleForm.slsq.czr" placeholder="持证人"> |
| 169 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 169 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
| ... | @@ -172,7 +172,7 @@ | ... | @@ -172,7 +172,7 @@ |
| 172 | </el-form-item> | 172 | </el-form-item> |
| 173 | </el-col> | 173 | </el-col> |
| 174 | </el-row> | 174 | </el-row> |
| 175 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 175 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 176 | :gyfs="ruleForm.slsq.gyfs" /> | 176 | :gyfs="ruleForm.slsq.gyfs" /> |
| 177 | 177 | ||
| 178 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | 178 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 15 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 16 | <el-col :span="8"> | 16 | <el-col :span="8"> |
| 17 | <el-form-item label="业务号:"> | 17 | <el-form-item label="业务号:"> |
| 18 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 18 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 19 | </el-form-item> | 19 | </el-form-item> |
| 20 | </el-col> | 20 | </el-col> |
| 21 | <el-col :span="8"> | 21 | <el-col :span="8"> |
| ... | @@ -32,12 +32,12 @@ | ... | @@ -32,12 +32,12 @@ |
| 32 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 32 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 33 | <el-col :span="8"> | 33 | <el-col :span="8"> |
| 34 | <el-form-item label="权利类型:"> | 34 | <el-form-item label="权利类型:"> |
| 35 | <el-input disabled v-model="ruleForm.slsq.qllxmc"></el-input> | 35 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 36 | </el-form-item> | 36 | </el-form-item> |
| 37 | </el-col> | 37 | </el-col> |
| 38 | <el-col :span="8"> | 38 | <el-col :span="8"> |
| 39 | <el-form-item label="登记类型:"> | 39 | <el-form-item label="登记类型:"> |
| 40 | <el-input disabled v-model="ruleForm.slsq.djlxmc"></el-input> | 40 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | <el-col :span="8"> | 43 | <el-col :span="8"> |
| ... | @@ -138,9 +138,9 @@ | ... | @@ -138,9 +138,9 @@ |
| 138 | <div class="triangle"></div> | 138 | <div class="triangle"></div> |
| 139 | </div> | 139 | </div> |
| 140 | <el-row :gutter="10"> | 140 | <el-row :gutter="10"> |
| 141 | <el-col :span="14" v-if="ruleForm.qlxx"> | 141 | <el-col :span="14"> |
| 142 | <el-form-item label="共有方式:"> | 142 | <el-form-item label="共有方式:"> |
| 143 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.slsq.gyfs"> | 143 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.sldy.gyfs"> |
| 144 | <el-radio label="0">单独所有</el-radio> | 144 | <el-radio label="0">单独所有</el-radio> |
| 145 | <el-radio label="1">共同共有</el-radio> | 145 | <el-radio label="1">共同共有</el-radio> |
| 146 | <el-radio label="2">按份所有</el-radio> | 146 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -148,7 +148,7 @@ | ... | @@ -148,7 +148,7 @@ |
| 148 | </el-radio-group> | 148 | </el-radio-group> |
| 149 | </el-form-item> | 149 | </el-form-item> |
| 150 | </el-col> | 150 | </el-col> |
| 151 | <el-col :span="5" v-show="ruleForm.qlxx && ruleForm.qlxx.gyfs == '2'"> | 151 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 152 | <el-form-item label="是否分别持证:"> | 152 | <el-form-item label="是否分别持证:"> |
| 153 | <el-radio-group v-model="ruleForm.sffbcz"> | 153 | <el-radio-group v-model="ruleForm.sffbcz"> |
| 154 | <el-radio label="1">是</el-radio> | 154 | <el-radio label="1">是</el-radio> |
| ... | @@ -156,7 +156,7 @@ | ... | @@ -156,7 +156,7 @@ |
| 156 | </el-radio-group> | 156 | </el-radio-group> |
| 157 | </el-form-item> | 157 | </el-form-item> |
| 158 | </el-col> | 158 | </el-col> |
| 159 | <el-col :span="5" v-show="ruleForm.qlxx && ruleForm.qlxx.gyfs == '2'"> | 159 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 160 | <el-form-item label="持证人:"> | 160 | <el-form-item label="持证人:"> |
| 161 | <el-select v-model="ruleForm.czr" placeholder="持证人"> | 161 | <el-select v-model="ruleForm.czr" placeholder="持证人"> |
| 162 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 162 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
| ... | @@ -165,7 +165,7 @@ | ... | @@ -165,7 +165,7 @@ |
| 165 | </el-form-item> | 165 | </el-form-item> |
| 166 | </el-col> | 166 | </el-col> |
| 167 | </el-row> | 167 | </el-row> |
| 168 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 168 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 169 | :gyfs="ruleForm.slsq.gyfs" /> | 169 | :gyfs="ruleForm.slsq.gyfs" /> |
| 170 | <div class="slxx_title title-block"> | 170 | <div class="slxx_title title-block"> |
| 171 | 登记原因 | 171 | 登记原因 | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 15 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 16 | <el-col :span="8"> | 16 | <el-col :span="8"> |
| 17 | <el-form-item label="业务号:"> | 17 | <el-form-item label="业务号:"> |
| 18 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 18 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 19 | </el-form-item> | 19 | </el-form-item> |
| 20 | </el-col> | 20 | </el-col> |
| 21 | <el-col :span="8"> | 21 | <el-col :span="8"> |
| ... | @@ -32,12 +32,12 @@ | ... | @@ -32,12 +32,12 @@ |
| 32 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 32 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 33 | <el-col :span="8"> | 33 | <el-col :span="8"> |
| 34 | <el-form-item label="权利类型:"> | 34 | <el-form-item label="权利类型:"> |
| 35 | <el-input disabled v-model="ruleForm.slsq.qllxmc"></el-input> | 35 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 36 | </el-form-item> | 36 | </el-form-item> |
| 37 | </el-col> | 37 | </el-col> |
| 38 | <el-col :span="8"> | 38 | <el-col :span="8"> |
| 39 | <el-form-item label="登记类型:"> | 39 | <el-form-item label="登记类型:"> |
| 40 | <el-input disabled v-model="ruleForm.slsq.djlxmc"></el-input> | 40 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | <el-col :span="8"> | 43 | <el-col :span="8"> |
| ... | @@ -99,10 +99,10 @@ | ... | @@ -99,10 +99,10 @@ |
| 99 | <div class="triangle"></div> | 99 | <div class="triangle"></div> |
| 100 | </div> | 100 | </div> |
| 101 | <el-row :gutter="10"> | 101 | <el-row :gutter="10"> |
| 102 | <el-col :span="14" v-if="ruleForm.qlxxList[0]"> | 102 | <el-col :span="14"> |
| 103 | <el-form-item label="共有方式:"> | 103 | <el-form-item label="共有方式:"> |
| 104 | <el-radio-group :disabled="$route.query.viewtype == 1" @change="showCZInfo" | 104 | <el-radio-group :disabled="$route.query.viewtype == 1" @change="showCZInfo" |
| 105 | v-model="ruleForm.slsq.gyfs"> | 105 | v-model="ruleForm.sldy.gyfs"> |
| 106 | <el-radio label="0">单独所有</el-radio> | 106 | <el-radio label="0">单独所有</el-radio> |
| 107 | <el-radio label="1">共同共有</el-radio> | 107 | <el-radio label="1">共同共有</el-radio> |
| 108 | <el-radio label="2">按份所有</el-radio> | 108 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -112,15 +112,15 @@ | ... | @@ -112,15 +112,15 @@ |
| 112 | </el-col> | 112 | </el-col> |
| 113 | 113 | ||
| 114 | 114 | ||
| 115 | <el-col :span="5" v-show="ruleForm.qlxxList[0] && ruleForm.slsq.gyfs == '2'"> | 115 | <el-col :span="5" v-show=" ruleForm.slsq.gyfs == '2'"> |
| 116 | <el-form-item label="是否分别持证:"> | 116 | <el-form-item label="是否分别持证:"> |
| 117 | <el-radio-group v-model="ruleForm.slsq.sqfbcz"> | 117 | <el-radio-group v-model="ruleForm.sldy.sqfbcz"> |
| 118 | <el-radio label="1">是</el-radio> | 118 | <el-radio label="1">是</el-radio> |
| 119 | <el-radio label="0">否</el-radio> | 119 | <el-radio label="0">否</el-radio> |
| 120 | </el-radio-group> | 120 | </el-radio-group> |
| 121 | </el-form-item> | 121 | </el-form-item> |
| 122 | </el-col> | 122 | </el-col> |
| 123 | <el-col :span="5" v-show="ruleForm.qlxxList[0] && ruleForm.slsq.gyfs == '2'"> | 123 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 124 | <el-form-item label="持证人:"> | 124 | <el-form-item label="持证人:"> |
| 125 | <el-select v-model="ruleForm.slsq.czr" placeholder="持证人"> | 125 | <el-select v-model="ruleForm.slsq.czr" placeholder="持证人"> |
| 126 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 126 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
| ... | @@ -129,7 +129,7 @@ | ... | @@ -129,7 +129,7 @@ |
| 129 | </el-form-item> | 129 | </el-form-item> |
| 130 | </el-col> | 130 | </el-col> |
| 131 | </el-row> | 131 | </el-row> |
| 132 | <qlrCommonTable v-if="ruleForm.qlxxList[0]" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 132 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 133 | :gyfs="ruleForm.slsq.gyfs" /> | 133 | :gyfs="ruleForm.slsq.gyfs" /> |
| 134 | <div class="slxx_title title-block"> | 134 | <div class="slxx_title title-block"> |
| 135 | 登记原因 | 135 | 登记原因 | ... | ... |
| ... | @@ -21,12 +21,12 @@ | ... | @@ -21,12 +21,12 @@ |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| 23 | <el-form-item label="受理人员:"> | 23 | <el-form-item label="受理人员:"> |
| 24 | <el-input disabled v-model="ruleForm.slsq1.slry"></el-input> | 24 | <el-input disabled v-model="ruleForm.slsq.slry"></el-input> |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | <el-col :span="8"> | 27 | <el-col :span="8"> |
| 28 | <el-form-item label="受理时间:"> | 28 | <el-form-item label="受理时间:"> |
| 29 | <el-input disabled v-model="ruleForm.slsq1.slsj"></el-input> | 29 | <el-input disabled v-model="ruleForm.slsq.slsj"></el-input> |
| 30 | </el-form-item> | 30 | </el-form-item> |
| 31 | </el-col> | 31 | </el-col> |
| 32 | </el-row> | 32 | </el-row> |
| ... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
| 43 | </el-col> | 43 | </el-col> |
| 44 | <el-col :span="8"> | 44 | <el-col :span="8"> |
| 45 | <el-form-item label="登记情形:"> | 45 | <el-form-item label="登记情形:"> |
| 46 | <el-input disabled v-model="ruleForm.slsq1.djqxmc"></el-input> | 46 | <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input> |
| 47 | </el-form-item> | 47 | </el-form-item> |
| 48 | </el-col> | 48 | </el-col> |
| 49 | </el-row> | 49 | </el-row> | ... | ... |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | <el-row :gutter="10"> | 16 | <el-row :gutter="10"> |
| 17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
| 18 | <el-form-item label="业务号:"> | 18 | <el-form-item label="业务号:"> |
| 19 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 19 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 20 | </el-form-item> | 20 | </el-form-item> |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| ... | @@ -33,12 +33,12 @@ | ... | @@ -33,12 +33,12 @@ |
| 33 | <el-row :gutter="10"> | 33 | <el-row :gutter="10"> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item label="权利类型:"> | 35 | <el-form-item label="权利类型:"> |
| 36 | <el-input disabled v-model="ruleForm.slsq.qllxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| 40 | <el-form-item label="登记类型:"> | 40 | <el-form-item label="登记类型:"> |
| 41 | <el-input disabled v-model="ruleForm.slsq.djlxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 42 | </el-form-item> | 42 | </el-form-item> |
| 43 | </el-col> | 43 | </el-col> |
| 44 | <el-col :span="8"> | 44 | <el-col :span="8"> | ... | ... |
| ... | @@ -11,34 +11,34 @@ | ... | @@ -11,34 +11,34 @@ |
| 11 | <el-row :gutter="10"> | 11 | <el-row :gutter="10"> |
| 12 | <el-col :span="8"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="业务号:"> | 13 | <el-form-item label="业务号:"> |
| 14 | <el-input disabled v-model="ruleForm.slywxx.ywh"></el-input> | 14 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 15 | </el-form-item> | 15 | </el-form-item> |
| 16 | </el-col> | 16 | </el-col> |
| 17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
| 18 | <el-form-item label="受理人员:"> | 18 | <el-form-item label="受理人员:"> |
| 19 | <el-input disabled v-model="ruleForm.slywxx.slry"></el-input> | 19 | <el-input disabled v-model="ruleForm.slsq.slry"></el-input> |
| 20 | </el-form-item> | 20 | </el-form-item> |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| 23 | <el-form-item label="受理时间:"> | 23 | <el-form-item label="受理时间:"> |
| 24 | <el-input disabled v-model="ruleForm.slywxx.slsj"></el-input> | 24 | <el-input disabled v-model="ruleForm.slsq.slsj"></el-input> |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | </el-row> | 27 | </el-row> |
| 28 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
| 29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 30 | <el-form-item label="权利类型:"> | 30 | <el-form-item label="权利类型:"> |
| 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item label="登记类型:"> | 35 | <el-form-item label="登记类型:"> |
| 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| 40 | <el-form-item label="登记情形:"> | 40 | <el-form-item label="登记情形:"> |
| 41 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input> |
| 42 | </el-form-item> | 42 | </el-form-item> |
| 43 | </el-col> | 43 | </el-col> |
| 44 | </el-row> | 44 | </el-row> |
| ... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
| 176 | <el-row :gutter="10"> | 176 | <el-row :gutter="10"> |
| 177 | <el-col :span="14"> | 177 | <el-col :span="14"> |
| 178 | <el-form-item label="共有方式:"> | 178 | <el-form-item label="共有方式:"> |
| 179 | <el-radio-group v-model="ruleForm.slywxx.gyfs" :disabled="$route.query.viewtype"> | 179 | <el-radio-group v-model="ruleForm.sldy.gyfs" :disabled="$route.query.viewtype"> |
| 180 | <el-radio label="0">单独所有</el-radio> | 180 | <el-radio label="0">单独所有</el-radio> |
| 181 | <el-radio label="1">共同共有</el-radio> | 181 | <el-radio label="1">共同共有</el-radio> |
| 182 | <el-radio label="2">按份所有</el-radio> | 182 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -184,15 +184,15 @@ | ... | @@ -184,15 +184,15 @@ |
| 184 | </el-radio-group> | 184 | </el-radio-group> |
| 185 | </el-form-item> | 185 | </el-form-item> |
| 186 | </el-col> | 186 | </el-col> |
| 187 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 187 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 188 | <el-form-item label="是否分别持证:"> | 188 | <el-form-item label="是否分别持证:"> |
| 189 | <el-radio-group v-model="ruleForm.slywxx.sqfbcz"> | 189 | <el-radio-group v-model="ruleForm.sldy.sqfbcz"> |
| 190 | <el-radio label="1">是</el-radio> | 190 | <el-radio label="1">是</el-radio> |
| 191 | <el-radio label="0">否</el-radio> | 191 | <el-radio label="0">否</el-radio> |
| 192 | </el-radio-group> | 192 | </el-radio-group> |
| 193 | </el-form-item> | 193 | </el-form-item> |
| 194 | </el-col> | 194 | </el-col> |
| 195 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 195 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 196 | <el-form-item label="持证人:"> | 196 | <el-form-item label="持证人:"> |
| 197 | <el-select v-model="ruleForm.czr" placeholder="持证人"> | 197 | <el-select v-model="ruleForm.czr" placeholder="持证人"> |
| 198 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 198 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | ... | ... |
| ... | @@ -11,34 +11,34 @@ | ... | @@ -11,34 +11,34 @@ |
| 11 | <el-row :gutter="10"> | 11 | <el-row :gutter="10"> |
| 12 | <el-col :span="8"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="业务号:"> | 13 | <el-form-item label="业务号:"> |
| 14 | <el-input disabled v-model="ruleForm.slywxx.ywh"></el-input> | 14 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 15 | </el-form-item> | 15 | </el-form-item> |
| 16 | </el-col> | 16 | </el-col> |
| 17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
| 18 | <el-form-item label="受理人员:"> | 18 | <el-form-item label="受理人员:"> |
| 19 | <el-input disabled v-model="ruleForm.slywxx.slry"></el-input> | 19 | <el-input disabled v-model="ruleForm.slsq.slry"></el-input> |
| 20 | </el-form-item> | 20 | </el-form-item> |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| 23 | <el-form-item label="受理时间:"> | 23 | <el-form-item label="受理时间:"> |
| 24 | <el-input disabled v-model="ruleForm.slywxx.slsj"></el-input> | 24 | <el-input disabled v-model="ruleForm.slsq.slsj"></el-input> |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | </el-row> | 27 | </el-row> |
| 28 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
| 29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 30 | <el-form-item label="权利类型:"> | 30 | <el-form-item label="权利类型:"> |
| 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item label="登记类型:"> | 35 | <el-form-item label="登记类型:"> |
| 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| 40 | <el-form-item label="登记情形:"> | 40 | <el-form-item label="登记情形:"> |
| 41 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input> |
| 42 | </el-form-item> | 42 | </el-form-item> |
| 43 | </el-col> | 43 | </el-col> |
| 44 | </el-row> | 44 | </el-row> |
| ... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
| 176 | <el-row :gutter="10"> | 176 | <el-row :gutter="10"> |
| 177 | <el-col :span="14"> | 177 | <el-col :span="14"> |
| 178 | <el-form-item label="共有方式:"> | 178 | <el-form-item label="共有方式:"> |
| 179 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.slywxx.gyfs"> | 179 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.sldy.gyfs"> |
| 180 | <el-radio label="0">单独所有</el-radio> | 180 | <el-radio label="0">单独所有</el-radio> |
| 181 | <el-radio label="1">共同共有</el-radio> | 181 | <el-radio label="1">共同共有</el-radio> |
| 182 | <el-radio label="2">按份所有</el-radio> | 182 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -184,15 +184,15 @@ | ... | @@ -184,15 +184,15 @@ |
| 184 | </el-radio-group> | 184 | </el-radio-group> |
| 185 | </el-form-item> | 185 | </el-form-item> |
| 186 | </el-col> | 186 | </el-col> |
| 187 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 187 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 188 | <el-form-item label="是否分别持证:"> | 188 | <el-form-item label="是否分别持证:"> |
| 189 | <el-radio-group v-model="ruleForm.slywxx.sqfbcz"> | 189 | <el-radio-group v-model="ruleForm.sldy.sqfbcz"> |
| 190 | <el-radio label="1">是</el-radio> | 190 | <el-radio label="1">是</el-radio> |
| 191 | <el-radio label="0">否</el-radio> | 191 | <el-radio label="0">否</el-radio> |
| 192 | </el-radio-group> | 192 | </el-radio-group> |
| 193 | </el-form-item> | 193 | </el-form-item> |
| 194 | </el-col> | 194 | </el-col> |
| 195 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 195 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 196 | <el-form-item label="持证人:"> | 196 | <el-form-item label="持证人:"> |
| 197 | <el-select v-model="ruleForm.czr" placeholder="持证人"> | 197 | <el-select v-model="ruleForm.czr" placeholder="持证人"> |
| 198 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 198 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
| ... | @@ -202,7 +202,7 @@ | ... | @@ -202,7 +202,7 @@ |
| 202 | </el-col> | 202 | </el-col> |
| 203 | </el-row> | 203 | </el-row> |
| 204 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 204 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
| 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.sldy.gyfs" /> |
| 206 | <div class="slxx_title title-block"> | 206 | <div class="slxx_title title-block"> |
| 207 | 义务人信息 | 207 | 义务人信息 |
| 208 | <div class="triangle"></div> | 208 | <div class="triangle"></div> | ... | ... |
| ... | @@ -21,12 +21,12 @@ | ... | @@ -21,12 +21,12 @@ |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| 23 | <el-form-item label="受理人员:"> | 23 | <el-form-item label="受理人员:"> |
| 24 | <el-input disabled v-model="ruleForm.slsq1.slry"></el-input> | 24 | <el-input disabled v-model="ruleForm.slsq.slry"></el-input> |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | <el-col :span="8"> | 27 | <el-col :span="8"> |
| 28 | <el-form-item label="受理时间:"> | 28 | <el-form-item label="受理时间:"> |
| 29 | <el-input disabled v-model="ruleForm.slsq1.slsj"></el-input> | 29 | <el-input disabled v-model="ruleForm.slsq.slsj"></el-input> |
| 30 | </el-form-item> | 30 | </el-form-item> |
| 31 | </el-col> | 31 | </el-col> |
| 32 | </el-row> | 32 | </el-row> |
| ... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
| 43 | </el-col> | 43 | </el-col> |
| 44 | <el-col :span="8"> | 44 | <el-col :span="8"> |
| 45 | <el-form-item label="登记情形:"> | 45 | <el-form-item label="登记情形:"> |
| 46 | <el-input disabled v-model="ruleForm.slsq1.djqxmc"></el-input> | 46 | <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input> |
| 47 | </el-form-item> | 47 | </el-form-item> |
| 48 | </el-col> | 48 | </el-col> |
| 49 | </el-row> | 49 | </el-row> | ... | ... |
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 11 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 12 | <el-col :span="8"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="业务号:"> | 13 | <el-form-item label="业务号:"> |
| 14 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 14 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 15 | </el-form-item> | 15 | </el-form-item> |
| 16 | </el-col> | 16 | </el-col> |
| 17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
| ... | @@ -28,12 +28,12 @@ | ... | @@ -28,12 +28,12 @@ |
| 28 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 28 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 30 | <el-form-item label="权利类型:"> | 30 | <el-form-item label="权利类型:"> |
| 31 | <el-input disabled v-model="ruleForm.slsq.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item label="登记类型:"> | 35 | <el-form-item label="登记类型:"> |
| 36 | <el-input disabled v-model="ruleForm.slsq.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| ... | @@ -111,7 +111,7 @@ | ... | @@ -111,7 +111,7 @@ |
| 111 | <el-row :gutter="10"> | 111 | <el-row :gutter="10"> |
| 112 | <el-col :span="14" v-if="ruleForm.qlxx"> | 112 | <el-col :span="14" v-if="ruleForm.qlxx"> |
| 113 | <el-form-item label="共有方式:"> | 113 | <el-form-item label="共有方式:"> |
| 114 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.qlxx.gyfs"> | 114 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.sldy.gyfs"> |
| 115 | <el-radio label="0">单独所有</el-radio> | 115 | <el-radio label="0">单独所有</el-radio> |
| 116 | <el-radio label="1">共同共有</el-radio> | 116 | <el-radio label="1">共同共有</el-radio> |
| 117 | <el-radio label="2">按份所有</el-radio> | 117 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -120,13 +120,13 @@ | ... | @@ -120,13 +120,13 @@ |
| 120 | </el-form-item> | 120 | </el-form-item> |
| 121 | </el-col> | 121 | </el-col> |
| 122 | </el-row> | 122 | </el-row> |
| 123 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 123 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 124 | :gyfs="ruleForm.qlxx.gyfs" /> | 124 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 125 | <div class="slxx_title title-block"> | 125 | <div class="slxx_title title-block"> |
| 126 | 义务人信息 | 126 | 义务人信息 |
| 127 | <div class="triangle"></div> | 127 | <div class="triangle"></div> |
| 128 | </div> | 128 | </div> |
| 129 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" | 129 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" |
| 130 | :gyfs="ruleForm.qlxx.gyfs" /> | 130 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 131 | <div class="slxx_title title-block"> | 131 | <div class="slxx_title title-block"> |
| 132 | 登记原因 | 132 | 登记原因 | ... | ... |
| ... | @@ -114,7 +114,7 @@ | ... | @@ -114,7 +114,7 @@ |
| 114 | <el-row :gutter="10"> | 114 | <el-row :gutter="10"> |
| 115 | <el-col :span="14" v-if="ruleForm.qlxx"> | 115 | <el-col :span="14" v-if="ruleForm.qlxx"> |
| 116 | <el-form-item label="共有方式:"> | 116 | <el-form-item label="共有方式:"> |
| 117 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.qlxx.gyfs"> | 117 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.sldy.gyfs"> |
| 118 | <el-radio label="0">单独所有</el-radio> | 118 | <el-radio label="0">单独所有</el-radio> |
| 119 | <el-radio label="1">共同共有</el-radio> | 119 | <el-radio label="1">共同共有</el-radio> |
| 120 | <el-radio label="2">按份所有</el-radio> | 120 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -123,14 +123,14 @@ | ... | @@ -123,14 +123,14 @@ |
| 123 | </el-form-item> | 123 | </el-form-item> |
| 124 | </el-col> | 124 | </el-col> |
| 125 | </el-row> | 125 | </el-row> |
| 126 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 126 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 127 | :gyfs="ruleForm.qlxx.gyfs" /> | 127 | :gyfs="ruleForm.sldy.gyfs" /> |
| 128 | <div class="slxx_title title-block"> | 128 | <div class="slxx_title title-block"> |
| 129 | 义务人信息 | 129 | 义务人信息 |
| 130 | <div class="triangle"></div> | 130 | <div class="triangle"></div> |
| 131 | </div> | 131 | </div> |
| 132 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" | 132 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" |
| 133 | :gyfs="ruleForm.qlxx.gyfs" /> | 133 | :gyfs="ruleForm.sldy.gyfs" /> |
| 134 | <div class="slxx_title title-block"> | 134 | <div class="slxx_title title-block"> |
| 135 | 登记原因 | 135 | 登记原因 |
| 136 | <div class="triangle"></div> | 136 | <div class="triangle"></div> | ... | ... |
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 11 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 12 | <el-col :span="8"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="业务号:"> | 13 | <el-form-item label="业务号:"> |
| 14 | <el-input disabled v-model="ruleForm.slsq.ywh"></el-input> | 14 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 15 | </el-form-item> | 15 | </el-form-item> |
| 16 | </el-col> | 16 | </el-col> |
| 17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
| ... | @@ -28,12 +28,12 @@ | ... | @@ -28,12 +28,12 @@ |
| 28 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 28 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 30 | <el-form-item label="权利类型:"> | 30 | <el-form-item label="权利类型:"> |
| 31 | <el-input disabled v-model="ruleForm.slsq.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item label="登记类型:"> | 35 | <el-form-item label="登记类型:"> |
| 36 | <el-input disabled v-model="ruleForm.slsq.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| ... | @@ -136,13 +136,13 @@ | ... | @@ -136,13 +136,13 @@ |
| 136 | <el-col :span="16"> | 136 | <el-col :span="16"> |
| 137 | <el-form-item label="是否存在禁止或限制转让抵押不动产的约定:"> | 137 | <el-form-item label="是否存在禁止或限制转让抵押不动产的约定:"> |
| 138 | <el-input v-model="ruleForm.ygdj.sfczjzhxz" | 138 | <el-input v-model="ruleForm.ygdj.sfczjzhxz" |
| 139 | :disabled="$route.query.viewtype == 1 || ruleForm.slsq.djlx == '300'"></el-input> | 139 | :disabled="$route.query.viewtype == 1 || ruleForm.sldy.djlx == '300'"></el-input> |
| 140 | </el-form-item> | 140 | </el-form-item> |
| 141 | </el-col> | 141 | </el-col> |
| 142 | <el-col :span="8"> | 142 | <el-col :span="8"> |
| 143 | <el-form-item label="担保范围:"> | 143 | <el-form-item label="担保范围:"> |
| 144 | <el-input v-model="ruleForm.ygdj.dbfw" | 144 | <el-input v-model="ruleForm.ygdj.dbfw" |
| 145 | :disabled="$route.query.viewtype == 1 || ruleForm.slsq.djlx == '300'"></el-input> | 145 | :disabled="$route.query.viewtype == 1 || ruleForm.sldy.djlx == '300'"></el-input> |
| 146 | </el-form-item> | 146 | </el-form-item> |
| 147 | </el-col> | 147 | </el-col> |
| 148 | 148 | ||
| ... | @@ -159,9 +159,9 @@ | ... | @@ -159,9 +159,9 @@ |
| 159 | <div class="triangle"></div> | 159 | <div class="triangle"></div> |
| 160 | </div> | 160 | </div> |
| 161 | <el-row :gutter="10"> | 161 | <el-row :gutter="10"> |
| 162 | <el-col :span="14" v-if="ruleForm.qlxx"> | 162 | <el-col :span="14"> |
| 163 | <el-form-item label="共有方式:"> | 163 | <el-form-item label="共有方式:"> |
| 164 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.qlxx.gyfs"> | 164 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.sldy.gyfs"> |
| 165 | <el-radio label="0">单独所有</el-radio> | 165 | <el-radio label="0">单独所有</el-radio> |
| 166 | <el-radio label="1">共同共有</el-radio> | 166 | <el-radio label="1">共同共有</el-radio> |
| 167 | <el-radio label="2">按份所有</el-radio> | 167 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -170,14 +170,14 @@ | ... | @@ -170,14 +170,14 @@ |
| 170 | </el-form-item> | 170 | </el-form-item> |
| 171 | </el-col> | 171 | </el-col> |
| 172 | </el-row> | 172 | </el-row> |
| 173 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" | 173 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" |
| 174 | :gyfs="ruleForm.qlxx.gyfs" /> | 174 | :gyfs="ruleForm.sldy.gyfs" /> |
| 175 | <div class="slxx_title title-block"> | 175 | <div class="slxx_title title-block"> |
| 176 | 义务人信息 | 176 | 义务人信息 |
| 177 | <div class="triangle"></div> | 177 | <div class="triangle"></div> |
| 178 | </div> | 178 | </div> |
| 179 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" | 179 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" |
| 180 | :gyfs="ruleForm.qlxx.gyfs" /> | 180 | :gyfs="ruleForm.sldy.gyfs" /> |
| 181 | <div class="slxx_title title-block"> | 181 | <div class="slxx_title title-block"> |
| 182 | 登记原因 | 182 | 登记原因 |
| 183 | <div class="triangle"></div> | 183 | <div class="triangle"></div> | ... | ... |
| ... | @@ -11,34 +11,34 @@ | ... | @@ -11,34 +11,34 @@ |
| 11 | <el-row :gutter="10"> | 11 | <el-row :gutter="10"> |
| 12 | <el-col :span="8"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="业务号:"> | 13 | <el-form-item label="业务号:"> |
| 14 | <el-input disabled v-model="ruleForm.slywxx.ywh"></el-input> | 14 | <el-input disabled v-model="ruleForm.flow.ywh"></el-input> |
| 15 | </el-form-item> | 15 | </el-form-item> |
| 16 | </el-col> | 16 | </el-col> |
| 17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
| 18 | <el-form-item label="受理人员:"> | 18 | <el-form-item label="受理人员:"> |
| 19 | <el-input disabled v-model="ruleForm.slywxx.slry"></el-input> | 19 | <el-input disabled v-model="ruleForm.slsq.slry"></el-input> |
| 20 | </el-form-item> | 20 | </el-form-item> |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
| 23 | <el-form-item label="受理时间:"> | 23 | <el-form-item label="受理时间:"> |
| 24 | <el-input disabled v-model="ruleForm.slywxx.slsj"></el-input> | 24 | <el-input disabled v-model="ruleForm.slsq.slsj"></el-input> |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | </el-row> | 27 | </el-row> |
| 28 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
| 29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 30 | <el-form-item label="权利类型:" prop="qllx"> | 30 | <el-form-item label="权利类型:" prop="qllx"> |
| 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.sldy.qllxmc"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item label="登记类型:" prop="djlx"> | 35 | <el-form-item label="登记类型:" prop="djlx"> |
| 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.sldy.djlxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| 40 | <el-form-item label="登记情形:" prop="djqx"> | 40 | <el-form-item label="登记情形:" prop="djqx"> |
| 41 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.slsq.djqxmc"></el-input> |
| 42 | </el-form-item> | 42 | </el-form-item> |
| 43 | </el-col> | 43 | </el-col> |
| 44 | </el-row> | 44 | </el-row> |
| ... | @@ -155,7 +155,7 @@ | ... | @@ -155,7 +155,7 @@ |
| 155 | <el-col :span="24"> | 155 | <el-col :span="24"> |
| 156 | <el-form-item label="担保范围:"> | 156 | <el-form-item label="担保范围:"> |
| 157 | <el-input v-model="ruleForm.diyaq.dbfw" | 157 | <el-input v-model="ruleForm.diyaq.dbfw" |
| 158 | :disabled="$route.query.viewtype == 1 || ruleForm.slywxx.djlx == '300'"></el-input> | 158 | :disabled="$route.query.viewtype == 1 || ruleForm.sldy.djlx == '300'"></el-input> |
| 159 | </el-form-item> | 159 | </el-form-item> |
| 160 | </el-col> | 160 | </el-col> |
| 161 | </el-row> | 161 | </el-row> |
| ... | @@ -181,7 +181,7 @@ | ... | @@ -181,7 +181,7 @@ |
| 181 | <el-row :gutter="10"> | 181 | <el-row :gutter="10"> |
| 182 | <el-col :span="14"> | 182 | <el-col :span="14"> |
| 183 | <el-form-item label="共有方式:"> | 183 | <el-form-item label="共有方式:"> |
| 184 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.slywxx.gyfs"> | 184 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.sldy.gyfs"> |
| 185 | <el-radio label="0">单独所有</el-radio> | 185 | <el-radio label="0">单独所有</el-radio> |
| 186 | <el-radio label="1">共同共有</el-radio> | 186 | <el-radio label="1">共同共有</el-radio> |
| 187 | <el-radio label="2">按份所有</el-radio> | 187 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -189,15 +189,15 @@ | ... | @@ -189,15 +189,15 @@ |
| 189 | </el-radio-group> | 189 | </el-radio-group> |
| 190 | </el-form-item> | 190 | </el-form-item> |
| 191 | </el-col> | 191 | </el-col> |
| 192 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 192 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 193 | <el-form-item label="是否分别持证:"> | 193 | <el-form-item label="是否分别持证:"> |
| 194 | <el-radio-group v-model="ruleForm.slywxx.sqfbcz"> | 194 | <el-radio-group v-model="ruleForm.sldy.sqfbcz"> |
| 195 | <el-radio label="1">是</el-radio> | 195 | <el-radio label="1">是</el-radio> |
| 196 | <el-radio label="0">否</el-radio> | 196 | <el-radio label="0">否</el-radio> |
| 197 | </el-radio-group> | 197 | </el-radio-group> |
| 198 | </el-form-item> | 198 | </el-form-item> |
| 199 | </el-col> | 199 | </el-col> |
| 200 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 200 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> |
| 201 | <el-form-item label="持证人:"> | 201 | <el-form-item label="持证人:"> |
| 202 | <el-select v-model="ruleForm.czr" placeholder="持证人"> | 202 | <el-select v-model="ruleForm.czr" placeholder="持证人"> |
| 203 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 203 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | ... | ... |
-
Please register or sign in to post a comment