Commit 3616653a authored by hezhen's avatar hezhen

修改前端样式

parent bca90c69
......@@ -218,7 +218,7 @@ foreach ($list as $k => $v) {
$items = pdo_getall('longbing_company_shop_order_item', array('order_id' => $v['id']));
$list[$k]['items'] = $items;
$names = '';
$company_name='';
foreach ($items as $k2 => $v2) {
$names .= '; ' . $v2['name'] . ': ' . $v2['content'] . ',数量:' . $v2['number'];
$company_name .= '; ' . $v2['company_name'];
......
......@@ -32,7 +32,6 @@
<th>下单用户微信昵称</th>
<th>所属名片</th>
<th>总金额</th>
<th>收货地址</th>
<!--<th>收货地址</th>-->
<th>商户订单号</th>
<th>订单类型</th>
......@@ -44,13 +43,13 @@
{loop $list $item}
<tr>
<td>{$item['id']}</td>
<td style="max-width: 200px">{$item['company_name']}</td>
<td style="max-width: 200px">{$item['names']}</td>
<td style="max-width: 200px">{$item['company_name']}</td>
<td>{$item['user_id']}</td>
<td>{$item['user_info']['nickName']}</td>
<td><span class="layui-badge layui-bg-gray">{$item['staff_info']['name']}</span></td>
<td style="color: #FF5722">{$item['total_price']}</td>
<td style="max-width: 200px">{$item['name']} {$item['phone']} {$item['address']} {$item['address_detail']}</td>
<!--<td style="max-width: 200px">{$item['name']} {$item['phone']} {$item['address']} {$item['address_detail']}</td>-->
<td style="max-width: 200px">
{if $item['transaction_id'] != ''}
{$item['transaction_id']}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment