|
@@ -25,13 +25,6 @@
|
|
|
批量完结
|
|
批量完结
|
|
|
</button>
|
|
</button>
|
|
|
</span>
|
|
</span>
|
|
|
- @can('订单管理-问题件-批量归档')
|
|
|
|
|
- <span class="ml-1">
|
|
|
|
|
- <button type="button" class="btn btn-outline-primary btn-sm form-control-sm tooltipTarget" @click="archiveOrderIssue" v-show="checkData.length>0" >
|
|
|
|
|
- 批量归档
|
|
|
|
|
- </button>
|
|
|
|
|
- </span>
|
|
|
|
|
- @endcan
|
|
|
|
|
@endcannot
|
|
@endcannot
|
|
|
@can('订单管理-问题件-删除')
|
|
@can('订单管理-问题件-删除')
|
|
|
<span class="ml-1">
|
|
<span class="ml-1">
|
|
@@ -57,13 +50,23 @@
|
|
|
批量导入处理
|
|
批量导入处理
|
|
|
</button>
|
|
</button>
|
|
|
</span>
|
|
</span>
|
|
|
- @can('订单管理-问题件-财务确认')
|
|
|
|
|
- <span class="ml-1">
|
|
|
|
|
- <button type="button" class="btn btn-outline-dark btn-sm form-control-sm tooltipTarget" @click="financeConfirm">
|
|
|
|
|
- 批量财务确认
|
|
|
|
|
- </button>
|
|
|
|
|
- </span>
|
|
|
|
|
- @endcan
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @cannot('订单管理-问题件-客户不可见')
|
|
|
|
|
+ @can('订单管理-问题件-财务确认')
|
|
|
|
|
+ <span class="ml-1">
|
|
|
|
|
+ <button type="button" class="btn btn-outline-dark btn-sm form-control-sm tooltipTarget" @click="financeConfirm">
|
|
|
|
|
+ 批量财务确认
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ @endcan
|
|
|
|
|
+ @can('订单管理-问题件-批量归档')
|
|
|
|
|
+ <span class="ml-1">
|
|
|
|
|
+ <button type="button" class="btn btn-outline-primary btn-sm form-control-sm tooltipTarget" @click="archiveOrderIssue" v-show="checkData.length>0" >
|
|
|
|
|
+ 批量归档
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ @endcan
|
|
|
|
|
+ @endcannot
|
|
|
</div>
|
|
</div>
|
|
|
<table class="table table-sm table-striped table-bordered table-hover card-body p-0 m-0" style="background: #fff;@cannot('订单管理-问题件-客户不可见')min-width: 3000px;@else min-width: 1990px; @endcannot">
|
|
<table class="table table-sm table-striped table-bordered table-hover card-body p-0 m-0" style="background: #fff;@cannot('订单管理-问题件-客户不可见')min-width: 3000px;@else min-width: 1990px; @endcannot">
|
|
|
<tr class="tr-yellow" align="center" >
|
|
<tr class="tr-yellow" align="center" >
|