|
@@ -25,9 +25,9 @@
|
|
|
<a class="btn btn-warning btn-change btn-imports {:$auth->check('qingdong/customer/customer/import')?'':'hide'}" data-params="action=start" href="javascript:;"><i class="fa fa-upload dz-message"></i> 导入</a>
|
|
<a class="btn btn-warning btn-change btn-imports {:$auth->check('qingdong/customer/customer/import')?'':'hide'}" data-params="action=start" href="javascript:;"><i class="fa fa-upload dz-message"></i> 导入</a>
|
|
|
<a class="btn btn-success btn-export {:$auth->check('qingdong/customer/customer/export')?'':'hide'}" data-multiple="false" initialized="true" href="javascript:;"><i class="fa fa-download dz-message"></i> 导出</a>
|
|
<a class="btn btn-success btn-export {:$auth->check('qingdong/customer/customer/export')?'':'hide'}" data-multiple="false" initialized="true" href="javascript:;"><i class="fa fa-download dz-message"></i> 导出</a>
|
|
|
{if $staff_group == 1 || $staff_group == 9}<a class="btn btn-primary btn-change btn-transfer {:$auth->check('qingdong/customer/customer/batch_change')?'':'hide'}"><i class="fa fa-mail-reply"></i> 批量转移</a>{/if}
|
|
{if $staff_group == 1 || $staff_group == 9}<a class="btn btn-primary btn-change btn-transfer {:$auth->check('qingdong/customer/customer/batch_change')?'':'hide'}"><i class="fa fa-mail-reply"></i> 批量转移</a>{/if}
|
|
|
- <a class="btn btn-danger btn-send-email {:$auth->check('qingdong/general/email/batch_send_email')?'':'hide'}" data-url="qingdong/general/email/batch_send_email" data-types="customer" data-title="批量发送邮件" ><i class="fa fa-envelope-square"></i> 批量发送邮件</a>
|
|
|
|
|
- <a class="btn btn-info btn-send-sms {:$auth->check('qingdong/general/sms/batch_send_sms')?'':'hide'}"
|
|
|
|
|
- data-url="qingdong/general/sms/batch_send_sms" data-types="customer" data-title="批量发送短信" ><i class="fa fa-telegram"></i> 批量发送短信</a>
|
|
|
|
|
|
|
+<!-- <a class="btn btn-danger btn-send-email {:$auth->check('qingdong/general/email/batch_send_email')?'':'hide'}" data-url="qingdong/general/email/batch_send_email" data-types="customer" data-title="批量发送邮件" ><i class="fa fa-envelope-square"></i> 批量发送邮件</a>-->
|
|
|
|
|
+<!-- <a class="btn btn-info btn-send-sms {:$auth->check('qingdong/general/sms/batch_send_sms')?'':'hide'}"-->
|
|
|
|
|
+<!-- data-url="qingdong/general/sms/batch_send_sms" data-types="customer" data-title="批量发送短信" ><i class="fa fa-telegram"></i> 批量发送短信</a>-->
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
|
|
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
|