Commit 743b47ce by 朱继来

调整明细编辑按钮

parent 6327b5cf
Showing with 1 additions and 1 deletions
<div style="width: 100%; height: 40px;">
<h3 style="float: left; width: 100px;">商品信息</h3>
<?php if (in_array($order_info['status'], [1, 2, 3, 4])) { ?>
<?php if (in_array($order_info['status'], [1, 2, 3, 4]) && (($order_info['order_goods_type'] == 1 && empty($order_temp_info['erp_sn']) ) || ($order_info['order_goods_type'] == 2 && $order_temp_info['wms_order'] != 1))) { ?>
<button type="button" class="btn btn-success changeBtn edit-item">编辑</button>
<?php } ?>
</div>
......
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 sign in to comment