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
52f6e7a0
authored
2023-09-19 17:27:04 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理申请
1 parent
ed0741c8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
118 additions
and
89 deletions
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/components/leftmenu/segmentMenu.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
52f6e7a
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-09-1
8 11:00:38
* @LastEditTime: 2023-09-1
9 16:13:24
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -75,7 +75,7 @@
isRefresh
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
)
{
this
.
loadBdcdylist
()
this
.
loadBdcdylist
(
true
)
}
},
immediate
:
true
...
...
@@ -86,7 +86,7 @@
* @description: 读取申请单元信息
* @author: renchao
*/
loadBdcdylist
()
{
loadBdcdylist
(
status
=
false
)
{
let
that
=
this
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
bsmSlsq
);
...
...
@@ -104,13 +104,15 @@
that
.
currentSelectProps
=
res
.
result
[
0
];
that
.
$emit
(
'getCurrentSelectProps'
,
this
.
currentSelectProps
);
that
.
judgeBatchShow
();
if
(
sessionStorage
.
getItem
(
'keyPath'
)
&&
sessionStorage
.
getItem
(
'keyPath'
)
>=
0
)
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
if
(
!
status
)
{
if
(
sessionStorage
.
getItem
(
'keyPath'
)
&&
sessionStorage
.
getItem
(
'keyPath'
)
>=
0
)
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
}
}
}
}
...
...
@@ -123,13 +125,15 @@
this
.
currentSelectProps
=
res
.
result
[
0
];
this
.
$emit
(
'getCurrentSelectProps'
,
this
.
currentSelectProps
);
this
.
judgeBatchShow
();
if
(
sessionStorage
.
getItem
(
'keyPath'
)
&&
sessionStorage
.
getItem
(
'keyPath'
)
>=
0
)
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
if
(
!
status
)
{
if
(
sessionStorage
.
getItem
(
'keyPath'
)
&&
sessionStorage
.
getItem
(
'keyPath'
)
>=
0
)
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
}
}
}
}
...
...
src/views/workflow/components/leftmenu/segmentMenu.vue
View file @
52f6e7a
<!--
* @Description: workFrame左侧菜单列表-分割
* @Autor: renchao
* @LastEditTime: 2023-09-1
5 15:02:2
5
* @LastEditTime: 2023-09-1
9 16:15:1
5
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -88,7 +88,7 @@
watch
:
{
isRefresh
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
)
this
.
loadBdcdylist
()
if
(
newVal
)
this
.
loadBdcdylist
(
true
)
},
immediate
:
true
}
...
...
@@ -98,7 +98,7 @@
* @description: 读取申请单元信息
* @author: renchao
*/
loadBdcdylist
()
{
loadBdcdylist
(
status
=
false
)
{
let
that
=
this
var
formdata
=
new
FormData
();
// 受理申请标识码
...
...
@@ -114,13 +114,15 @@
this
.
currentSelectProps
=
res
.
result
[
0
];
this
.
$emit
(
'getCurrentSelectProps'
,
this
.
currentSelectProps
);
this
.
judgeBatchShow
();
if
(
sessionStorage
.
getItem
(
'keyPath'
))
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
if
(
!
status
)
{
if
(
sessionStorage
.
getItem
(
'keyPath'
))
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
}
}
}
}
...
...
@@ -133,13 +135,15 @@
this
.
currentSelectProps
=
res
.
result
[
0
];
this
.
$emit
(
'getCurrentSelectProps'
,
this
.
currentSelectProps
);
this
.
judgeBatchShow
();
if
(
sessionStorage
.
getItem
(
'keyPath'
))
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
if
(
!
status
)
{
if
(
sessionStorage
.
getItem
(
'keyPath'
))
{
that
.
unitClick
(
sessionStorage
.
getItem
(
'keyPath'
)
-
0
)
}
else
{
that
.
unitClick
(
0
)
if
(
that
.
showBatch
)
{
//满足批量查封/批量抵押按钮出现 即先展示批量表单
that
.
batchUnitClick
();
}
}
}
}
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
52f6e7a
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-09-1
5 16:09:33
* @LastEditTime: 2023-09-1
9 16:42:02
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -400,7 +400,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"
viewEdit
"
>
<el-row
class=
"btn"
v-if=
"
isSave
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -440,8 +440,14 @@
}
});
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
isSave
=
this
.
viewEdit
}
else
{
this
.
$message
.
error
(
res
.
message
);
this
.
isSave
=
false
this
.
$confirm
(
res
.
message
,
'提示'
,
{
cancelButtonText
:
'取消'
,
showConfirmButton
:
false
,
type
:
'warning'
})
}
}).
catch
(()
=>
{
this
.
loading
=
false
...
...
@@ -453,6 +459,7 @@
},
data
()
{
return
{
isSave
:
true
,
loading
:
false
,
mjdw
:
"1"
,
// 键名转换,方法默认是label和children进行树状渲染
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
52f6e7a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-19 1
5:44:16
* @LastEditTime: 2023-09-19 1
7:19:32
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -15,7 +15,7 @@
:label-position="flag ? 'top' : ''"
:inline="flag"
label-width="120px">
<div
class=
"slxx_con"
v-if=
"isShow"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
申请业务信息
<div
class=
"triangle"
></div>
...
...
@@ -70,9 +70,9 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利性质"
>
<el-form-item
label=
"权利性质
:
"
>
<treeselect
v-model=
"ruleForm.zdjbxx.qlxz
mc
"
v-model=
"ruleForm.zdjbxx.qlxz"
noOptionsText=
"暂无数据"
:default-expand-level=
"1"
placeholder=
""
...
...
@@ -192,7 +192,7 @@
v-for=
"(item, index) in czrOptions"
:key=
"index"
:label=
"item.sqrmc"
:value=
"item.
zj
h"
>
:value=
"item.
sx
h"
>
</el-option>
</el-select>
</el-form-item>
...
...
@@ -264,18 +264,26 @@
formdata
.
append
(
"djlx"
,
this
.
propsParam
.
djlx
);
formdata
.
append
(
"isEdit"
,
this
.
viewEdit
);
Init
(
formdata
).
then
((
res
)
=>
{
this
.
loading
=
false
this
.
$nextTick
(()
=>
{
setTimeout
(()
=>
{
that
.
loading
=
false
},
200
)
if
(
res
.
code
===
200
)
{
that
.
ruleForm
=
res
.
result
;
that
.
isShow
=
true
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
that
.
czrOptions
=
that
.
ruleForm
.
qlrList
;
that
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
if
(
item
.
sfczr
==
1
)
{
this
.
czr
=
item
.
zjh
console
.
log
(
"this.ruleForm.qlrList1"
,
this
.
ruleForm
.
qlrList
,
this
.
czr
);
that
.
czr
=
item
.
sxh
}
})
})
that
.
isSave
=
that
.
viewEdit
}
else
{
that
.
isSave
=
false
that
.
$confirm
(
res
.
message
,
'提示'
,
{
cancelButtonText
:
'取消'
,
showConfirmButton
:
false
,
type
:
'warning'
})
}
}).
catch
(()
=>
{
this
.
loading
=
false
})
...
...
@@ -294,6 +302,7 @@
},
data
()
{
return
{
isSave
:
true
,
// 键名转换,方法默认是label和children进行树状渲染
normalizer
(
node
)
{
//方法
...
...
@@ -311,7 +320,6 @@
viewEdit
:
true
,
czr
:
""
,
key
:
0
,
isShow
:
false
,
disabled
:
true
,
czrOptions
:
[],
ruleForm
:
{},
...
...
@@ -342,7 +350,7 @@
this
.
key
++
;
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
zj
h
==
this
.
czr
)
{
if
(
item
.
sx
h
==
this
.
czr
)
{
this
.
num
++
}
})
...
...
@@ -428,7 +436,7 @@
return
false
;
}
this
.
ruleForm
.
qlrList
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
zj
h
==
that
.
czr
)
{
if
(
item
.
sx
h
==
that
.
czr
)
{
item
.
sfczr
=
"1"
;
}
else
{
item
.
sfczr
=
"0"
;
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
52f6e7a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-19 1
5:30:04
* @LastEditTime: 2023-09-19 1
7:02:47
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -9,12 +9,12 @@
<el-form
:model=
"ruleForm"
:rules=
"rules"
class=
"loadingtext
"
v-Loading=
"loading
"
ref=
"ruleForm"
:label-position=
"flag ? 'top' : ''"
:inline=
"flag"
label-width=
"120px"
>
<div
class=
"slxx_con"
v-if=
"isShow"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
申请业务信息
<div
class=
"triangle"
></div>
...
...
@@ -85,8 +85,6 @@
<el-input
disabled
v-model=
"ruleForm.zdjbxx.qlsdfsmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"农用地面积:"
>
<div
class=
"flex"
>
...
...
@@ -109,6 +107,8 @@
</div>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"耕地面积:"
>
<div
class=
"flex"
>
...
...
@@ -153,8 +153,6 @@
</div>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"草地面积:"
>
<div
class=
"flex"
>
...
...
@@ -177,6 +175,8 @@
</div>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"其他农用地面积:"
>
<div
class=
"flex"
>
...
...
@@ -221,8 +221,6 @@
</div>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"未利用地面积:"
>
<div
class=
"flex"
>
...
...
@@ -292,9 +290,9 @@
:disabled=
"!viewEdit"
>
<el-option
v-for=
"item in czrOptions"
:key=
"item.
zj
h"
:key=
"item.
sx
h"
:label=
"item.sqrmc"
:value=
"item.
zj
h"
>
:value=
"item.
sx
h"
>
</el-option>
</el-select>
</el-form-item>
...
...
@@ -362,31 +360,42 @@
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
let
that
=
this
;
this
.
$startLoading
();
this
.
loading
=
true
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
formdata
.
append
(
"djlx"
,
this
.
propsParam
.
djlx
);
formdata
.
append
(
"isEdit"
,
this
.
viewEdit
);
Init
(
formdata
).
then
((
res
)
=>
{
this
.
$nextTick
(()
=>
{
setTimeout
(()
=>
{
this
.
loading
=
false
},
200
)
if
(
res
.
code
===
200
)
{
that
.
ruleForm
=
res
.
result
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
that
.
$endLoading
();
that
.
isShow
=
true
;
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
if
(
item
.
sfczr
==
1
)
{
this
.
czr
=
item
.
zjh
that
.
czrOptions
=
that
.
ruleForm
.
qlrList
;
that
.
ruleForm
.
qlrList
.
forEach
((
item
)
=>
{
if
(
item
.
sfczr
==
'1'
)
{
that
.
czr
=
item
.
sxh
}
});
});
});
})
this
.
isSave
=
this
.
viewEdit
}
else
{
this
.
isSave
=
false
this
.
$confirm
(
res
.
message
,
'提示'
,
{
cancelButtonText
:
'取消'
,
showConfirmButton
:
false
,
type
:
'warning'
})
}
}).
catch
(()
=>
{
this
.
loading
=
false
})
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
]),
},
data
()
{
return
{
isSave
:
true
,
loading
:
false
,
// 键名转换,方法默认是label和children进行树状渲染
normalizer
(
node
)
{
//方法
...
...
@@ -412,7 +421,6 @@
//表单是否可操作
viewEdit
:
true
,
key
:
0
,
isShow
:
false
,
disabled
:
true
,
czrOptions
:
[],
czr
:
""
,
...
...
@@ -442,7 +450,7 @@
this
.
czrOptions
=
this
.
ruleForm
.
qlrList
;
this
.
num
=
0
this
.
ruleForm
.
qlrList
.
forEach
(
item
=>
{
if
(
item
.
zj
h
==
this
.
czr
)
{
if
(
item
.
sx
h
==
this
.
czr
)
{
this
.
num
++
}
})
...
...
@@ -450,7 +458,6 @@
this
.
czr
=
''
}
},
// 更新义务人信息
/**
* @description: 更新义务人信息
* @param {*} val
...
...
@@ -460,7 +467,6 @@
this
.
ruleForm
.
ywrList
&&
(
this
.
ruleForm
.
ywrList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
},
// 是否持证人变化
/**
* @description: 是否持证人变化
* @param {*} val
...
...
@@ -518,23 +524,23 @@
//是
this
.
ruleForm
.
qlrList
.
forEach
((
item
,
index
)
=>
{
item
.
sfczr
=
"1"
;
})
;
})
}
else
{
if
(
!
that
.
czr
)
{
that
.
$message
({
showClose
:
true
,
message
:
"请选择持证人"
,
type
:
"error"
,
})
;
return
false
;
type
:
"error"
})
return
false
}
this
.
ruleForm
.
qlrList
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
zj
h
==
that
.
czr
)
{
item
.
sfczr
=
"1"
;
if
(
item
.
sx
h
==
that
.
czr
)
{
item
.
sfczr
=
"1"
}
else
{
item
.
sfczr
=
"0"
;
item
.
sfczr
=
"0"
}
})
;
})
}
}
/**
...
...
Please
register
or
sign in
to post a comment