chore:工作流文件夹整理
Showing
14 changed files
with
56 additions
and
43 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 | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
... | @@ -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