Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed May 7, 2024
1 parent f0e94d1 commit 06a9463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Seller/Order/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ <h2>订单<span>列表</span></h2>
<?php } ?>
</a>
<?php if ($item['order_status_id'] != 3) { ?>
<a class="btn btn-info btn-xs" href="{:U('order/order_print_dan', array('id' => $item['order_id']))}" target="_blank">打印</a>
<a class="btn btn-info btn-xs" href="{:U('order/order_print_dan', array('id' => $item['order_id']))}" target="_blank">打印配送单</a>
<?php } ?>
<?php $is_printer_list = D('Home/Front')->get_config_by_name('is_printer_list'); ?>
<?php if ((empty($open_feier_print) && !empty($is_printer_list)) || $open_feier_print >= 1 && !in_array($item['order_status_id'], array(3))) { ?>
Expand Down

0 comments on commit 06a9463

Please sign in to comment.