chore:工作流文件夹整理
Showing
14 changed files
with
100 additions
and
87 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,21 +108,23 @@ | ... | @@ -107,21 +108,23 @@ |
| 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> |
| 121 | <div v-if="propsParam.djlx == '400'"> | 124 | <div v-if="propsParam.djlx == '400'"> |
| 122 | <div class="slxx_title title-block"> | 125 | <div class="slxx_title title-block"> |
| 123 | 解封信息 | 126 | 解封信息 |
| 124 | <div class="triangle"></div> | 127 | <div class="triangle"></div> |
| 125 | </div> | 128 | </div> |
| 126 | <el-row :gutter="10"> | 129 | <el-row :gutter="10"> |
| 127 | <el-col :span="8"> | 130 | <el-col :span="8"> |
| ... | @@ -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,8 +174,8 @@ export default { | ... | @@ -171,8 +174,8 @@ 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); |
| 178 | formdata.append("djlx", this.propsParam.djlx); | 181 | formdata.append("djlx", this.propsParam.djlx); |
| ... | @@ -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 | ... | ... |
| ... | @@ -78,12 +78,12 @@ | ... | @@ -78,12 +78,12 @@ |
| 78 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="qlxx.bdcdyh"> | 78 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="qlxx.bdcdyh"> |
| 79 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> | 79 | <el-input disabled v-model="ruleForm.qlxx.bdcdyh"></el-input> |
| 80 | </el-form-item> | 80 | </el-form-item> |
| 81 | </el-col> | 81 | </el-col> |
| 82 | <el-col :span="8"> | 82 | <el-col :span="8"> |
| 83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="用途:"> | 83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="用途:"> |
| 84 | <el-input disabled v-model="ruleForm.qlxx.ytmc"></el-input> | 84 | <el-input disabled v-model="ruleForm.qlxx.ytmc"></el-input> |
| 85 | </el-form-item> | 85 | </el-form-item> |
| 86 | </el-col> | 86 | </el-col> |
| 87 | </el-row> | 87 | </el-row> |
| 88 | <el-row :gutter="10"> | 88 | <el-row :gutter="10"> |
| 89 | <el-col :span="16"> | 89 | <el-col :span="16"> |
| ... | @@ -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,21 +153,23 @@ | ... | @@ -152,21 +153,23 @@ |
| 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> |
| 166 | <div v-if="propsParam.djlx == '400'"> | 169 | <div v-if="propsParam.djlx == '400'"> |
| 167 | <div class="slxx_title title-block"> | 170 | <div class="slxx_title title-block"> |
| 168 | 解封信息 | 171 | 解封信息 |
| 169 | <div class="triangle"></div> | 172 | <div class="triangle"></div> |
| 170 | </div> | 173 | </div> |
| 171 | <el-row :gutter="10"> | 174 | <el-row :gutter="10"> |
| 172 | <el-col :span="8"> | 175 | <el-col :span="8"> |
| ... | @@ -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 | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | @@ -28,12 +28,12 @@ | ... | @@ -28,12 +28,12 @@ |
| 28 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
| 29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> | 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> |
| 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:"> | 35 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:"> |
| 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| ... | @@ -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,14 +147,15 @@ | ... | @@ -147,14 +147,15 @@ |
| 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 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | ||
| 155 | :viewtype="$route.query.viewtype" /> | ||
| 156 | </div> | 154 | </div> |
| 157 | 155 | <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" | |
| 156 | :viewtype="$route.query.viewtype" /> | ||
| 157 | </div> | ||
| 158 | |||
| 158 | <div class="slxx_title title-block"> | 159 | <div class="slxx_title title-block"> |
| 159 | 登记原因 | 160 | 登记原因 |
| 160 | <div class="triangle"></div> | 161 | <div class="triangle"></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 () { |
| ... | @@ -187,8 +189,8 @@ export default { | ... | @@ -187,8 +189,8 @@ export default { |
| 187 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 189 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| 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 | }) |
| ... | @@ -231,16 +233,16 @@ export default { | ... | @@ -231,16 +233,16 @@ export default { |
| 231 | methods: { | 233 | methods: { |
| 232 | // 更新权利人信息 | 234 | // 更新权利人信息 |
| 233 | upDateQlrxxList (val) { | 235 | upDateQlrxxList (val) { |
| 234 | this.ruleForm.qlrList = _.cloneDeep(val); | 236 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 235 | }, | 237 | }, |
| 236 | // 更新义务人信息 | 238 | // 更新义务人信息 |
| 237 | upDateYwrxxList (val) { | 239 | upDateYwrxxList (val) { |
| 238 | this.ruleForm.ywrList = _.cloneDeep(val); | 240 | this.ruleForm.ywrList = _.cloneDeep(val); |
| 239 | }, | 241 | }, |
| 240 | onSubmit () { | 242 | onSubmit () { |
| 241 | saveData(this.ruleForm).then((res) => { | 243 | saveData(this.ruleForm).then((res) => { |
| 242 | if (res.code === 200) { | 244 | if (res.code === 200) { |
| 243 | this.$message({ | 245 | this.$message({ |
| 244 | showClose: true, | 246 | showClose: true, |
| 245 | message: "保存成功!", | 247 | message: "保存成功!", |
| 246 | type: "success", | 248 | type: "success", | ... | ... |
| ... | @@ -25,15 +25,15 @@ | ... | @@ -25,15 +25,15 @@ |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | </el-row> | 27 | </el-row> |
| 28 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
| 29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
| 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> | 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> |
| 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> | 31 | <el-input disabled v-model="ruleForm.slywxx.qllxmc"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="8"> | 34 | <el-col :span="8"> |
| 35 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:"> | 35 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:"> |
| 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> | 36 | <el-input disabled v-model="ruleForm.slywxx.djlxmc"></el-input> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="8"> | 39 | <el-col :span="8"> |
| ... | @@ -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; |
| ... | @@ -179,7 +185,7 @@ export default { | ... | @@ -179,7 +185,7 @@ export default { |
| 179 | formdata.append("djlx", this.propsParam.djlx); | 185 | formdata.append("djlx", this.propsParam.djlx); |
| 180 | Init(formdata).then((res) => { | 186 | Init(formdata).then((res) => { |
| 181 | if (res.code === 200 && res.result) { | 187 | if (res.code === 200 && res.result) { |
| 182 | this.ruleForm = res.result; | 188 | this.ruleForm = res.result; |
| 183 | } | 189 | } |
| 184 | }); | 190 | }); |
| 185 | }, | 191 | }, |
| ... | @@ -198,14 +204,14 @@ export default { | ... | @@ -198,14 +204,14 @@ export default { |
| 198 | }; | 204 | }; |
| 199 | }, | 205 | }, |
| 200 | methods: { | 206 | methods: { |
| 201 | // 更新权利人信息 | 207 | // 更新权利人信息 |
| 202 | upDateQlrxxList (val) { | 208 | upDateQlrxxList (val) { |
| 203 | this.ruleForm.qlrList = _.cloneDeep(val); | 209 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 204 | }, | 210 | }, |
| 205 | onSubmit () { | 211 | onSubmit () { |
| 206 | saveData(this.ruleForm).then((res) => { | 212 | saveData(this.ruleForm).then((res) => { |
| 207 | if (res.code === 200) { | 213 | if (res.code === 200) { |
| 208 | this.$message({ | 214 | this.$message({ |
| 209 | showClose: true, | 215 | showClose: true, |
| 210 | message: "保存成功!", | 216 | message: "保存成功!", |
| 211 | type: "success", | 217 | type: "success", |
| ... | @@ -219,26 +225,26 @@ export default { | ... | @@ -219,26 +225,26 @@ 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: "土地变化情况比对", // 弹窗标题 |
| 226 | editItem: "registerBook/jsydsyq", // 弹窗内容 | 232 | editItem: "registerBook/jsydsyq", // 弹窗内容 |
| 227 | formData: this.propsParam, | 233 | formData: this.propsParam, |
| 228 | width: "1220px", | 234 | width: "1220px", |
| 229 | height: "790px", | 235 | height: "790px", |
| 230 | // cancelText: '取消摆烂', // 右边按钮文本 | 236 | // cancelText: '取消摆烂', // 右边按钮文本 |
| 231 | // confirmText: '确定点击', //左边按钮文本 | 237 | // confirmText: '确定点击', //左边按钮文本 |
| 232 | cancel: () => { | 238 | cancel: () => { |
| 233 | console.log("取消回调"); | 239 | console.log("取消回调"); |
| 234 | }, | 240 | }, |
| 235 | confirm: () => { | 241 | confirm: () => { |
| 236 | console.log("确认回调"); | 242 | console.log("确认回调"); |
| 237 | }, | 243 | }, |
| 238 | }); | 244 | }); |
| 239 | } | 245 | } |
| 240 | }, | 246 | }, |
| 241 | 247 | ||
| 242 | }; | 248 | }; |
| 243 | </script> | 249 | </script> |
| 244 | <style scoped lang='scss'> | 250 | <style scoped lang='scss'> | ... | ... |
-
Please register or sign in to post a comment