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
f3a353f9
authored
Jan 09, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新pcb后台
parent
075cae56
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
resources/views/Pcb/PcbOrderDetail.blade.php
resources/views/Pcb/PcbOrderDetail.blade.php
View file @
f3a353f9
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
</tr>
</tr>
<tr
class=
"c2"
>
<tr
class=
"c2"
>
<th>
订单类型
</th>
<th>
订单类型
</th>
<th>
是否返单
</th>
<th>
支付方式
</th>
<th>
公司名称
</th>
<th>
公司名称
</th>
<th>
Adtag或其它
</th>
<th>
Adtag或其它
</th>
<th>
下单时间
</th>
<th>
下单时间
</th>
...
@@ -41,27 +41,27 @@
...
@@ -41,27 +41,27 @@
</tr>
</tr>
<tr
>
<tr
>
<td>
<?=
@
$orderBase
[
'order_type'
]
?>
</td>
<td>
<?=
@
$orderBase
[
'order_type'
]
?>
</td>
<td>
<?=
$orderBase
[
'
is_return_order'
]
?
"是"
:
"否"
?>
</td>
<td>
<?=
$orderBase
[
'
order_pay_type'
]
?>
</td>
<td>
<?=
$orderBase
[
'company_name'
]
?>
</td>
<td>
<?=
$orderBase
[
'company_name'
]
?>
</td>
<td>
<?=
@
$orderBase
[
'adtag'
]
?>
</td>
<td>
<?=
@
$orderBase
[
'adtag'
]
?>
</td>
<td>
<?=
@
$orderBase
[
'create_time'
]
?>
</td>
<td>
<?=
@
$orderBase
[
'create_time'
]
?>
</td>
<td>
<?=
@
$orderBase
[
'pay_time'
]
?>
</td>
<td>
<?=
@
$orderBase
[
'pay_time'
]
?>
</td>
</tr>
</tr>
<tr
>
<tr
>
<th
class=
"c2"
>
支付方式
</th>
<th
class=
"c2"
>
采购订单编号
</th>
<th
class=
"c2"
>
采购订单编号
</th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</tr>
<tr
style=
"height: 30px;"
>
<tr
style=
"height: 30px;"
>
<td>
<?=
$orderBase
[
'order_pay_type'
]
?>
</td>
<td>
<?=
@
$purchase
[
'purchase_sn'
]
?>
</td>
<td>
<?=
@
$purchase
[
'purchase_sn'
]
?>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
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