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
80fa1fe7
authored
2023-09-07 16:10:23 +0800
by
renchao@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
8df9b39e
f333b736
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
3 deletions
src/views/system/qtjfjmb/components/djbdisposition.vue
src/views/workflow/components/dialog/addQlr.vue
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/system/qtjfjmb/components/djbdisposition.vue
View file @
80fa1fe
...
...
@@ -154,12 +154,17 @@ export default {
},
/**
* 监听右侧选中
* @param {*} value
* @author: renchao
*/
choose
(
value
)
{
this
.
item
=
value
;
},
/**
* 右侧数据点击排序
* @param {*} direction
* @param {*} key
* @author: renchao
*/
publicMobileMethod
(
direction
,
key
)
{
const
self
=
this
;
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
80fa1fe
...
...
@@ -438,6 +438,12 @@
}
},
methods
:
{
/**
* @description: handleClick
* @param {*} event
* @param {*} tab
* @author: renchao
*/
handleClick
(
event
,
tab
)
{
if
(
this
.
activeName
!=
1
)
{
this
.
isShow
=
false
...
...
@@ -445,17 +451,30 @@
this
.
isShow
=
true
}
},
/**
* @description: 身份证打卡器
* @param {*} row
* @author: renchao
*/
handlesYhSelect
(
row
)
{
this
.
$emit
(
"updateDetail"
,
_
.
cloneDeep
(
row
));
this
.
$emit
(
"input"
,
false
);
},
/**
* @description: handleSearch
* @author: renchao
*/
handleSearch
()
{
},
/**
* @description: handleCurrentChange
* @param {*} val
* @author: renchao
*/
handleCurrentChange
(
val
)
{
console
.
log
(
val
);
},
/**
* @description: 身份证打卡器
* @param {*} row
* @author: renchao
*/
readClick
()
{
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
80fa1fe
...
...
@@ -503,7 +503,6 @@
// 是否持证人变化
/**
* @description: 是否持证人变化
* @param {*} val
* @author: renchao
*/
updaterow
()
{
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
80fa1fe
...
...
@@ -371,7 +371,6 @@
},
/**
* @description: 是否持证人变化
* @param {*} val
* @author: renchao
*/
updaterow
()
{
...
...
Please
register
or
sign in
to post a comment