e94a903a by renchao@pashanhoo.com

style:受理申请

1 parent 5894e5ed
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:35:32 4 * @LastEditTime: 2023-08-16 16:11:20
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
403 :tableData="ruleForm.qlrData" 403 :tableData="ruleForm.qlrData"
404 @upDateQlrxxList="upDateQlrxxList" 404 @upDateQlrxxList="upDateQlrxxList"
405 :key="key" 405 :key="key"
406 :ableOperation="ableOperation" 406 :disabled="ableOperation"
407 :gyfs="ruleForm.sldy.gyfs" /> 407 :gyfs="ruleForm.sldy.gyfs" />
408 408
409 <div> 409 <div>
...@@ -415,7 +415,7 @@ ...@@ -415,7 +415,7 @@
415 v-if="ruleForm.ywrData" 415 v-if="ruleForm.ywrData"
416 :tableData="ruleForm.ywrData" 416 :tableData="ruleForm.ywrData"
417 :key="key" 417 :key="key"
418 :ableOperation="ableOperation" 418 :disabled="ableOperation"
419 @upDateQlrxxList="upDateYwrxxList" /> 419 @upDateQlrxxList="upDateYwrxxList" />
420 </div> 420 </div>
421 </div> 421 </div>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 11:06:34 4 * @LastEditTime: 2023-08-16 16:11:35
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
412 <qlrCommonTable 412 <qlrCommonTable
413 :tableData="ruleForm.qlrData" 413 :tableData="ruleForm.qlrData"
414 @upDateQlrxxList="upDateQlrxxList" 414 @upDateQlrxxList="upDateQlrxxList"
415 :ableOperation="ableOperation" 415 :disabled="ableOperation"
416 :key="key" 416 :key="key"
417 :gyfs="ruleForm.sldy.gyfs" /> 417 :gyfs="ruleForm.sldy.gyfs" />
418 </div> 418 </div>
......
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
266 :tableData="ruleForm.qlrData" 266 :tableData="ruleForm.qlrData"
267 @upDateQlrxxList="upDateQlrxxList" 267 @upDateQlrxxList="upDateQlrxxList"
268 :key="key" 268 :key="key"
269 :ableOperation="ableOperation" 269 :disabled="ableOperation"
270 :gyfs="ruleForm.sldy.gyfs" /> 270 :gyfs="ruleForm.sldy.gyfs" />
271 </div> 271 </div>
272 <el-row class="btn" v-if="ableOperation"> 272 <el-row class="btn" v-if="ableOperation">
......
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
367 :tableData="ruleForm.qlrData" 367 :tableData="ruleForm.qlrData"
368 @upDateQlrxxList="upDateQlrxxList" 368 @upDateQlrxxList="upDateQlrxxList"
369 :key="key" 369 :key="key"
370 :ableOperation="ableOperation" 370 :disabled="ableOperation"
371 :gyfs="ruleForm.sldy.gyfs" /> 371 :gyfs="ruleForm.sldy.gyfs" />
372 </div> 372 </div>
373 <el-row class="btn" v-if="ableOperation"> 373 <el-row class="btn" v-if="ableOperation">
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 09:42:01 4 * @LastEditTime: 2023-08-16 16:11:56
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
463 :tableData="ruleForm.qlrData" 463 :tableData="ruleForm.qlrData"
464 @upDateQlrxxList="upDateQlrxxList" 464 @upDateQlrxxList="upDateQlrxxList"
465 :key="key" 465 :key="key"
466 :ableOperation="ableOperation" 466 :disabled="ableOperation"
467 :gyfs="ruleForm.sldy.gyfs" /> 467 :gyfs="ruleForm.sldy.gyfs" />
468 468
469 <div v-if="ruleForm.ywrData"> 469 <div v-if="ruleForm.ywrData">
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
475 v-if="ruleForm.ywrData" 475 v-if="ruleForm.ywrData"
476 :tableData="ruleForm.ywrData" 476 :tableData="ruleForm.ywrData"
477 :key="key" 477 :key="key"
478 :ableOperation="ableOperation" 478 :disabled="ableOperation"
479 @upDateQlrxxList="upDateYwrxxList" /> 479 @upDateQlrxxList="upDateYwrxxList" />
480 </div> 480 </div>
481 </div> 481 </div>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:53:48 4 * @LastEditTime: 2023-08-16 16:12:12
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
...@@ -380,7 +380,7 @@ ...@@ -380,7 +380,7 @@
380 :tableData="ruleForm.qlrData" 380 :tableData="ruleForm.qlrData"
381 @upDateQlrxxList="upDateQlrxxList" 381 @upDateQlrxxList="upDateQlrxxList"
382 :key="key" 382 :key="key"
383 :ableOperation="ableOperation" 383 :disabled="ableOperation"
384 :gyfs="ruleForm.sldy.gyfs" /> 384 :gyfs="ruleForm.sldy.gyfs" />
385 385
386 <div v-if="ruleForm.ywrData"> 386 <div v-if="ruleForm.ywrData">
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
392 v-if="ruleForm.ywrData" 392 v-if="ruleForm.ywrData"
393 :tableData="ruleForm.ywrData" 393 :tableData="ruleForm.ywrData"
394 :key="key" 394 :key="key"
395 :ableOperation="ableOperation" 395 :disabled="ableOperation"
396 @upDateQlrxxList="upDateYwrxxList" /> 396 @upDateQlrxxList="upDateYwrxxList" />
397 </div> 397 </div>
398 </div> 398 </div>
......
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
330 :tableData="ruleForm.qlrData" 330 :tableData="ruleForm.qlrData"
331 @upDateQlrxxList="upDateQlrxxList" 331 @upDateQlrxxList="upDateQlrxxList"
332 :key="key" 332 :key="key"
333 :ableOperation="ableOperation" 333 :disabled="ableOperation"
334 :gyfs="ruleForm.sldy.gyfs" /> 334 :gyfs="ruleForm.sldy.gyfs" />
335 <div v-if="ruleForm.ywrData"> 335 <div v-if="ruleForm.ywrData">
336 <div class="slxx_title title-block"> 336 <div class="slxx_title title-block">
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
341 v-if="ruleForm.ywrData" 341 v-if="ruleForm.ywrData"
342 :tableData="ruleForm.ywrData" 342 :tableData="ruleForm.ywrData"
343 :key="key" 343 :key="key"
344 :ableOperation="ableOperation" 344 :disabled="ableOperation"
345 @upDateQlrxxList="upDateYwrxxList" /> 345 @upDateQlrxxList="upDateYwrxxList" />
346 </div> 346 </div>
347 </div> 347 </div>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 15:33:46 4 * @LastEditTime: 2023-08-16 16:05:07
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
8 <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" 8 <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true"
9 :data="tableDataList"> 9 :data="tableDataList">
10 </lb-table> 10 </lb-table>
11 <addQlr v-model="dialog" :details="details" :showButton="!isDisabled" @updateDetail="handleupdateDetail" /> 11 <addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" />
12 </div> 12 </div>
13 </template> 13 </template>
14 <script> 14 <script>
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
44 dataIndex: 0, 44 dataIndex: 0,
45 dialog: false, 45 dialog: false,
46 isaddupdate: false, 46 isaddupdate: false,
47 isDisabled: this.disabled,
48 details: {}, 47 details: {},
49 tableDataList: [], 48 tableDataList: [],
50 InformationTable: [ 49 InformationTable: [
...@@ -52,7 +51,7 @@ ...@@ -52,7 +51,7 @@
52 width: '50', 51 width: '50',
53 renderHeader: (h, scope) => { 52 renderHeader: (h, scope) => {
54 return <div> { 53 return <div> {
55 this.isDisabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i> 54 this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i>
56 } 55 }
57 </div> 56 </div>
58 }, 57 },
...@@ -60,7 +59,7 @@ ...@@ -60,7 +59,7 @@
60 return ( 59 return (
61 <div> 60 <div>
62 { 61 {
63 this.isDisabled ? <span>{scope.$index + 1}</span> : 62 this.disabled ? <span>{scope.$index + 1}</span> :
64 <i class="el-icon-minus pointer" onClick={() => { this.deleClick(scope.$index, scope.row) }}></i> 63 <i class="el-icon-minus pointer" onClick={() => { this.deleClick(scope.$index, scope.row) }}></i>
65 } 64 }
66 </div> 65 </div>
...@@ -71,7 +70,7 @@ ...@@ -71,7 +70,7 @@
71 label: '身份证读卡器', 70 label: '身份证读卡器',
72 align: 'center', 71 align: 'center',
73 render: (h, scope) => { 72 render: (h, scope) => {
74 return <el-button type="text" icon="el-icon-tickets" disabled={this.isDisabled} onClick={() => { this.readClick(scope.row) }}>读取</el-button> 73 return <el-button type="text" icon="el-icon-tickets" disabled={!this.disabled} onClick={() => { this.readClick(scope.row) }}>读取</el-button>
75 } 74 }
76 }, 75 },
77 { 76 {
...@@ -103,13 +102,13 @@ ...@@ -103,13 +102,13 @@
103 return ( 102 return (
104 <div> 103 <div>
105 { 104 {
106 this.isDisabled ? <el-button 105 this.disabled ? <el-button
107 icon="el-icon-view"
108 type="text"
109 onClick={() => { this.queryViewClick(scope.$index, scope.row) }} > 查看</el-button> : <el-button
110 icon="el-icon-edit-outline" 106 icon="el-icon-edit-outline"
111 type="text" 107 type="text"
112 onClick={() => { this.editClick(scope.$index, scope.row) }}>编辑</el-button> 108 onClick={() => { this.editClick(scope.$index, scope.row) }}>编辑</el-button> : <el-button
109 icon="el-icon-view"
110 type="text"
111 onClick={() => { this.queryViewClick(scope.$index, scope.row) }} > 查看</el-button>
113 } 112 }
114 </div> 113 </div>
115 ) 114 )
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 14:40:56 4 * @LastEditTime: 2023-08-16 16:10:51
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -232,13 +232,13 @@ ...@@ -232,13 +232,13 @@
232 </el-form-item> 232 </el-form-item>
233 </el-col> 233 </el-col>
234 </el-row> 234 </el-row>
235 <qlrCommonTable :tableData="ruleForm.qlrList" :disabled="!viewEdit" @upDateQlrxxList="upDateQlrxxList" 235 <qlrCommonTable :tableData="ruleForm.qlrList" :disabled="viewEdit" @upDateQlrxxList="upDateQlrxxList"
236 :gyfs="ruleForm.sldy.gyfs" /> 236 :gyfs="ruleForm.sldy.gyfs" />
237 <div class="slxx_title title-block"> 237 <div class="slxx_title title-block">
238 抵押人信息 238 抵押人信息
239 <div class="triangle"></div> 239 <div class="triangle"></div>
240 </div> 240 </div>
241 <qlrCommonTable :tableData="ruleForm.ywrList" :disabled="!viewEdit" @upDateQlrxxList="upDateYwrxxList" /> 241 <qlrCommonTable :tableData="ruleForm.ywrList" :disabled="viewEdit" @upDateQlrxxList="upDateYwrxxList" />
242 242
243 <div class="slxx_title title-block"> 243 <div class="slxx_title title-block">
244 登记原因 244 登记原因
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 15:36:07 4 * @LastEditTime: 2023-08-16 16:05:34
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
63 </el-col> 63 </el-col>
64 <el-col :span="8"> 64 <el-col :span="8">
65 <el-form-item label="坐落:"> 65 <el-form-item label="坐落:">
66 <el-input v-model="ruleForm.sldy.zl"></el-input> 66 <el-input v-model="ruleForm.sldy.zl" disabled></el-input>
67 </el-form-item> 67 </el-form-item>
68 </el-col> 68 </el-col>
69 </el-row> 69 </el-row>
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
345 </el-form-item> 345 </el-form-item>
346 </el-col> 346 </el-col>
347 </el-row> 347 </el-row>
348 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" 348 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit"
349 :gyfs="ruleForm.sldy.gyfs" /> 349 :gyfs="ruleForm.sldy.gyfs" />
350 350
351 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> 351 <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'">
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 09:54:46 4 * @LastEditTime: 2023-08-16 16:12:58
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
164 </el-form-item> 164 </el-form-item>
165 </el-col> 165 </el-col>
166 </el-row> 166 </el-row>
167 <qlrCommonTable :tableData="ruleForm.qlrList" :gyfs="ruleForm.gyfs" :disabled="!viewEdit" /> 167 <qlrCommonTable :tableData="ruleForm.qlrList" :gyfs="ruleForm.gyfs" :disabled="viewEdit" />
168 <div class="slxx_title title-block"> 168 <div class="slxx_title title-block">
169 登记原因 169 登记原因
170 <div class="triangle"></div> 170 <div class="triangle"></div>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 14:42:19 4 * @LastEditTime: 2023-08-16 16:13:05
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
189 </el-col> 189 </el-col>
190 </el-row> 190 </el-row>
191 <qlrCommonTable :tableData="ruleForm.qlrList" 191 <qlrCommonTable :tableData="ruleForm.qlrList"
192 :disabled="!viewEdit" 192 :disabled="viewEdit"
193 @upDateQlrxxList="upDateQlrxxList" :key="key" :gyfs="ruleForm.sldy.gyfs" /> 193 @upDateQlrxxList="upDateQlrxxList" :key="key" :gyfs="ruleForm.sldy.gyfs" />
194 194
195 <div v-if="ruleForm.ywrList && ruleForm.ywrList.length > 0"> 195 <div v-if="ruleForm.ywrList && ruleForm.ywrList.length > 0">
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
197 义务人信息 197 义务人信息
198 <div class="triangle"></div> 198 <div class="triangle"></div>
199 </div> 199 </div>
200 <qlrCommonTable v-if="ruleForm.ywrList" :disabled="!viewEdit" :tableData="ruleForm.ywrList" :key="key" @upDateQlrxxList="upDateYwrxxList" /> 200 <qlrCommonTable v-if="ruleForm.ywrList" :disabled="viewEdit" :tableData="ruleForm.ywrList" :key="key" @upDateQlrxxList="upDateYwrxxList" />
201 </div> 201 </div>
202 202
203 <div class="slxx_title title-block"> 203 <div class="slxx_title title-block">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <!-- 2 <!--
3 * @Description: 3 * @Description:
4 * @Autor: renchao 4 * @Autor: renchao
5 * @LastEditTime: 2023-08-16 09:56:08 5 * @LastEditTime: 2023-08-16 16:13:20
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
185 </el-row> 185 </el-row>
186 <qlrCommonTable 186 <qlrCommonTable
187 :tableData="ruleForm.qlrList" 187 :tableData="ruleForm.qlrList"
188 :disabled="!viewEdit" 188 :disabled="viewEdit"
189 @upDateQlrxxList="upDateQlrxxList" 189 @upDateQlrxxList="upDateQlrxxList"
190 :gyfs="ruleForm.sldy.gyfs" /> 190 :gyfs="ruleForm.sldy.gyfs" />
191 <div class="slxx_title title-block"> 191 <div class="slxx_title title-block">
......
1 <!-- 1 <!--
2 * @Description: 房屋多幢受理信息 2 * @Description: 房屋多幢受理信息
3 * @Autor: ssq 3 * @Autor: ssq
4 * @LastEditTime: 2023-08-16 15:56:05 4 * @LastEditTime: 2023-08-16 16:14:03
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
152 <div class="triangle"></div> 152 <div class="triangle"></div>
153 </div> 153 </div>
154 <tdytTable 154 <tdytTable
155 :ableOperation="ableOperation" 155 :ableOperation="viewEdit"
156 :tableData="ruleForm.tdytqxList" 156 :tableData="ruleForm.tdytqxList"
157 @upDateTdytxxList="upDateTdytxxList" /> 157 @upDateTdytxxList="upDateTdytxxList" />
158 <div class="slxx_title title-block"> 158 <div class="slxx_title title-block">
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
163 <el-col :span="12" v-if="ruleForm.qlxx"> 163 <el-col :span="12" v-if="ruleForm.qlxx">
164 <el-form-item label="共有方式:"> 164 <el-form-item label="共有方式:">
165 <el-radio-group 165 <el-radio-group
166 :disabled="!ableOperation" 166 :disabled="!viewEdit"
167 v-model="ruleForm.sldy.gyfs"> 167 v-model="ruleForm.sldy.gyfs">
168 <el-radio label="0">单独所有</el-radio> 168 <el-radio label="0">单独所有</el-radio>
169 <el-radio label="1">共同共有</el-radio> 169 <el-radio label="1">共同共有</el-radio>
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
176 <el-form-item label="是否分别持证:"> 176 <el-form-item label="是否分别持证:">
177 <el-radio-group 177 <el-radio-group
178 v-model="ruleForm.sldy.sqfbcz" 178 v-model="ruleForm.sldy.sqfbcz"
179 :disabled="!ableOperation"> 179 :disabled="!viewEdit">
180 <el-radio :label="1"></el-radio> 180 <el-radio :label="1"></el-radio>
181 <el-radio :label="0"></el-radio> 181 <el-radio :label="0"></el-radio>
182 </el-radio-group> 182 </el-radio-group>
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
189 <el-select 189 <el-select
190 v-model="ruleForm.czr" 190 v-model="ruleForm.czr"
191 placeholder="持证人" 191 placeholder="持证人"
192 :disabled="!ableOperation"> 192 :disabled="!viewEdit">
193 <el-option 193 <el-option
194 v-for="(item,index) in czrOptions" 194 v-for="(item,index) in czrOptions"
195 :key="index" 195 :key="index"
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
203 <qlrCommonTable 203 <qlrCommonTable
204 @upDateQlrxxList="upDateQlrxxList" 204 @upDateQlrxxList="upDateQlrxxList"
205 :tableData="ruleForm.qlrList" 205 :tableData="ruleForm.qlrList"
206 :disabled="!ableOperation" 206 :disabled="viewEdit"
207 :gyfs="ruleForm.sldy.gyfs" /> 207 :gyfs="ruleForm.sldy.gyfs" />
208 208
209 <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> 209 <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'">
...@@ -228,14 +228,14 @@ ...@@ -228,14 +228,14 @@
228 class="textArea" 228 class="textArea"
229 type="textarea" 229 type="textarea"
230 maxlength="500" show-word-limit 230 maxlength="500" show-word-limit
231 :disabled="!ableOperation" 231 :disabled="!viewEdit"
232 v-model="ruleForm.lq.djyy"> 232 v-model="ruleForm.lq.djyy">
233 </el-input> 233 </el-input>
234 </el-form-item> 234 </el-form-item>
235 </el-col> 235 </el-col>
236 </el-row> 236 </el-row>
237 </div> 237 </div>
238 <el-row class="btn" v-if="ableOperation"> 238 <el-row class="btn" v-if="viewEdit">
239 <el-form-item> 239 <el-form-item>
240 <el-button type="primary" @click="onSubmit">保存</el-button> 240 <el-button type="primary" @click="onSubmit">保存</el-button>
241 </el-form-item> 241 </el-form-item>
...@@ -252,12 +252,12 @@ ...@@ -252,12 +252,12 @@
252 export default { 252 export default {
253 mixins: [ywmix], 253 mixins: [ywmix],
254 mounted () { 254 mounted () {
255 this.ableOperation = this.$parent.currentSelectTab.ableOperation; 255 this.viewEdit = this.$parent.currentSelectTab.viewEdit;
256 this.propsParam = this.$attrs; 256 this.propsParam = this.$attrs;
257 var formdata = new FormData(); 257 var formdata = new FormData();
258 formdata.append("bsmSldy", this.propsParam.bsmSldy); 258 formdata.append("bsmSldy", this.propsParam.bsmSldy);
259 formdata.append("djlx", this.propsParam.djlx); 259 formdata.append("djlx", this.propsParam.djlx);
260 formdata.append("isEdit", this.ableOperation); 260 formdata.append("isEdit", this.viewEdit);
261 Init(formdata).then((res) => { 261 Init(formdata).then((res) => {
262 if (res.code === 200 && res.result) { 262 if (res.code === 200 && res.result) {
263 this.ruleForm = { 263 this.ruleForm = {
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
303 //传递参数 303 //传递参数
304 propsParam: this.$attrs, 304 propsParam: this.$attrs,
305 //表单是否可操作 305 //表单是否可操作
306 ableOperation: true, 306 viewEdit: true,
307 rules: {}, 307 rules: {},
308 }; 308 };
309 }, 309 },
......
...@@ -212,12 +212,13 @@ ...@@ -212,12 +212,13 @@
212 </el-form-item> 212 </el-form-item>
213 </el-col> 213 </el-col>
214 </el-row> 214 </el-row>
215 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :gyfs="ruleForm.sldy.gyfs" /> 215 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit"
216 :gyfs="ruleForm.sldy.gyfs" />
216 <div class="slxx_title title-block"> 217 <div class="slxx_title title-block">
217 家庭成员 218 家庭成员
218 <div class="triangle"></div> 219 <div class="triangle"></div>
219 </div> 220 </div>
220 <JtcyTable :tableData="ruleForm.jtcyList" @upDateJtcyList="upDateJtcyList" :disabled="!viewEdit" :gyfs="ruleForm.sldy.gyfs" /> 221 <JtcyTable :tableData="ruleForm.jtcyList" @upDateJtcyList="upDateJtcyList" :disabled="viewEdit" :gyfs="ruleForm.sldy.gyfs" />
221 <div class="slxx_title title-block"> 222 <div class="slxx_title title-block">
222 登记原因 223 登记原因
223 <div class="triangle"></div> 224 <div class="triangle"></div>
......
...@@ -212,12 +212,13 @@ ...@@ -212,12 +212,13 @@
212 </el-form-item> 212 </el-form-item>
213 </el-col> 213 </el-col>
214 </el-row> 214 </el-row>
215 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :gyfs="ruleForm.sldy.gyfs" /> 215 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit"
216 :gyfs="ruleForm.sldy.gyfs" />
216 <div class="slxx_title title-block"> 217 <div class="slxx_title title-block">
217 义务人信息 218 义务人信息
218 <div class="triangle"></div> 219 <div class="triangle"></div>
219 </div> 220 </div>
220 <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="!viewEdit" /> 221 <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" />
221 <div class="slxx_title title-block"> 222 <div class="slxx_title title-block">
222 家庭成员 223 家庭成员
223 <div class="triangle"></div> 224 <div class="triangle"></div>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 09:58:36 4 * @LastEditTime: 2023-08-16 16:09:58
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
294 </el-row> 294 </el-row>
295 <qlrCommonTable 295 <qlrCommonTable
296 :tableData="ruleForm.qlrList" 296 :tableData="ruleForm.qlrList"
297 :disabled="!viewEdit" 297 :disabled="viewEdit"
298 @upDateQlrxxList="upDateQlrxxList" 298 @upDateQlrxxList="upDateQlrxxList"
299 :key="key" 299 :key="key"
300 :gyfs="ruleForm.sldy.gyfs" /> 300 :gyfs="ruleForm.sldy.gyfs" />
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
306 </div> 306 </div>
307 <qlrCommonTable 307 <qlrCommonTable
308 v-if="ruleForm.ywrList" 308 v-if="ruleForm.ywrList"
309 :disabled="!viewEdit" 309 :disabled="viewEdit"
310 :tableData="ruleForm.ywrList" 310 :tableData="ruleForm.ywrList"
311 :key="key" 311 :key="key"
312 @upDateQlrxxList="upDateYwrxxList" /> 312 @upDateQlrxxList="upDateYwrxxList" />
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
113 <el-input v-model="ruleForm.ygdj.qdjg"></el-input> 113 <el-input v-model="ruleForm.ygdj.qdjg"></el-input>
114 <el-select 114 <el-select
115 v-model="ruleForm.ygdj.jedw" 115 v-model="ruleForm.ygdj.jedw"
116 :disabled="!ableOperation" 116 :disabled="!viewEdit"
117 style="width: 68px"> 117 style="width: 68px">
118 <el-option 118 <el-option
119 v-for="item in dictData['A57']" 119 v-for="item in dictData['A57']"
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
145 <el-row :gutter="10"> 145 <el-row :gutter="10">
146 <el-col :span="14" v-if="ruleForm.qlxx"> 146 <el-col :span="14" v-if="ruleForm.qlxx">
147 <el-form-item label="共有方式:"> 147 <el-form-item label="共有方式:">
148 <el-radio-group :disabled="!ableOperation" v-model="ruleForm.sldy.gyfs"> 148 <el-radio-group :disabled="!viewEdit" v-model="ruleForm.sldy.gyfs">
149 <el-radio label="0">单独所有</el-radio> 149 <el-radio label="0">单独所有</el-radio>
150 <el-radio label="1">共同共有</el-radio> 150 <el-radio label="1">共同共有</el-radio>
151 <el-radio label="2">按份所有</el-radio> 151 <el-radio label="2">按份所有</el-radio>
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
157 <el-form-item label="是否分别持证:"> 157 <el-form-item label="是否分别持证:">
158 <el-radio-group 158 <el-radio-group
159 v-model="ruleForm.sldy.sqfbcz" 159 v-model="ruleForm.sldy.sqfbcz"
160 :disabled="!ableOperation"> 160 :disabled="!viewEdit">
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>
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
170 <el-select 170 <el-select
171 v-model="ruleForm.czr" 171 v-model="ruleForm.czr"
172 placeholder="持证人" 172 placeholder="持证人"
173 :disabled="!ableOperation"> 173 :disabled="!viewEdit">
174 <el-option 174 <el-option
175 v-for="item in czrOptions" 175 v-for="item in czrOptions"
176 :key="item.zjh" 176 :key="item.zjh"
...@@ -181,13 +181,13 @@ ...@@ -181,13 +181,13 @@
181 </el-form-item> 181 </el-form-item>
182 </el-col> 182 </el-col>
183 </el-row> 183 </el-row>
184 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!ableOperation" :tableData="ruleForm.qlrList" 184 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit" :tableData="ruleForm.qlrList"
185 :gyfs="ruleForm.sldy.gyfs" /> 185 :gyfs="ruleForm.sldy.gyfs" />
186 <div class="slxx_title title-block"> 186 <div class="slxx_title title-block">
187 义务人信息 187 义务人信息
188 <div class="triangle"></div> 188 <div class="triangle"></div>
189 </div> 189 </div>
190 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :disabled="!ableOperation" :tableData="ruleForm.ywrList" 190 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" :tableData="ruleForm.ywrList"
191 :gyfs="ruleForm.sldy.gyfs" /> 191 :gyfs="ruleForm.sldy.gyfs" />
192 <div class="slxx_title title-block"> 192 <div class="slxx_title title-block">
193 登记原因 193 登记原因
...@@ -196,14 +196,14 @@ ...@@ -196,14 +196,14 @@
196 <el-row :gutter="10"> 196 <el-row :gutter="10">
197 <el-col> 197 <el-col>
198 <el-form-item label="登记原因:" prop="djyy"> 198 <el-form-item label="登记原因:" prop="djyy">
199 <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!ableOperation" 199 <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!viewEdit"
200 v-model="ruleForm.ygdj.djyy"> 200 v-model="ruleForm.ygdj.djyy">
201 </el-input> 201 </el-input>
202 </el-form-item> 202 </el-form-item>
203 </el-col> 203 </el-col>
204 </el-row> 204 </el-row>
205 </div> 205 </div>
206 <el-row class="btn" v-if="ableOperation"> 206 <el-row class="btn" v-if="viewEdit">
207 <el-form-item> 207 <el-form-item>
208 <el-button type="primary" @click="onSubmit">保存</el-button> 208 <el-button type="primary" @click="onSubmit">保存</el-button>
209 </el-form-item> 209 </el-form-item>
...@@ -219,13 +219,13 @@ ...@@ -219,13 +219,13 @@
219 export default { 219 export default {
220 mixins: [ywmix], 220 mixins: [ywmix],
221 created () { 221 created () {
222 this.ableOperation = this.$parent.currentSelectTab.ableOperation 222 this.viewEdit = this.$parent.currentSelectTab.ableOperation
223 this.propsParam = this.$attrs; 223 this.propsParam = this.$attrs;
224 this.$startLoading(); 224 this.$startLoading();
225 var formdata = new FormData(); 225 var formdata = new FormData();
226 formdata.append("bsmSldy", this.propsParam.bsmSldy); 226 formdata.append("bsmSldy", this.propsParam.bsmSldy);
227 formdata.append("djlx", this.propsParam.djlx); 227 formdata.append("djlx", this.propsParam.djlx);
228 formdata.append("isEdit", this.ableOperation); 228 formdata.append("isEdit", this.viewEdit);
229 Init(formdata).then(res => { 229 Init(formdata).then(res => {
230 if (res.code === 200 && res.result) { 230 if (res.code === 200 && res.result) {
231 this.ruleForm = res.result; 231 this.ruleForm = res.result;
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
241 data () { 241 data () {
242 return { 242 return {
243 //表单是否可操作 243 //表单是否可操作
244 ableOperation: true, 244 viewEdit: true,
245 disabled: true, 245 disabled: true,
246 tdytOption: [], 246 tdytOption: [],
247 czrOptions: [], 247 czrOptions: [],
......
...@@ -149,13 +149,13 @@ ...@@ -149,13 +149,13 @@
149 </el-form-item> 149 </el-form-item>
150 </el-col> 150 </el-col>
151 </el-row> 151 </el-row>
152 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" 152 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit"
153 :gyfs="ruleForm.sldy.gyfs" /> 153 :gyfs="ruleForm.sldy.gyfs" />
154 <div class="slxx_title title-block"> 154 <div class="slxx_title title-block">
155 义务人信息 155 义务人信息
156 <div class="triangle"></div> 156 <div class="triangle"></div>
157 </div> 157 </div>
158 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="!viewEdit" 158 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="viewEdit"
159 :gyfs="ruleForm.sldy.gyfs" /> 159 :gyfs="ruleForm.sldy.gyfs" />
160 <div class="slxx_title title-block"> 160 <div class="slxx_title title-block">
161 登记原因 161 登记原因
......
...@@ -210,13 +210,13 @@ ...@@ -210,13 +210,13 @@
210 </el-form-item> 210 </el-form-item>
211 </el-col> 211 </el-col>
212 </el-row> 212 </el-row>
213 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" 213 <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit"
214 :gyfs="ruleForm.sldy.gyfs" /> 214 :gyfs="ruleForm.sldy.gyfs" />
215 <div class="slxx_title title-block"> 215 <div class="slxx_title title-block">
216 义务人信息 216 义务人信息
217 <div class="triangle"></div> 217 <div class="triangle"></div>
218 </div> 218 </div>
219 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="!viewEdit" 219 <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="viewEdit"
220 :gyfs="ruleForm.sldy.gyfs" /> 220 :gyfs="ruleForm.sldy.gyfs" />
221 <div class="slxx_title title-block"> 221 <div class="slxx_title title-block">
222 登记原因 222 登记原因
......
...@@ -170,12 +170,12 @@ ...@@ -170,12 +170,12 @@
170 </el-col> 170 </el-col>
171 </el-row> 171 </el-row>
172 <qlrCommonTable v-if="ruleForm.sldyList && ruleForm.sldyList.length>0" :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" 172 <qlrCommonTable v-if="ruleForm.sldyList && ruleForm.sldyList.length>0" :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList"
173 :disabled="!viewEdit" :gyfs="ruleForm.sldyList[0].gyfs" /> 173 :disabled="viewEdit" :gyfs="ruleForm.sldyList[0].gyfs" />
174 <div class="slxx_title title-block"> 174 <div class="slxx_title title-block">
175 抵押人信息 175 抵押人信息
176 <div class="triangle"></div> 176 <div class="triangle"></div>
177 </div> 177 </div>
178 <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="!viewEdit" /> 178 <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" />
179 179
180 <div class="slxx_title title-block"> 180 <div class="slxx_title title-block">
181 登记原因 181 登记原因
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
122 </el-col> 122 </el-col>
123 <el-col :span="16"> 123 <el-col :span="16">
124 <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> 124 <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px">
125 <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation"> 125 <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!viewEdit">
126 <el-radio label="1">启用</el-radio> 126 <el-radio label="1">启用</el-radio>
127 <el-radio label="0">禁用</el-radio> 127 <el-radio label="0">禁用</el-radio>
128 </el-radio-group> 128 </el-radio-group>
...@@ -133,8 +133,8 @@ ...@@ -133,8 +133,8 @@
133 <el-row :gutter="10"> 133 <el-row :gutter="10">
134 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> 134 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1">
135 <el-form-item label="被担保主债权数额:"> 135 <el-form-item label="被担保主债权数额:">
136 <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!ableOperation"></el-input> 136 <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!viewEdit"></el-input>
137 <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation"> 137 <el-select v-model="ruleForm.diyaq.jedw" :disabled="!viewEdit">
138 <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> 138 <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode">
139 </el-option> 139 </el-option>
140 </el-select> 140 </el-select>
...@@ -143,8 +143,8 @@ ...@@ -143,8 +143,8 @@
143 143
144 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> 144 <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2">
145 <el-form-item label="最高债权额:"> 145 <el-form-item label="最高债权额:">
146 <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!ableOperation"></el-input> 146 <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!viewEdit"></el-input>
147 <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation"> 147 <el-select v-model="ruleForm.diyaq.jedw" :disabled="!viewEdit">
148 <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> 148 <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode">
149 </el-option> 149 </el-option>
150 </el-select> 150 </el-select>
...@@ -153,13 +153,13 @@ ...@@ -153,13 +153,13 @@
153 153
154 <el-col :span="8"> 154 <el-col :span="8">
155 <el-form-item label="债务履行起始时间:"> 155 <el-form-item label="债务履行起始时间:">
156 <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!ableOperation" type="date"> 156 <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!viewEdit" type="date">
157 </el-date-picker> 157 </el-date-picker>
158 </el-form-item> 158 </el-form-item>
159 </el-col> 159 </el-col>
160 <el-col :span="8"> 160 <el-col :span="8">
161 <el-form-item label="债务履行结束时间:"> 161 <el-form-item label="债务履行结束时间:">
162 <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!ableOperation" type="date"> 162 <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!viewEdit" type="date">
163 </el-date-picker> 163 </el-date-picker>
164 </el-form-item> 164 </el-form-item>
165 </el-col> 165 </el-col>
...@@ -169,21 +169,21 @@ ...@@ -169,21 +169,21 @@
169 <el-col :span="24"> 169 <el-col :span="24">
170 <el-form-item label="担保范围:"> 170 <el-form-item label="担保范围:">
171 <el-input v-model="ruleForm.diyaq.dbfw" 171 <el-input v-model="ruleForm.diyaq.dbfw"
172 :disabled="ruleForm.sldy.djlx == '300' && !ableOperation"></el-input> 172 :disabled="ruleForm.sldy.djlx == '300' && !viewEdit"></el-input>
173 </el-form-item> 173 </el-form-item>
174 </el-col> 174 </el-col>
175 </el-row> 175 </el-row>
176 <el-row> 176 <el-row>
177 <el-col :span="24"> 177 <el-col :span="24">
178 <el-form-item label="最高债权确定事实和数额:"> 178 <el-form-item label="最高债权确定事实和数额:">
179 <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!ableOperation"></el-input> 179 <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!viewEdit"></el-input>
180 </el-form-item> 180 </el-form-item>
181 </el-col> 181 </el-col>
182 </el-row> 182 </el-row>
183 <el-row> 183 <el-row>
184 <el-col> 184 <el-col>
185 <el-form-item label="附记:" prop="fj"> 185 <el-form-item label="附记:" prop="fj">
186 <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!ableOperation"></el-input> 186 <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!viewEdit"></el-input>
187 </el-form-item> 187 </el-form-item>
188 </el-col> 188 </el-col>
189 </el-row> 189 </el-row>
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
195 <el-row :gutter="10"> 195 <el-row :gutter="10">
196 <el-col :span="14"> 196 <el-col :span="14">
197 <el-form-item label="共有方式:"> 197 <el-form-item label="共有方式:">
198 <el-radio-group :disabled="!ableOperation" v-model="ruleForm.sldy.gyfs"> 198 <el-radio-group :disabled="!viewEdit" v-model="ruleForm.sldy.gyfs">
199 <el-radio label="0">单独所有</el-radio> 199 <el-radio label="0">单独所有</el-radio>
200 <el-radio label="1">共同共有</el-radio> 200 <el-radio label="1">共同共有</el-radio>
201 <el-radio label="2">按份所有</el-radio> 201 <el-radio label="2">按份所有</el-radio>
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
207 <el-form-item label="是否分别持证:"> 207 <el-form-item label="是否分别持证:">
208 <el-radio-group 208 <el-radio-group
209 v-model="ruleForm.sldy.sqfbcz" 209 v-model="ruleForm.sldy.sqfbcz"
210 :disabled="!ableOperation"> 210 :disabled="!viewEdit">
211 <el-radio :label="1"></el-radio> 211 <el-radio :label="1"></el-radio>
212 <el-radio :label="0"></el-radio> 212 <el-radio :label="0"></el-radio>
213 </el-radio-group> 213 </el-radio-group>
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
220 <el-select 220 <el-select
221 v-model="ruleForm.czr" 221 v-model="ruleForm.czr"
222 placeholder="持证人" 222 placeholder="持证人"
223 :disabled="!ableOperation"> 223 :disabled="!viewEdit">
224 <el-option 224 <el-option
225 v-for="item in czrOptions" 225 v-for="item in czrOptions"
226 :key="item.zjh" 226 :key="item.zjh"
...@@ -231,12 +231,12 @@ ...@@ -231,12 +231,12 @@
231 </el-form-item> 231 </el-form-item>
232 </el-col> 232 </el-col>
233 </el-row> 233 </el-row>
234 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!ableOperation" :gyfs="ruleForm.sldy.gyfs" /> 234 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit" :gyfs="ruleForm.sldy.gyfs" />
235 <div class="slxx_title title-block"> 235 <div class="slxx_title title-block">
236 抵押人信息 236 抵押人信息
237 <div class="triangle"></div> 237 <div class="triangle"></div>
238 </div> 238 </div>
239 <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="!ableOperation" /> 239 <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" />
240 240
241 <div class="slxx_title title-block"> 241 <div class="slxx_title title-block">
242 登记原因 242 登记原因
...@@ -245,19 +245,19 @@ ...@@ -245,19 +245,19 @@
245 <el-row :gutter="10"> 245 <el-row :gutter="10">
246 <el-col> 246 <el-col>
247 <el-form-item v-if="ruleForm.sldy.djlx == '400'" label="注销抵押原因:" prop="djyy"> 247 <el-form-item v-if="ruleForm.sldy.djlx == '400'" label="注销抵押原因:" prop="djyy">
248 <el-input class="textArea" type="textarea" :disabled="!ableOperation" 248 <el-input class="textArea" type="textarea" :disabled="!viewEdit"
249 v-model="ruleForm.diyaq.zxdyyy"> 249 v-model="ruleForm.diyaq.zxdyyy">
250 </el-input> 250 </el-input>
251 </el-form-item> 251 </el-form-item>
252 <el-form-item v-else label="登记原因:" prop="djyy"> 252 <el-form-item v-else label="登记原因:" prop="djyy">
253 <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!ableOperation " 253 <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!viewEdit "
254 v-model="ruleForm.diyaq.djyy"> 254 v-model="ruleForm.diyaq.djyy">
255 </el-input> 255 </el-input>
256 </el-form-item> 256 </el-form-item>
257 </el-col> 257 </el-col>
258 </el-row> 258 </el-row>
259 </div> 259 </div>
260 <el-row class="btn" v-if="ableOperation"> 260 <el-row class="btn" v-if="viewEdit">
261 <el-form-item> 261 <el-form-item>
262 <el-button type="primary" @click="onSubmitClick()">保存</el-button> 262 <el-button type="primary" @click="onSubmitClick()">保存</el-button>
263 </el-form-item> 263 </el-form-item>
...@@ -271,13 +271,13 @@ ...@@ -271,13 +271,13 @@
271 import { mapGetters } from "vuex"; 271 import { mapGetters } from "vuex";
272 export default { 272 export default {
273 mounted () { 273 mounted () {
274 this.ableOperation = this.$parent.currentSelectTab.ableOperation 274 this.viewEdit = this.$parent.currentSelectTab.ableOperation
275 this.propsParam = this.$attrs; 275 this.propsParam = this.$attrs;
276 var formdata = new FormData(); 276 var formdata = new FormData();
277 this.$startLoading(); 277 this.$startLoading();
278 formdata.append("bsmSldy", this.propsParam.bsmSldy); 278 formdata.append("bsmSldy", this.propsParam.bsmSldy);
279 formdata.append("djlx", this.propsParam.djlx); 279 formdata.append("djlx", this.propsParam.djlx);
280 formdata.append("isEdit", this.ableOperation); 280 formdata.append("isEdit", this.viewEdit);
281 Init(formdata).then((res) => { 281 Init(formdata).then((res) => {
282 if (res.code === 200 && res.result) { 282 if (res.code === 200 && res.result) {
283 this.ruleForm = res.result; 283 this.ruleForm = res.result;
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
293 data () { 293 data () {
294 return { 294 return {
295 //表单是否可操作 295 //表单是否可操作
296 ableOperation: true, 296 viewEdit: true,
297 disabled: true, 297 disabled: true,
298 czrOptions: [], 298 czrOptions: [],
299 ruleForm: {}, 299 ruleForm: {},
......