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
a036215b
authored
2023-07-11 09:17:06 +0800
by
xiaomiao
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
227ebca4
184f471c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
23 deletions
src/views/djbworkflow/workFrame.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/djbworkflow/workFrame.vue
View file @
a036215
This diff is collapsed.
Click to expand it.
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
a036215
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
04 16:23:54
* @LastEditTime: 2023-07-
10 15:16:48
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -130,25 +130,14 @@
<el-input
v-model=
"ruleForm.tdsyq.mjdw"
></el-input>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"8"
>
<el-form-item
label=
"下拉表格测试:"
>
<select-table
v-model=
"value2"
:table-width=
"600"
:props=
"props"
@
change=
"change"
>
<el-table-column
prop=
"id"
label=
"ID"
width=
"180"
></el-table-column>
<el-table-column
prop=
"user"
label=
"姓名"
></el-table-column>
</select-table>
</el-form-item>
</el-col>
-->
</el-row>
<div
class=
"slxx_title title-block"
>
<div
class=
"slxx_title title-block"
>
土地用途
<div
class=
"triangle"
></div>
</div>
<tdytTable
:tableData=
"ruleForm.tdytqxList"
@
upDateTdytxxList=
"upDateTdytxxList"
/>
@
upDateTdytxxList=
"upDateTdytxxList"
/>
<div
class=
"slxx_title title-block"
>
权利人信息
<div
class=
"triangle"
></div>
...
...
@@ -218,11 +207,10 @@
<
script
>
import
{
mapGetters
}
from
"vuex"
import
{
Init
,
saveData
}
from
"@/api/workflow/tdsyqFlow.js"
import
tdytTable
from
"@/views/workflow/components/tdytTable"
;
import
tdytTable
from
"@/views/workflow/components/tdytTable"
;
import
qlrCommonTable
from
"@/views/workflow/components/qlrCommonTable"
import
selectTable
from
'@/components/selectTable/index.vue'
export
default
{
components
:
{
qlrCommonTable
,
selectTable
,
tdytTable
},
components
:
{
qlrCommonTable
,
tdytTable
},
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
...
...
@@ -270,12 +258,12 @@
}
},
methods
:
{
// 更新土地用途信息
upDateTdytxxList
(
val
)
{
console
.
log
(
"VAL"
,
val
);
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
// 更新土地用途信息
upDateTdytxxList
(
val
)
{
console
.
log
(
"VAL"
,
val
);
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
// 更新权利人信息
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrList
&&
(
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
))
...
...
Please
register
or
sign in
to post a comment