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
76f3cd14
authored
2023-11-20 13:45:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:家庭房产
1 parent
4844deea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
9 deletions
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/jtfc/components/addjtfc.vue
View file @
76f3cd1
...
...
@@ -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 @
76f3cd1
...
...
@@ -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 @
76f3cd1
...
...
@@ -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 @
76f3cd1
<!--
* @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