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
351663d3
authored
Dec 12, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_export_20191209'
parents
7a811c86
b211a223
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Model/OrderModel.php
app/Model/OrderModel.php
View file @
351663d3
...
...
@@ -448,7 +448,7 @@ class OrderModel extends Model
$tmp
[
$i
][
'self_supplier_type'
]
=
$self_supplier_type
[
$order
[
$i
][
'self_supplier_type'
]];
// 自采标记
$tmp
[
$i
][
'sample_demand_desc'
]
=
$order
[
$i
][
'sample_demand_desc'
];
// 样片项目需求描述
//收货地址的电话
$tmp
[
$i
][
'receiving_address'
]
=
isset
(
$current_order_addr
[
'
address_mobile'
])
?
$current_order_addr
[
'address_
mobile'
]
:
''
;
$tmp
[
$i
][
'receiving_address'
]
=
isset
(
$current_order_addr
[
'
mobile'
])
?
$current_order_addr
[
'
mobile'
]
:
''
;
}
else
{
$tmp
[
$i
][
'is_new_order'
]
=
$order
[
$i
][
'is_new_order'
]
==
1
?
'是'
:
'否'
;
// 是否为新订单
}
...
...
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