|
|
|
@ -5,8 +5,9 @@ |
|
|
|
@row-del="rowDel" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange" |
|
|
|
@row-del="rowDel" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange" |
|
|
|
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad"> |
|
|
|
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad"> |
|
|
|
<template #menu-left> |
|
|
|
<template #menu-left> |
|
|
|
<el-button type="primary" icon="el-icon-printer" @click="handlePrintTags">过程记录打印</el-button> |
|
|
|
<el-button type="primary" @click="handlePrintTags">过程记录打印</el-button> |
|
|
|
<el-button type="primary" icon="el-icon-printer" @click="handlePrintTags">打印标签</el-button> |
|
|
|
<el-button type="primary" @click="handlePrintTags">打印标签</el-button> |
|
|
|
|
|
|
|
<el-button type="primary" @click="priorityFn">优先级调整</el-button> |
|
|
|
<!-- <el-button type="primary" icon="el-icon-printer" plain @click="handlePrint">打印</el-button> |
|
|
|
<!-- <el-button type="primary" icon="el-icon-printer" plain @click="handlePrint">打印</el-button> |
|
|
|
<el-button type="primary" icon="el-icon-monitor" @click="handleOutsource(null, 'all')">批量外协</el-button> --> |
|
|
|
<el-button type="primary" icon="el-icon-monitor" @click="handleOutsource(null, 'all')">批量外协</el-button> --> |
|
|
|
<!-- <el-button type="success" icon="el-icon-download">导出</el-button> --> |
|
|
|
<!-- <el-button type="success" icon="el-icon-download">导出</el-button> --> |
|
|
|
|