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
3aac49e3
authored
2023-07-21 14:15:10 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请
1 parent
c6effa03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
10 deletions
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
3aac49e
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-21
09:50:20
* @LastEditTime: 2023-07-21
14:13:57
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -68,11 +68,6 @@
<el-input
disabled
v-model=
"ruleForm.fdcq2.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋用途:"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.ytmc"
></el-input>
</el-form-item>
</el-col>
-->
<el-col
:span=
"8"
>
<el-form-item
label=
"规划用途名称:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.ghytmc"
></el-input>
...
...
@@ -215,7 +210,7 @@
import
{
Init
,
saveData
}
from
"@/api/workflow/fwsyqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
crea
ted
()
{
moun
ted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
...
...
@@ -243,9 +238,24 @@
tdytOption
:
[],
czrOptions
:
[],
ruleForm
:
{
flow
:
{
ywh
:
''
},
qlxx
:
{
mj
:
''
},
sldy
:
{
gyfs
:
''
},
slsq
:
{
},
fdcq2
:
{
zyjzmj
:
''
,
ftjzmj
:
''
},
zdjbxx
:
{
ghytmc
:
''
}
},
//传递参数
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
3aac49e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 1
1:18:09
* @LastEditTime: 2023-07-21 1
3:56:38
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -311,6 +311,17 @@
}
})
},
handleSelectionChange
(
val
)
{
if
(
this
.
sqywInfo
.
sqywdylx
==
"1"
)
{
if
(
val
.
length
>
1
)
{
this
.
bdcdysz
=
[...
val
[
val
.
length
-
1
]];
}
else
{
this
.
bdcdysz
=
val
;
}
}
else
{
this
.
bdcdysz
=
val
;
}
},
/**
* @description: select
* @param {*} selection
...
...
@@ -326,7 +337,6 @@
if
(
selection
.
length
==
0
)
return
this
.
$refs
.
table
.
toggleRowSelection
(
row
,
true
);
}
},
/**
* @description: handleRowClick
...
...
@@ -356,7 +366,7 @@
}
else
{
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
}
}
,
}
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment