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
8a757bf9
authored
2023-08-07 17:57:32 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
16379733
c75cb622
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/guidePage.vue
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
View file @
8a757bf
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Autor: renchao
:show-message="false"
* @LastEditTime: 2023-08-0
3 14:56:50
* @LastEditTime: 2023-08-0
7 17:32:31
610102123666GS00003W00000000
-->
<
template
>
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
8a757bf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-0
2 10:02:46
* @LastEditTime: 2023-08-0
7 17:31:43
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -96,16 +96,16 @@
</el-col>
</el-row>
<el-row>
<el-col
:span=
"
7
"
>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"项目名称"
>
<el-input
placeholder=
"请输入项目名称"
v-model=
"querydzForm.xmmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
class=
"btnColRight"
>
<el-col
:span=
"
18
"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
11
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
8a757bf
...
...
@@ -198,10 +198,11 @@
if
(
data
[
index
].
sffqlc
==
"1"
)
{
this
.
selectParam
=
data
[
index
];
this
.
btnDisabled
=
false
;
// this.djqxList = []
}
else
{
this
.
btnDisabled
=
true
;
this
.
getNextNode
(
data
[
index
].
bsmSqyw
);
}
this
.
getNextNode
(
data
[
index
].
bsmSqyw
);
},
//获取下个节点类型数据
/**
...
...
Please
register
or
sign in
to post a comment