Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
25 changed files
with
40 additions
and
47 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-25 16:09:44 | 4 | * @LastEditTime: 2023-08-15 10:01:26 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <transition name="msgbox-fade"> | 7 | <transition name="msgbox-fade"> |
... | @@ -148,8 +148,8 @@ | ... | @@ -148,8 +148,8 @@ |
148 | 148 | ||
149 | .ls-title { | 149 | .ls-title { |
150 | padding: 16px; | 150 | padding: 16px; |
151 | color: #4a4e56; | 151 | color: #ffffff; |
152 | // background: linear-gradient(3deg, #edf0f7, #f4f5f6); | 152 | background: linear-gradient(3deg, #409eff, #a7cbee); |
153 | font-size: 16px; | 153 | font-size: 16px; |
154 | } | 154 | } |
155 | 155 | ||
... | @@ -185,7 +185,7 @@ | ... | @@ -185,7 +185,7 @@ |
185 | right: 26px; | 185 | right: 26px; |
186 | font-size: 24px; | 186 | font-size: 24px; |
187 | cursor: pointer; | 187 | cursor: pointer; |
188 | color: #4a4e56; | 188 | color: #ffffff; |
189 | } | 189 | } |
190 | 190 | ||
191 | /deep/.el-loading-mask { | 191 | /deep/.el-loading-mask { | ... | ... |
This diff is collapsed.
Click to expand it.
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-02 09:53:05 | 4 | * @LastEditTime: 2023-08-15 09:43:46 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="clmlmx-box"> | 7 | <div class="clmlmx-box"> |
8 | <div class="title">申请材料目录</div> | ||
9 | <lb-table :column="column" :key="key" :heightNumSetting="true" :calcHeight="600" :pagination="false" :data="tableData"> | 8 | <lb-table :column="column" :key="key" :heightNumSetting="true" :calcHeight="600" :pagination="false" :data="tableData"> |
10 | </lb-table> | 9 | </lb-table> |
11 | <div class="text-center"> | 10 | <div class="text-center"> |
... | @@ -61,7 +60,7 @@ | ... | @@ -61,7 +60,7 @@ |
61 | label: "材料名称", | 60 | label: "材料名称", |
62 | render: (h, scope) => { | 61 | render: (h, scope) => { |
63 | return ( | 62 | return ( |
64 | this.formData.ableOperation ? | 63 | (this.formData.ableOperation && scope.row.isrequired != '1') ? |
65 | <el-input value={scope.row.sjmc} onInput={(val) => { scope.row.sjmc = val }}></el-input> : <span>{scope.row.sjmc}</span> | 64 | <el-input value={scope.row.sjmc} onInput={(val) => { scope.row.sjmc = val }}></el-input> : <span>{scope.row.sjmc}</span> |
66 | ) | 65 | ) |
67 | } | 66 | } |
... | @@ -209,14 +208,14 @@ | ... | @@ -209,14 +208,14 @@ |
209 | return new Promise(resolve => { | 208 | return new Promise(resolve => { |
210 | this.unitData = this.$parent.unitData; | 209 | this.unitData = this.$parent.unitData; |
211 | var formdata = new FormData(); | 210 | var formdata = new FormData(); |
212 | formdata.append("bsmSlsq", Vue.prototype.$currentRoute.query.bsmSlsq); | 211 | formdata.append("bsmSlsq", Vue.prototype.$currentRoute.query.bsmSlsq); |
213 | if (Vue.prototype.$currentRoute.query.sqywbm == "DJBBL") { | 212 | if (Vue.prototype.$currentRoute.query.sqywbm == "DJBBL") { |
214 | formdata.append("bsmSldy", this.formData.bsmRepair); | 213 | formdata.append("bsmSldy", this.formData.bsmRepair); |
215 | formdata.append("clfl", 3); | 214 | formdata.append("clfl", 3); |
216 | } else { | 215 | } else { |
217 | formdata.append("bsmSldy", this.formData.unitData[0]?.bsmSldy); | 216 | formdata.append("bsmSldy", this.formData.unitData[0]?.bsmSldy); |
218 | formdata.append("clfl", 2); | 217 | formdata.append("clfl", 2); |
219 | } | 218 | } |
220 | InitClml(formdata).then((res) => { | 219 | InitClml(formdata).then((res) => { |
221 | if (res.code == 200) { | 220 | if (res.code == 200) { |
222 | resolve(res.code) | 221 | resolve(res.code) | ... | ... |
... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
145 | this.$popupCacel() | 145 | this.$popupCacel() |
146 | 146 | ||
147 | } else { | 147 | } else { |
148 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 148 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
149 | } | 149 | } |
150 | }).catch(() => { | 150 | }).catch(() => { |
151 | this.loading = false | 151 | this.loading = false | ... | ... |
... | @@ -117,7 +117,7 @@ | ... | @@ -117,7 +117,7 @@ |
117 | this.$message.error("请至少选择一条数据"); | 117 | this.$message.error("请至少选择一条数据"); |
118 | return; | 118 | return; |
119 | } | 119 | } |
120 | this.loading = true; | 120 | this.loading = true; |
121 | startBusinessFlow({ | 121 | startBusinessFlow({ |
122 | bsmSqyw: this.sqywInfo.bsmSqyw, | 122 | bsmSqyw: this.sqywInfo.bsmSqyw, |
123 | bdcdysz: this.bdcdysz, | 123 | bdcdysz: this.bdcdysz, |
... | @@ -138,7 +138,7 @@ | ... | @@ -138,7 +138,7 @@ |
138 | } | 138 | } |
139 | this.$popupCacel() | 139 | this.$popupCacel() |
140 | } else { | 140 | } else { |
141 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 141 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
142 | } | 142 | } |
143 | }).catch(() => { | 143 | }).catch(() => { |
144 | this.loading = false | 144 | this.loading = false | ... | ... |
... | @@ -258,7 +258,7 @@ | ... | @@ -258,7 +258,7 @@ |
258 | } | 258 | } |
259 | this.$popupCacel() | 259 | this.$popupCacel() |
260 | } else { | 260 | } else { |
261 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 261 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
262 | } | 262 | } |
263 | }).catch(() => { | 263 | }).catch(() => { |
264 | this.loading = false | 264 | this.loading = false |
... | @@ -279,7 +279,7 @@ | ... | @@ -279,7 +279,7 @@ |
279 | store.dispatch('user/refreshPage', true); | 279 | store.dispatch('user/refreshPage', true); |
280 | this.$popupCacel() | 280 | this.$popupCacel() |
281 | } else { | 281 | } else { |
282 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 282 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
283 | } | 283 | } |
284 | }).catch(() => { | 284 | }).catch(() => { |
285 | this.loading = false | 285 | this.loading = false | ... | ... |
... | @@ -120,7 +120,7 @@ | ... | @@ -120,7 +120,7 @@ |
120 | } | 120 | } |
121 | this.$popupCacel() | 121 | this.$popupCacel() |
122 | } else { | 122 | } else { |
123 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 123 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
124 | } | 124 | } |
125 | }).catch(() => { | 125 | }).catch(() => { |
126 | this.loading = false | 126 | this.loading = false | ... | ... |
... | @@ -121,7 +121,7 @@ | ... | @@ -121,7 +121,7 @@ |
121 | } | 121 | } |
122 | this.$popupCacel() | 122 | this.$popupCacel() |
123 | } else { | 123 | } else { |
124 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 124 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
125 | } | 125 | } |
126 | }).catch(() => { | 126 | }).catch(() => { |
127 | this.loading = false | 127 | this.loading = false | ... | ... |
... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
85 | columns: datas.columns(), | 85 | columns: datas.columns(), |
86 | data: [], | 86 | data: [], |
87 | }, | 87 | }, |
88 | bdcdysz: [], | 88 | bdcdysz: [], |
89 | }; | 89 | }; |
90 | }, | 90 | }, |
91 | mounted () { | 91 | mounted () { |
... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
145 | } | 145 | } |
146 | this.$popupCacel() | 146 | this.$popupCacel() |
147 | } else { | 147 | } else { |
148 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 148 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
149 | } | 149 | } |
150 | }).catch(() => { | 150 | }).catch(() => { |
151 | this.loading = false | 151 | this.loading = false | ... | ... |
... | @@ -182,7 +182,7 @@ | ... | @@ -182,7 +182,7 @@ |
182 | } | 182 | } |
183 | this.$popupCacel() | 183 | this.$popupCacel() |
184 | } else { | 184 | } else { |
185 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 185 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
186 | } | 186 | } |
187 | }).catch(() => { | 187 | }).catch(() => { |
188 | this.loading = false | 188 | this.loading = false | ... | ... |
... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
126 | } | 126 | } |
127 | this.$popupCacel() | 127 | this.$popupCacel() |
128 | } else { | 128 | } else { |
129 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
130 | } | 130 | } |
131 | }).catch(() => { | 131 | }).catch(() => { |
132 | this.loading = false | 132 | this.loading = false | ... | ... |
... | @@ -125,7 +125,7 @@ | ... | @@ -125,7 +125,7 @@ |
125 | } | 125 | } |
126 | this.$popupCacel() | 126 | this.$popupCacel() |
127 | } else { | 127 | } else { |
128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
129 | } | 129 | } |
130 | }).catch(() => { | 130 | }).catch(() => { |
131 | this.loading = false | 131 | this.loading = false | ... | ... |
... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
134 | } | 134 | } |
135 | this.$popupCacel() | 135 | this.$popupCacel() |
136 | } else { | 136 | } else { |
137 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 137 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
138 | } | 138 | } |
139 | }).catch(() => { | 139 | }).catch(() => { |
140 | this.loading = false | 140 | this.loading = false | ... | ... |
... | @@ -254,7 +254,7 @@ | ... | @@ -254,7 +254,7 @@ |
254 | } | 254 | } |
255 | this.$popupCacel() | 255 | this.$popupCacel() |
256 | } else { | 256 | } else { |
257 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 257 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
258 | } | 258 | } |
259 | }).catch(() => { | 259 | }).catch(() => { |
260 | this.loading = false | 260 | this.loading = false | ... | ... |
... | @@ -127,7 +127,7 @@ | ... | @@ -127,7 +127,7 @@ |
127 | } | 127 | } |
128 | this.$popupCacel() | 128 | this.$popupCacel() |
129 | } else { | 129 | } else { |
130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
131 | } | 131 | } |
132 | }).catch(() => { | 132 | }).catch(() => { |
133 | this.loading = false | 133 | this.loading = false | ... | ... |
... | @@ -129,7 +129,7 @@ | ... | @@ -129,7 +129,7 @@ |
129 | } | 129 | } |
130 | this.$popupCacel() | 130 | this.$popupCacel() |
131 | } else { | 131 | } else { |
132 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 132 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
133 | } | 133 | } |
134 | }).catch(() => { | 134 | }).catch(() => { |
135 | this.loading = false | 135 | this.loading = false | ... | ... |
... | @@ -127,7 +127,7 @@ | ... | @@ -127,7 +127,7 @@ |
127 | } | 127 | } |
128 | this.$popupCacel() | 128 | this.$popupCacel() |
129 | } else { | 129 | } else { |
130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
131 | } | 131 | } |
132 | }).catch(() => { | 132 | }).catch(() => { |
133 | this.loading = false | 133 | this.loading = false | ... | ... |
... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
134 | } | 134 | } |
135 | this.$popupCacel() | 135 | this.$popupCacel() |
136 | } else { | 136 | } else { |
137 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 137 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
138 | } | 138 | } |
139 | }).catch(() => { | 139 | }).catch(() => { |
140 | this.loading = false | 140 | this.loading = false | ... | ... |
... | @@ -125,7 +125,7 @@ | ... | @@ -125,7 +125,7 @@ |
125 | this.$popupCacel() | 125 | this.$popupCacel() |
126 | } | 126 | } |
127 | } else { | 127 | } else { |
128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
129 | } | 129 | } |
130 | }).catch(() => { | 130 | }).catch(() => { |
131 | this.loading = false | 131 | this.loading = false | ... | ... |
... | @@ -123,7 +123,7 @@ | ... | @@ -123,7 +123,7 @@ |
123 | } | 123 | } |
124 | this.$popupCacel() | 124 | this.$popupCacel() |
125 | } else { | 125 | } else { |
126 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 126 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
127 | } | 127 | } |
128 | }).catch(() => { | 128 | }).catch(() => { |
129 | this.loading = false | 129 | this.loading = false | ... | ... |
... | @@ -125,7 +125,7 @@ | ... | @@ -125,7 +125,7 @@ |
125 | } | 125 | } |
126 | this.$popupCacel() | 126 | this.$popupCacel() |
127 | } else { | 127 | } else { |
128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
129 | } | 129 | } |
130 | }).catch(() => { | 130 | }).catch(() => { |
131 | this.loading = false | 131 | this.loading = false | ... | ... |
... | @@ -125,7 +125,7 @@ | ... | @@ -125,7 +125,7 @@ |
125 | this.$popupCacel() | 125 | this.$popupCacel() |
126 | } | 126 | } |
127 | } else { | 127 | } else { |
128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 128 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
129 | } | 129 | } |
130 | }).catch(() => { | 130 | }).catch(() => { |
131 | this.loading = false | 131 | this.loading = false | ... | ... |
... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
126 | } | 126 | } |
127 | this.$popupCacel() | 127 | this.$popupCacel() |
128 | } else { | 128 | } else { |
129 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 129 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
130 | } | 130 | } |
131 | }).catch(() => { | 131 | }).catch(() => { |
132 | this.loading = false | 132 | this.loading = false | ... | ... |
... | @@ -127,7 +127,7 @@ | ... | @@ -127,7 +127,7 @@ |
127 | } | 127 | } |
128 | this.$popupCacel() | 128 | this.$popupCacel() |
129 | } else { | 129 | } else { |
130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%') | 130 | ywPopupDialog("申请错误明细", "components/ywdialog", { message: res.message, result: res.result }, '36%', true) |
131 | } | 131 | } |
132 | }).catch(() => { | 132 | }).catch(() => { |
133 | this.loading = false | 133 | this.loading = false | ... | ... |
... | @@ -148,7 +148,6 @@ | ... | @@ -148,7 +148,6 @@ |
148 | * @author: renchao | 148 | * @author: renchao |
149 | */ | 149 | */ |
150 | sqywlxClick (item) { | 150 | sqywlxClick (item) { |
151 | console.log("item", item); | ||
152 | this.btnDisabled = true; | 151 | this.btnDisabled = true; |
153 | this.selectType = item.type; | 152 | this.selectType = item.type; |
154 | this.sqywQllxList.forEach(item => { | 153 | this.sqywQllxList.forEach(item => { |
... | @@ -236,7 +235,6 @@ | ... | @@ -236,7 +235,6 @@ |
236 | getRepairBiz () { | 235 | getRepairBiz () { |
237 | getRepairBiz().then(res => { | 236 | getRepairBiz().then(res => { |
238 | if (res) { | 237 | if (res) { |
239 | console.log("res", res); | ||
240 | this.djqxList = res.result; | 238 | this.djqxList = res.result; |
241 | } | 239 | } |
242 | }) | 240 | }) |
... | @@ -260,7 +258,6 @@ | ... | @@ -260,7 +258,6 @@ |
260 | dialogClick () { | 258 | dialogClick () { |
261 | this.openDialog(); | 259 | this.openDialog(); |
262 | }, | 260 | }, |
263 | //收藏操作 | ||
264 | /** | 261 | /** |
265 | * @description: 收藏操作 | 262 | * @description: 收藏操作 |
266 | * @param {*} item | 263 | * @param {*} item |
... | @@ -358,7 +355,6 @@ | ... | @@ -358,7 +355,6 @@ |
358 | this.handleSelectYw(item, list) | 355 | this.handleSelectYw(item, list) |
359 | this.openDialog() | 356 | this.openDialog() |
360 | }, | 357 | }, |
361 | // 选择不动产信息 | ||
362 | /** | 358 | /** |
363 | * @description: 选择不动产信息 | 359 | * @description: 选择不动产信息 |
364 | * @author: renchao | 360 | * @author: renchao |
... | @@ -372,11 +368,9 @@ | ... | @@ -372,11 +368,9 @@ |
372 | */ | 368 | */ |
373 | openDialog () { | 369 | openDialog () { |
374 | let title = this.selectParam.djywmc; | 370 | let title = this.selectParam.djywmc; |
375 | if(this.selectParam.nodetype=="djqx"){ | 371 | if (this.selectParam.nodetype == "djqx") { |
376 | title+="("+this.selectParam.nodename+")"; | 372 | title += "(" + this.selectParam.nodename + ")"; |
377 | } | 373 | } |
378 | //let title = "申请业务:"; | ||
379 | //console.log(title); | ||
380 | this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "90%", true) | 374 | this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "90%", true) |
381 | }, | 375 | }, |
382 | /** | 376 | /** | ... | ... |
-
Please register or sign in to post a comment