车间采购

This commit is contained in:
Vergil
2020-03-25 14:21:11 +08:00
parent 7d139e7ea5
commit 82582ea05b
8 changed files with 35 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-card style="width: 44%">
<span>项目名称:</span>
<el-card style="width: 800px">
<!--<span>项目名称:</span>-->
<el-select v-model="projectValue" placeholder="项目名称" size="small" style="width: 180px" filterable clearable>
<el-option
v-for="item in project"
@@ -22,16 +22,16 @@
plain
icon="el-icon-download"
style="margin-left:10px"
@click="exportExcel()">导出项目采购明细</el-button>
@click="exportExcel()">导出</el-button>
</el-card>
<el-card style="width: 54%">
<el-card style="width: 800px">
<el-table v-loading="" :data="tableData2" :summary-method="getSummaries1" show-summary border style="width: 100%;max-height: 700px;" height="700px">
<el-table-column label="零件名称" align="center" width="150">
<template slot-scope="scope">
{{ scope.row.零件名称 }}
</template>
</el-table-column>
<el-table-column label="图号或型号" align="center" width="150">
<el-table-column label="图号或型号" align="center" min-width="150">
<template slot-scope="scope">
{{ scope.row.图号或型号 }}
</template>