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
d94bf034
authored
2024-01-25 18:01:43 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改在建工程抵押
1 parent
3ee57c9c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
src/api/workflow/zjgcdyFlow.js
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
src/api/workflow/zjgcdyFlow.js
View file @
d94bf03
...
...
@@ -12,8 +12,12 @@ let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('Ap
* @author: renchao
*/
export
function
Init
(
data
)
{
let
apiUrl
=
"/rest/ywbl/zjgcdy/init"
;
if
(
data
.
get
(
"djlx"
)
==
"400"
)
{
apiUrl
=
"/rest/ywbl/zjgcdy/logoutInit"
;
}
return
request
({
url
:
SERVER
.
SERVERAPI
+
"/rest/ywbl/zjgcdy/init"
,
url
:
SERVER
.
SERVERAPI
+
apiUrl
,
method
:
'post'
,
data
})
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
d94bf03
...
...
@@ -59,7 +59,7 @@
<div
class=
"slxx_title title-block"
v-if=
"ruleForm.slsq.djywbm.includes('100')"
>
<el-row>
<el-col
:span=
"19"
>
<p>
房屋信息列表
</p>
<p>
房屋信息列表
(
{{
ruleForm
.
hlist
.
length
}}
户)
</p>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"发证方式:"
:disabled=
"!viewEdit"
>
...
...
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
View file @
d94bf03
...
...
@@ -55,7 +55,8 @@
抵押户信息列表信息(
{{
ruleForm
.
hlist
.
length
}}
户)
<div
class=
"triangle"
></div>
</div>
<qjhTable
:tableData=
"ruleForm.hlist"
/>
<cfBdcdyTable
:tableData=
"ruleForm.qlxxList"
v-if=
"ruleForm.slsq.djywbm.includes('400')"
/>
<qjhTable
v-else
:tableData=
"ruleForm.hlist"
/>
<div
class=
"slxx_title title-block"
>
抵押信息
<div
class=
"triangle"
></div>
...
...
@@ -293,6 +294,7 @@
</
template
>
<
script
>
import
qjhTable
from
"@/views/workflow/components/qjhTable"
;
import
cfBdcdyTable
from
"@/views/workflow/components/cfBdcdyTable"
;
import
qlrCommonTable
from
"@/views/workflow/components/qlrCommonTable"
;
import
{
bacthInit
,
saveBatchData
}
from
"@/api/workflow/zjgcdyFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
...
...
@@ -333,7 +335,7 @@
this
.
loading
=
false
})
},
components
:
{
qlrCommonTable
,
qjhTable
},
components
:
{
qlrCommonTable
,
qjhTable
,
cfBdcdyTable
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
]),
},
...
...
Please
register
or
sign in
to post a comment