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
b777d9bf
authored
2024-03-27 14:05:24 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改计费相关功能
1 parent
3dc796b6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
22 deletions
src/views/workflow/main/sfxx/index.vue
src/views/workflow/main/sfxx/sfDetail.vue
src/views/workflow/main/slsqxx/diyaq/slxx.vue
src/views/workflow/main/sfxx/index.vue
View file @
b777d9b
...
...
@@ -113,44 +113,49 @@
tableDatajf
:
{
columns
:
[
{
prop
:
"
jfjs
"
,
label
:
"
计费基数
"
,
prop
:
"
bdcdyh
"
,
label
:
"
不动产单元号
"
,
},
{
prop
:
"
jflx
"
,
label
:
"
计费类型
"
,
prop
:
"
zl
"
,
label
:
"
坐落
"
,
},
{
prop
:
"
jflx
mc"
,
label
:
"
计费类型
名称"
,
prop
:
"
qlr
mc"
,
label
:
"
权利人
名称"
,
},
{
prop
:
"y
sje
"
,
label
:
"
应收金额
"
,
prop
:
"y
wrmc
"
,
label
:
"
义务人名称
"
,
},
{
prop
:
"
zkhysje
"
,
label
:
"
折扣后应收金额
"
,
prop
:
"
qlxzmc
"
,
label
:
"
性质
"
,
},
{
prop
:
"ql
r
mc"
,
label
:
"
权利人名称
"
,
prop
:
"ql
mj
mc"
,
label
:
"
面积
"
,
},
{
prop
:
"
ywr
mc"
,
label
:
"
义务人名称
"
,
prop
:
"
qlyt
mc"
,
label
:
"
用途
"
,
},
{
prop
:
"
qlyt
mc"
,
label
:
"
权利用途名称
"
,
prop
:
"
jflx
mc"
,
label
:
"
计费类型
"
,
},
{
prop
:
"
qlxzmc
"
,
label
:
"
权利性质名称
"
,
prop
:
"
ysje
"
,
label
:
"
应收金额
"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
prop
:
"jfjs"
,
label
:
"计费基数"
,
},
{
prop
:
"zkhysje"
,
label
:
"折扣后应收金额"
,
}
],
data
:
[],
...
...
src/views/workflow/main/sfxx/sfDetail.vue
View file @
b777d9b
...
...
@@ -5,7 +5,7 @@
</lb-table>
<div
class=
"text-center"
>
<el-button
type=
"primary"
@
click=
"hanldeRecharge"
>
重
新计费
</el-button>
<el-button
type=
"primary"
@
click=
"hanldeRecharge"
>
重
置
</el-button>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit"
plain
>
保存
</el-button>
</div>
...
...
src/views/workflow/main/slsqxx/diyaq/slxx.vue
View file @
b777d9b
...
...
@@ -126,7 +126,8 @@
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"原不动产证号:"
>
<el-input
disabled
v-model=
"ruleForm.sldy.ybdcqzsh"
></el-input>
<el-input
v-if=
"ruleForm.sldy.djlx=='100'"
disabled
></el-input>
<el-input
v-else
disabled
v-model=
"ruleForm.sldy.ybdcqzsh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
Please
register
or
sign in
to post a comment