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
e95e2c21
authored
2023-11-20 17:33:32 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
61cbd10e
76f3cd14
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
25 deletions
src/views/sqcx/dydjb/components/dydjbInfo.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/workflow/mixin/index.js
src/views/workflow/workFrame.vue
src/views/sqcx/dydjb/components/dydjbInfo.vue
View file @
e95e2c2
<
template
>
<div
class=
"jtfccx-edit"
>
<div
class=
"jtfccx-edit-con"
>
<b
class=
"title"
></b>
<b
class=
"title"
>
房屋状况
</b>
...
...
@@ -31,17 +30,16 @@
:pagination=
"false"
>
</lb-table>
</div>
</div>
</
template
>
<
script
>
import
{
datas
,
sendThis
}
from
"./infodata"
;
import
{
getFwmxInfo
}
from
"@/api/jtfc.js"
;
export
default
{
import
{
datas
,
sendThis
}
from
"./infodata"
;
import
{
getFwmxInfo
}
from
"@/api/jtfc.js"
;
export
default
{
props
:
{
formData
:
{
type
:
Object
,
default
:
()
=>
{
},
default
:
()
=>
{
},
},
},
data
()
{
...
...
@@ -69,7 +67,7 @@ export default {
};
},
mounted
()
{
if
(
this
.
formData
)
{
if
(
this
.
formData
)
{
this
.
getDetailInfo
()
}
},
...
...
@@ -79,14 +77,14 @@ export default {
* @param {*} data
* @author: renchao
*/
setResult
(
data
)
{
setResult
(
data
)
{
this
.
resultData
=
data
},
/**
* @description: getDetailInfo
* @author: renchao
*/
getDetailInfo
()
{
getDetailInfo
()
{
this
.
$startLoading
();
getFwmxInfo
({
sqcxBsm
:
this
.
formData
.
bsmSqcx
}).
then
((
res
)
=>
{
this
.
$endLoading
();
...
...
@@ -96,19 +94,22 @@ export default {
})
}
}
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.table1
{
@import
"~@/styles/mixin.scss"
;
.jtfccx-edit-con
{
max-height
:
85vh
;
overflow-y
:
scroll
;
}
.table1
{
border-spacing
:
0
;
border-collapse
:
collapse
;
width
:
100%
;
}
}
.table1
td
{
.table1
td
{
border
:
1px
solid
#acbed1
;
height
:
30px
;
}
}
</
style
>
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
e95e2c2
...
...
@@ -345,7 +345,6 @@
dyjlList
:
[],
}
},
//加载详细信息
/**
* @description: 加载详细信息
* @author: renchao
...
...
@@ -416,7 +415,6 @@
}
})
},
//添加申请人
/**
* @description: 添加申请人
* @author: renchao
...
...
@@ -440,14 +438,12 @@
* @author: renchao
*/
remove
(
index
,
row
,
type
)
{
console
.
log
(
type
,
'type'
);
if
(
type
==
"sqr"
)
{
this
.
form
.
sqrList
.
splice
(
index
,
1
);
}
else
{
this
.
form
.
qlrList
.
splice
(
index
,
1
);
}
},
//电话号码校验
/**
* @description: 电话号码校验
* @param {*} row
...
...
@@ -463,7 +459,6 @@
return
true
;
}
},
//打印
/**
* @description: 打印
* @author: renchao
...
...
@@ -479,7 +474,6 @@
}
});
},
//打开打印预览
/**
* @description: 打开打印预览
* @author: renchao
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
e95e2c2
...
...
@@ -104,7 +104,7 @@
* @author: renchao
*/
handleAdd
()
{
this
.
$popupDialog
(
"
家庭房产查询
"
,
"sqcx/jtfc/components/addjtfc"
,
{
this
.
$popupDialog
(
"
登记情况
"
,
"sqcx/jtfc/components/addjtfc"
,
{
sqcxBsm
:
''
},
'80%'
)
},
...
...
@@ -114,7 +114,7 @@
* @author: renchao
*/
handleViewClick
(
row
)
{
this
.
$popupDialog
(
"
家庭房产查询
"
,
"sqcx/jtfc/components/addjtfc"
,
{
this
.
$popupDialog
(
"
登记情况
"
,
"sqcx/jtfc/components/addjtfc"
,
{
sqcxBsm
:
row
.
bsmSqcx
},
'80%'
)
}
...
...
src/views/workflow/mixin/index.js
View file @
e95e2c2
...
...
@@ -131,6 +131,9 @@ export default {
case
"B-ZSXG"
:
this
.
$popupDialog
(
"证书修改"
,
"workflow/components/dialog/zsxg"
,
{
bsmSlsq
:
this
.
bsmSlsq
,
},
'55%'
,
true
)
break
;
case
"B-SQD"
:
break
;
case
"B6"
:
//根据编号获取对应信息
getPrintTemplateByCode
({
tmpno
:
'dysqs'
}).
then
(
res
=>
{
...
...
src/views/workflow/workFrame.vue
View file @
e95e2c2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-1
0-18 13:57:34
* @LastEditTime: 2023-1
1-20 13:43:06
-->
<
template
>
<div
class=
"container"
>
...
...
Please
register
or
sign in
to post a comment