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
1268fc55
authored
2023-10-08 09:10:32 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:已办箱
1 parent
f809a52e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
10 deletions
src/views/djbworkflow/components/clxx/index.vue
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/ybx/ybx.vue
src/views/djbworkflow/components/clxx/index.vue
View file @
1268fc5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-19 09:28:13
* @LastEditTime: 2023-
10-08 08:35:11
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -256,9 +256,6 @@
};
//是否公共材料
obj
[
"bsmSldy"
]
=
this
.
$parent
.
currentSelectProps
.
bsmRepair
;
if
(
this
.
$route
.
query
.
sqywbm
==
"DJBBL"
)
{
obj
.
bsmSldy
=
this
.
$parent
.
bsmRepair
}
saveClml
(
obj
).
then
(
async
(
res
)
=>
{
if
(
res
.
code
==
200
)
{
let
res
=
await
this
.
clmlInitList
(
2
);
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
1268fc5
...
...
@@ -63,10 +63,8 @@ class data extends filter {
minWidth
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
this
.
joinItem
(
scope
.
row
.
ywh
)}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
this
.
joinItem
(
scope
.
row
.
ywh
)}
<
/el-link
>
<
/el-tooltip
>
);
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
this
.
joinItem
(
scope
.
row
.
ywh
)}
<
/el-link
>
)
}
},
{
...
...
src/views/ywbl/ybx/ybx.vue
View file @
1268fc5
...
...
@@ -277,14 +277,14 @@
item
.
djywbm
=
"DJBBL"
;
const
{
href
}
=
this
.
$router
.
resolve
(
"/djbworkFrameview?bsmSlsq="
+
item
.
bsmSlsq
+
"&b
smBusiness="
+
item
.
bsmBusiness
+
"&b
estepid="
+
item
.
bestepid
+
"&sqywbm="
+
item
.
djywbm
);
window
.
open
(
href
,
`djbworkFrameview
${
item
.
bsmSlsq
}
`
);
}
else
{
const
{
href
}
=
this
.
$router
.
resolve
(
"/workFrameView?bsmSlsq="
+
item
.
bsmSlsq
+
"&b
smBusiness="
+
item
.
bsmBusiness
"&b
estepid="
+
item
.
bestepid
);
window
.
open
(
href
,
`workFrameView
${
item
.
bsmSlsq
}
`
)
}
...
...
Please
register
or
sign in
to post a comment