You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
2.4 KiB
PHP
35 lines
2.4 KiB
PHP
<div class="right-container" data-page="orderPendingMatter">
|
|
<div class="page-header">
|
|
<h3>待处理事项</h3>
|
|
</div>
|
|
<div class="tab mt_15 mb_10">
|
|
<div class="tab-content">
|
|
<div role="tabpanel" class="tab-pane active" id="J_orderListPanel">
|
|
<div class="ft_12 mb_10">
|
|
<?php Zc::W(WidgetConst::orderPendingMatterFilter, array('multiShopOptions' => $multiShopOptions, 'mallAuthConfig' => $mallAuthConfig, 'pendingMatterCategoryIdAndCategoryNameMap' => $pendingMatterCategoryIdAndCategoryNameMap, 'filter' => $filter));?>
|
|
<div class="clearfix bg-white" id="J_toolBarBox" style="z-index:100;">
|
|
<div class="clearfix col-xs-12 p-x-0 p-y-sm" style="border-bottom: 1px solid #E6E8EB;">
|
|
<div class="inline pull-right">
|
|
<button type="button" data-export-type="selected" class="btn btn-primary btn-sm m-l J_exportOrderPendingMatterBtn">选择导出</button>
|
|
<button type="button" data-export-type="filter" class="btn btn-primary btn-sm m-l J_exportOrderPendingMatterBtn">筛选导出</button>
|
|
<button type="button" class="btn btn-info btn-sm m-l J_batchDeletePendingMatterBtn">批量删除待处理事项</button>
|
|
<button type="button" class="btn btn-info btn-sm m-l J_addOrderPendingMatterBtn">添加待处理事项</button>
|
|
<button type="button" class="btn btn-info btn-sm m-l J_addOrderPendingMatterCategoryBtn">管理分类</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div role="tabpanel" class="tab-pane active" id="J_orderListPanel">
|
|
<div class="order-list J_orderPendingMatterListContent"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php Zc::W(WidgetConst::orderPendingMatterModal, ['multiShopOptions' => $multiShopOptions]);?>
|
|
<?php Zc::W(WidgetConst::orderPendingMatterCategoryModal);?>
|
|
|
|
<?php echo HtmlTool::getStaticFile(array('jq_puls/jquery.fileDownload.1.4.2.js', 'jquery.history.js', 'select2.min.js'), TsConst::jsGlobal);?>
|
|
<?php echo HtmlTool::getStaticFile(array('chosen.jquery.min.js?' . TsConst::jsGlobal)); ?>
|
|
<?php echo HtmlTool::getStaticFile(array('biz/order/order_pending_matter.js'), TsConst::jsPurchaseOrder);?>
|