Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f3fb7fa5
authored
2023-09-12 13:44:19 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:移动
1 parent
ec8a3d61
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
src/views/xxba/components/clxx/dialog/imagePreview.vue
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/views/xxba/components/clxx/dialog/imagePreview.vue
View file @
f3fb7fa
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-12
08:51:36
* @LastEditTime: 2023-09-12
13:42:11
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -136,7 +136,6 @@
this
.
scanTitle
=
'打开高拍仪'
}
},
// 左右移动
/**
* @description: 左右移动
* @param {*} direction
...
...
@@ -144,11 +143,15 @@
*/
handleMove
(
direction
)
{
move
(
this
.
previewImg
.
imgList
[
this
.
previewImg
.
index
].
bsmFile
,
direction
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$emit
(
'updateList'
,
{
children
:
res
.
result
,
bsmMaterial
:
this
.
previewImg
.
bsmMaterial
})
this
.
$message
({
message
:
'移动成功!'
,
type
:
'success'
})
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
},
/**
...
...
src/views/ywbl/dbx/dbx.vue
View file @
f3fb7fa
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-12 1
1:26:18
* @LastEditTime: 2023-09-12 1
3:39:20
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -293,7 +293,6 @@
* @author: renchao
*/
ywhClick
(
item
)
{
sessionStorage
.
removeItem
(
'keyPath'
)
//判断用户是否拥有该任务的权限,若有则跳转,无权限则给予提示并刷新页面
judgeUserTaskPermission
({
bsmSlsq
:
item
.
bsmSlsq
,
...
...
src/views/ywbl/ybx/ybx.vue
View file @
f3fb7fa
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-12 1
1:25:49
* @LastEditTime: 2023-09-12 1
3:39:30
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -219,7 +219,6 @@
* @author: renchao
*/
ywhClick
(
item
)
{
sessionStorage
.
removeItem
(
'keyPath'
)
//有任务权限
if
(
item
.
sjlx
==
"3"
)
{
item
.
djywbm
=
"DJBBL"
;
...
...
@@ -241,9 +240,9 @@
);
window
.
open
(
href
,
`workFrameView
${
item
.
bsmSlsq
}
`
);
}
}
,
}
,
}
;
}
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
...
...
Please
register
or
sign in
to post a comment