Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
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
刘怀志
qr-consistency-vue3
Commits
945e6842
Commit
945e6842
authored
May 12, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(通知单承接):创建控制计划新增搭建
parent
2c33f06f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
312 additions
and
7 deletions
+312
-7
controlPlan.vue
...olPlan/controlPlanNotice/noticeAcceptance/controlPlan.vue
+299
-4
index.vue
.../controlPlan/controlPlanNotice/noticeAcceptance/index.vue
+13
-1
index.vue
...olPlan/controlPlanNotice/notificationManagement/index.vue
+0
-2
No files found.
src/views/controlPlan/controlPlanNotice/noticeAcceptance/controlPlan.vue
View file @
945e6842
This diff is collapsed.
Click to expand it.
src/views/controlPlan/controlPlanNotice/noticeAcceptance/index.vue
View file @
945e6842
...
...
@@ -262,7 +262,7 @@
<el-table-column
label=
"操作"
align=
"center"
width=
"200"
>
<
template
#
default=
"scope"
>
<el-button
type=
"text"
style=
"color: rgb(0,0,255)"
@
click=
"controlPlan(scope.row)"
>
触发控制计划
</el-button>
<el-button
v-if=
"scope.row.changeType.includes('新增')"
type=
"text"
style=
"color: rgb(0,0,255)"
@
click=
"
handleView
(scope.row)"
>
触发封面
</el-button>
<el-button
v-if=
"scope.row.changeType.includes('新增')"
type=
"text"
style=
"color: rgb(0,0,255)"
@
click=
"
triggerCover
(scope.row)"
>
触发封面
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -339,6 +339,18 @@ function resetQuery(){
getList
()
}
function
triggerCover
(
row
){
// 使用查询参数传递 id
router
.
push
({
path
:
'/control/controlPlanNotice/cover'
,
query
:
{
id
:
row
.
id
,
notificationStatus
:
row
.
notificationStatus
}
});
}
function
controlPlan
(
row
){
// 使用查询参数传递 id
router
.
push
({
...
...
src/views/controlPlan/controlPlanNotice/notificationManagement/index.vue
View file @
945e6842
...
...
@@ -967,8 +967,6 @@ function getALLUserDeptList(){
}
}
})
}
getList
()
getALLUserDeptList
()
...
...
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