style:已办箱
Showing
3 changed files
with
5 additions
and
10 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-19 09:28:13 | 4 | * @LastEditTime: 2023-10-08 08:35:11 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="clxx"> | 7 | <div class="clxx"> |
... | @@ -256,9 +256,6 @@ | ... | @@ -256,9 +256,6 @@ |
256 | }; | 256 | }; |
257 | //是否公共材料 | 257 | //是否公共材料 |
258 | obj["bsmSldy"] = this.$parent.currentSelectProps.bsmRepair; | 258 | obj["bsmSldy"] = this.$parent.currentSelectProps.bsmRepair; |
259 | if (this.$route.query.sqywbm == "DJBBL") { | ||
260 | obj.bsmSldy = this.$parent.bsmRepair | ||
261 | } | ||
262 | saveClml(obj).then(async (res) => { | 259 | saveClml(obj).then(async (res) => { |
263 | if (res.code == 200) { | 260 | if (res.code == 200) { |
264 | let res = await this.clmlInitList(2); | 261 | let res = await this.clmlInitList(2); | ... | ... |
... | @@ -63,10 +63,8 @@ class data extends filter { | ... | @@ -63,10 +63,8 @@ class data extends filter { |
63 | minWidth: '100', | 63 | minWidth: '100', |
64 | render: (h, scope) => { | 64 | render: (h, scope) => { |
65 | return ( | 65 | return ( |
66 | <el-tooltip effect="dark" content={this.joinItem(scope.row.ywh)} placement="top" popper-class="tooltip-width "> | 66 | <el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link> |
67 | <el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link> | 67 | ) |
68 | </el-tooltip> | ||
69 | ); | ||
70 | } | 68 | } |
71 | }, | 69 | }, |
72 | { | 70 | { | ... | ... |
... | @@ -277,14 +277,14 @@ | ... | @@ -277,14 +277,14 @@ |
277 | item.djywbm = "DJBBL"; | 277 | item.djywbm = "DJBBL"; |
278 | const { href } = this.$router.resolve( | 278 | const { href } = this.$router.resolve( |
279 | "/djbworkFrameview?bsmSlsq=" + item.bsmSlsq + | 279 | "/djbworkFrameview?bsmSlsq=" + item.bsmSlsq + |
280 | "&bsmBusiness=" + item.bsmBusiness + | 280 | "&bestepid=" + item.bestepid + |
281 | "&sqywbm=" + item.djywbm | 281 | "&sqywbm=" + item.djywbm |
282 | ); | 282 | ); |
283 | window.open(href, `djbworkFrameview${item.bsmSlsq}`); | 283 | window.open(href, `djbworkFrameview${item.bsmSlsq}`); |
284 | } else { | 284 | } else { |
285 | const { href } = this.$router.resolve( | 285 | const { href } = this.$router.resolve( |
286 | "/workFrameView?bsmSlsq=" + item.bsmSlsq + | 286 | "/workFrameView?bsmSlsq=" + item.bsmSlsq + |
287 | "&bsmBusiness=" + item.bsmBusiness | 287 | "&bestepid=" + item.bestepid |
288 | ); | 288 | ); |
289 | window.open(href, `workFrameView${item.bsmSlsq}`) | 289 | window.open(href, `workFrameView${item.bsmSlsq}`) |
290 | } | 290 | } | ... | ... |
-
Please register or sign in to post a comment