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
4b1fad9d
authored
2023-09-07 14:21:56 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
83efb49a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/dialog/zsdy.vue
View file @
4b1fad9
...
...
@@ -144,6 +144,11 @@
}
})
},
/**
* @description: handleSelect
* @param {*} val
* @author: renchao
*/
handleSelect
(
val
)
{
this
.
bdcqz
.
ysxlh
=
this
.
ruleForm
.
ysxlh
if
(
this
.
bdcqz
.
bdcqzlx
==
1
)
{
...
...
@@ -160,6 +165,10 @@
this
.
zfyy
=
""
;
this
.
invalidDiglog
=
false
},
/**
* @description: handleZF
* @author: renchao
*/
handleZF
()
{
this
.
invalidDiglog
=
true
},
...
...
@@ -580,6 +589,10 @@
image
.
src
=
this
.
bdczmSrc
;
},
// 打印
/**
* @description: 打印
* @author: renchao
*/
handlePrint
()
{
if
(
this
.
ruleForm
.
ysxlh
==
''
)
{
this
.
$message
.
error
(
'请选择印刷序列号'
);
...
...
Please
register
or
sign in
to post a comment