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
8a3da22f
authored
2023-05-04 15:18:15 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:善证
1 parent
f500eb48
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
src/styles/index.scss
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/szxx.vue
src/styles/index.scss
View file @
8a3da22
...
...
@@ -147,7 +147,9 @@ div:focus {
.pl-5
{
padding-left
:
5px
;
}
.pt-10
{
padding-top
:
10px
;
}
.block
{
display
:
block
;
}
...
...
src/views/workflow/components/dialog/zsdy.vue
View file @
8a3da22
...
...
@@ -19,7 +19,7 @@
</el-form>
<img
:src=
"previewImage"
style=
"width: 100%"
>
</div>
<div
class=
"text-center p
addingtop
10"
>
<div
class=
"text-center p
t-
10"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
确定
</el-button>
</div>
...
...
@@ -62,6 +62,7 @@
}
},
created
()
{
store
.
dispatch
(
'user/refreshPage'
,
false
)
this
.
columns
=
datas
.
columns
()
this
.
ysxlhList
()
this
.
getBdcqzPreview
()
...
...
@@ -117,9 +118,6 @@
height
:
80vh
;
overflow-y
:
scroll
;
}
.paddingtop10
{
padding-top
:
10px
;
}
.aaaa
{
width
:
1024px
;
height
:
739px
;
...
...
src/views/workflow/components/szxx.vue
View file @
8a3da22
...
...
@@ -58,9 +58,9 @@
</div>
<div
class=
"invalid-reson"
>
作废原因:
</div>
<el-input
v-model=
"zfyy"
placeholder=
"请输入作废原因"
type=
"textarea"
:rows=
"4"
></el-input>
<div
class=
"
dialog-footer
"
>
<el-button
@
click=
"closeInvalidDiglog
()
"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"confirmInvalid
()
"
>
确 定
</el-button>
<div
class=
"
text-center pt-10
"
>
<el-button
@
click=
"closeInvalidDiglog"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"confirmInvalid"
>
确 定
</el-button>
</div>
</div>
</el-dialog>
...
...
@@ -69,7 +69,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
'vuex'
import
{
getSlsqBdcqzList
,
invalidCertificate
,
getSzRecordList
}
from
"@/api/bdcqz.js"
;
import
{
getSlsqBdcqzList
,
invalidCertificate
}
from
"@/api/bdcqz.js"
;
export
default
{
props
:
{},
data
()
{
...
...
@@ -137,6 +137,7 @@
this
.
list
();
this
.
$message
.
success
(
"作废成功"
);
this
.
invalidDiglog
=
false
;
this
.
zfyy
=
''
this
.
openZsylDialog
(
this
.
bdcqz
);
}
else
{
this
.
$message
.
error
(
res
.
message
);
...
...
@@ -151,7 +152,6 @@
</
script
>
<
style
scoped
lang=
'scss'
>
@import
"~@/styles/public.scss"
;
.szxx
{
box-sizing
:
border-box
;
padding-right
:
15px
;
...
...
Please
register
or
sign in
to post a comment