Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pda
pda-ui
Commits
f899c078
Commit
f899c078
authored
Jul 09, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产报工
parent
9ccc213d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/mes/pro/feedback/index.vue
+2
-2
No files found.
src/views/mes/pro/feedback/index.vue
View file @
f899c078
...
...
@@ -326,9 +326,9 @@
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
type
=
"primary"
@
click
=
"cancel"
v
-
if
=
"optType =='view' || form.status !='PREPARE' "
>
返回
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"submitForm"
v
-
if
=
"form.status =='PREPARE' && optType !='view' "
>
保
存
<
/el-button
>
<
el
-
button
type
=
"primary"
@
click
=
"handleSubmit"
v
-
if
=
"form.status =='PREPARE' && optType !='view' && form.recordId !=null "
>
提交审批
<
/el-button
>
<
!--
<
el
-
button
type
=
"primary"
@
click
=
"handleSubmit"
v
-
if
=
"form.status =='PREPARE' && optType !='view' && form.recordId !=null "
>
提交审批
<
/el-button
>
<
el
-
button
type
=
"success"
@
click
=
"handleExecute"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批通过
<
/el-button
>
<
el
-
button
type
=
"danger"
@
click
=
"handleReject"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批不通过
<
/el-button
>
<
el
-
button
type
=
"danger"
@
click
=
"handleReject"
v
-
if
=
"form.status =='APPROVING' && form.recordId !=null"
>
审批不通过
<
/el-button>
--
>
<
el
-
button
@
click
=
"cancel"
>
取
消
<
/el-button
>
<
/div
>
<
/el-dialog
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment