Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
94f208d4
Commit
94f208d4
authored
Feb 21, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务下发问题修改 gengdidi
parent
98ca7524
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.vue
...ogress-web/src/views/operationMonitor/workOrder/index.vue
+7
-1
No files found.
gassafetyprogress-web/src/views/operationMonitor/workOrder/index.vue
View file @
94f208d4
...
...
@@ -133,6 +133,7 @@
icon
=
"el-icon-edit"
@
click
=
"workDetail(scope.row)"
v
-
hasPermi
=
"['system:order:edit']"
key
=
"detail"
>
详情
<
/el-button
>
<
el
-
button
v
-
if
=
"scope.row.workStatus == '0' || scope.row.workStatus == '1'"
key
=
"edit"
size
=
"mini"
...
...
@@ -147,6 +148,7 @@
icon
=
"el-icon-delete"
@
click
=
"handleDelete(scope.row)"
v
-
hasPermi
=
"['system:order:remove']"
key
=
"detele"
>
删除
<
/el-button
>
<
el
-
button
v
-
if
=
" (('enterprise'== roleType && (scope.row.workAssignManId == '' || scope.row.workAssignManId == null)) || ('zhengfu'== roleType && (scope.row.workAssignEnterproseId == '' || scope.row.workAssignEnterproseId == null))) && scope.row.workStatus == '0'"
size
=
"mini"
...
...
@@ -154,6 +156,7 @@
icon
=
"el-icon-edit"
@
click
=
"workIssue(scope.row)"
v
-
hasPermi
=
"['system:order:edit']"
key
=
"work"
>
任务下发
<
/el-button
>
<
el
-
button
v
-
if
=
" 'inpector'== roleType && scope.row.workStatus == '0'"
size
=
"mini"
...
...
@@ -161,6 +164,7 @@
icon
=
"el-icon-edit"
@
click
=
"takingOrder(scope.row)"
v
-
hasPermi
=
"['system:order:edit']"
key
=
"recieve"
>
接单
<
/el-button
>
<
el
-
button
v
-
if
=
"'zhengfu'!= roleType && (scope.row.workStatus == '0' || scope.row.workStatus == '1')"
size
=
"mini"
...
...
@@ -168,6 +172,7 @@
icon
=
"el-icon-edit"
@
click
=
"feedbookWork(scope.row)"
v
-
hasPermi
=
"['system:order:edit']"
key
=
"feedbook"
>
反馈
<
/el-button
>
<
el
-
button
v
-
if
=
"'zhengfu'!= roleType && scope.row.workStatus == '2'"
size
=
"mini"
...
...
@@ -175,6 +180,7 @@
icon
=
"el-icon-edit"
@
click
=
"sortWork(scope.row)"
v
-
hasPermi
=
"['system:order:edit']"
key
=
"sort"
>
归档
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
@@ -771,7 +777,7 @@ export default {
this.workForm.workAssignMan = row.workAssignMan;
}
*/
//this.workForm = row;
this
.
workForm
.
workStatus
=
'1'
;
//
this.workForm.workStatus = '1';
this
.
workOpen
=
true
;
this
.
getEnterpriseLists
();
this
.
getInspectionUserList
(
row
.
workAssignEnterproseId
);
...
...
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