Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
4307ad37
authored
2023-01-18 10:24:36 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改相关逻辑代码
1 parent
3b713b21
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletions
src/api/business.js
src/components/business/djfDjGd.vue
src/components/business/qlfQlGzdj.vue
src/api/business.js
View file @
4307ad3
...
...
@@ -799,6 +799,25 @@ class business {
})
}
// 更正登记信息
async
getQlfQlGzdjById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QlfQlGzdj/detail'
,
method
:
'get'
,
params
:
{
bsmSjsb
:
bsmSjsb
}
})
}
// 更正登记信息-修改
async
updateQlfQlGzdj
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QlfQlGzdj/edit'
,
method
:
'post'
,
data
})
}
// 地役权信息
async
getQlfQlDyiqById
(
bsmSjsb
)
{
return
request
({
...
...
src/components/business/djfDjGd.vue
View file @
4307ad3
...
...
@@ -76,7 +76,7 @@
文件件数:
<br
/>
<p
class=
"label-detail"
>
(WJJS)
</p>
</span>
<el-input-number
controls-position=
"right"
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.WJJS"
type=
"number"
<el-input-number
controls-position=
"right"
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.WJJS"
type=
"number"
v-only-number=
"
{ max: 9999, min: 0, precision: 0 }" placeholder="文件件数">
</el-input-number>
</el-form-item>
</el-col>
...
...
src/components/business/qlfQlGzdj.vue
View file @
4307ad3
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment