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
da770bc4
Commit
da770bc4
authored
May 07, 2025
by
Mr.Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对应关系国内bug修复
parent
4f96a2d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
index.vue
...n/relationshipManagement/domesticRegulationPart/index.vue
+53
-0
No files found.
src/views/controlPlan/relationshipManagement/domesticRegulationPart/index.vue
View file @
da770bc4
...
@@ -573,6 +573,59 @@ function colseDialogOpen3() {
...
@@ -573,6 +573,59 @@ function colseDialogOpen3() {
open3
.
value
=
false
open3
.
value
=
false
reset
()
reset
()
}
}
// 表单重置
function
reset
()
{
form
.
value
=
{
id
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
,
remark
:
null
,
delFlag
:
null
,
partId
:
null
,
standardNumber
:
null
,
}
proxy
.
resetForm
(
'partRef'
)
}
/** 搜索按钮操作 */
function
handleQuery
()
{
queryParams
.
value
.
pageNum
=
1
getList
()
/* getSelectNoRelatePart()
handleRelationLaw()
getSelectNoRelateLawPart()*/
}
function
handleQuery1
()
{
//queryParams.value.pageNum = 1
getSelectNoRelateLawPart
()
}
/** 重置按钮操作 */
function
resetQuery
()
{
proxy
.
resetForm
(
'queryRef'
)
handleQuery
()
}
// 多选框选中数据
/*function handleSelectionChange(selection) {
ids.value = selection.map((item) => item.id)
single.value = selection.length != 1
multiple.value = !selection.length
}*/
// 当选择状态变化时触发
const
handleSelectionChange
=
(
selection
)
=>
{
selectedRows
.
value
=
selection
}
/*查看零件详情抽屉*/
function
showPartDialog
(
row
)
{
open2
.
value
=
true
// 打开对话框
currentStandardNo
.
value
=
row
.
standardNumber
this
.
title
=
`查看对应零件(
${
row
.
standardNumber
}
,共
${
row
.
partCount
}
个零件)`
// 设置对话框标题
console
.
log
(
'++++++++++++++'
+
row
.
standardNumber
)
getPartDetail
(
row
)
}
/*查看零件详情*/
/*查看零件详情*/
function
getPartDetail
(
row
)
{
function
getPartDetail
(
row
)
{
// 2. 发起请求
// 2. 发起请求
...
...
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