Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
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
d5ff5d5a
authored
Dec 03, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_iteration_20181127' into development
parents
089fdaf6
72370760
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
app/Model/OrderModel.php
resources/views/erpOrder/content.blade.php
app/Model/OrderModel.php
View file @
d5ff5d5a
...
@@ -82,6 +82,8 @@ class OrderModel extends Model
...
@@ -82,6 +82,8 @@ class OrderModel extends Model
$query
->
where
(
'o.order_sn'
,
'='
,
$map
[
'order_contain'
]);
$query
->
where
(
'o.order_sn'
,
'='
,
$map
[
'order_contain'
]);
}
else
if
(
$map
[
'order_type'
]
==
2
)
{
// 型号名称
}
else
if
(
$map
[
'order_type'
]
==
2
)
{
// 型号名称
$query
->
where
(
'it.goods_name'
,
'='
,
$map
[
'order_contain'
]);
$query
->
where
(
'it.goods_name'
,
'='
,
$map
[
'order_contain'
]);
}
else
if
(
$map
[
'order_type'
]
==
3
)
{
// 发票抬头
$query
->
where
(
'i.tax_title'
,
'='
,
$map
[
'order_contain'
]);
}
else
{
// 会员账号
}
else
{
// 会员账号
if
(
preg_match
(
'/@/'
,
$map
[
'order_contain'
]))
{
if
(
preg_match
(
'/@/'
,
$map
[
'order_contain'
]))
{
$query
->
where
(
'u.email'
,
'='
,
$map
[
'order_contain'
]);
$query
->
where
(
'u.email'
,
'='
,
$map
[
'order_contain'
]);
...
...
resources/views/erpOrder/content.blade.php
View file @
d5ff5d5a
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
<!-- 点击展示内容 -->
<!-- 点击展示内容 -->
<tr
class=
"show-other-content"
>
<tr
class=
"show-other-content"
>
<td
colspan=
"1
0
"
>
<td
colspan=
"1
1
"
>
<table
class=
"table table-hover table-bordered"
>
<table
class=
"table table-hover table-bordered"
>
<tr>
<tr>
<td
class=
"table-list-title"
>
订单编号
</td>
<td
class=
"table-list-title"
>
订单编号
</td>
...
...
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