|
|
@@ -173,7 +173,8 @@
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>审批流程</span>
|
|
|
</div>
|
|
|
- <wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
|
|
|
+ <wf-multi-history ref="WfHistory"
|
|
|
+ :entryinfo="entrydetail"></wf-multi-history>
|
|
|
</el-card>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
@@ -182,7 +183,8 @@
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>审批历史</span>
|
|
|
</div>
|
|
|
- <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
|
|
|
+ <wf-multi-history ref="WfHistory"
|
|
|
+ :entryinfo="entrydetail"></wf-multi-history>
|
|
|
</el-card>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
@@ -205,6 +207,7 @@
|
|
|
import SupplierFileTable from '@/pages/oilsupplier/supplierfile/table.vue'
|
|
|
import WfHistory from '@/components/workflow/wfhistory.vue'
|
|
|
import WfBackHistory from '@/components/workflow/wfbackhistory.vue'
|
|
|
+ import WfMultiHistory from '@/components/workflow/wfmultihistory.vue'
|
|
|
import SupplierCertEdit from '@/components/oilsupplier/suppliercertedit.vue'
|
|
|
|
|
|
import EquipmentList from '@/components/oilsupplier/equipmentlist'
|
|
|
@@ -222,6 +225,7 @@
|
|
|
components: {
|
|
|
chooseAuditorVisible: false,
|
|
|
SupplierFileTable,
|
|
|
+ WfMultiHistory,
|
|
|
WfHistory,
|
|
|
WfBackHistory,
|
|
|
SupplierCertEdit,
|