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
fff8a182
authored
2023-09-15 11:01:34 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
6bc1eafc
d076e927
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
src/views/system/qtjfjmb/components/djbdispositions.vue
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
View file @
fff8a18
...
...
@@ -135,7 +135,7 @@
label=
"上手权利信息:"
prop=
"ssQlxx.bdcqzh"
:rules=
"rules.ssQlxxrules"
v-if=
"ruleForm.
cfdj.sfbxf == '1
'"
>
v-if=
"ruleForm.
qlxx.djlx == '300
'"
>
<select-table
v-model=
"ruleForm.ssQlxx"
:table-width=
"730"
...
...
@@ -190,9 +190,9 @@
label=
"是否被续封:"
prop=
"cfdj.sfbxf"
:rules=
"rules.sfbxfrules"
>
<el-radio-group
v-model=
"ruleForm.
cfdj.sfbxf
"
@
change=
"djlxchange"
>
<el-radio
label=
"
1
"
>
是
</el-radio>
<el-radio
label=
"
2
"
>
否
</el-radio>
<el-radio-group
v-model=
"ruleForm.
qlxx.djlx
"
@
change=
"djlxchange"
>
<el-radio
label=
"
800
"
>
是
</el-radio>
<el-radio
label=
"
300
"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
...
...
@@ -547,9 +547,9 @@
init
(
this
.
propsParam
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
ruleForm
=
res
.
result
;
if
(
this
.
ruleForm
.
cfdj
)
{
this
.
ruleForm
.
cfdj
.
sfbxf
=
"2"
}
//
if (this.ruleForm.cfdj) {
//
this.ruleForm.cfdj.sfbxf = "2"
//
}
this
.
isShow
=
true
;
let
djlx
=
this
.
ruleForm
.
qlxx
.
djlx
;
this
.
$endLoading
();
...
...
src/views/system/qtjfjmb/components/djbdispositions.vue
View file @
fff8a18
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment