Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
work-order-system
Overview
Overview
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
xueyuanyuan
work-order-system
Commits
14f0078d
Commit
14f0078d
authored
Jul 31, 2018
by
洪晓珍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for merge
parent
2d852f4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
woDetail.js
js/woDetail.js
+1
-0
woDetail.html
woDetail.html
+1
-1
No files found.
js/woDetail.js
View file @
14f0078d
...
...
@@ -205,6 +205,7 @@ jQuery(document).ready(function ($) {
woDetail
.
auditDetails
=
res
.
data
;
}
});
processButton
.
disabled
=
false
;
}
initDetail
();
...
...
woDetail.html
View file @
14f0078d
...
...
@@ -353,7 +353,7 @@
v-model=
"orderDetail.revisitRemark"
></textarea>
</div>
</div>
<button
type=
"button"
class=
"btn btn-primary"
@
click=
"saveWODetail"
>
处理完成
</button>
<button
type=
"button"
class=
"btn btn-primary"
@
click=
"saveWODetail"
id=
"processButton"
>
处理完成
</button>
<!-- 操作记录 -->
<div
class=
"operation-record particulars"
>
<h4>
操作记录
</h4>
...
...
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