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
b79e8e27
authored
2023-08-16 14:16:19 +0800
by
tianhaohao@pashanhoo.com
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
7639e071
406a5855
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
71 additions
and
65 deletions
src/utils/dictionary.js
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/ygdydj.vue
src/views/djbworkflow/djbBook/components/blxxtabs/ygmmdj.vue
src/views/registerBook/ldsyq.vue
src/views/workflow/components/dialog/zsyl.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/ywbl/ywsq/components/selectSllm.vue
src/utils/dictionary.js
View file @
b79e8e2
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-03 08:59:06
* @LastEditTime: 2023-0
8-16 11:30:45
*/
import
store
from
'@/store'
...
...
@@ -27,12 +27,18 @@ export function getSjlx (level) {
*/
export
function
getDictLeabel
(
level
,
code
)
{
const
resultMap
=
store
.
getters
.
dictData
[
code
]
const
desiredObject
=
resultMap
.
find
(
obj
=>
obj
.
dcode
===
level
);
if
(
desiredObject
)
{
const
desiredName
=
desiredObject
.
dname
;
return
desiredName
}
else
{
return
''
function
findNode
(
tree
,
func
)
{
for
(
const
node
of
tree
)
{
if
(
func
(
node
))
return
node
if
(
node
.
children
)
{
const
res
=
findNode
(
node
.
children
,
func
)
if
(
res
)
return
res
}
}
return
{
dname
:
""
}
}
}
let
data
=
findNode
(
resultMap
,
(
node
)
=>
{
return
node
.
dcode
===
level
})
return
data
.
dname
}
\ No newline at end of file
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
View file @
b79e8e2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
04 16:29:10
* @LastEditTime: 2023-08-
16 11:14:21
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -243,7 +243,7 @@
<el-form-item
label=
"被担保主债权数额:"
>
<div
style=
"display: flex"
>
<el-input
maxlength=
"11"
maxlength=
"11"
v-model=
"ruleForm.diyaq.bdbzzqse"
style=
"width: 500%"
oninput=
"value=value.replace(/[^\d.]/g,'')"
></el-input>
...
...
@@ -266,7 +266,7 @@
maxlength=
"13"
v-model=
"ruleForm.diyaq.dymj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
v-model=
"ruleForm.diyaq.mjdw"
style=
"width:
20%
"
>
<el-select
v-model=
"ruleForm.diyaq.mjdw"
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/fdcq.vue
View file @
b79e8e2
...
...
@@ -126,7 +126,7 @@
<el-input
v-model=
"ruleForm.fdcq2.dytdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -143,7 +143,7 @@
<el-input
v-model=
"ruleForm.fdcq2.fttdmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -262,7 +262,7 @@
<el-input
v-model=
"ruleForm.fdcq2.jzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -279,7 +279,7 @@
<el-input
v-model=
"ruleForm.fdcq2.zyjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -296,7 +296,7 @@
<el-input
v-model=
"ruleForm.fdcq2.ftjzmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
View file @
b79e8e2
...
...
@@ -140,7 +140,7 @@
maxlength=
"12"
v-model=
"ruleForm.jsydsyq.syqmj"
oninput=
"value = (value.match(/^\d*(\.?\d
{0,2})/g)[0]) || null">
</el-input>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
<el-select
disabled
v-model=
"mjdw"
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -153,7 +153,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权起止时间:"
>
<el-input
maxlength=
"20"
v-model=
"ruleForm.jsydsyq.syqqzsj"
></el-input>
<el-input
maxlength=
"20"
v-model=
"ruleForm.jsydsyq.syqqzsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -165,7 +165,7 @@
<el-form-item
label=
"取得价格:"
>
<div
style=
"display: flex"
>
<el-input
maxlength=
"11"
maxlength=
"11"
v-model=
"ruleForm.jsydsyq.qdjg"
style=
"width: 500%"
></el-input>
<el-select
v-model=
"ruleForm.jsydsyq.jedw"
>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
View file @
b79e8e2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-1
4 10:29:57
* @LastEditTime: 2023-08-1
6 11:15:56
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -173,7 +173,7 @@
<el-select
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -194,7 +194,7 @@
<el-select
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -215,7 +215,7 @@
<el-select
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -238,7 +238,7 @@
<el-select
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -259,7 +259,7 @@
<el-select
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -280,7 +280,7 @@
<el-select
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -303,7 +303,7 @@
<el-select
v-model=
"ruleForm.tdsyq.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/ygdydj.vue
View file @
b79e8e2
...
...
@@ -338,7 +338,7 @@
<el-select
v-model=
"ruleForm.ygdj.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -388,7 +388,7 @@
<el-select
v-model=
"ruleForm.ygdj.jedw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A57']"
:key=
"item.dcode"
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/ygmmdj.vue
View file @
b79e8e2
...
...
@@ -249,7 +249,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"总层数:"
>
<el-input
oninput
=
"value=value.replace(/[^\d]/g,'')"
maxlength=
"4"
v-model=
"ruleForm.ygdj.zcs"
></el-input>
<el-input
oninput
=
"value=value.replace(/[^\d]/g,'')"
maxlength=
"4"
v-model=
"ruleForm.ygdj.zcs"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -261,7 +261,7 @@
<el-select
v-model=
"ruleForm.ygdj.mjdw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -315,7 +315,7 @@
<el-select
v-model=
"ruleForm.ygdj.jedw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A57']"
:key=
"item.dcode"
...
...
@@ -341,7 +341,7 @@
<span
type=
"text"
style=
"color: #444"
size=
"mini"
>
是否存在禁止...:
</span>
</el-tooltip>
</span>
<el-radio-group
v-model=
"ruleForm.ygdj.sfczjzhxz"
>
<el-radio-group
v-model=
"ruleForm.ygdj.sfczjzhxz"
>
<el-radio
label=
"1"
>
是
</el-radio>
<el-radio
label=
"2"
>
否
</el-radio>
</el-radio-group>
...
...
src/views/registerBook/ldsyq.vue
View file @
b79e8e2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-1
1 15:33:53
* @LastEditTime: 2023-08-1
6 11:29:20
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -59,7 +59,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getSjlx
,
getDictLeabel
}
from
"@/utils/dictionary.js"
;
import
{
getLqList
}
from
"@/api/djbDetail.js"
;
export
default
{
data
()
{
...
...
@@ -101,6 +101,9 @@ export default {
this
.
tableData
=
res
.
result
;
this
.
tableData
.
forEach
((
item
)
=>
{
item
.
sjlx
=
getSjlx
(
item
.
sjlx
);
item
.
ldsyqxz
=
getDictLeabel
(
item
.
ldsyqxz
,
'A45'
)
item
.
lz
=
getDictLeabel
(
item
.
lz
,
'A26'
)
item
.
qy
=
getDictLeabel
(
item
.
qy
,
'A52'
)
});
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
b79e8e2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-16 11:
10:16
* @LastEditTime: 2023-08-16 11:
22:21
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -133,8 +133,8 @@
context
.
fillText
(
this
.
bdcqz
.
qlr
?
this
.
bdcqz
.
qlr
:
''
,
129
,
97
);
context
.
fillText
(
this
.
bdcqz
.
gyqk
?
this
.
bdcqz
.
gyqk
:
''
,
129
,
136
);
let
arr
=
this
.
bdcqz
.
bdcdyh
.
split
(
'F'
)
this
.
bdcqz
.
bdcdyh
=
arr
[
0
].
slice
(
0
,
6
)
+
' '
+
arr
[
0
].
slice
(
6
,
12
)
+
' '
+
arr
[
0
].
slice
(
12
,
arr
[
0
].
length
)
+
' F'
+
arr
[
1
]
this
.
bdcqz
.
bdcdyh
=
this
.
bdcqz
.
bdcdyh
.
slice
(
0
,
6
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
6
,
12
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
12
,
19
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
19
,
this
.
bdcqz
.
bdcdyh
.
length
)
context
.
fillText
(
this
.
bdcqz
.
bdcdyh
?
this
.
bdcqz
.
bdcdyh
:
''
,
129
,
223
);
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
b79e8e2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
04 13:26:31
* @LastEditTime: 2023-08-
16 14:08:42
-->
<
template
>
<div>
...
...
@@ -179,7 +179,6 @@
}
this
.
key
++
},
// 新增
/**
* @description: 新增
* @author: renchao
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
b79e8e2
...
...
@@ -75,7 +75,7 @@
<el-select
disabled
v-model=
"ruleForm.zdjbxx.mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -113,7 +113,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -132,7 +132,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -233,7 +233,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -252,7 +252,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -271,7 +271,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -343,7 +343,7 @@
</el-col>
</el-row>
<qlrCommonTable
@
upDateQlrxxList=
"upDateQlrxxList"
:tableData=
"ruleForm.qlrList"
:disabled=
"!ableOperation"
:gyfs=
"ruleForm.
slsq
.gyfs"
/>
:gyfs=
"ruleForm.
qlxx
.gyfs"
/>
<div
v-if=
"ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"
>
<div
class=
"slxx_title title-block"
>
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
b79e8e2
...
...
@@ -124,7 +124,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -143,7 +143,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -162,7 +162,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
b79e8e2
...
...
@@ -78,7 +78,7 @@
<el-select
disabled
v-model=
"mjdw"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
b79e8e2
...
...
@@ -97,7 +97,7 @@
<el-select
v-model=
"mjdw"
:disabled=
"!viewEdit"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -118,7 +118,7 @@
<el-select
v-model=
"mjdw"
:disabled=
"!viewEdit"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -139,7 +139,7 @@
<el-select
v-model=
"mjdw"
:disabled=
"!viewEdit"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -162,7 +162,7 @@
<el-select
v-model=
"mjdw"
:disabled=
"!viewEdit"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -183,7 +183,7 @@
<el-select
v-model=
"mjdw"
:disabled=
"!viewEdit"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -204,7 +204,7 @@
<el-select
v-model=
"mjdw"
:disabled=
"!viewEdit"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
@@ -227,7 +227,7 @@
<el-select
v-model=
"mjdw"
:disabled=
"!viewEdit"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A7']"
:key=
"item.dcode"
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
b79e8e2
...
...
@@ -114,7 +114,7 @@
<el-select
v-model=
"ruleForm.ygdj.jedw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A57']"
:key=
"item.dcode"
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
b79e8e2
...
...
@@ -121,7 +121,7 @@
<el-select
v-model=
"ruleForm.ygdj.jedw"
:disabled=
"!ableOperation"
style=
"width:
20%
"
>
style=
"width:
68px
"
>
<el-option
v-for=
"item in dictData['A57']"
:key=
"item.dcode"
...
...
src/views/ywbl/ywsq/components/selectSllm.vue
View file @
b79e8e2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-15 14:
01:37
* @LastEditTime: 2023-08-15 14:
36:06
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -110,10 +110,8 @@
}
this
.
loading
=
true
startBusinessFlow
({
bsmSqyw
:
this
.
bsmSqyw
,
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
}).
then
((
res
)
=>
{
this
.
loading
=
false
if
(
res
.
code
==
200
)
{
...
...
Please
register
or
sign in
to post a comment