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
66b1bf62
authored
2022-10-17 10:15:35 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理申请
1 parent
0329f127
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
12 deletions
src/views/workflow/components/InformationTable.vue
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/diyaq/slxx.vue
src/views/ywbl/jsydsyq/slxx.vue
src/views/ywbl/ybx/ybx.vue
src/views/workflow/components/InformationTable.vue
View file @
66b1bf6
...
...
@@ -72,6 +72,10 @@ export default {
icon
=
"el-icon-edit-outline"
type
=
"text"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
$index
,
scope
.
row
)
}}
>
编辑
<
/el-button
>
<
el
-
button
icon
=
"el-icon-view"
type
=
"text"
onClick
=
{()
=>
{
this
.
handleView
(
scope
.
$index
,
scope
.
row
)
}}
>
查看
<
/el-button
>
<
/div
>
)
}
...
...
@@ -121,6 +125,9 @@ export default {
handleEdit
()
{
this
.
dialog
=
true
},
handleView
()
{
this
.
dialog
=
true
}
}
}
</
script
>
...
...
src/views/ywbl/dbx/dbx.vue
View file @
66b1bf6
...
...
@@ -171,7 +171,7 @@ export default {
})
},
ywhClick
(
item
)
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrame?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
'&
viewtype=1'
+
'&
sqywbm='
+
item
.
djywbm
);
const
{
href
}
=
this
.
$router
.
resolve
(
'/workFrame?bsmSlsq='
+
item
.
bsmSlsq
+
'&bestepid='
+
item
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
item
.
djywbm
);
window
.
open
(
href
,
'_blank'
);
}
}
...
...
src/views/ywbl/diyaq/slxx.vue
View file @
66b1bf6
...
...
@@ -170,7 +170,7 @@
</el-col>
</el-row>
<InformationTable
:tableData=
"ruleForm.qlrxx"
:gyfs=
"ruleForm.gyfs"
/>
<div
class=
"slxx_title"
>
登记原因
{{
flag
}}
</div>
<div
class=
"slxx_title"
>
登记原因
</div>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
...
...
@@ -179,7 +179,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -195,7 +195,7 @@ export default {
async
created
()
{
this
.
propsParam
=
this
.
$attrs
;
Init
({
bsmSldy
:
this
.
propsParam
.
bsmSldy
.
split
(
","
)
bsmSldy
:
this
.
propsParam
.
bsmSldy
.
split
(
","
)
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
{
...
...
@@ -256,7 +256,7 @@ export default {
methods
:
{
list
(
bsmSldy
)
{
Init
({
bsmSldy
:
bsmSldy
.
split
(
','
)
bsmSldy
:
bsmSldy
.
split
(
','
)
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
{
...
...
src/views/ywbl/jsydsyq/slxx.vue
View file @
66b1bf6
...
...
@@ -75,8 +75,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利设定方式:"
prop=
"qlsdfs"
>
<el-input
disabled
v-model=
"ruleForm.qlsdfsmc"
></el-input>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"权利设定方式:"
prop=
"qlsdfs"
>
<el-input
disabled
v-model=
"ruleForm.qlsdfsmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -142,16 +142,17 @@
</el-col>
</el-row>
<InformationTable
:tableData=
"ruleForm.qlrxx"
:gyfs=
"ruleForm.gyfs"
/>
<div
class=
"slxx_title"
>
登记原因
{{
flag
}}
</div>
<div
class=
"slxx_title"
>
登记原因
</div>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
v-model=
"ruleForm.djyy"
></el-input>
<el-input
class=
"textArea"
type=
"textarea"
:disabled=
"$route.query.viewtype"
v-model=
"ruleForm.djyy"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
src/views/ywbl/ybx/ybx.vue
View file @
66b1bf6
...
...
@@ -50,7 +50,8 @@
<i
class=
"el-icon-circle-close"
@
click=
"handelItem(index)"
></i>
</li>
</ul>
<el-button
class=
"clean-btn"
type=
"text"
v-if=
"searchList.length>0"
@
click
.
native=
"hanldeCleanAll"
>
清除全部
</el-button>
<el-button
class=
"clean-btn"
type=
"text"
v-if=
"searchList.length>0"
@
click
.
native=
"hanldeCleanAll"
>
清除全部
</el-button>
</el-row>
</el-form>
</div>
...
...
@@ -83,7 +84,6 @@ export default {
},
data
()
{
return
{
queryForm
:
{
ywly
:
""
,
qllx
:
""
,
...
...
Please
register
or
sign in
to post a comment