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
9c8eb867
Commit
9c8eb867
authored
Apr 02, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物理删除 gengdidi
parent
a12ce464
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
TWorkOrderMapper.xml
...tem/src/main/resources/mapper/system/TWorkOrderMapper.xml
+2
-1
HiddenFeedTrouble.vue
...inspectionWork/workOrder/components/HiddenFeedTrouble.vue
+2
-1
index.vue
...progress-web/src/views/inspectionWork/workOrder/index.vue
+3
-2
No files found.
gassafetyprogress-system/src/main/resources/mapper/system/TWorkOrderMapper.xml
View file @
9c8eb867
...
...
@@ -70,7 +70,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select
id=
"selectTWorkOrderList"
parameterType=
"TWorkOrder"
resultMap=
"TWorkOrderResult"
>
<include
refid=
"selectTWorkOrderVo"
/>
<where>
<where>
workOrder.is_del = '0'
<if
test=
"workTitle != null and workTitle != ''"
>
and workOrder.work_title like concat('%', #{workTitle}, '%')
</if>
<if
test=
"workType != null and workType != ''"
>
and workOrder.work_type = #{workType}
</if>
<if
test=
"workContent != null and workContent != ''"
>
and workOrder.work_content = #{workContent}
</if>
...
...
gassafetyprogress-web/src/views/inspectionWork/workOrder/components/HiddenFeedTrouble.vue
View file @
9c8eb867
...
...
@@ -304,7 +304,8 @@ export default {
cancelButtonText
:
"取消"
,
type
:
"warning"
}
).
then
(
function
()
{
return
delHiddenInfo
(
hiddenTroubleId
);
//return delHiddenInfo(hiddenTroubleId);
return
updateHiddenInfo
({
hiddenTroubleId
:
hiddenTroubleId
,
isDel
:
'1'
}
)
}
).
then
(()
=>
{
this
.
getHiddenInfoList
({
workId
:
this
.
workId
}
);
this
.
msgSuccess
(
"删除成功"
);
...
...
gassafetyprogress-web/src/views/inspectionWork/workOrder/index.vue
View file @
9c8eb867
...
...
@@ -347,7 +347,7 @@
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"
23
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
label
=
"截止日期"
prop
=
"expiryDate"
>
<
el
-
date
-
picker
clearable
size
=
"small"
v
-
model
=
"form.expiryDate"
...
...
@@ -869,7 +869,8 @@ export default {
cancelButtonText
:
"取消"
,
type
:
"warning"
}
).
then
(
function
()
{
return
delOrder
(
workIds
);
//return delOrder(workIds);
updateOrder
({
workId
:
workIds
,
isDel
:
'1'
}
)
}
).
then
(()
=>
{
this
.
getList
();
this
.
msgSuccess
(
"删除成功"
);
...
...
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