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
70b6d820
Commit
70b6d820
authored
Jul 30, 2018
by
洪晓珍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for merge
parent
38497800
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.js
js/index.js
+3
-3
woDetail.js
js/woDetail.js
+0
-0
woDetail.html
woDetail.html
+0
-0
No files found.
js/index.js
View file @
70b6d820
...
...
@@ -63,7 +63,7 @@ jQuery(document).ready(function ($) {
console
.
log
(
'updateWOStatus:'
+
val
.
target
.
value
);
var
url
=
"/work/ws/update"
;
var
data
=
JSON
.
stringify
({
"
wo
Status"
:
val
.
target
.
value
,
"
user
Status"
:
val
.
target
.
value
,
"statusDisplay"
:
""
,
"userId"
:
1
});
...
...
@@ -82,7 +82,7 @@ jQuery(document).ready(function ($) {
}
},
data
:
{
woStates
:
[
woStates
:
[
{
value
:
1
,
text
:
'空闲中'
},
{
value
:
2
,
text
:
'下班'
},
{
value
:
3
,
text
:
'接待中'
},
...
...
@@ -91,7 +91,7 @@ jQuery(document).ready(function ($) {
]
}
})
// 数据提示条
var
numCount
=
new
Vue
({
...
...
js/woDetail.js
View file @
70b6d820
This diff is collapsed.
Click to expand it.
woDetail.html
View file @
70b6d820
This diff is collapsed.
Click to expand it.
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