chore:工作流文件夹整理
Showing
14 changed files
with
124 additions
and
254 deletions
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| 37 | </template> | 37 | </template> |
| 38 | <script> | 38 | <script> |
| 39 | import PhotoZoom from '@/components/PhotoZoom' | 39 | import PhotoZoom from '@/components/PhotoZoom' |
| 40 | import { sjClmxUpload, sjClmxDelete } from '@/api/jsydsyqFlow' | 40 | import { sjClmxUpload, sjClmxDelete } from '@/api/workflow/jsydsyqFlow' |
| 41 | import publicPicture from '@/components/publicPicture/index.vue' | 41 | import publicPicture from '@/components/publicPicture/index.vue' |
| 42 | export default { | 42 | export default { |
| 43 | name: 'PreviewImage', | 43 | name: 'PreviewImage', | ... | ... |
| ... | @@ -85,7 +85,7 @@ import { mapGetters } from "vuex" | ... | @@ -85,7 +85,7 @@ import { mapGetters } from "vuex" |
| 85 | import NoticeBar from '@/components/NoticeBar/index' | 85 | import NoticeBar from '@/components/NoticeBar/index' |
| 86 | import { deleteFlow, unClaimTask } from "@/api/ywbl.js"; | 86 | import { deleteFlow, unClaimTask } from "@/api/ywbl.js"; |
| 87 | import ProcessViewer from './components/processViewer.vue' | 87 | import ProcessViewer from './components/processViewer.vue' |
| 88 | import { getWorkFlowImage } from "@/api/jsydsyqFlow.js"; | 88 | import { getWorkFlowImage } from "@/api/workflow/jsydsyqFlow.js"; |
| 89 | import { getForm } from "./flowform.js"; | 89 | import { getForm } from "./flowform.js"; |
| 90 | import fqsqDialog from "@/views/ywbl/ywsq/slectBdc.vue"; | 90 | import fqsqDialog from "@/views/ywbl/ywsq/slectBdc.vue"; |
| 91 | import { queueDjywmc } from "@/views/ywbl/ywsq/slectBdcdata.js"; | 91 | import { queueDjywmc } from "@/views/ywbl/ywsq/slectBdcdata.js"; | ... | ... |
| ... | @@ -75,7 +75,7 @@ import { | ... | @@ -75,7 +75,7 @@ import { |
| 75 | completeTask, | 75 | completeTask, |
| 76 | getStepFormInfo | 76 | getStepFormInfo |
| 77 | } from "@/api/fqsq.js" | 77 | } from "@/api/fqsq.js" |
| 78 | import { getWorkFlowImage } from "@/api/jsydsyqFlow.js" | 78 | import { getWorkFlowImage } from "@/api/workflow/jsydsyqFlow.js" |
| 79 | import { getForm } from "./flowform.js" | 79 | import { getForm } from "./flowform.js" |
| 80 | export default { | 80 | export default { |
| 81 | data () { | 81 | data () { | ... | ... |
| ... | @@ -74,7 +74,7 @@ import { | ... | @@ -74,7 +74,7 @@ import { |
| 74 | import publicFlow from "./mixin/public.js" | 74 | import publicFlow from "./mixin/public.js" |
| 75 | import { popupDialog } from "@/utils/popup.js"; | 75 | import { popupDialog } from "@/utils/popup.js"; |
| 76 | import NoticeBar from '@/components/NoticeBar/index' | 76 | import NoticeBar from '@/components/NoticeBar/index' |
| 77 | import { getWorkFlowImage } from "@/api/jsydsyqFlow.js" | 77 | import { getWorkFlowImage } from "@/api/workflow/jsydsyqFlow.js" |
| 78 | export default { | 78 | export default { |
| 79 | mixins: [publicFlow], | 79 | mixins: [publicFlow], |
| 80 | components: { | 80 | components: { | ... | ... |
| ... | @@ -81,14 +81,15 @@ | ... | @@ -81,14 +81,15 @@ |
| 81 | </el-col> | 81 | </el-col> |
| 82 | <el-col :span="8"> | 82 | <el-col :span="8"> |
| 83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:" prop="cfdj.cfqssj"> | 83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:" prop="cfdj.cfqssj"> |
| 84 | <el-date-picker v-model="ruleForm.cfdj.cfqssj" class="width100" disabled | 84 | <el-date-picker v-model="ruleForm.cfdj.cfqssj" class="width100" disabled type="date" placeholder="选择日期" |
| 85 | type="date" placeholder="选择日期" value-format="yyyy-MM-dd"></el-date-picker> | 85 | value-format="yyyy-MM-dd"></el-date-picker> |
| 86 | </el-form-item> | 86 | </el-form-item> |
| 87 | </el-col> | 87 | </el-col> |
| 88 | <el-col :span="8"> | 88 | <el-col :span="8"> |
| 89 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:" prop="cfdj.cfjssj"> | 89 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:" prop="cfdj.cfjssj"> |
| 90 | <el-date-picker v-model="ruleForm.cfdj.cfjssj" class="width100" :disabled="$route.query.viewtype || isJfOperation" | 90 | <el-date-picker v-model="ruleForm.cfdj.cfjssj" class="width100" |
| 91 | type="date" placeholder="选择日期" value-format="yyyy-MM-dd"></el-date-picker> | 91 | :disabled="$route.query.viewtype || isJfOperation" type="date" placeholder="选择日期" |
| 92 | value-format="yyyy-MM-dd"></el-date-picker> | ||
| 92 | </el-form-item> | 93 | </el-form-item> |
| 93 | </el-col> | 94 | </el-col> |
| 94 | </el-row> | 95 | </el-row> |
| ... | @@ -107,14 +108,16 @@ | ... | @@ -107,14 +108,16 @@ |
| 107 | <el-row :gutter="10"> | 108 | <el-row :gutter="10"> |
| 108 | <el-col :span="24"> | 109 | <el-col :span="24"> |
| 109 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="cfdj.fj"> | 110 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="cfdj.fj"> |
| 110 | <el-input v-model="ruleForm.cfdj.fj" type="textarea" :disabled="$route.query.viewtype || isJfOperation"></el-input> | 111 | <el-input v-model="ruleForm.cfdj.fj" type="textarea" :disabled="$route.query.viewtype || isJfOperation"> |
| 112 | </el-input> | ||
| 111 | </el-form-item> | 113 | </el-form-item> |
| 112 | </el-col> | 114 | </el-col> |
| 113 | </el-row> | 115 | </el-row> |
| 114 | <el-row :gutter="10"> | 116 | <el-row :gutter="10"> |
| 115 | <el-col> | 117 | <el-col> |
| 116 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdj.djyy"> | 118 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdj.djyy"> |
| 117 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.djyy" :disabled="$route.query.viewtype || isJfOperation"></el-input> | 119 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.djyy" |
| 120 | :disabled="$route.query.viewtype || isJfOperation"></el-input> | ||
| 118 | </el-form-item> | 121 | </el-form-item> |
| 119 | </el-col> | 122 | </el-col> |
| 120 | </el-row> | 123 | </el-row> |
| ... | @@ -152,7 +155,7 @@ | ... | @@ -152,7 +155,7 @@ |
| 152 | </template> | 155 | </template> |
| 153 | <script> | 156 | <script> |
| 154 | import cfBdcdyTable from "@/views/workflow/components/cfBdcdyTable"; | 157 | import cfBdcdyTable from "@/views/workflow/components/cfBdcdyTable"; |
| 155 | import { BatchInit, batchSaveData } from "@/api/cfdjFlow.js"; | 158 | import { BatchInit, batchSaveData } from "@/api/workflow/cfdjFlow.js"; |
| 156 | import { mapGetters } from "vuex"; | 159 | import { mapGetters } from "vuex"; |
| 157 | export default { | 160 | export default { |
| 158 | data () { | 161 | data () { |
| ... | @@ -171,7 +174,7 @@ export default { | ... | @@ -171,7 +174,7 @@ export default { |
| 171 | created () { | 174 | created () { |
| 172 | this.propsParam = this.$attrs; | 175 | this.propsParam = this.$attrs; |
| 173 | var formdata = new FormData(); | 176 | var formdata = new FormData(); |
| 174 | if(this.propsParam.djlx == '400'){ | 177 | if (this.propsParam.djlx == '400') { |
| 175 | this.isJfOperation = true; | 178 | this.isJfOperation = true; |
| 176 | } | 179 | } |
| 177 | formdata.append("bsmSlsq", this.$route.query.bsmSlsq); | 180 | formdata.append("bsmSlsq", this.$route.query.bsmSlsq); |
| ... | @@ -209,7 +212,7 @@ export default { | ... | @@ -209,7 +212,7 @@ export default { |
| 209 | } | 212 | } |
| 210 | }); | 213 | }); |
| 211 | }, | 214 | }, |
| 212 | changeCflx(e){ | 215 | changeCflx (e) { |
| 213 | let cflxItem = {} | 216 | let cflxItem = {} |
| 214 | cflxItem = this.dictData['A32'].find((item) => { | 217 | cflxItem = this.dictData['A32'].find((item) => { |
| 215 | return item.dcode == e | 218 | return item.dcode == e |
| ... | @@ -222,5 +225,4 @@ export default { | ... | @@ -222,5 +225,4 @@ export default { |
| 222 | <style scoped lang='scss'> | 225 | <style scoped lang='scss'> |
| 223 | @import "~@/styles/public.scss"; | 226 | @import "~@/styles/public.scss"; |
| 224 | @import "~@/styles/slxx/slxx.scss"; | 227 | @import "~@/styles/slxx/slxx.scss"; |
| 225 | |||
| 226 | </style> | 228 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -126,14 +126,15 @@ | ... | @@ -126,14 +126,15 @@ |
| 126 | </el-col> | 126 | </el-col> |
| 127 | <el-col :span="8"> | 127 | <el-col :span="8"> |
| 128 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:" prop="cfdj.cfqssj"> | 128 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:" prop="cfdj.cfqssj"> |
| 129 | <el-date-picker v-model="ruleForm.cfdj.cfqssj" class="width100" disabled | 129 | <el-date-picker v-model="ruleForm.cfdj.cfqssj" class="width100" disabled type="date" placeholder="选择日期" |
| 130 | type="date" placeholder="选择日期" value-format="yyyy-MM-dd"></el-date-picker> | 130 | value-format="yyyy-MM-dd"></el-date-picker> |
| 131 | </el-form-item> | 131 | </el-form-item> |
| 132 | </el-col> | 132 | </el-col> |
| 133 | <el-col :span="8"> | 133 | <el-col :span="8"> |
| 134 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:" prop="cfdj.cfjssj"> | 134 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:" prop="cfdj.cfjssj"> |
| 135 | <el-date-picker v-model="ruleForm.cfdj.cfjssj" class="width100" :disabled="$route.query.viewtype || ableEdit" | 135 | <el-date-picker v-model="ruleForm.cfdj.cfjssj" class="width100" |
| 136 | type="date" placeholder="选择日期" value-format="yyyy-MM-dd"></el-date-picker> | 136 | :disabled="$route.query.viewtype || ableEdit" type="date" placeholder="选择日期" value-format="yyyy-MM-dd"> |
| 137 | </el-date-picker> | ||
| 137 | </el-form-item> | 138 | </el-form-item> |
| 138 | </el-col> | 139 | </el-col> |
| 139 | </el-row> | 140 | </el-row> |
| ... | @@ -152,14 +153,16 @@ | ... | @@ -152,14 +153,16 @@ |
| 152 | <el-row :gutter="10"> | 153 | <el-row :gutter="10"> |
| 153 | <el-col :span="24"> | 154 | <el-col :span="24"> |
| 154 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="cfdj.fj"> | 155 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="cfdj.fj"> |
| 155 | <el-input v-model="ruleForm.cfdj.fj" type="textarea" :disabled="$route.query.viewtype || ableEdit"></el-input> | 156 | <el-input v-model="ruleForm.cfdj.fj" type="textarea" :disabled="$route.query.viewtype || ableEdit"> |
| 157 | </el-input> | ||
| 156 | </el-form-item> | 158 | </el-form-item> |
| 157 | </el-col> | 159 | </el-col> |
| 158 | </el-row> | 160 | </el-row> |
| 159 | <el-row :gutter="10"> | 161 | <el-row :gutter="10"> |
| 160 | <el-col> | 162 | <el-col> |
| 161 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdj.djyy"> | 163 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdj.djyy"> |
| 162 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.djyy" :disabled="$route.query.viewtype || ableEdit"></el-input> | 164 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.djyy" |
| 165 | :disabled="$route.query.viewtype || ableEdit"></el-input> | ||
| 163 | </el-form-item> | 166 | </el-form-item> |
| 164 | </el-col> | 167 | </el-col> |
| 165 | </el-row> | 168 | </el-row> |
| ... | @@ -197,7 +200,7 @@ | ... | @@ -197,7 +200,7 @@ |
| 197 | </template> | 200 | </template> |
| 198 | <script> | 201 | <script> |
| 199 | import sqrViewTable from "@/views/workflow/components/sqrViewTable"; | 202 | import sqrViewTable from "@/views/workflow/components/sqrViewTable"; |
| 200 | import { BatchInit, saveData } from "@/api/cfdjFlow.js"; | 203 | import { BatchInit, saveData } from "@/api/workflow/cfdjFlow.js"; |
| 201 | import { mapGetters } from "vuex"; | 204 | import { mapGetters } from "vuex"; |
| 202 | export default { | 205 | export default { |
| 203 | data () { | 206 | data () { |
| ... | @@ -252,7 +255,7 @@ export default { | ... | @@ -252,7 +255,7 @@ export default { |
| 252 | } | 255 | } |
| 253 | }); | 256 | }); |
| 254 | }, | 257 | }, |
| 255 | changeCflx(e){ | 258 | changeCflx (e) { |
| 256 | let cflxItem = {} | 259 | let cflxItem = {} |
| 257 | cflxItem = this.dictData['A32'].find((item) => { | 260 | cflxItem = this.dictData['A32'].find((item) => { |
| 258 | return item.dcode == e | 261 | return item.dcode == e | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <!-- 受理信息 --> | 2 | <!-- 受理信息 --> |
| 3 | <div class="slxx"> | 3 | <div class="slxx"> |
| 4 | <el-form | 4 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" :label-position="flag ? 'top' : ''" :inline="flag" |
| 5 | :model="ruleForm" | 5 | label-width="140px"> |
| 6 | :rules="rules" | ||
| 7 | ref="ruleForm" | ||
| 8 | :label-position="flag ? 'top' : ''" | ||
| 9 | :inline="flag" | ||
| 10 | label-width="140px" | ||
| 11 | > | ||
| 12 | <div class="slxx_con"> | 6 | <div class="slxx_con"> |
| 13 | <div class="slxx_title title-block"> | 7 | <div class="slxx_title title-block"> |
| 14 | 受理信息 | 8 | 受理信息 |
| ... | @@ -33,29 +27,17 @@ | ... | @@ -33,29 +27,17 @@ |
| 33 | </el-row> | 27 | </el-row> |
| 34 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
| 35 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 36 | <el-form-item | 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="qllx"> |
| 37 | :class="flag ? 'marginBot0' : ''" | ||
| 38 | label="权利类型:" | ||
| 39 | prop="qllx" | ||
| 40 | > | ||
| 41 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> |
| 42 | </el-form-item> | 32 | </el-form-item> |
| 43 | </el-col> | 33 | </el-col> |
| 44 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 45 | <el-form-item | 35 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="djlx"> |
| 46 | :class="flag ? 'marginBot0' : ''" | ||
| 47 | label="登记类型:" | ||
| 48 | prop="djlx" | ||
| 49 | > | ||
| 50 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> |
| 51 | </el-form-item> | 37 | </el-form-item> |
| 52 | </el-col> | 38 | </el-col> |
| 53 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| 54 | <el-form-item | 40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:" prop="djqx"> |
| 55 | :class="flag ? 'marginBot0' : ''" | ||
| 56 | label="登记情形:" | ||
| 57 | prop="djqx" | ||
| 58 | > | ||
| 59 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> |
| 60 | </el-form-item> | 42 | </el-form-item> |
| 61 | </el-col> | 43 | </el-col> |
| ... | @@ -84,10 +66,7 @@ | ... | @@ -84,10 +66,7 @@ |
| 84 | </el-row> | 66 | </el-row> |
| 85 | <el-row :gutter="10"> | 67 | <el-row :gutter="10"> |
| 86 | <el-col :span="8"> | 68 | <el-col :span="8"> |
| 87 | <el-form-item | 69 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产权证号:"> |
| 88 | :class="flag ? 'marginBot0' : ''" | ||
| 89 | label="不动产权证号:" | ||
| 90 | > | ||
| 91 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> | 70 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> |
| 92 | </el-form-item> | 71 | </el-form-item> |
| 93 | </el-col> | 72 | </el-col> |
| ... | @@ -104,10 +83,7 @@ | ... | @@ -104,10 +83,7 @@ |
| 104 | </el-form-item> | 83 | </el-form-item> |
| 105 | </el-col> | 84 | </el-col> |
| 106 | <el-col :span="8"> | 85 | <el-col :span="8"> |
| 107 | <el-form-item | 86 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:"> |
| 108 | :class="flag ? 'marginBot0' : ''" | ||
| 109 | label="不动产单元号:" | ||
| 110 | > | ||
| 111 | <el-input disabled v-model="ruleForm.qlxxold.bdcdyh"></el-input> | 87 | <el-input disabled v-model="ruleForm.qlxxold.bdcdyh"></el-input> |
| 112 | </el-form-item> | 88 | </el-form-item> |
| 113 | </el-col> | 89 | </el-col> |
| ... | @@ -134,11 +110,7 @@ | ... | @@ -134,11 +110,7 @@ |
| 134 | </el-form-item> | 110 | </el-form-item> |
| 135 | </el-col> | 111 | </el-col> |
| 136 | <el-col :span="16"> | 112 | <el-col :span="16"> |
| 137 | <el-form-item | 113 | <el-form-item :class="flag ? 'marginBot0' : ''" label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> |
| 138 | :class="flag ? 'marginBot0' : ''" | ||
| 139 | label="是否存在禁止或者限制转让抵押不动产的约定:" | ||
| 140 | label-width="350px" | ||
| 141 | > | ||
| 142 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> | 114 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> |
| 143 | <el-radio label="1">启用</el-radio> | 115 | <el-radio label="1">启用</el-radio> |
| 144 | <el-radio label="0">禁用</el-radio> | 116 | <el-radio label="0">禁用</el-radio> |
| ... | @@ -148,38 +120,26 @@ | ... | @@ -148,38 +120,26 @@ |
| 148 | </el-row> | 120 | </el-row> |
| 149 | 121 | ||
| 150 | <el-row :gutter="10"> | 122 | <el-row :gutter="10"> |
| 151 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs==1"> | 123 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> |
| 152 | <el-form-item | 124 | <el-form-item :class="flag ? 'marginBot0' : ''" label="被担保主债权数额:"> |
| 153 | :class="flag ? 'marginBot0' : ''" | ||
| 154 | label="被担保主债权数额:" | ||
| 155 | > | ||
| 156 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> | 125 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> |
| 157 | </el-form-item> | 126 | </el-form-item> |
| 158 | </el-col> | 127 | </el-col> |
| 159 | 128 | ||
| 160 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs==2"> | 129 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> |
| 161 | <el-form-item | 130 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权额:"> |
| 162 | :class="flag ? 'marginBot0' : ''" | ||
| 163 | label="最高债权额:" | ||
| 164 | > | ||
| 165 | <el-input v-model="ruleForm.diyaq.zgzqse"></el-input> | 131 | <el-input v-model="ruleForm.diyaq.zgzqse"></el-input> |
| 166 | </el-form-item> | 132 | </el-form-item> |
| 167 | </el-col> | 133 | </el-col> |
| 168 | 134 | ||
| 169 | <el-col :span="8"> | 135 | <el-col :span="8"> |
| 170 | <el-form-item | 136 | <el-form-item :class="flag ? 'marginBot0' : ''" label="债务履行起始时间:"> |
| 171 | :class="flag ? 'marginBot0' : ''" | ||
| 172 | label="债务履行起始时间:" | ||
| 173 | > | ||
| 174 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" type="date"> | 137 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" type="date"> |
| 175 | </el-date-picker> | 138 | </el-date-picker> |
| 176 | </el-form-item> | 139 | </el-form-item> |
| 177 | </el-col> | 140 | </el-col> |
| 178 | <el-col :span="8"> | 141 | <el-col :span="8"> |
| 179 | <el-form-item | 142 | <el-form-item :class="flag ? 'marginBot0' : ''" label="债务履行结束时间:"> |
| 180 | :class="flag ? 'marginBot0' : ''" | ||
| 181 | label="债务履行结束时间:" | ||
| 182 | > | ||
| 183 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" type="date"> | 143 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" type="date"> |
| 184 | </el-date-picker> | 144 | </el-date-picker> |
| 185 | </el-form-item> | 145 | </el-form-item> |
| ... | @@ -196,15 +156,15 @@ | ... | @@ -196,15 +156,15 @@ |
| 196 | </el-row> | 156 | </el-row> |
| 197 | <el-row> | 157 | <el-row> |
| 198 | <el-col :span="24"> | 158 | <el-col :span="24"> |
| 199 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权确定事实和数额:" > | 159 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权确定事实和数额:"> |
| 200 | <el-input v-model="ruleForm.diyaq.zgzqqdss"></el-input> | 160 | <el-input v-model="ruleForm.diyaq.zgzqqdss"></el-input> |
| 201 | </el-form-item> | 161 | </el-form-item> |
| 202 | </el-col> | 162 | </el-col> |
| 203 | </el-row> | 163 | </el-row> |
| 204 | <el-row > | 164 | <el-row> |
| 205 | <el-col> | 165 | <el-col> |
| 206 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> | 166 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> |
| 207 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="$route.query.viewtype==1"></el-input> | 167 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="$route.query.viewtype == 1"></el-input> |
| 208 | </el-form-item> | 168 | </el-form-item> |
| 209 | </el-col> | 169 | </el-col> |
| 210 | </el-row> | 170 | </el-row> |
| ... | @@ -216,10 +176,7 @@ | ... | @@ -216,10 +176,7 @@ |
| 216 | <el-row :gutter="10"> | 176 | <el-row :gutter="10"> |
| 217 | <el-col :span="14"> | 177 | <el-col :span="14"> |
| 218 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> | 178 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> |
| 219 | <el-radio-group | 179 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.slywxx.gyfs"> |
| 220 | :disabled="$route.query.viewtype == 1" | ||
| 221 | v-model="ruleForm.slywxx.gyfs" | ||
| 222 | > | ||
| 223 | <el-radio label="0">单独所有</el-radio> | 180 | <el-radio label="0">单独所有</el-radio> |
| 224 | <el-radio label="1">共同共有</el-radio> | 181 | <el-radio label="1">共同共有</el-radio> |
| 225 | <el-radio label="2">按份所有</el-radio> | 182 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -228,10 +185,7 @@ | ... | @@ -228,10 +185,7 @@ |
| 228 | </el-form-item> | 185 | </el-form-item> |
| 229 | </el-col> | 186 | </el-col> |
| 230 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 187 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> |
| 231 | <el-form-item | 188 | <el-form-item :class="flag ? 'marginBot0' : ''" label="是否分别持证:"> |
| 232 | :class="flag ? 'marginBot0' : ''" | ||
| 233 | label="是否分别持证:" | ||
| 234 | > | ||
| 235 | <el-radio-group v-model="ruleForm.slywxx.sffbcz"> | 189 | <el-radio-group v-model="ruleForm.slywxx.sffbcz"> |
| 236 | <el-radio label="1">是</el-radio> | 190 | <el-radio label="1">是</el-radio> |
| 237 | <el-radio label="0">否</el-radio> | 191 | <el-radio label="0">否</el-radio> |
| ... | @@ -241,32 +195,20 @@ | ... | @@ -241,32 +195,20 @@ |
| 241 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 195 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> |
| 242 | <el-form-item :class="flag ? 'marginBot0' : ''" label="持证人:"> | 196 | <el-form-item :class="flag ? 'marginBot0' : ''" label="持证人:"> |
| 243 | <el-select v-model="ruleForm.czr" placeholder="持证人"> | 197 | <el-select v-model="ruleForm.czr" placeholder="持证人"> |
| 244 | <el-option | 198 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
| 245 | v-for="item in czrOptions" | ||
| 246 | :key="item.value" | ||
| 247 | :label="item.label" | ||
| 248 | :value="item.value" | ||
| 249 | > | ||
| 250 | </el-option> | 199 | </el-option> |
| 251 | </el-select> | 200 | </el-select> |
| 252 | </el-form-item> | 201 | </el-form-item> |
| 253 | </el-col> | 202 | </el-col> |
| 254 | </el-row> | 203 | </el-row> |
| 255 | <InformationTable | 204 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
| 256 | :tableData="ruleForm.qlrList" | 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
| 257 | @upDateQlrxxList="upDateQlrxxList" | ||
| 258 | :viewtype="$route.query.viewtype" | ||
| 259 | :gyfs="ruleForm.slywxx.gyfs" | ||
| 260 | /> | ||
| 261 | <div class="slxx_title title-block"> | 206 | <div class="slxx_title title-block"> |
| 262 | 抵押人信息 | 207 | 抵押人信息 |
| 263 | <div class="triangle"></div> | 208 | <div class="triangle"></div> |
| 264 | </div> | 209 | </div> |
| 265 | <InformationTable | 210 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" |
| 266 | :tableData="ruleForm.ywrList" | 211 | :viewtype="$route.query.viewtype" /> |
| 267 | @upDateQlrxxList="upDateYwrxxList" | ||
| 268 | :viewtype="$route.query.viewtype" | ||
| 269 | /> | ||
| 270 | 212 | ||
| 271 | <div class="slxx_title title-block"> | 213 | <div class="slxx_title title-block"> |
| 272 | 登记原因 | 214 | 登记原因 |
| ... | @@ -275,7 +217,8 @@ | ... | @@ -275,7 +217,8 @@ |
| 275 | <el-row :gutter="10"> | 217 | <el-row :gutter="10"> |
| 276 | <el-col> | 218 | <el-col> |
| 277 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> | 219 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> |
| 278 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype==1" v-model="ruleForm.diyaq.djyy"> | 220 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1" |
| 221 | v-model="ruleForm.diyaq.djyy"> | ||
| 279 | </el-input> | 222 | </el-input> |
| 280 | </el-form-item> | 223 | </el-form-item> |
| 281 | </el-col> | 224 | </el-col> |
| ... | @@ -292,10 +235,10 @@ | ... | @@ -292,10 +235,10 @@ |
| 292 | </template> | 235 | </template> |
| 293 | <script> | 236 | <script> |
| 294 | import InformationTable from "@/views/workflow/components/InformationTable"; | 237 | import InformationTable from "@/views/workflow/components/InformationTable"; |
| 295 | import { Init, saveData } from "@/api/diyaqFlow.js"; | 238 | import { Init, saveData } from "@/api/workflow/diyaqFlow.js"; |
| 296 | import { mapGetters } from "vuex"; | 239 | import { mapGetters } from "vuex"; |
| 297 | export default { | 240 | export default { |
| 298 | async created() { | 241 | async created () { |
| 299 | this.propsParam = this.$attrs; | 242 | this.propsParam = this.$attrs; |
| 300 | var formdata = new FormData(); | 243 | var formdata = new FormData(); |
| 301 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 244 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| ... | @@ -304,7 +247,7 @@ export default { | ... | @@ -304,7 +247,7 @@ export default { |
| 304 | Init(formdata).then((res) => { | 247 | Init(formdata).then((res) => { |
| 305 | if (res.code === 200 && res.result) { | 248 | if (res.code === 200 && res.result) { |
| 306 | this.ruleForm = res.result; | 249 | this.ruleForm = res.result; |
| 307 | this.ruleForm.diyaq.sfczjzhxz="0"; | 250 | this.ruleForm.diyaq.sfczjzhxz = "0"; |
| 308 | } | 251 | } |
| 309 | }); | 252 | }); |
| 310 | }, | 253 | }, |
| ... | @@ -312,7 +255,7 @@ export default { | ... | @@ -312,7 +255,7 @@ export default { |
| 312 | computed: { | 255 | computed: { |
| 313 | ...mapGetters(["dictData", "flag"]), | 256 | ...mapGetters(["dictData", "flag"]), |
| 314 | }, | 257 | }, |
| 315 | data() { | 258 | data () { |
| 316 | return { | 259 | return { |
| 317 | disabled: true, | 260 | disabled: true, |
| 318 | czrOptions: [], | 261 | czrOptions: [], |
| ... | @@ -328,21 +271,7 @@ export default { | ... | @@ -328,21 +271,7 @@ export default { |
| 328 | }; | 271 | }; |
| 329 | }, | 272 | }, |
| 330 | methods: { | 273 | methods: { |
| 331 | // list(bsmSldy) { | 274 | onSubmitClick () { |
| 332 | // Init({ | ||
| 333 | // bsmSldy: bsmSldy.split(","), | ||
| 334 | // }).then((res) => { | ||
| 335 | // if (res.code === 200 && res.result) { | ||
| 336 | // this.ruleForm = { | ||
| 337 | // ...res.result, | ||
| 338 | // ...res.result.zdjbxxdatas, | ||
| 339 | // ...res.result.qlxxdatas, | ||
| 340 | // ...res.result.jsydsyqdatas, | ||
| 341 | // }; | ||
| 342 | // } | ||
| 343 | // }); | ||
| 344 | // }, | ||
| 345 | onSubmitClick() { | ||
| 346 | saveData(this.ruleForm).then((res) => { | 275 | saveData(this.ruleForm).then((res) => { |
| 347 | if (res.code === 200) { | 276 | if (res.code === 200) { |
| 348 | this.$message({ | 277 | this.$message({ |
| ... | @@ -361,11 +290,11 @@ export default { | ... | @@ -361,11 +290,11 @@ export default { |
| 361 | }, | 290 | }, |
| 362 | 291 | ||
| 363 | // 更新权利人信息 | 292 | // 更新权利人信息 |
| 364 | upDateQlrxxList(val) { | 293 | upDateQlrxxList (val) { |
| 365 | this.ruleForm.qlrList = _.cloneDeep(val); | 294 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 366 | }, | 295 | }, |
| 367 | // 更新义务人信息 | 296 | // 更新义务人信息 |
| 368 | upDateYwrxxList(val) { | 297 | upDateYwrxxList (val) { |
| 369 | this.ruleForm.ywrList = _.cloneDeep(val); | 298 | this.ruleForm.ywrList = _.cloneDeep(val); |
| 370 | }, | 299 | }, |
| 371 | }, | 300 | }, | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <!-- 受理信息 --> | 2 | <!-- 受理信息 --> |
| 3 | <div class="slxx"> | 3 | <div class="slxx"> |
| 4 | <el-form | 4 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" :label-position="flag ? 'top' : ''" :inline="flag" |
| 5 | :model="ruleForm" | 5 | label-width="140px"> |
| 6 | :rules="rules" | ||
| 7 | ref="ruleForm" | ||
| 8 | :label-position="flag ? 'top' : ''" | ||
| 9 | :inline="flag" | ||
| 10 | label-width="140px" | ||
| 11 | > | ||
| 12 | <div class="slxx_con"> | 6 | <div class="slxx_con"> |
| 13 | <div class="slxx_title title-block"> | 7 | <div class="slxx_title title-block"> |
| 14 | 受理信息 | 8 | 受理信息 |
| ... | @@ -33,29 +27,17 @@ | ... | @@ -33,29 +27,17 @@ |
| 33 | </el-row> | 27 | </el-row> |
| 34 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
| 35 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 36 | <el-form-item | 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="qllx"> |
| 37 | :class="flag ? 'marginBot0' : ''" | ||
| 38 | label="权利类型:" | ||
| 39 | prop="qllx" | ||
| 40 | > | ||
| 41 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> |
| 42 | </el-form-item> | 32 | </el-form-item> |
| 43 | </el-col> | 33 | </el-col> |
| 44 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 45 | <el-form-item | 35 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="djlx"> |
| 46 | :class="flag ? 'marginBot0' : ''" | ||
| 47 | label="登记类型:" | ||
| 48 | prop="djlx" | ||
| 49 | > | ||
| 50 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> |
| 51 | </el-form-item> | 37 | </el-form-item> |
| 52 | </el-col> | 38 | </el-col> |
| 53 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| 54 | <el-form-item | 40 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:" prop="djqx"> |
| 55 | :class="flag ? 'marginBot0' : ''" | ||
| 56 | label="登记情形:" | ||
| 57 | prop="djqx" | ||
| 58 | > | ||
| 59 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> | 41 | <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input> |
| 60 | </el-form-item> | 42 | </el-form-item> |
| 61 | </el-col> | 43 | </el-col> |
| ... | @@ -84,10 +66,7 @@ | ... | @@ -84,10 +66,7 @@ |
| 84 | </el-row> | 66 | </el-row> |
| 85 | <el-row :gutter="10"> | 67 | <el-row :gutter="10"> |
| 86 | <el-col :span="8"> | 68 | <el-col :span="8"> |
| 87 | <el-form-item | 69 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产权证号:"> |
| 88 | :class="flag ? 'marginBot0' : ''" | ||
| 89 | label="不动产权证号:" | ||
| 90 | > | ||
| 91 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> | 70 | <el-input disabled v-model="ruleForm.slywxx.ybdcqzsh"></el-input> |
| 92 | </el-form-item> | 71 | </el-form-item> |
| 93 | </el-col> | 72 | </el-col> |
| ... | @@ -104,10 +83,7 @@ | ... | @@ -104,10 +83,7 @@ |
| 104 | </el-form-item> | 83 | </el-form-item> |
| 105 | </el-col> | 84 | </el-col> |
| 106 | <el-col :span="8"> | 85 | <el-col :span="8"> |
| 107 | <el-form-item | 86 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:"> |
| 108 | :class="flag ? 'marginBot0' : ''" | ||
| 109 | label="不动产单元号:" | ||
| 110 | > | ||
| 111 | <el-input disabled v-model="ruleForm.qlxxold.bdcdyh"></el-input> | 87 | <el-input disabled v-model="ruleForm.qlxxold.bdcdyh"></el-input> |
| 112 | </el-form-item> | 88 | </el-form-item> |
| 113 | </el-col> | 89 | </el-col> |
| ... | @@ -134,11 +110,7 @@ | ... | @@ -134,11 +110,7 @@ |
| 134 | </el-form-item> | 110 | </el-form-item> |
| 135 | </el-col> | 111 | </el-col> |
| 136 | <el-col :span="16"> | 112 | <el-col :span="16"> |
| 137 | <el-form-item | 113 | <el-form-item :class="flag ? 'marginBot0' : ''" label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> |
| 138 | :class="flag ? 'marginBot0' : ''" | ||
| 139 | label="是否存在禁止或者限制转让抵押不动产的约定:" | ||
| 140 | label-width="350px" | ||
| 141 | > | ||
| 142 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> | 114 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz"> |
| 143 | <el-radio label="1">启用</el-radio> | 115 | <el-radio label="1">启用</el-radio> |
| 144 | <el-radio label="0">禁用</el-radio> | 116 | <el-radio label="0">禁用</el-radio> |
| ... | @@ -148,38 +120,26 @@ | ... | @@ -148,38 +120,26 @@ |
| 148 | </el-row> | 120 | </el-row> |
| 149 | 121 | ||
| 150 | <el-row :gutter="10"> | 122 | <el-row :gutter="10"> |
| 151 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs==1"> | 123 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> |
| 152 | <el-form-item | 124 | <el-form-item :class="flag ? 'marginBot0' : ''" label="被担保主债权数额:"> |
| 153 | :class="flag ? 'marginBot0' : ''" | ||
| 154 | label="被担保主债权数额:" | ||
| 155 | > | ||
| 156 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> | 125 | <el-input v-model="ruleForm.diyaq.bdbzzqse"></el-input> |
| 157 | </el-form-item> | 126 | </el-form-item> |
| 158 | </el-col> | 127 | </el-col> |
| 159 | 128 | ||
| 160 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs==2"> | 129 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> |
| 161 | <el-form-item | 130 | <el-form-item :class="flag ? 'marginBot0' : ''" label="最高债权额:"> |
| 162 | :class="flag ? 'marginBot0' : ''" | ||
| 163 | label="最高债权额:" | ||
| 164 | > | ||
| 165 | <el-input v-model="ruleForm.diyaq.zgzqse"></el-input> | 131 | <el-input v-model="ruleForm.diyaq.zgzqse"></el-input> |
| 166 | </el-form-item> | 132 | </el-form-item> |
| 167 | </el-col> | 133 | </el-col> |
| 168 | 134 | ||
| 169 | <el-col :span="8"> | 135 | <el-col :span="8"> |
| 170 | <el-form-item | 136 | <el-form-item :class="flag ? 'marginBot0' : ''" label="债务履行起始时间:"> |
| 171 | :class="flag ? 'marginBot0' : ''" | ||
| 172 | label="债务履行起始时间:" | ||
| 173 | > | ||
| 174 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" type="date"> | 137 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" type="date"> |
| 175 | </el-date-picker> | 138 | </el-date-picker> |
| 176 | </el-form-item> | 139 | </el-form-item> |
| 177 | </el-col> | 140 | </el-col> |
| 178 | <el-col :span="8"> | 141 | <el-col :span="8"> |
| 179 | <el-form-item | 142 | <el-form-item :class="flag ? 'marginBot0' : ''" label="债务履行结束时间:"> |
| 180 | :class="flag ? 'marginBot0' : ''" | ||
| 181 | label="债务履行结束时间:" | ||
| 182 | > | ||
| 183 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" type="date"> | 143 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" type="date"> |
| 184 | </el-date-picker> | 144 | </el-date-picker> |
| 185 | </el-form-item> | 145 | </el-form-item> |
| ... | @@ -201,10 +161,10 @@ | ... | @@ -201,10 +161,10 @@ |
| 201 | </el-form-item> | 161 | </el-form-item> |
| 202 | </el-col> | 162 | </el-col> |
| 203 | </el-row> | 163 | </el-row> |
| 204 | <el-row > | 164 | <el-row> |
| 205 | <el-col> | 165 | <el-col> |
| 206 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> | 166 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> |
| 207 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="$route.query.viewtype==1"></el-input> | 167 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="$route.query.viewtype == 1"></el-input> |
| 208 | </el-form-item> | 168 | </el-form-item> |
| 209 | </el-col> | 169 | </el-col> |
| 210 | </el-row> | 170 | </el-row> |
| ... | @@ -216,10 +176,7 @@ | ... | @@ -216,10 +176,7 @@ |
| 216 | <el-row :gutter="10"> | 176 | <el-row :gutter="10"> |
| 217 | <el-col :span="14"> | 177 | <el-col :span="14"> |
| 218 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> | 178 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> |
| 219 | <el-radio-group | 179 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.slywxx.gyfs"> |
| 220 | :disabled="$route.query.viewtype == 1" | ||
| 221 | v-model="ruleForm.slywxx.gyfs" | ||
| 222 | > | ||
| 223 | <el-radio label="0">单独所有</el-radio> | 180 | <el-radio label="0">单独所有</el-radio> |
| 224 | <el-radio label="1">共同共有</el-radio> | 181 | <el-radio label="1">共同共有</el-radio> |
| 225 | <el-radio label="2">按份所有</el-radio> | 182 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -228,10 +185,7 @@ | ... | @@ -228,10 +185,7 @@ |
| 228 | </el-form-item> | 185 | </el-form-item> |
| 229 | </el-col> | 186 | </el-col> |
| 230 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 187 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> |
| 231 | <el-form-item | 188 | <el-form-item :class="flag ? 'marginBot0' : ''" label="是否分别持证:"> |
| 232 | :class="flag ? 'marginBot0' : ''" | ||
| 233 | label="是否分别持证:" | ||
| 234 | > | ||
| 235 | <el-radio-group v-model="ruleForm.slywxx.sffbcz"> | 189 | <el-radio-group v-model="ruleForm.slywxx.sffbcz"> |
| 236 | <el-radio label="1">是</el-radio> | 190 | <el-radio label="1">是</el-radio> |
| 237 | <el-radio label="0">否</el-radio> | 191 | <el-radio label="0">否</el-radio> |
| ... | @@ -241,32 +195,20 @@ | ... | @@ -241,32 +195,20 @@ |
| 241 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 195 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> |
| 242 | <el-form-item :class="flag ? 'marginBot0' : ''" label="持证人:"> | 196 | <el-form-item :class="flag ? 'marginBot0' : ''" label="持证人:"> |
| 243 | <el-select v-model="ruleForm.czr" placeholder="持证人"> | 197 | <el-select v-model="ruleForm.czr" placeholder="持证人"> |
| 244 | <el-option | 198 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
| 245 | v-for="item in czrOptions" | ||
| 246 | :key="item.value" | ||
| 247 | :label="item.label" | ||
| 248 | :value="item.value" | ||
| 249 | > | ||
| 250 | </el-option> | 199 | </el-option> |
| 251 | </el-select> | 200 | </el-select> |
| 252 | </el-form-item> | 201 | </el-form-item> |
| 253 | </el-col> | 202 | </el-col> |
| 254 | </el-row> | 203 | </el-row> |
| 255 | <InformationTable | 204 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
| 256 | :tableData="ruleForm.qlrList" | 205 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
| 257 | @upDateQlrxxList="upDateQlrxxList" | ||
| 258 | :viewtype="$route.query.viewtype" | ||
| 259 | :gyfs="ruleForm.slywxx.gyfs" | ||
| 260 | /> | ||
| 261 | <div class="slxx_title title-block"> | 206 | <div class="slxx_title title-block"> |
| 262 | 抵押人信息 | 207 | 抵押人信息 |
| 263 | <div class="triangle"></div> | 208 | <div class="triangle"></div> |
| 264 | </div> | 209 | </div> |
| 265 | <InformationTable | 210 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" |
| 266 | :tableData="ruleForm.ywrList" | 211 | :viewtype="$route.query.viewtype" /> |
| 267 | @upDateQlrxxList="upDateYwrxxList" | ||
| 268 | :viewtype="$route.query.viewtype" | ||
| 269 | /> | ||
| 270 | 212 | ||
| 271 | <div class="slxx_title title-block"> | 213 | <div class="slxx_title title-block"> |
| 272 | 登记原因 | 214 | 登记原因 |
| ... | @@ -275,7 +217,8 @@ | ... | @@ -275,7 +217,8 @@ |
| 275 | <el-row :gutter="10"> | 217 | <el-row :gutter="10"> |
| 276 | <el-col> | 218 | <el-col> |
| 277 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> | 219 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> |
| 278 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype==1" v-model="ruleForm.diyaq.djyy"> | 220 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1" |
| 221 | v-model="ruleForm.diyaq.djyy"> | ||
| 279 | </el-input> | 222 | </el-input> |
| 280 | </el-form-item> | 223 | </el-form-item> |
| 281 | </el-col> | 224 | </el-col> |
| ... | @@ -292,10 +235,10 @@ | ... | @@ -292,10 +235,10 @@ |
| 292 | </template> | 235 | </template> |
| 293 | <script> | 236 | <script> |
| 294 | import InformationTable from "@/views/workflow/components/InformationTable"; | 237 | import InformationTable from "@/views/workflow/components/InformationTable"; |
| 295 | import { Init, saveData } from "@/api/diyaqFlow.js"; | 238 | import { Init, saveData } from "@/api/workflow/diyaqFlow.js"; |
| 296 | import { mapGetters } from "vuex"; | 239 | import { mapGetters } from "vuex"; |
| 297 | export default { | 240 | export default { |
| 298 | async created() { | 241 | async created () { |
| 299 | this.propsParam = this.$attrs; | 242 | this.propsParam = this.$attrs; |
| 300 | var formdata = new FormData(); | 243 | var formdata = new FormData(); |
| 301 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 244 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| ... | @@ -304,7 +247,7 @@ export default { | ... | @@ -304,7 +247,7 @@ export default { |
| 304 | Init(formdata).then((res) => { | 247 | Init(formdata).then((res) => { |
| 305 | if (res.code === 200 && res.result) { | 248 | if (res.code === 200 && res.result) { |
| 306 | this.ruleForm = res.result; | 249 | this.ruleForm = res.result; |
| 307 | this.ruleForm.diyaq.sfczjzhxz="0"; | 250 | this.ruleForm.diyaq.sfczjzhxz = "0"; |
| 308 | } | 251 | } |
| 309 | }); | 252 | }); |
| 310 | }, | 253 | }, |
| ... | @@ -312,7 +255,7 @@ export default { | ... | @@ -312,7 +255,7 @@ export default { |
| 312 | computed: { | 255 | computed: { |
| 313 | ...mapGetters(["dictData", "flag"]), | 256 | ...mapGetters(["dictData", "flag"]), |
| 314 | }, | 257 | }, |
| 315 | data() { | 258 | data () { |
| 316 | return { | 259 | return { |
| 317 | disabled: true, | 260 | disabled: true, |
| 318 | czrOptions: [], | 261 | czrOptions: [], |
| ... | @@ -328,21 +271,7 @@ export default { | ... | @@ -328,21 +271,7 @@ export default { |
| 328 | }; | 271 | }; |
| 329 | }, | 272 | }, |
| 330 | methods: { | 273 | methods: { |
| 331 | // list(bsmSldy) { | 274 | onSubmitClick () { |
| 332 | // Init({ | ||
| 333 | // bsmSldy: bsmSldy.split(","), | ||
| 334 | // }).then((res) => { | ||
| 335 | // if (res.code === 200 && res.result) { | ||
| 336 | // this.ruleForm = { | ||
| 337 | // ...res.result, | ||
| 338 | // ...res.result.zdjbxxdatas, | ||
| 339 | // ...res.result.qlxxdatas, | ||
| 340 | // ...res.result.jsydsyqdatas, | ||
| 341 | // }; | ||
| 342 | // } | ||
| 343 | // }); | ||
| 344 | // }, | ||
| 345 | onSubmitClick() { | ||
| 346 | saveData(this.ruleForm).then((res) => { | 275 | saveData(this.ruleForm).then((res) => { |
| 347 | if (res.code === 200) { | 276 | if (res.code === 200) { |
| 348 | this.$message({ | 277 | this.$message({ |
| ... | @@ -359,17 +288,16 @@ export default { | ... | @@ -359,17 +288,16 @@ export default { |
| 359 | } | 288 | } |
| 360 | }); | 289 | }); |
| 361 | }, | 290 | }, |
| 362 | |||
| 363 | // 更新权利人信息 | 291 | // 更新权利人信息 |
| 364 | upDateQlrxxList(val) { | 292 | upDateQlrxxList (val) { |
| 365 | this.ruleForm.qlrList = _.cloneDeep(val); | 293 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 366 | }, | 294 | }, |
| 367 | // 更新义务人信息 | 295 | // 更新义务人信息 |
| 368 | upDateYwrxxList(val) { | 296 | upDateYwrxxList (val) { |
| 369 | this.ruleForm.ywrList = _.cloneDeep(val); | 297 | this.ruleForm.ywrList = _.cloneDeep(val); |
| 370 | }, | 298 | } |
| 371 | }, | 299 | } |
| 372 | }; | 300 | } |
| 373 | </script> | 301 | </script> |
| 374 | <style scoped lang='scss'> | 302 | <style scoped lang='scss'> |
| 375 | @import "~@/styles/public.scss"; | 303 | @import "~@/styles/public.scss"; | ... | ... |
| ... | @@ -109,7 +109,7 @@ | ... | @@ -109,7 +109,7 @@ |
| 109 | <el-row :gutter="10"> | 109 | <el-row :gutter="10"> |
| 110 | <el-col> | 110 | <el-col> |
| 111 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> | 111 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> |
| 112 | <el-input type="textarea" v-model="ruleForm.jsydsyq.fj" :disabled="$route.query.viewtype==1"></el-input> | 112 | <el-input type="textarea" v-model="ruleForm.jsydsyq.fj" :disabled="$route.query.viewtype == 1"></el-input> |
| 113 | </el-form-item> | 113 | </el-form-item> |
| 114 | </el-col> | 114 | </el-col> |
| 115 | </el-row> | 115 | </el-row> |
| ... | @@ -120,7 +120,7 @@ | ... | @@ -120,7 +120,7 @@ |
| 120 | <el-row :gutter="10"> | 120 | <el-row :gutter="10"> |
| 121 | <el-col :span="14"> | 121 | <el-col :span="14"> |
| 122 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> | 122 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> |
| 123 | <el-radio-group :disabled="$route.query.viewtype==0" v-model="ruleForm.slywxx.gyfs"> | 123 | <el-radio-group :disabled="$route.query.viewtype == 0" v-model="ruleForm.slywxx.gyfs"> |
| 124 | <el-radio label="0">单独所有</el-radio> | 124 | <el-radio label="0">单独所有</el-radio> |
| 125 | <el-radio label="1">共同共有</el-radio> | 125 | <el-radio label="1">共同共有</el-radio> |
| 126 | <el-radio label="2">按份所有</el-radio> | 126 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -147,10 +147,11 @@ | ... | @@ -147,10 +147,11 @@ |
| 147 | </el-row> | 147 | </el-row> |
| 148 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 148 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
| 149 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 149 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> |
| 150 | <div v-if="ruleForm.ywrList.length>0"> | 150 | <div v-if="ruleForm.ywrList.length > 0"> |
| 151 | <div class="slxx_title title-block"> | 151 | <div class="slxx_title title-block"> |
| 152 | 义务人信息 | 152 | 义务人信息 |
| 153 | <div class="triangle"></div> </div> | 153 | <div class="triangle"></div> |
| 154 | </div> | ||
| 154 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | 155 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" |
| 155 | :viewtype="$route.query.viewtype" /> | 156 | :viewtype="$route.query.viewtype" /> |
| 156 | </div> | 157 | </div> |
| ... | @@ -162,7 +163,8 @@ | ... | @@ -162,7 +163,8 @@ |
| 162 | <el-row :gutter="10"> | 163 | <el-row :gutter="10"> |
| 163 | <el-col> | 164 | <el-col> |
| 164 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> | 165 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> |
| 165 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype==1" v-model="ruleForm.jsydsyq.djyy"> | 166 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1" |
| 167 | v-model="ruleForm.jsydsyq.djyy"> | ||
| 166 | </el-input> | 168 | </el-input> |
| 167 | </el-form-item> | 169 | </el-form-item> |
| 168 | </el-col> | 170 | </el-col> |
| ... | @@ -178,7 +180,7 @@ | ... | @@ -178,7 +180,7 @@ |
| 178 | </template> | 180 | </template> |
| 179 | <script> | 181 | <script> |
| 180 | import { mapGetters } from "vuex" | 182 | import { mapGetters } from "vuex" |
| 181 | import { Init, saveData } from "@/api/jsydsyqFlow.js" | 183 | import { Init, saveData } from "@/api/workflow/jsydsyqFlow.js" |
| 182 | import InformationTable from "@/views/workflow/components/InformationTable" | 184 | import InformationTable from "@/views/workflow/components/InformationTable" |
| 183 | export default { | 185 | export default { |
| 184 | created () { | 186 | created () { |
| ... | @@ -188,7 +190,7 @@ export default { | ... | @@ -188,7 +190,7 @@ export default { |
| 188 | formdata.append("djlx", this.propsParam.djlx); | 190 | formdata.append("djlx", this.propsParam.djlx); |
| 189 | Init(formdata).then((res) => { | 191 | Init(formdata).then((res) => { |
| 190 | this.ruleForm = res.result; | 192 | this.ruleForm = res.result; |
| 191 | if (res.code === 200 ) { | 193 | if (res.code === 200) { |
| 192 | this.$store.dispatch('slxx/setQlrxxOld', { | 194 | this.$store.dispatch('slxx/setQlrxxOld', { |
| 193 | qlrxx: this.ruleForm.qlrxx, | 195 | qlrxx: this.ruleForm.qlrxx, |
| 194 | fj: this.ruleForm.fj, | 196 | fj: this.ruleForm.fj, |
| ... | @@ -196,7 +198,7 @@ export default { | ... | @@ -196,7 +198,7 @@ export default { |
| 196 | djyy: this.ruleForm.djyy | 198 | djyy: this.ruleForm.djyy |
| 197 | }) | 199 | }) |
| 198 | } | 200 | } |
| 199 | else{ | 201 | else { |
| 200 | this.$alert(res.message, '提示'); | 202 | this.$alert(res.message, '提示'); |
| 201 | } | 203 | } |
| 202 | }) | 204 | }) | ... | ... |
| ... | @@ -44,7 +44,9 @@ | ... | @@ -44,7 +44,9 @@ |
| 44 | </el-row> | 44 | </el-row> |
| 45 | <div class="slxx_title title-block"> | 45 | <div class="slxx_title title-block"> |
| 46 | 不动产单元情况 | 46 | 不动产单元情况 |
| 47 | <div><el-button @click="compare">变化情况对比+</el-button></div> | 47 | <div> |
| 48 | <el-button @click="compare">变化情况对比+</el-button> | ||
| 49 | </div> | ||
| 48 | </div> | 50 | </div> |
| 49 | <el-row :gutter="10"> | 51 | <el-row :gutter="10"> |
| 50 | <el-col :span="8"> | 52 | <el-col :span="8"> |
| ... | @@ -109,7 +111,7 @@ | ... | @@ -109,7 +111,7 @@ |
| 109 | <el-row :gutter="10"> | 111 | <el-row :gutter="10"> |
| 110 | <el-col> | 112 | <el-col> |
| 111 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> | 113 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="fj"> |
| 112 | <el-input type="textarea" v-model="ruleForm.jsydsyq.fj" :disabled="$route.query.viewtype==1"></el-input> | 114 | <el-input type="textarea" v-model="ruleForm.jsydsyq.fj" :disabled="$route.query.viewtype == 1"></el-input> |
| 113 | </el-form-item> | 115 | </el-form-item> |
| 114 | </el-col> | 116 | </el-col> |
| 115 | </el-row> | 117 | </el-row> |
| ... | @@ -117,11 +119,13 @@ | ... | @@ -117,11 +119,13 @@ |
| 117 | 权利人信息 | 119 | 权利人信息 |
| 118 | <div class="triangle"></div> | 120 | <div class="triangle"></div> |
| 119 | </div> --> | 121 | </div> --> |
| 120 | <el-divider content-position="left" ><i style="background-color:#3498db;font-size:16px;color:#fff !important;border-radius: 5px 5px 5px 0px;margin-bottom:10px;" class="el-icon-edit-outline">权利人信息</i></el-divider> | 122 | <el-divider content-position="left"><i |
| 123 | style="background-color:#3498db;font-size:16px;color:#fff !important;border-radius: 5px 5px 5px 0px;margin-bottom:10px;" | ||
| 124 | class="el-icon-edit-outline">权利人信息</i></el-divider> | ||
| 121 | <el-row :gutter="10"> | 125 | <el-row :gutter="10"> |
| 122 | <el-col :span="14"> | 126 | <el-col :span="14"> |
| 123 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> | 127 | <el-form-item :class="flag ? 'marginBot0' : ''" label="共有方式:"> |
| 124 | <el-radio-group :disabled="$route.query.viewtype==1" v-model="ruleForm.slywxx.gyfs"> | 128 | <el-radio-group :disabled="$route.query.viewtype == 1" v-model="ruleForm.slywxx.gyfs"> |
| 125 | <el-radio label="1">单独所有</el-radio> | 129 | <el-radio label="1">单独所有</el-radio> |
| 126 | <el-radio label="2">共同共有</el-radio> | 130 | <el-radio label="2">共同共有</el-radio> |
| 127 | <el-radio label="3">按份所有</el-radio> | 131 | <el-radio label="3">按份所有</el-radio> |
| ... | @@ -145,7 +149,8 @@ | ... | @@ -145,7 +149,8 @@ |
| 145 | </el-form-item> | 149 | </el-form-item> |
| 146 | </el-col> | 150 | </el-col> |
| 147 | </el-row> | 151 | </el-row> |
| 148 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList='upDateQlrxxList' :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | 152 | <InformationTable :tableData="ruleForm.qlrList" @upDateQlrxxList='upDateQlrxxList' |
| 153 | :viewtype="$route.query.viewtype" :gyfs="ruleForm.slywxx.gyfs" /> | ||
| 149 | <div class="slxx_title title-block"> | 154 | <div class="slxx_title title-block"> |
| 150 | 登记原因 | 155 | 登记原因 |
| 151 | <div class="triangle"></div> | 156 | <div class="triangle"></div> |
| ... | @@ -153,7 +158,8 @@ | ... | @@ -153,7 +158,8 @@ |
| 153 | <el-row :gutter="10"> | 158 | <el-row :gutter="10"> |
| 154 | <el-col> | 159 | <el-col> |
| 155 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> | 160 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="djyy"> |
| 156 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype==1" v-model="ruleForm.jsydsyq.djyy"> | 161 | <el-input class="textArea" type="textarea" :disabled="$route.query.viewtype == 1" |
| 162 | v-model="ruleForm.jsydsyq.djyy"> | ||
| 157 | </el-input> | 163 | </el-input> |
| 158 | </el-form-item> | 164 | </el-form-item> |
| 159 | </el-col> | 165 | </el-col> |
| ... | @@ -168,9 +174,9 @@ | ... | @@ -168,9 +174,9 @@ |
| 168 | </div> | 174 | </div> |
| 169 | </template> | 175 | </template> |
| 170 | <script> | 176 | <script> |
| 171 | import InformationTable from "@/views/workflow/components/InformationTable"; | ||
| 172 | import { Init, saveData } from "@/api/jsydsyqFlow.js"; | ||
| 173 | import { mapGetters } from "vuex"; | 177 | import { mapGetters } from "vuex"; |
| 178 | import InformationTable from "@/views/workflow/components/InformationTable"; | ||
| 179 | import { Init, saveData } from "@/api/workflow/jsydsyqFlow.js"; | ||
| 174 | export default { | 180 | export default { |
| 175 | async created () { | 181 | async created () { |
| 176 | this.propsParam = this.$attrs; | 182 | this.propsParam = this.$attrs; |
| ... | @@ -219,7 +225,7 @@ export default { | ... | @@ -219,7 +225,7 @@ export default { |
| 219 | } | 225 | } |
| 220 | }); | 226 | }); |
| 221 | }, | 227 | }, |
| 222 | compare(){ | 228 | compare () { |
| 223 | this.$popup({ | 229 | this.$popup({ |
| 224 | titleStyle: "left", | 230 | titleStyle: "left", |
| 225 | title: "土地变化情况比对", // 弹窗标题 | 231 | title: "土地变化情况比对", // 弹窗标题 | ... | ... |
-
Please register or sign in to post a comment