Commit a7f0fb99 by allen

只要有erp订单号的都发送邮件

parent 87fe5315
......@@ -813,10 +813,9 @@
<!-- 判断邮件发送时机 -->
@if (!empty($order_temp_info['erp_sn']) )
@if ( (!empty($order_pay_log[0]['is_paid']) && $order_pay_log[0]['is_paid'] == 1) ||
(!empty($order_pay_log[0]['pay_type']) && $order_pay_log[0]['pay_type'] == 4) )
<a class="btn btn-success send_mail" >发送邮件</a>
@endif
@endif
<!-- 预付款 管理员完成首款对账后改变'对账'按钮 -->
@if (in_array($order_info['status'], [2, 3]) && in_array('check_account', $userPerms))
......
......@@ -47,7 +47,7 @@
</dd>
</dl>
<dl>
<!-- <dl>
<dt>审核日期: </dt>
<dd style="width:auto !important;">
<input type="text" name="confirm_time_start" value="{{ !empty($condition['confirm_time_start']) ? date('Y/m/d', $condition['confirm_time_start']) : '' }}" class="Wdate " onfocus="WdatePicker({dateFmt:'yyyy/MM/dd'})" placeholder="开始时间" autocomplete="off" />
......@@ -85,7 +85,7 @@
<dd style="width:auto !important;">
<input type="text" name="finish_time_end" value="{{ !empty($condition['finish_time_end']) ? date('Y/m/d', $condition['finish_time_end']) : '' }}" class="Wdate " onfocus="WdatePicker({dateFmt:'yyyy/MM/dd'})" placeholder="结束时间" autocomplete="off" />
</dd>
</dl>
</dl> -->
<dl>
<dt>型号名称:</dt>
......
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