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
6010c5de
authored
2024-01-26 14:50:23 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改在建工程
1 parent
c88a4847
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
src/api/workflow/zjgcdyFlow.js
src/views/registerBook/qlxxFormData.js
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
src/api/workflow/zjgcdyFlow.js
View file @
6010c5d
...
...
@@ -80,9 +80,13 @@ export function saveData (data, djlx) {
* @param {*} data
* @author: renchao
*/
export
function
saveBatchData
(
data
,
djlx
)
{
export
function
saveBatchData
(
data
,
djlx
)
{
let
apiUrl
=
"/rest/ywbl/zjgcdy/saveBatchData"
;
if
(
djlx
==
"400"
)
{
apiUrl
=
"/rest/ywbl/zjgcdy/saveLogoutBatchData"
;
}
return
request
({
url
:
SERVER
.
SERVERAPI
+
"/rest/ywbl/zjgcdy/saveBatchData"
,
url
:
SERVER
.
SERVERAPI
+
apiUrl
,
method
:
'post'
,
data
})
...
...
src/views/registerBook/qlxxFormData.js
View file @
6010c5d
...
...
@@ -756,6 +756,10 @@ class data extends filter {
label
:
"被担保主债权数额"
,
},
{
prop
:
"zgzqse"
,
label
:
"最高债权额"
,
},
{
prop
:
"dbfw"
,
label
:
"担保范围"
,
},
...
...
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
View file @
6010c5d
...
...
@@ -49,12 +49,19 @@
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
v-if=
"ruleForm.hlist && ruleForm.hlist.length > 0"
>
v-if=
"ruleForm.slsq.djywbm.includes('400')"
>
在建工程抵押信息列表(
{{
ruleForm
.
qlxxList
.
length
}}
户)
<div
class=
"triangle"
></div>
</div>
<div
class=
"slxx_title title-block"
v-else
>
抵押户信息列表信息(
{{
ruleForm
.
hlist
.
length
}}
户)
<div
class=
"triangle"
></div>
</div>
</div>
<cfBdcdyTable
:tableData=
"ruleForm.qlxxList"
v-if=
"ruleForm.slsq.djywbm.includes('400')"
/>
<qjhTable
v-else
:tableData=
"ruleForm.hlist"
/>
<div
class=
"slxx_title title-block"
>
...
...
Please
register
or
sign in
to post a comment