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
db0388f4
authored
2023-09-05 09:01:22 +0800
by
xiaomiao
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
e7cb0684
19b87257
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
224 additions
and
34 deletions
src/views/workflow/components/clxx/clxxUnify.vue
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/szxx.vue
src/views/xxba/yhjgba/data.js
src/views/xxba/yhjgba/index.vue
src/views/ywbl/ywsq/components/selecBdcql.vue
src/views/ywbl/ywsq/javascript/slectBdcdata.js
src/views/workflow/components/clxx/clxxUnify.vue
View file @
db0388f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-15 09:43
:21
* @LastEditTime: 2023-0
9-04 17:09
:21
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -134,7 +134,6 @@
this
.
previewImg
.
bsmSj
=
this
.
tableData
[
this
.
treeCheckIndex
].
bsmSj
;
}
},
// 材料目录明细初始化
/**
* @description: 材料目录明细初始化
* @param {*} type
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
db0388f
...
...
@@ -16,7 +16,7 @@
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
class=
"from-clues-header"
>
<el-tab-pane
label=
"基本信息"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"银行
信息
"
name=
"2"
></el-tab-pane>
<el-tab-pane
label=
"银行
机构
"
name=
"2"
></el-tab-pane>
<el-tab-pane
label=
"企业信息"
name=
"3"
></el-tab-pane>
</el-tabs>
...
...
src/views/workflow/components/szxx.vue
View file @
db0388f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-31 09:36:04
* @LastEditTime: 2023-0
9-04 17:12:05
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -114,15 +114,18 @@
* @author: renchao
*/
list
()
{
var
bsmSlsq
=
this
.
$route
.
query
.
bsmSlsq
;
getSlsqBdcqzList
({
bsmSlsq
:
bsmSlsq
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
=
res
.
result
;
if
(
res
.
result
)
{
this
.
bdcqz
=
res
.
result
[
0
];
return
new
Promise
((
resolve
,
reject
)
=>
{
var
bsmSlsq
=
this
.
$route
.
query
.
bsmSlsq
;
getSlsqBdcqzList
({
bsmSlsq
:
bsmSlsq
}).
then
((
res
)
=>
{
resolve
(
res
.
code
);
if
(
res
.
code
===
200
)
{
this
.
tableData
=
res
.
result
;
if
(
res
.
result
)
{
this
.
bdcqz
=
res
.
result
[
0
];
}
}
}
})
;
}
)
})
},
/**
* @description: 打开证书预览弹窗
...
...
@@ -166,13 +169,14 @@
* @author: renchao
*/
confirmInvalid
()
{
invalidCertificate
({
bsmBdcqz
:
this
.
bsmBdcqz
,
zfyy
:
this
.
zfyy
}).
then
((
res
)
=>
{
invalidCertificate
({
bsmBdcqz
:
this
.
bsmBdcqz
,
zfyy
:
this
.
zfyy
}).
then
(
async
(
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
list
();
this
.
$message
.
success
(
"作废成功"
);
this
.
invalidDiglog
=
false
;
this
.
zfyy
=
''
this
.
openZsylDialog
(
this
.
bdcqz
);
let
res
=
await
this
.
list
()
if
(
res
&&
res
==
200
)
this
.
openZsylDialog
(
this
.
bdcqz
);
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
...
...
src/views/xxba/yhjgba/data.js
0 → 100644
View file @
db0388f
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-01 10:17:27
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
const
sendThis
=
(
_this
)
=>
{
vm
=
_this
}
class
data
extends
filter
{
constructor
()
{
super
()
}
columns
()
{
return
[
{
label
:
'序号'
,
type
:
'index'
,
width
:
'50'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
vm
.
pageData
.
currentPage
-
1
)
*
vm
.
pageData
.
pageSize
+
scope
.
$index
+
1
}
<
/div
>
)
}
},
{
prop
:
"sqrmc"
,
label
:
"姓名/名称"
,
},
{
prop
:
"zjzl"
,
label
:
"证件种类"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
select
class
=
"width100"
clearable
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onChange
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
;
}}
>
{
vm
.
dictData
[
"A30"
].
map
((
option
)
=>
{
return
(
<
el
-
option
label
=
{
option
.
dname
}
value
=
{
option
.
dcode
}
><
/el-option
>
);
})}
<
/el-select
>
);
},
},
{
prop
:
"zjh"
,
label
:
"证件号"
,
},
{
prop
:
"frmc"
,
label
:
"法人名称"
,
},
{
prop
:
"txdz"
,
label
:
"地址"
,
},
{
prop
:
"dh"
,
label
:
"联系电话"
,
},
{
label
:
'操作'
,
width
:
'80'
,
align
:
'center'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
this
.
handleDelete
(
scope
.
row
)
}}
>
删除
<
/el-button
>
<
/div
>
)
}
}
]
}
}
let
datas
=
new
data
()
export
{
datas
,
sendThis
}
src/views/xxba/yhjgba/index.vue
View file @
db0388f
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-25 08:59:04
* @LastEditTime: 2023-0
9-04 16:59:15
-->
<
template
>
<div
class=
'yhjgba'
>
<el-empty
description=
"正在开发"
></el-empty>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
@
submit
.
native
.
prevent
label-width=
"80px"
>
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"姓名/名称"
>
<el-input
placeholder=
"姓名/名称"
v-model=
"queryForm.sqrmc"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"证件号"
>
<el-input
placeholder=
"证件号"
v-model=
"queryForm.zjh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"14"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"handleSearch"
>
查询
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
border
:current-page
.
sync=
"pageData.currentPage"
:heightNum=
"280"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
import
{
datas
,
sendThis
}
from
"./data"
export
default
{
name
:
"cwrz"
,
components
:
{},
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
},
computed
:
{
},
data
()
{
return
{
}
queryForm
:
{
sqrmc
:
""
,
zjh
:
""
,
},
pageData
:
{
current
:
1
,
size
:
10
,
},
tableData
:
{
total
:
0
,
columns
:
datas
.
columns
(),
data
:
[],
},
};
},
methods
:
{
/**
* @description: queryClick
* @author: renchao
*/
queryClick
()
{
},
handleSearch
()
{
},
handleDelete
()
{
}
}
}
</
script
>
<
style
scoped
lang=
'scss'
>
</
style
>
\ No newline at end of file
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/ywbl/ywsq/components/selecBdcql.vue
View file @
db0388f
...
...
@@ -67,7 +67,7 @@
import
{
datas
,
sendThis
}
from
"../javascript/selecBdcql.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
{
selectQlxx
}
from
"@/api/ywsq.js"
;
import
{
startBusinessFlow
}
from
"@/api/workFlow.js"
;
import
{
startBusinessFlow
,
startTogetherFlow
}
from
"@/api/workFlow.js"
;
import
{
getQllxByBsmSqyw
}
from
"@/api/sysSqdjyw.js"
;
export
default
{
mixins
:
[
table
,
jump
],
...
...
@@ -126,8 +126,37 @@
this
.
$alert
(
"请至少选择一条数据"
);
return
;
}
this
.
loading
=
true
startBusinessFlow
({
this
.
loading
=
true
;
if
(
this
.
sqywInfo
.
sqfl
==
'1'
){
startBusinessFlow
({
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
}).
then
((
res
)
=>
{
this
.
loading
=
false
if
(
res
.
code
==
200
)
{
this
.
$message
({
showClose
:
true
,
message
:
"发起申请成功"
,
type
:
"success"
,
});
if
(
!
this
.
isJump
)
{
this
.
jump
(
res
.
result
,
this
.
sqywInfo
.
djywbm
);
}
else
{
store
.
dispatch
(
'user/refreshPage'
,
true
);
}
this
.
$popupCacel
()
}
else
{
if
(
res
.
result
&&
res
.
result
.
length
>
0
)
{
ywPopupDialog
(
"申请错误明细"
,
"components/ywdialog"
,
{
result
:
res
.
result
},
'36%'
,
true
)
}
else
{
ywPopupDialog
(
"申请错误明细"
,
"components/ywdialog"
,
{
message
:
res
.
message
},
'36%'
,
true
)
}
}
}).
catch
(()
=>
{
this
.
loading
=
false
})
}
else
{
startTogetherFlow
({
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
}).
then
((
res
)
=>
{
...
...
@@ -135,15 +164,15 @@
if
(
res
.
code
==
200
)
{
this
.
$message
({
showClose
:
true
,
message
:
"发起申请成功"
,
type
:
"success"
,
})
;
message
:
'发起申请成功'
,
type
:
'success'
})
if
(
!
this
.
isJump
)
{
this
.
jump
(
res
.
result
,
this
.
sqywInfo
.
djywbm
)
;
this
.
jump
(
res
.
result
,
this
.
sqywInfo
.
djywbm
)
}
else
{
store
.
dispatch
(
'user/refreshPage'
,
true
);
this
.
$popupCacel
()
}
this
.
$popupCacel
()
}
else
{
if
(
res
.
result
&&
res
.
result
.
length
>
0
)
{
ywPopupDialog
(
"申请错误明细"
,
"components/ywdialog"
,
{
result
:
res
.
result
},
'36%'
,
true
)
...
...
@@ -154,6 +183,8 @@
}).
catch
(()
=>
{
this
.
loading
=
false
})
}
},
/**
* @description: handleSelectionChange
...
...
src/views/ywbl/ywsq/javascript/slectBdcdata.js
View file @
db0388f
...
...
@@ -92,10 +92,10 @@ export function queueDjywmc (djywbm, djqxbm) {
case
"C40100"
:
//一并申请首次
vm
=
"selectYbsc"
;
break
;
case
"C40300"
:
//一并申请变更
case
"C40400"
:
//一并申请注销
vm
=
"selectYbbg"
;
break
;
//
case "C40300": //一并申请变更
//
case "C40400": //一并申请注销
//
vm = "selectYbbg";
//
break;
case
"C04372"
:
//一并国有房屋变更
case
"C04371"
:
//一并国有房屋转移
vm
=
"selectYbgybg"
;
...
...
Please
register
or
sign in
to post a comment