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
22c5ff02
authored
2023-08-30 14:15:17 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:图形定位
1 parent
1311e185
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
src/views/workflow/mixin/index.js
src/views/workflow/workFrame.vue
src/views/workflow/mixin/index.js
View file @
22c5ff0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
16 08:59:32
* @LastEditTime: 2023-08-
30 14:13:47
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -14,9 +14,9 @@ import {
getWorkFlowImage
,
getPrintApplicationInfo
,
deleteFlow
,
unClaimTask
unClaimTask
,
getZdInfo
}
from
"@/api/workFlow.js"
;
import
{
mapGetters
}
from
'vuex'
import
{
getZrzbsmList
}
from
"@/api/search.js"
;
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
export
default
{
...
...
@@ -43,7 +43,6 @@ export default {
this
.
flowInitParam
();
},
methods
:
{
//加载流程初始参数
/**
* @description: 加载流程初始参数
* @author: renchao
...
...
@@ -174,7 +173,10 @@ export default {
break
;
// 图形定位
case
"B-TXDW"
:
this
.
$popupDialog
(
'图形定位'
,
'workflow/components/dialog/txdw'
,
{
bsmZd
:
this
.
bsmZd
},
'85%'
,
true
)
getZdInfo
(
this
.
currentSelectProps
.
bdcdyid
).
then
(
res
=>
{
this
.
bsmZd
=
res
?.
result
[
0
]?.
bsmZd
this
.
$popupDialog
(
'图形定位'
,
'workflow/components/dialog/txdw'
,
{
bsmZd
:
this
.
bsmZd
},
'85%'
,
true
)
})
break
;
case
"back"
:
//退回按钮
this
.
$popupDialog
(
"退回"
,
"workflow/components/th"
,
{
...
...
src/views/workflow/workFrame.vue
View file @
22c5ff0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-30 14:
03:0
5
* @LastEditTime: 2023-08-30 14:
14:5
5
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -133,9 +133,6 @@
*/
getCurrentSelectProps
(
val
)
{
this
.
currentSelectProps
=
val
getZdInfo
(
val
.
bdcdyid
).
then
(
res
=>
{
this
.
bsmZd
=
res
?.
result
[
0
]?.
bsmZd
})
},
/**
* @description: beforeunloadHandler
...
...
Please
register
or
sign in
to post a comment