生产管理页面调整

dev-scheduling
zhangdi 3 months ago
parent c8e4e88571
commit d38059e5f0
  1. 3
      src/views/productionManagement/blbWorkOrder/components/glass.vue
  2. 3
      src/views/productionManagement/blbWorkOrder/components/others.vue
  3. 5
      src/views/productionManagement/productionMonitoring.vue
  4. 7
      src/views/productionManagement/sinTerWorkOrder/index.vue

@ -6,7 +6,8 @@
@selection-change="selectionChange" @current-change="currentChange" @size-change="sizeChange"
@refresh-change="refreshChange" @on-load="onLoad">
<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" @click="priorityFn">优先级调整</el-button>
</template>
<template #menu-right>
<el-button type="success" plain @click="processingHandle">在制品</el-button>

@ -6,7 +6,8 @@
@selection-change="selectionChange" @current-change="currentChange" @size-change="sizeChange"
@refresh-change="refreshChange" @on-load="onLoad">
<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" @click="priorityFn">优先级调整</el-button>
</template>
<template #menu-right>
<el-button type="success" plain @click="queryOrdersHandle">在制品</el-button>

@ -5,8 +5,9 @@
@row-del="rowDel" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange"
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad">
<template #menu-left>
<el-button type="primary" icon="el-icon-printer" @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="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-monitor" @click="handleOutsource(null, 'all')">批量外协</el-button> -->
<!-- <el-button type="success" icon="el-icon-download">导出</el-button> -->

@ -5,9 +5,10 @@
@row-del="rowDel" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange"
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad">
<template #menu-left>
<el-button type="primary" icon="el-icon-printer" @click="handlePrintTags">过程记录打印</el-button>
<el-button type="primary" icon="el-icon-printer" @click="handlePrintTags">打印标签</el-button>
<el-button type="primary" icon="el-icon-printer" @click="handlePrint">配套单打印</el-button>
<el-button type="primary" @click="handlePrintTags">过程记录打印</el-button>
<el-button type="primary" @click="handlePrintTags">打印标签</el-button>
<el-button type="primary" @click="handlePrint">配套单打印</el-button>
<el-button type="primary" @click="priorityFn">优先级调整</el-button>
</template>
<template #menu-right>
<el-button type="success" plain @click="processingHandle">在制品</el-button>

Loading…
Cancel
Save