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
a7f0fb99
authored
Dec 19, 2019
by
allen
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
只要有erp订单号的都发送邮件
parent
87fe5315
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
resources/views/detail/content.blade.php
resources/views/orderlist/content.blade.php
resources/views/detail/content.blade.php
View file @
a7f0fb99
...
@@ -813,10 +813,9 @@
...
@@ -813,10 +813,9 @@
<!-- 判断邮件发送时机 -->
<!-- 判断邮件发送时机 -->
@if (!empty($order_temp_info['erp_sn']) )
@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>
<a
class=
"btn btn-success send_mail"
>
发送邮件
</a>
@endif
@endif
@endif
<!-- 预付款 管理员完成首款对账后改变'对账'按钮 -->
<!-- 预付款 管理员完成首款对账后改变'对账'按钮 -->
@if (in_array($order_info['status'], [2, 3])
&&
in_array('check_account', $userPerms))
@if (in_array($order_info['status'], [2, 3])
&&
in_array('check_account', $userPerms))
...
...
resources/views/orderlist/content.blade.php
View file @
a7f0fb99
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
</dd>
</dd>
</dl>
</dl>
<dl>
<!--
<dl>
<dt>审核日期: </dt>
<dt>审核日期: </dt>
<dd style="width:auto !important;">
<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" />
<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 @@
...
@@ -85,7 +85,7 @@
<dd style="width:auto !important;">
<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" />
<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>
</dd>
</dl>
</dl>
-->
<dl>
<dl>
<dt>
型号名称:
</dt>
<dt>
型号名称:
</dt>
...
...
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