Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
18c151ab
authored
2018-03-25 21:43:02 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
427df46b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
application/views/work/预审管理.php
application/views/work/预审管理.php
View file @
18c151a
...
...
@@ -87,7 +87,7 @@
var
targetUrl
=
'flow/confirm2NextStatus/'
+
id
;
var
data
=
{
"destOrderStatus"
:
2
,
"opinion"
:
"
string
"
,
"opinion"
:
""
,
"orderStatus"
:
1
}
$
.
ajax
({
...
...
@@ -103,7 +103,7 @@
}
else
if
(
data
.
code
!=
0
)
{
layer
.
alert
(
'请求失败'
);
}
else
{
layer
.
alert
(
'请求
成功'
);
layer
.
msg
(
'操作
成功'
);
}
setTimeout
(
function
()
{
if
(
!
data
.
code
)
{
...
...
@@ -128,7 +128,7 @@
var
targetUrl
=
'flow/confirm2NextStatus/'
+
id
;
var
data
=
{
"destOrderStatus"
:
0
,
"opinion"
:
"
string
"
,
"opinion"
:
""
,
"orderStatus"
:
1
}
$
.
ajax
({
...
...
@@ -144,7 +144,7 @@
}
else
if
(
data
.
code
!=
0
)
{
layer
.
alert
(
'请求失败'
);
}
else
{
layer
.
alert
(
'请求
成功'
);
layer
.
msg
(
'操作
成功'
);
}
setTimeout
(
function
()
{
if
(
!
data
.
code
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment