Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
yunxin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f55304d0
authored
Apr 09, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1.0
parent
3385ba7a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
public/pc/js/controller/AbnormalDetail.js
public/pc/js/controller/OrderDetail.js
resources/views/pc/OrderList.blade.php
public/pc/js/controller/AbnormalDetail.js
View file @
f55304d0
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
})
})
},
},
tableList
:
function
(
page
)
{
tableList
:
function
(
page
)
{
var
res
=
ajax_push
(
URL_YUNXIN
+
'/api/ApiAbnormalDetail'
,{
'p'
:
page
,
'abnormal_id'
:
$
(
"#abnormal_id"
).
val
()})
var
res
=
ajax_push
(
'/api/ApiAbnormalDetail'
,{
'p'
:
page
,
'abnormal_id'
:
$
(
"#abnormal_id"
).
val
()})
if
(
res
.
code
==
0
)
{
if
(
res
.
code
==
0
)
{
var
other
=
res
.
other
;
var
other
=
res
.
other
;
$
(
".abnormal_sn"
).
html
(
other
.
abnormal_sn
);
$
(
".abnormal_sn"
).
html
(
other
.
abnormal_sn
);
...
...
public/pc/js/controller/OrderDetail.js
View file @
f55304d0
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
})
})
},
},
tableList
:
function
(
page
)
{
tableList
:
function
(
page
)
{
var
res
=
ajax_push
(
URL_YUNXIN
+
'/api/ApiOrderDetail'
,{
'p'
:
page
,
'order_id'
:
$
(
"#order_id"
).
val
()})
var
res
=
ajax_push
(
'/api/ApiOrderDetail'
,{
'p'
:
page
,
'order_id'
:
$
(
"#order_id"
).
val
()})
if
(
res
.
code
==
0
)
{
if
(
res
.
code
==
0
)
{
var
other
=
res
.
other
;
var
other
=
res
.
other
;
$
(
".order_sn"
).
html
(
other
.
order_sn
);
$
(
".order_sn"
).
html
(
other
.
order_sn
);
...
...
resources/views/pc/OrderList.blade.php
View file @
f55304d0
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<option
value=
"-10"
>
已取消
</option>
<option
value=
"-10"
>
已取消
</option>
<option
value=
"-2"
>
处理中
</option>
<option
value=
"-2"
>
处理中
</option>
<option
value=
"6"
>
部分收货
</option>
<option
value=
"6"
>
部分收货
</option>
<option
value=
"10"
selected=
""
>
完全收货
</option>
<option
value=
"10"
>
完全收货
</option>
</select>
</select>
</div>
</div>
<div
class=
"lineBlock input-inline va-m"
>
<div
class=
"lineBlock input-inline va-m"
>
...
...
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