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
de09084a
Commit
de09084a
authored
May 09, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(通知单承接):创建控制计划搭建
parent
4e145870
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
controlPlan.vue
...olPlan/controlPlanNotice/noticeAcceptance/controlPlan.vue
+13
-2
No files found.
src/views/controlPlan/controlPlanNotice/noticeAcceptance/controlPlan.vue
View file @
de09084a
...
@@ -79,8 +79,7 @@
...
@@ -79,8 +79,7 @@
<div>
<div>
<div
class=
"baseInfoTitle"
>
<div
class=
"baseInfoTitle"
>
<div
style=
"line-height: 15px;"
>
<div
style=
"line-height: 15px;"
>
{{cn.marketRegulationsList}}
本次普思认证提供的变更记录
</div>
</div>
</div>
</div>
<el-form
v-model=
"queryParams"
ref=
"queryRef"
:inline=
"true"
class=
"form-container"
>
<el-form
v-model=
"queryParams"
ref=
"queryRef"
:inline=
"true"
class=
"form-container"
>
...
@@ -215,6 +214,18 @@ function getTopInfo(){
...
@@ -215,6 +214,18 @@ function getTopInfo(){
controlPlantableList
.
value
.
push
(
res
.
data
)
controlPlantableList
.
value
.
push
(
res
.
data
)
})
})
}
}
function
handleQuery
(){
queryParams
.
value
.
pageNum
=
1
getList
()
}
function
resetQuery
(){
queryParams
.
value
=
{
pageNum
:
1
,
pageSize
:
10
,
notificationId
:
id
}
getList
()
}
//获取版本号等信息
//获取版本号等信息
function
getVersionInfo
(
id
){
function
getVersionInfo
(
id
){
...
...
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