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
976be9b6
authored
2022-08-25 14:32:16 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请业务规则配置
1 parent
396758de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
src/views/system/sqywgz/components/djqxsd.vue
src/views/system/sqywgz/components/editDialog.vue
src/views/system/sqywgz/components/djqxsd.vue
View file @
976be9b
...
...
@@ -85,9 +85,9 @@ export default {
width
:
'140'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
radio
-
group
v
-
model
=
{
scope
.
row
.
sfqy
}
disabled
=
{
scope
.
row
.
sftsdjqx
==
'1'
}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
<
el
-
radio
label
=
{
1
}
>
启用
<
/el-radio
>
<
el
-
radio
label
=
{
0
}
>
禁用
<
/el-radio
>
<
el
-
radio
-
group
v
-
model
=
{
scope
.
row
.
enabled
}
disabled
=
{
scope
.
row
.
sftsdjqx
==
'1'
}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
<
el
-
radio
label
=
{
'1'
}
>
启用
<
/el-radio
>
<
el
-
radio
label
=
{
'0'
}
>
禁用
<
/el-radio
>
<
/el-radio-group
>
)
}
...
...
@@ -107,9 +107,9 @@ export default {
width
:
'140'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
radio
-
group
v
-
model
=
{
scope
.
row
.
sfqymb
}
disabled
=
{
scope
.
row
.
sftsdjqx
==
'1'
}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
<
el
-
radio
label
=
{
1
}
>
启用
<
/el-radio
>
<
el
-
radio
label
=
{
0
}
>
禁用
<
/el-radio
>
<
el
-
radio
-
group
v
-
model
=
{
scope
.
row
.
sfqy
djyy
mb
}
disabled
=
{
scope
.
row
.
sftsdjqx
==
'1'
}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
}}
>
<
el
-
radio
label
=
{
'1'
}
>
启用
<
/el-radio
>
<
el
-
radio
label
=
{
'0'
}
>
禁用
<
/el-radio
>
<
/el-radio-group
>
)
}
...
...
src/views/system/sqywgz/components/editDialog.vue
View file @
976be9b
...
...
@@ -68,16 +68,16 @@
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"是否启用"
prop=
"
sfqy
"
>
<el-radio-group
v-model=
"ruleForm.
sfqy
"
>
<el-radio
:
label=
"1"
>
启用
</el-radio>
<el-radio
:
label=
"0"
>
禁用
</el-radio>
<el-form-item
label=
"是否启用"
prop=
"
enabled
"
>
<el-radio-group
v-model=
"ruleForm.
enabled
"
>
<el-radio
label=
"1"
>
启用
</el-radio>
<el-radio
label=
"0"
>
禁用
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"业务流程ID"
prop=
"
ywlc
"
>
<el-input
v-model=
"ruleForm.
ywlc
"
></el-input>
<el-form-item
label=
"业务流程ID"
prop=
"
flowid
"
>
<el-input
v-model=
"ruleForm.
flowid
"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -96,18 +96,18 @@
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记原因设置"
prop=
"
djyysz
"
>
<el-radio-group
v-model=
"ruleForm.
djyysz
"
>
<el-radio
:
label=
"1"
>
启用
</el-radio>
<el-radio
:
label=
"0"
>
禁用
</el-radio>
<el-form-item
label=
"登记原因设置"
prop=
"
sfqydjyymb
"
>
<el-radio-group
v-model=
"ruleForm.
sfqydjyymb
"
>
<el-radio
label=
"1"
>
启用
</el-radio>
<el-radio
label=
"0"
>
禁用
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"登记原因模板"
prop=
"djyy
mb
"
>
<el-input
type=
"textarea"
:rows=
"4"
placeholder=
"请输入内容"
v-model=
"ruleForm.djyy
mb
"
>
<el-form-item
label=
"登记原因模板"
prop=
"djyy"
>
<el-input
type=
"textarea"
:rows=
"4"
placeholder=
"请输入内容"
v-model=
"ruleForm.djyy"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -180,11 +180,11 @@ export default {
fqywdylx
:
''
,
djywbm
:
''
,
djywmc
:
''
,
sfqy
:
1
,
ywlc
:
''
,
enabled
:
'1'
,
flowid
:
''
,
djqxcl
:
''
,
djyysz
:
1
,
djyy
mb
:
''
sfqydjyymb
:
'1'
,
djyy
:
''
},
requested
:
false
,
fileList
:
[],
...
...
Please
register
or
sign in
to post a comment