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
b9279566
authored
2024-01-30 09:58:13 +0800
by
赵千
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
义务人类型
1 parent
b4a9848c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
src/api/sfxx.js
src/views/registerBook/qlxxFormData.js
src/api/sfxx.js
View file @
b927956
...
...
@@ -33,4 +33,22 @@ export function deleteSfmx (bsmSf) {
bsmSf
:
bsmSf
}
})
}
\ No newline at end of file
}
export
function
getDlxxByBsmSldy
(
bsmSldy
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/dlxx/getDlxxByBsmSldy'
,
method
:
'get'
,
params
:
{
bsmSldy
:
bsmSldy
}
})
}
export
function
saveOrUpdateDlxx
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/dlxx/saveOrUpdateDlxx'
,
method
:
'post'
,
data
})
}
...
...
src/views/registerBook/qlxxFormData.js
View file @
b927956
...
...
@@ -779,7 +779,7 @@ class data extends filter {
label
:
"债务履行期限(债务确定期间)"
,
},
{
prop
:
"zgzqqdss
hse
"
,
prop
:
"zgzqqdss"
,
label
:
"最高债权确定事实和数额"
,
},
{
...
...
Please
register
or
sign in
to post a comment