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
5c844e85
Commit
5c844e85
authored
Mar 22, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务下发问题修改 gengdidi
parent
b3f2b811
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
TWorkOrder.java
...em/src/main/java/com/zehong/system/domain/TWorkOrder.java
+2
-2
car.png
gassafetyprogress-web/src/assets/image/car.png
+0
-0
WorkIssue.vue
...c/views/inspectionWork/workOrder/components/WorkIssue.vue
+0
-0
index.vue
...progress-web/src/views/inspectionWork/workOrder/index.vue
+4
-4
index.vue
...ress-web/src/views/operationMonitor/gassVehicle/index.vue
+1
-1
No files found.
gassafetyprogress-system/src/main/java/com/zehong/system/domain/TWorkOrder.java
View file @
5c844e85
...
...
@@ -94,8 +94,8 @@ public class TWorkOrder extends BaseEntity
private
String
responsiblePerson
;
/** 截止日期 */
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"截止日期"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@Excel
(
name
=
"截止日期"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd
HH:mm:ss
"
)
private
Date
expiryDate
;
/** 是否删除(0正常,1删除) */
...
...
gassafetyprogress-web/src/assets/image/car.png
View replaced file @
b3f2b811
View file @
5c844e85
5.71 KB
|
W:
|
H:
4.82 KB
|
W:
|
H:
2-up
Swipe
Onion skin
gassafetyprogress-web/src/views/
operationMonitor
/workOrder/components/WorkIssue.vue
→
gassafetyprogress-web/src/views/
inspectionWork
/workOrder/components/WorkIssue.vue
View file @
5c844e85
File moved
gassafetyprogress-web/src/views/
operationMonitor
/workOrder/index.vue
→
gassafetyprogress-web/src/views/
inspectionWork
/workOrder/index.vue
View file @
5c844e85
...
...
@@ -186,7 +186,7 @@
<
el
-
select
v
-
model
=
"form.workType"
placeholder
=
"请选择任务类型"
style
=
"width: 350px"
:
disabled
=
"isDetail"
>
<
el
-
option
label
=
"入户安检"
value
=
"1"
/>
<
el
-
option
label
=
"巡检"
value
=
"2"
/>
<
el
-
option
label
=
"报警巡查"
value
=
"3"
/
>
<
!--
<
el
-
option
label
=
"报警巡查"
value
=
"3"
/>--
>
<
el
-
option
label
=
"其他"
value
=
"4"
/>
<
/el-select
>
<
/el-form-item
>
...
...
@@ -284,8 +284,8 @@
<
el
-
form
-
item
label
=
"截止日期"
prop
=
"expiryDate"
>
<
el
-
date
-
picker
clearable
size
=
"small"
v
-
model
=
"form.expiryDate"
type
=
"date"
value
-
format
=
"yyyy-MM-dd"
type
=
"date
time
"
value
-
format
=
"yyyy-MM-dd
HH:mm:ss
"
placeholder
=
"选择截止日期"
style
=
"width: 350px"
:
disabled
=
"isDetail"
>
<
/el-date-picker
>
<
/el-form-item
>
...
...
@@ -606,7 +606,7 @@ export default {
this
.
reset
();
this
.
open
=
true
;
this
.
isDetail
=
false
;
this
.
title
=
"添加
燃气
任务"
;
this
.
title
=
"添加
巡检巡查
任务"
;
this
.
getEnterpriseLists
();
}
,
/** 修改按钮操作 */
...
...
gassafetyprogress-web/src/views/operationMonitor/gassVehicle/index.vue
View file @
5c844e85
...
...
@@ -49,7 +49,7 @@
icon=
"el-icon-map-location"
@
click=
"getVehicleTravel(scope.row)"
v-hasPermi=
"['system:info:remove']"
>
车辆
轨迹
</el-button>
>
车辆
位置
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
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