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
fb7eb926
authored
Apr 12, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1.0
parent
adf40c67
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
11 deletions
app/Http/Controllers/HandleController.php
app/Jobs/JopExportAbnormlList.php
app/Model/Server/ServerPurModel.php
public/pc/js/controller/AbnormalDetail.js
resources/views/pc/AbnormalDetail.blade.php
resources/views/pc/AbnormalList.blade.php
app/Http/Controllers/HandleController.php
View file @
fb7eb926
...
@@ -94,6 +94,9 @@ class HandleController extends Controller
...
@@ -94,6 +94,9 @@ class HandleController extends Controller
}
}
private
function
c
(){
private
function
c
(){
$s
=
(
new
JopExportAbnormlList
(
$_GET
[
'id'
]))
->
handle
();
print_r
(
$s
);
die
();
$s
=
(
new
JopExportPutawayList
(
$_GET
[
'id'
]))
->
handle
();
$s
=
(
new
JopExportPutawayList
(
$_GET
[
'id'
]))
->
handle
();
print_r
(
$s
);
print_r
(
$s
);
die
();
die
();
...
...
app/Jobs/JopExportAbnormlList.php
View file @
fb7eb926
...
@@ -75,7 +75,7 @@ class JopExportAbnormlList extends Job implements ShouldQueue
...
@@ -75,7 +75,7 @@ class JopExportAbnormlList extends Job implements ShouldQueue
'currency'
=>
$v
[
'currency'
],
'currency'
=>
$v
[
'currency'
],
'supplier_goods_id'
=>
$v
[
'supplier_goods_id'
],
'supplier_goods_id'
=>
$v
[
'supplier_goods_id'
],
'goods_name'
=>
$v
[
'goods_name'
],
'goods_name'
=>
$v
[
'goods_name'
],
'
supplier_brand_name'
=>
$v
[
'supplier_
brand_name'
],
'
brand_name'
=>
$v
[
'
brand_name'
],
'encap'
=>
$v
[
'encap'
],
'encap'
=>
$v
[
'encap'
],
'packing_id'
=>
$v
[
'packing_id'
],
'packing_id'
=>
$v
[
'packing_id'
],
'mpq'
=>
$v
[
'mpq'
],
'mpq'
=>
$v
[
'mpq'
],
...
...
app/Model/Server/ServerPurModel.php
View file @
fb7eb926
...
@@ -33,15 +33,17 @@ class ServerPurModel
...
@@ -33,15 +33,17 @@ class ServerPurModel
die
();
die
();
}
}
$p
=
json_decode
(
$res
,
true
);
$p
=
json_decode
(
$res
,
true
);
if
(
array_key_exists
(
'errcode'
,
$p
)){
if
(
$p
){
$p
[
'code'
]
=
$p
[
'errcode'
];
if
(
array_key_exists
(
'errcode'
,
$p
)){
$p
[
'code'
]
=
$p
[
'errcode'
];
unset
(
$p
[
'errcode'
]);
}
if
(
array_key_exists
(
'errmsg'
,
$p
)){
$p
[
'msg'
]
=
$p
[
'errmsg'
];
unset
(
$p
[
'errmsg'
]);
}
unset
(
$p
[
'errcode'
]);
unset
(
$p
[
'errcode'
]);
}
}
if
(
array_key_exists
(
'errmsg'
,
$p
)){
$p
[
'msg'
]
=
$p
[
'errmsg'
];
unset
(
$p
[
'errmsg'
]);
}
unset
(
$p
[
'errcode'
]);
if
(
$type
==
1
){
if
(
$type
==
1
){
echo
json_encode
(
$p
);
echo
json_encode
(
$p
);
}
else
{
}
else
{
...
...
public/pc/js/controller/AbnormalDetail.js
View file @
fb7eb926
...
@@ -23,9 +23,10 @@
...
@@ -23,9 +23,10 @@
html
+=
"<tr class=\"you\"> "
+
html
+=
"<tr class=\"you\"> "
+
"<td><span class=\"t1\">"
+
s
.
supplier_goods_id
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
supplier_goods_id
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
goods_name
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
goods_name
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
supplier_
brand_name
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
brand_name
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
encap
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
encap
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
mpq
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
mpq
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
packing_id
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
real_number
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
real_number
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
initial_price
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
initial_price
+
"</span></td>"
+
"</tr>"
"</tr>"
...
...
resources/views/pc/AbnormalDetail.blade.php
View file @
fb7eb926
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
<th>
型号
<b></b></th>
<th>
型号
<b></b></th>
<th>
品牌
<b></b></th>
<th>
品牌
<b></b></th>
<th>
封装
</th>
<th>
封装
</th>
<th>
MPQ
</th>
<th>
包装方式
</th>
<th>
包装方式
</th>
<th>
数量
</th>
<th>
数量
</th>
<th>
单价
</th>
<th>
单价
</th>
...
...
resources/views/pc/AbnormalList.blade.php
View file @
fb7eb926
...
@@ -19,9 +19,9 @@
...
@@ -19,9 +19,9 @@
<div
class=
"lineBlock input-inline va-m"
>
<div
class=
"lineBlock input-inline va-m"
>
<label
class=
"tag"
>
状态:
</label>
<label
class=
"tag"
>
状态:
</label>
<select
class=
"sel w180"
name=
"status"
>
<select
class=
"sel w180"
name=
"status"
>
<option
value=
"
"
>
</option>
<option
value=
"
-10,2"
>
全部
</option>
<option
value=
"-10"
>
已取消
</option>
<option
value=
"-10"
>
已取消
</option>
<option
value=
"
4"
selected
>
已完成
</option>
<option
value=
"
2"
>
已完成
</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