Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dakong-digital-management
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
耿迪迪
dakong-digital-management
Commits
0cdc8dca
Commit
0cdc8dca
authored
Sep 12, 2024
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试问题修改
parent
0e9db96e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
TProductInspectDetailServiceImpl.java
.../service/impl/track/TProductInspectDetailServiceImpl.java
+1
-0
index.vue
digital-management-web/src/views/track/device/index.vue
+1
-1
index.vue
...l-management-web/src/views/track/execute/detail/index.vue
+2
-2
No files found.
digital-management-system/src/main/java/com/zehong/system/service/impl/track/TProductInspectDetailServiceImpl.java
View file @
0cdc8dca
...
@@ -145,6 +145,7 @@ public class TProductInspectDetailServiceImpl implements ITProductInspectDetailS
...
@@ -145,6 +145,7 @@ public class TProductInspectDetailServiceImpl implements ITProductInspectDetailS
for
(
TProductInspectDetail
detail
:
detailList
){
for
(
TProductInspectDetail
detail
:
detailList
){
TProductInspectDetail
tProductInspectDetail
=
new
TProductInspectDetail
();
TProductInspectDetail
tProductInspectDetail
=
new
TProductInspectDetail
();
tProductInspectDetail
.
setTypeId
(
detail
.
getTypeId
());
tProductInspectDetail
.
setTypeId
(
detail
.
getTypeId
());
tProductInspectDetail
.
setInspectId
(
detail
.
getInspectId
());
tProductInspectDetail
.
setType
(
detail
.
getType
());
tProductInspectDetail
.
setType
(
detail
.
getType
());
List
<
TProductInspectDetail
>
detailInfo
=
tProductInspectDetailMapper
.
selectTProductInspectDetailList
(
tProductInspectDetail
);
List
<
TProductInspectDetail
>
detailInfo
=
tProductInspectDetailMapper
.
selectTProductInspectDetailList
(
tProductInspectDetail
);
if
(
3
==
detail
.
getType
()
&&
detailInfo
.
size
()
>
0
)
throw
new
CustomException
(
"装配模版已存在不能添加多个"
);
if
(
3
==
detail
.
getType
()
&&
detailInfo
.
size
()
>
0
)
throw
new
CustomException
(
"装配模版已存在不能添加多个"
);
...
...
digital-management-web/src/views/track/device/index.vue
View file @
0cdc8dca
...
@@ -432,7 +432,7 @@ export default {
...
@@ -432,7 +432,7 @@ export default {
this
.
operateOpen
=
true
;
this
.
operateOpen
=
true
;
}
,
}
,
handleTest
(
row
){
handleTest
(
row
){
this
.
operateTitle
=
"
测试
详情"
;
this
.
operateTitle
=
"
检测
详情"
;
this
.
operateParam
=
{
deviceId
:
row
.
id
}
;
this
.
operateParam
=
{
deviceId
:
row
.
id
}
;
this
.
operateComponent
=
DeviceTest
;
this
.
operateComponent
=
DeviceTest
;
this
.
operateOpen
=
true
;
this
.
operateOpen
=
true
;
...
...
digital-management-web/src/views/track/execute/detail/index.vue
View file @
0cdc8dca
...
@@ -74,7 +74,6 @@
...
@@ -74,7 +74,6 @@
<span
v-else
>
-
</span>
<span
v-else
>
-
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
/>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
/>
<el-table-column
label=
"创建人"
align=
"center"
prop=
"createBy"
/>
<el-table-column
label=
"创建人"
align=
"center"
prop=
"createBy"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
...
@@ -218,6 +217,7 @@ export default {
...
@@ -218,6 +217,7 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
queryParams
.
inspectId
=
this
.
$route
.
query
.
id
;
this
.
getList
();
this
.
getList
();
},
},
methods
:
{
methods
:
{
...
@@ -251,7 +251,7 @@ export default {
...
@@ -251,7 +251,7 @@ export default {
/** 搜索按钮操作 */
/** 搜索按钮操作 */
handleQuery
()
{
handleQuery
()
{
this
.
queryParams
.
pageNum
=
1
;
this
.
queryParams
.
pageNum
=
1
;
this
.
queryParams
.
inspectId
=
this
.
$route
.
query
.
id
;
//
this.queryParams.inspectId = this.$route.query.id;
this
.
getList
();
this
.
getList
();
},
},
/** 重置按钮操作 */
/** 重置按钮操作 */
...
...
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