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
40d0112d
authored
2023-07-14 11:27:03 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请模块功能完善
1 parent
e02657ac
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
53 deletions
src/components/LbTable/lb-table.vue
src/views/workflow/components/tdytTable.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/components/LbTable/lb-table.vue
View file @
40d0112
...
...
@@ -127,7 +127,7 @@
// 单选
singleElection
(
row
)
{
this
.
selected
=
this
.
data
.
indexOf
(
row
);
this
.
$emit
(
'row-click'
,
row
)
//
this.$emit('row-click', row)
},
tableRowClassName
({
row
,
rowIndex
})
{
...
...
src/views/workflow/components/tdytTable.vue
View file @
40d0112
...
...
@@ -69,12 +69,12 @@
</el-date-picker>
</
template
>
</el-table-column>
<el-table-column
prop=
"syqx"
label=
"土地使用期限"
min-width=
"100"
>
<el-table-column
prop=
"
td
syqx"
label=
"土地使用期限"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-input
class=
"item"
:disabled=
"disabled"
v-model=
"scope.row.syqx"
v-model=
"scope.row.
td
syqx"
placeholder=
"请输入内容"
@
blur=
"addrow(scope.row)"
>
>
</el-input>
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
40d0112
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-1
1 10:01:58
* @LastEditTime: 2023-07-1
4 11:16:12
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -64,39 +64,32 @@
</el-row>
<el-row
:gutter=
"10"
v-if=
"ruleForm.fdcq2"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地用途:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.yt"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地使用起止时间:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.tdsyqzsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地使用期限:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.tdsyqx"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"ruleForm.qlxx"
>
<el-col
:span=
"8"
>
<!--
<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>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋性质:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.fwxzmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"ruleForm.qlxx"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋结构:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.fwjgmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"ruleForm.fdcq2"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"所在层:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.szc"
></el-input>
...
...
@@ -107,13 +100,13 @@
<el-input
disabled
v-model=
"ruleForm.fdcq2.zcs"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"ruleForm.fdcq2"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"竣工时间:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.jgsj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"建筑面积:"
>
<el-input
disabled
v-model=
"ruleForm.qlxx.mj"
></el-input>
...
...
@@ -124,6 +117,9 @@
<el-input
disabled
v-model=
"ruleForm.fdcq2.zyjzmj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"分摊建筑面积:"
>
<el-input
disabled
v-model=
"ruleForm.fdcq2.ftjzmj"
></el-input>
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
40d0112
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-1
1 10:05:03
* @LastEditTime: 2023-07-1
4 11:18:17
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -83,10 +83,15 @@
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"ruleForm.qlxx"
>
<el-col
:span=
"8"
>
<
!--
<
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>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋性质:"
>
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
40d0112
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-1
1 10:09:49
* @LastEditTime: 2023-07-1
4 11:09:33
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -74,18 +74,16 @@
<el-input
disabled
v-model=
"ruleForm.zdjbxx.zdmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<
!--
<
el-col
:span=
"8"
>
<el-form-item
label=
"土地用途:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.ghytmc"
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"8"
>
<el-form-item
label=
"权利设定方式:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.qlsdfsmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"取得价格:"
>
<div
style=
"display:flex"
>
...
...
@@ -98,23 +96,11 @@
</div>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"坐落:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.zl"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用期限:"
>
<el-input
disabled
v-model=
"ruleForm.jsydsyq.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"使用权起止时间:"
>
<el-input
disabled
v-model=
"ruleForm.jsydsyq.syqqzsj"
></el-input>
<el-col
:span=
"24"
>
<el-form-item
label=
"坐落:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.zl"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
40d0112
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-14 11:0
2:12
* @LastEditTime: 2023-07-14 11:0
6:27
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -75,13 +75,13 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"
土地用途
:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.
ghyt
mc"
></el-input>
<el-form-item
label=
"
权利设定方式
:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.
qlsdfs
mc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"
权利设定方式
:"
>
<el-input
disabled
v-model=
"ruleForm.zdjbxx.qlsdfsmc
"
></el-input>
<el-form-item
label=
"
面积单位
:"
>
<el-input
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation
"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -174,11 +174,6 @@
</div>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"面积单位:"
>
<el-input
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
></el-input>
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
土地用途
...
...
Please
register
or
sign in
to post a comment