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
597bbe1e
authored
2024-05-17 13:59:30 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
审批意见
1 parent
709b3e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
src/views/workflow/main/spyj/index.vue
src/views/workflow/main/spyj/index.vue
View file @
597bbe1
<!--
* @Description: 审批意见
* @Autor: renchao
* @LastEditTime: 2024-0
1-26 08:46:38
* @LastEditTime: 2024-0
5-17 13:55:50
-->
<
template
>
<div
class=
"spyj"
v-Loading=
"loading"
>
...
...
@@ -39,6 +39,11 @@
</el-form-item>
</el-col>
</el-row>
<div
class=
"signature"
>
<el-form-item
label=
"签名"
>
<img
src=
"http://192.168.2.38:9000/bdcdj/20240516/5b01b134-fdf5-43b1-84fa-0dde6554b3b3/身份证 (1).jpg"
alt=
""
>
</el-form-item>
</div>
<el-row>
<el-col
:span=
"16"
>
<el-form-item
label=
"审查人"
>
...
...
@@ -132,7 +137,7 @@
var
index
=
this
.
tableData
.
findIndex
(
(
item
)
=>
item
.
jddm
===
this
.
$parent
.
dqhj
);
console
.
log
(
"this.tableData111"
,
this
.
tableData
);
console
.
log
(
"this.tableData111"
,
this
.
tableData
);
if
(
index
==
-
1
)
{
switch
(
this
.
$parent
.
dqhj
)
{
case
"cs"
:
...
...
@@ -145,7 +150,7 @@
this
.
tableData
.
push
({
jdmc
:
"核定"
,
jddm
:
"hd"
,
sxh
:
3
});
break
;
}
console
.
log
(
"this.tableData222"
,
this
.
tableData
);
console
.
log
(
"this.tableData222"
,
this
.
tableData
);
}
this
.
tableData
.
forEach
((
item
)
=>
{
item
.
show
=
true
;
...
...
@@ -157,7 +162,7 @@
item
[
"userid"
]
=
this
.
userInfo
.
id
;
item
.
show
=
false
;
}
console
.
log
(
"this.tableData333"
,
this
.
tableData
);
console
.
log
(
"this.tableData333"
,
this
.
tableData
);
});
this
.
loading
=
false
}
...
...
@@ -223,7 +228,12 @@
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.signature
{
img
{
width
:
30px
;
height
:
20px
;
}
}
.spyj
{
width
:
100%
;
height
:
100%
;
...
...
Please
register
or
sign in
to post a comment